Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for asmMain (0.21 sec)

  1. platforms/jvm/platform-jvm/src/main/java/org/gradle/api/tasks/SourceSet.java

         * @since 6.0
         */
        String getSourcesElementsConfigurationName();
    
        /**
         * Determines if this source set is the main source set
         *
         * @since 6.7
         */
        static boolean isMain(SourceSet sourceSet) {
            return MAIN_SOURCE_SET_NAME.equals(sourceSet.getName());
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/symtab.go

    	} else {
    		moduledata.AddUint(ctxt.Arch, 0) // modulename
    		moduledata.AddUint(ctxt.Arch, 0)
    		nilSlice() // moduleshashes slice
    	}
    
    	hasmain := ctxt.BuildMode == BuildModeExe || ctxt.BuildMode == BuildModePIE
    	if hasmain {
    		moduledata.AddUint8(1)
    	} else {
    		moduledata.AddUint8(0)
    	}
    
    	// The rest of moduledata is zero initialized.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 13 16:29:40 UTC 2023
    - 29.2K bytes
    - Viewed (0)
  3. src/runtime/symtab.go

    	// This slice records the initializing tasks that need to be
    	// done to start up the program. It is built by the linker.
    	inittasks []*initTask
    
    	modulename   string
    	modulehashes []modulehash
    
    	hasmain uint8 // 1 if module contains the main function, 0 otherwise
    	bad     bool  // module failed to load and should be ignored
    
    	gcdatamask, gcbssmask bitvector
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 40K bytes
    - Viewed (0)
  4. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.api.tasks.SourceSet.getTaskName(java.lang.String, java.lang.String)> does not have raw return type assignable to org.gradle.api.provider.Provider in (SourceSet.java:0)
    Method <org.gradle.api.tasks.SourceSet.isMain(org.gradle.api.tasks.SourceSet)> does not have raw return type assignable to org.gradle.api.provider.Provider in (SourceSet.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  5. src/main/webapp/js/admin/moment-with-locales.min.js

    voros"],yy:[e+" vorsanim",e+" vorsam"]};return a?n[t][0]:n[t][1]}l.defineLocale("gd",{months:["Am Faoilleach","An Gearran","Am M\xe0rt","An Giblean","An C\xe8itean","An t-\xd2gmhios","An t-Iuchar","An L\xf9nastal","An t-Sultain","An D\xe0mhair","An t-Samhain","An D\xf9bhlachd"],monthsShort:["Faoi","Gear","M\xe0rt","Gibl","C\xe8it","\xd2gmh","Iuch","L\xf9n","Sult","D\xe0mh","Samh","D\xf9bh"],monthsParseExact:!0,weekdays:["Did\xf2mhnaich","Diluain","Dim\xe0irt","Diciadain","Diardaoin","Dihaoine","Disat...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 12 13:18:07 UTC 2018
    - 319K bytes
    - Viewed (0)
  6. cmd/testdata/decryptObjectInfo.json.zst

    IH48XRpDOSjtd/E4mWi0HH+EF2abYVfP+NoFLyswrxnZW9T7UpNaK==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Bucket":"buck1","Name":"go_113/src/cmd/go/testdata/src/importmain/ismain/main.go","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"Lypog03ftdv1qVEKUhIB=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAKnBb2fSJ5CE2qxs+dNQ7...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
Back to top