/external/cblas/testing/ |
D | Makefile | 72 $(LOADER) $(LOADFLAGS) -o xscblat1 c_sblat1.o $(stestl1o) $(LIB) 74 $(LOADER) $(LOADFLAGS) -o xscblat2 c_sblat2.o $(stestl2o) $(LIB) 76 $(LOADER) $(LOADFLAGS) -o xscblat3 c_sblat3.o $(stestl3o) $(LIB) 79 $(LOADER) $(LOADFLAGS) -o xdcblat1 c_dblat1.o $(dtestl1o) $(LIB) 81 $(LOADER) $(LOADFLAGS) -o xdcblat2 c_dblat2.o $(dtestl2o) $(LIB) 83 $(LOADER) $(LOADFLAGS) -o xdcblat3 c_dblat3.o $(dtestl3o) $(LIB) 87 $(LOADER) $(LOADFLAGS) -o xccblat1 c_cblat1.o $(ctestl1o) $(LIB) 89 $(LOADER) $(LOADFLAGS) -o xccblat2 c_cblat2.o $(ctestl2o) $(LIB) 91 $(LOADER) $(LOADFLAGS) -o xccblat3 c_cblat3.o $(ctestl3o) $(LIB) 95 $(LOADER) $(LOADFLAGS) -o xzcblat1 c_zblat1.o $(ztestl1o) $(LIB) [all …]
|
/external/libusb/examples/ |
D | fxload.c | 81 #define LOADER 1 macro 126 path[LOADER] = optarg; in main() 284 if (path[LOADER] == NULL) { in main() 293 status = ezusb_load_ram(device, path[LOADER], fx_type, img_type[LOADER], 0); in main()
|
/external/cblas/examples/ |
D | Makefile | 8 $(LOADER) -o cblas_ex1 cblas_example1.o $(CBLIB) $(BLLIB) 12 $(LOADER) -o cblas_ex2 cblas_example2.o $(CBLIB) $(BLLIB)
|
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/ |
D | ClassAdapterTest.java | 41 private final static TestClassLoader LOADER = new TestClassLoader(); field in ClassAdapterTest 53 LOADER.defineClass(n, b); in test()
|
D | ClassAdapterTest.class | ClassAdapterTest.java
package org.objectweb.asm
public org.objectweb.asm.ClassAdapterTest extends org ... |
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/ |
D | LocalVariablesSorterTest.java | 45 private final static TestClassLoader LOADER = new TestClassLoader(); field in LocalVariablesSorterTest 73 LOADER.defineClass(n, b); in test()
|
D | StaticInitMergerTest.java | 44 private final static TestClassLoader LOADER = new TestClassLoader(); field in StaticInitMergerTest 75 Class c = LOADER.defineClass("A", cw.toByteArray()); in test()
|
D | GASMifierTest.java | 65 private final static TestClassLoader LOADER = new TestClassLoader(); field in GASMifierTest 112 Class c = LOADER.defineClass("asm." + n + "Dump", generatorClassData); in test()
|
D | LocalVariablesSorterTest.class | LocalVariablesSorterTest.java
package org.objectweb.asm.commons
public org.objectweb.asm.commons ... |
D | StaticInitMergerTest.class | StaticInitMergerTest.java
package org.objectweb.asm.commons
public org.objectweb.asm.commons ... |
D | GASMifierTest.class | GASMifierTest.java
package org.objectweb.asm.commons
public org.objectweb.asm.commons ... |
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/util/ |
D | ASMifierTest.java | 62 public static final TestClassLoader LOADER = new TestClassLoader(); field in ASMifierTest 90 Class c = LOADER.defineClass("asm." + n + "Dump", generatorClassData); in test()
|
D | ASMifierTest.class | ASMifierTest.java
package org.objectweb.asm.util
public org.objectweb.asm.util ... |
/external/cblas/ |
D | Makefile.LINUX | 34 LOADER = $(FC)
|
D | Makefile.SUN4 | 34 LOADER = $(FC)
|
D | Makefile.SUN4SOL2 | 34 LOADER = $(FC)
|
D | Makefile.HPPA | 34 LOADER = $(FC)
|
D | Makefile.ALPHA | 34 LOADER = $(FC)
|
D | Makefile.SGI64 | 34 LOADER = $(FC)
|
D | Makefile.in | 34 LOADER = $(FC)
|
/external/mesa3d/ |
D | REVIEWERS | 68 DRI LOADER 72 GALLIUM LOADER
|
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/util/attrs/ |
D | ASMStackMapTableAttributeTest.java | 76 Class c = ASMifierTest.LOADER.defineClass("asm." + n + "Dump", in test()
|
/external/vulkan-validation-layers/demos/smoke/ |
D | generate-dispatch-table.py | 26 LOADER = 1 variable in Command 65 return self.LOADER 395 for cmd, guard in commands_by_types[Command.LOADER]:
|
/external/syslinux/txt/ |
D | syslinux.cfg.txt | 636 == BOOT LOADER IDS USED ==
|
/external/syslinux/doc/ |
D | syslinux.txt | 852 ++++ BOOT LOADER IDS USED ++++
|