Searched refs:LOADER (Results 1 - 23 of 23) sorted by relevance

/external/annotation-tools/asmx/test/conform/org/objectweb/asm/
H A DClassAdapterTest.classClassAdapterTest.java package org.objectweb.asm public org.objectweb.asm.ClassAdapterTest extends org ...
H A DClassAdapterTest.java41 private final static TestClassLoader LOADER = new TestClassLoader(); field in class:ClassAdapterTest
53 LOADER.defineClass(n, b);
/external/cblas/examples/
H A DMakefile8 $(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/commons/
H A DLocalVariablesSorterTest.classLocalVariablesSorterTest.java package org.objectweb.asm.commons public org.objectweb.asm.commons ...
H A DStaticInitMergerTest.classStaticInitMergerTest.java package org.objectweb.asm.commons public org.objectweb.asm.commons ...
H A DGASMifierTest.classGASMifierTest.java package org.objectweb.asm.commons public org.objectweb.asm.commons ...
H A DLocalVariablesSorterTest.java45 private final static TestClassLoader LOADER = new TestClassLoader(); field in class:LocalVariablesSorterTest
73 LOADER.defineClass(n, b);
H A DStaticInitMergerTest.java44 private final static TestClassLoader LOADER = new TestClassLoader(); field in class:StaticInitMergerTest
75 Class c = LOADER.defineClass("A", cw.toByteArray());
H A DGASMifierTest.java65 private final static TestClassLoader LOADER = new TestClassLoader(); field in class:GASMifierTest
112 Class c = LOADER.defineClass("asm." + n + "Dump", generatorClassData);
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/util/
H A DASMifierTest.classASMifierTest.java package org.objectweb.asm.util public org.objectweb.asm.util ...
H A DASMifierTest.java62 public static final TestClassLoader LOADER = new TestClassLoader(); field in class:ASMifierTest
90 Class c = LOADER.defineClass("asm." + n + "Dump", generatorClassData);
/external/cblas/
H A DMakefile.ALPHA34 LOADER = $(FC)
H A DMakefile.HPPA34 LOADER = $(FC)
H A DMakefile.LINUX34 LOADER = $(FC)
H A DMakefile.SGI6434 LOADER = $(FC)
H A DMakefile.SUN434 LOADER = $(FC)
H A DMakefile.SUN4SOL234 LOADER = $(FC)
H A DMakefile.in34 LOADER = $(FC)
/external/cblas/testing/
H A DMakefile72 $(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)
[all...]
/external/libusb/examples/
H A Dfxload.c81 #define LOADER 1 macro
126 path[LOADER] = optarg;
284 if (path[LOADER] == NULL) {
293 status = ezusb_load_ram(device, path[LOADER], fx_type, img_type[LOADER], 0);
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/util/attrs/
H A DASMStackMapTableAttributeTest.java76 Class c = ASMifierTest.LOADER.defineClass("asm." + n + "Dump",
/external/vulkan-validation-layers/demos/smoke/
H A Dgenerate-dispatch-table.py26 LOADER = 1 variable in class:Command
65 return self.LOADER
395 for cmd, guard in commands_by_types[Command.LOADER]:
/external/annotation-tools/annotation-file-utilities/lib/
H A Dasm-5.0.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/ALLPerfTest$1. ...

Completed in 406 milliseconds