Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for myJar (0.17 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/bundling/ArchiveIntegrationTest.groovy

            run 'copy'
            then:
            file('dest').assertHasDescendants('someDir/1.txt')
        }
    
        def "knows compression of the tar"() {
            given:
            buildFile << '''
                task myTar(type: Tar) {
                    destinationDirectory = buildDir
    
                    assert compression == Compression.NONE
    
                    compression = Compression.GZIP
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  2. src/cmd/cgo/internal/test/test.go

    // (even though we now use errors exclusively, not warnings).
    
    void myfunc(void) {}
    int myvar = 5;
    const char *mytext = "abcdef";
    typedef int mytype;
    enum {
    	myenum = 1234,
    };
    
    #define myfunc_def myfunc
    #define myvar_def myvar
    #define mytext_def mytext
    #define mytype_def mytype
    #define myenum_def myenum
    #define myint_def 12345
    #define myfloat_def 1.5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/aot/codegen_test_h.golden

        return kNames;
      }
    
      // Array of names of each positional variable, terminated by nullptr.
      static const char** StaticVariableNames() {
        static const char* kNames[] = {"myvar_readonly", "myvar", "myvar2", nullptr};
        return kNames;
      }
    
      // Array of names of each positional result, terminated by nullptr.
      static const char** StaticResultNames() {
        static const char* kNames[] = {"myfetch", nullptr};
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 01:20:01 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top