HomeSort by relevance Sort by last modified time
    Searched refs:gen (Results 1 - 25 of 555) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/
generate_outerProductGLSL.py 3 def gen(x, y): function
15 gen(2,2)
16 gen(2,3) # mat2x3 means 2 columns, 3 rows
17 gen(2,4)
18 gen(3,2)
19 gen(3,3)
20 gen(3,4)
21 gen(4,2)
22 gen(4,3)
23 gen(4,4
    [all...]
generate_transposeGLSL.py 3 def gen(x, y): function
20 gen(2,2)
21 gen(2,3) # mat2x3 means 2 columns, 3 rows
22 gen(2,4)
23 gen(3,2)
24 gen(3,3)
25 gen(3,4)
26 gen(4,2)
27 gen(4,3)
28 gen(4,4
    [all...]
  /external/mesa3d/src/glsl/builtins/tools/
generate_outerProductGLSL.py 3 def gen(x, y): function
15 gen(2,2)
16 gen(2,3) # mat2x3 means 2 columns, 3 rows
17 gen(2,4)
18 gen(3,2)
19 gen(3,3)
20 gen(3,4)
21 gen(4,2)
22 gen(4,3)
23 gen(4,4
    [all...]
generate_transposeGLSL.py 3 def gen(x, y): function
20 gen(2,2)
21 gen(2,3) # mat2x3 means 2 columns, 3 rows
22 gen(2,4)
23 gen(3,2)
24 gen(3,3)
25 gen(3,4)
26 gen(4,2)
27 gen(4,3)
28 gen(4,4
    [all...]
  /external/chromium_org/tools/gyp/test/rules-dirname/src/subdir/
main.cc 4 namespace gen { namespace
11 gen::nodir();
12 gen::c();
13 gen::baz();
  /external/strace/
bootstrap 2 ./xlat/gen.sh
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 67 * Context/state used during code gen.
109 init_gen_context(struct gen_context *gen, struct ppc_function *func)
113 memset(gen, 0, sizeof(*gen));
114 gen->f = func;
115 gen->inputs_reg = ppc_reserve_register(func, 3); /* first function param */
116 gen->outputs_reg = ppc_reserve_register(func, 4); /* second function param */
117 gen->temps_reg = ppc_reserve_register(func, 5); /* ... */
118 gen->immed_reg = ppc_reserve_register(func, 6);
119 gen->const_reg = ppc_reserve_register(func, 7)
1260 struct gen_context gen; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 67 * Context/state used during code gen.
109 init_gen_context(struct gen_context *gen, struct ppc_function *func)
113 memset(gen, 0, sizeof(*gen));
114 gen->f = func;
115 gen->inputs_reg = ppc_reserve_register(func, 3); /* first function param */
116 gen->outputs_reg = ppc_reserve_register(func, 4); /* second function param */
117 gen->temps_reg = ppc_reserve_register(func, 5); /* ... */
118 gen->immed_reg = ppc_reserve_register(func, 6);
119 gen->const_reg = ppc_reserve_register(func, 7)
1260 struct gen_context gen; local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
TransformingClassGenerator.java 23 private ClassGenerator gen; field in class:TransformingClassGenerator
26 public TransformingClassGenerator(ClassGenerator gen, ClassTransformer t) {
27 this.gen = gen;
33 gen.generateClass(t);
  /external/llvm/lib/IR/
Makefile 13 BUILT_SOURCES = $(PROJ_OBJ_ROOT)/include/llvm/IR/Intrinsics.gen
17 GENFILE:=$(PROJ_OBJ_ROOT)/include/llvm/IR/Intrinsics.gen
22 $(ObjDir)/Intrinsics.gen.tmp: $(ObjDir)/.dir $(INTRINSICTDS) $(LLVM_TBLGEN)
23 $(Echo) Building Intrinsics.gen.tmp from Intrinsics.td
24 $(Verb) $(LLVMTableGen) $(call SYSPATH, $(INTRINSICTD)) -o $(call SYSPATH, $@) -gen-intrinsic
26 $(GENFILE): $(ObjDir)/Intrinsics.gen.tmp $(PROJ_OBJ_ROOT)/include/llvm/IR/.dir
28 $(EchoCmd) Updated Intrinsics.gen because Intrinsics.gen.tmp \
32 $(Echo) Installing $(DESTDIR)$(PROJ_includedir)/llvm/IR/Intrinsics.gen
33 $(Verb) $(DataInstall) $(GENFILE) $(DESTDIR)$(PROJ_includedir)/llvm/IR/Intrinsics.gen
    [all...]
  /art/test/023-many-interfaces/
build 21 gcc -o iface-gen iface-gen.c
22 ./iface-gen
  /art/test/303-verification-stress/
build 21 gcc -o classes-gen classes-gen.c
22 ./classes-gen
  /external/chromium_org/third_party/skia/tools/
LazyDecodeBitmap.cpp 34 SkAutoTDelete<SkImageGenerator> gen(
38 if ((NULL == gen.get()) || !gen->getInfo(&info)) {
48 return SkInstallDiscardablePixelRef(gen.detach(), dst, pool);
  /external/skia/tools/
LazyDecodeBitmap.cpp 34 SkAutoTDelete<SkImageGenerator> gen(
38 if ((NULL == gen.get()) || !gen->getInfo(&info)) {
48 return SkInstallDiscardablePixelRef(gen.detach(), dst, pool);
  /system/core/fastboot/
fs.h 9 int fs_generator_generate(const struct fs_generator* gen, int tmpFileNo, long long partSize);
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk 5 define ev-gen-test
144 # Function gen-test
145 gen-test = \
146 $(if $(strip $(filter-out $(black_list), $1)), $(eval $(call ev-gen-test, $1)))
150 $(call gen-test, algorithms/alg.c.library/tested_elsewhere)
151 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_backward)
152 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_if)
153 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_n)
154 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy)
155 $(call gen-test, algorithms/alg.modifying.operations/alg.fill/fill_n
    [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk 5 define ev-gen-test
135 # Function gen-test
136 gen-test = \
137 $(if $(strip $(filter-out $(black_list), $1)), $(eval $(call ev-gen-test, $1)))
141 $(call gen-test, algorithms/alg.c.library/tested_elsewhere)
142 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_backward)
143 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_if)
144 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_n)
145 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy)
146 $(call gen-test, algorithms/alg.modifying.operations/alg.fill/fill_n
    [all...]
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/
random_shuffle_rand.pass.cpp 21 struct gen struct
34 gen r;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/
random_shuffle_rand.pass.cpp 21 struct gen struct
34 gen r;
  /external/clang/utils/VtableTest/
Makefile 6 test.cc: gen.cc
7 g++ gen.cc -o gen
8 ./gen >test.cc
24 rm -f gen test-gcc test-clang test.cc test-gcc.sum test-clang.sum test-gcc.s test-clang.s
  /libcore/luni/src/test/java/libcore/java/security/
OldAlgorithmParameterGeneratorTest.java 30 AlgorithmParameterGenerator gen = AlgorithmParameterGenerator local
35 gen.init(valid[i]);
48 AlgorithmParameterGenerator gen = AlgorithmParameterGenerator local
53 gen.init(valid[i], new SecureRandom());
54 gen.init(valid[i], null);
  /dalvik/opcode-gen/
regen-all 37 ${progdir}/opcode-gen dx/src/com/android/dx/dex/code/Dops.java
38 ${progdir}/opcode-gen dx/src/com/android/dx/dex/code/RopToDop.java
39 ${progdir}/opcode-gen dx/src/com/android/dx/io/OpcodeInfo.java
40 ${progdir}/opcode-gen dx/src/com/android/dx/io/Opcodes.java
41 ${progdir}/opcode-gen libdex/DexOpcodes.cpp
42 ${progdir}/opcode-gen libdex/DexOpcodes.h
43 ${progdir}/opcode-gen libdex/InstrUtils.cpp
47 ${progdir}/opcode-gen \
49 ${progdir}/opcode-gen \
  /external/e2fsprogs/util/
Makefile.in 23 all:: $(PROGS) gen-tarball
37 gen-tarball: $(srcdir)/gen-tarball.in $(top_builddir)/config.status
39 $(Q) cd $(top_builddir); CONFIG_FILES=util/gen-tarball ./config.status
40 $(Q) chmod +x gen-tarball
42 tarballs: gen-tarball
43 sh gen-tarball debian
44 sh gen-tarball all
45 sh gen-tarball subset
48 $(RM) -f $(PROGS) \#* *.s *.o *.a *~ core *.tar.gz gen-tarball
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementremoveattributenodenomodificationallowederr.java 72 Node gen; local
83 gen = genList.item(0);
84 assertNotNull("genNotNull", gen);
85 nodeType = (int) gen.getNodeType();
88 gen = doc.createEntityReference("ent4");
89 assertNotNull("createdEntRefNotNull", gen);
91 gList = gen.getChildNodes();
elementremoveattributenomodificationallowederr.java 72 Node gen; local
80 gen = genList.item(0);
81 assertNotNull("genNotNull", gen);
82 nodeType = (int) gen.getNodeType();
85 gen = doc.createEntityReference("ent4");
86 assertNotNull("createdEntRefNotNull", gen);
88 gList = gen.getChildNodes();

Completed in 483 milliseconds

1 2 3 4 5 6 7 8 91011>>