Searched refs:gen (Results 1 - 25 of 433) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/rules-dirname/src/subdir/
H A Dmain.cc4 namespace gen { namespace
11 gen::nodir();
12 gen::c();
13 gen::baz();
/external/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/
H A Dgenerate_outerProductGLSL.py3 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(
[all...]
H A Dgenerate_transposeGLSL.py3 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(
[all...]
/external/mesa3d/src/glsl/builtins/tools/
H A Dgenerate_outerProductGLSL.py3 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(
[all...]
H A Dgenerate_transposeGLSL.py3 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(
[all...]
/external/strace/
H A Dbootstrap2 ./xlat/gen.sh
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.c67 * Context/state used during code gen.
109 init_gen_context(struct gen_context *gen, struct ppc_function *func) argument
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
171 emit_li_offset(struct gen_context *gen, int offset) argument
193 reset_li_offset(struct gen_context *gen) argument
207 load_constant_vec(struct gen_context *gen, int dst_vec, float value) argument
235 gen_one_vec(struct gen_context *gen) argument
248 gen_get_bit31_vec(struct gen_context *gen) argument
263 emit_fetch(struct gen_context *gen, const struct tgsi_full_src_register *reg, const unsigned chan_index) argument
414 get_src_vec(struct gen_context *gen, struct tgsi_full_instruction *inst, int src_reg, uint chan) argument
450 release_src_vecs(struct gen_context *gen) argument
465 get_dst_vec(struct gen_context *gen, const struct tgsi_full_instruction *inst, unsigned chan_index) argument
486 emit_store(struct gen_context *gen, int src_vec, const struct tgsi_full_instruction *inst, unsigned chan_index, boolean free_vec) argument
551 emit_scalar_unaryop(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
582 emit_unaryop(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
626 emit_binop(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
675 emit_triop(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
711 emit_inequality(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
764 emit_dotprod(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
825 emit_lit(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
899 emit_exp(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
944 emit_log(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
1003 emit_pow(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
1023 emit_xpd(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
1081 emit_instruction(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
1260 struct gen_context gen; local
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.c67 * Context/state used during code gen.
109 init_gen_context(struct gen_context *gen, struct ppc_function *func) argument
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
171 emit_li_offset(struct gen_context *gen, int offset) argument
193 reset_li_offset(struct gen_context *gen) argument
207 load_constant_vec(struct gen_context *gen, int dst_vec, float value) argument
235 gen_one_vec(struct gen_context *gen) argument
248 gen_get_bit31_vec(struct gen_context *gen) argument
263 emit_fetch(struct gen_context *gen, const struct tgsi_full_src_register *reg, const unsigned chan_index) argument
414 get_src_vec(struct gen_context *gen, struct tgsi_full_instruction *inst, int src_reg, uint chan) argument
450 release_src_vecs(struct gen_context *gen) argument
465 get_dst_vec(struct gen_context *gen, const struct tgsi_full_instruction *inst, unsigned chan_index) argument
486 emit_store(struct gen_context *gen, int src_vec, const struct tgsi_full_instruction *inst, unsigned chan_index, boolean free_vec) argument
551 emit_scalar_unaryop(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
582 emit_unaryop(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
626 emit_binop(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
675 emit_triop(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
711 emit_inequality(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
764 emit_dotprod(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
825 emit_lit(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
899 emit_exp(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
944 emit_log(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
1003 emit_pow(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
1023 emit_xpd(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
1081 emit_instruction(struct gen_context *gen, struct tgsi_full_instruction *inst) argument
1260 struct gen_context gen; local
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DTransformingClassGenerator.java23 private ClassGenerator gen; field in class:TransformingClassGenerator
26 public TransformingClassGenerator(ClassGenerator gen, ClassTransformer t) { argument
27 this.gen = gen;
33 gen.generateClass(t);
/external/llvm/lib/IR/
H A DMakefile13 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...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Djitter_estimator_tests.cc65 ValueGenerator gen(10);
68 regular_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
70 low_rate_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
75 gen.Advance();
82 ValueGenerator gen(10);
85 regular_estimator_.UpdateEstimate(gen.Delay(), gen.FrameSize());
87 low_rate_estimator_.UpdateEstimate(gen
[all...]
/external/chromium_org/third_party/skia/tools/
H A DLazyDecodeBitmap.cpp34 SkAutoTDelete<SkImageGenerator> gen(
38 if ((NULL == gen.get()) || !gen->getInfo(&info)) {
48 return SkInstallDiscardablePixelRef(gen.detach(), dst, pool);
/external/skia/tools/
H A DLazyDecodeBitmap.cpp34 SkAutoTDelete<SkImageGenerator> gen(
38 if ((NULL == gen.get()) || !gen->getInfo(&info)) {
48 return SkInstallDiscardablePixelRef(gen.detach(), dst, pool);
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DGenerator.c3 static CYTHON_INLINE PyObject* __Pyx_Generator_Yield_From(__pyx_GeneratorObject *gen, PyObject *source);
8 static CYTHON_INLINE PyObject* __Pyx_Generator_Yield_From(__pyx_GeneratorObject *gen, PyObject *source) { argument
16 gen->yieldfrom = source_gen;
66 static PyObject *__Pyx_Generator_Throw(PyObject *gen, PyObject *args);
71 #define __Pyx_Generator_Undelegate(gen) Py_CLEAR((gen)->yieldfrom)
163 int __Pyx_Generator_CheckRunning(__pyx_GeneratorObject *gen) { argument
164 if (unlikely(gen->is_running)) {
242 PyObject *__Pyx_Generator_FinishDelegation(__pyx_GeneratorObject *gen) { argument
245 __Pyx_Generator_Undelegate(gen);
254 __pyx_GeneratorObject *gen = (__pyx_GeneratorObject*) self; local
276 __pyx_GeneratorObject *gen = (__pyx_GeneratorObject*) self; local
305 __Pyx_Generator_CloseIter(__pyx_GeneratorObject *gen, PyObject *yf) argument
335 __pyx_GeneratorObject *gen = (__pyx_GeneratorObject *) self; local
379 __pyx_GeneratorObject *gen = (__pyx_GeneratorObject *) self; local
436 __pyx_GeneratorObject *gen = (__pyx_GeneratorObject *) self; local
448 __pyx_GeneratorObject *gen = (__pyx_GeneratorObject *) self; local
460 __pyx_GeneratorObject *gen = (__pyx_GeneratorObject *) self; local
486 __pyx_GeneratorObject *gen = (__pyx_GeneratorObject *) self; local
632 __pyx_GeneratorObject *gen = local
[all...]
/external/chromium_org/tools/relocation_packer/test_data/
H A Dgenerate_elf_file_unittest_relocs.sh27 local '-r' gen="${packer}/relocation_packer_unittests_test_data.gen"
29 cp "${gen}/elf_file_unittest_relocs_arm"{32,64}{,_packed}'.so' \
/external/libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/
H A Drandom_shuffle_rand.pass.cpp21 struct gen struct
34 gen r;
/external/clang/utils/VtableTest/
H A DMakefile6 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
/external/e2fsprogs/util/
H A DMakefile.in23 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
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_alt.c70 static int do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
71 static int do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
99 GENERAL_NAME *gen; local
101 gen = sk_GENERAL_NAME_value(gens, i);
102 ret = i2v_GENERAL_NAME(method, gen, ret);
109 GENERAL_NAME *gen, STACK_OF(CONF_VALUE) *ret)
114 switch (gen->type)
129 X509V3_add_value_uchar("email",gen->d.ia5->data, &ret);
133 X509V3_add_value_uchar("DNS",gen->d.ia5->data, &ret);
137 X509V3_add_value_uchar("URI",gen
179 GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen) argument
261 GENERAL_NAME *gen; local
278 GENERAL_NAME *gen; local
330 GENERAL_NAME *gen; local
351 GENERAL_NAME *gen = NULL; local
402 GENERAL_NAME *gen; local
432 GENERAL_NAME *gen = NULL; local
569 do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx) argument
594 do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx) argument
[all...]
/external/openssl/crypto/x509v3/
H A Dv3_alt.c68 static int do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
69 static int do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx);
97 GENERAL_NAME *gen; local
99 gen = sk_GENERAL_NAME_value(gens, i);
100 ret = i2v_GENERAL_NAME(method, gen, ret);
107 GENERAL_NAME *gen, STACK_OF(CONF_VALUE) *ret)
112 switch (gen->type)
127 X509V3_add_value_uchar("email",gen->d.ia5->data, &ret);
131 X509V3_add_value_uchar("DNS",gen->d.ia5->data, &ret);
135 X509V3_add_value_uchar("URI",gen
177 GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen) argument
259 GENERAL_NAME *gen; local
276 GENERAL_NAME *gen; local
327 GENERAL_NAME *gen; local
348 GENERAL_NAME *gen = NULL; local
399 GENERAL_NAME *gen; local
429 GENERAL_NAME *gen = NULL; local
566 do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx) argument
591 do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx) argument
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DAlgorithmParameterGenerator3Test.java41 AlgorithmParameterGenerator gen = AlgorithmParameterGenerator
43 gen.init(1024);
46 AlgorithmParameters params = gen.generateParameters();
134 AlgorithmParameterGenerator gen = AlgorithmParameterGenerator
136 gen.init(1024);
148 AlgorithmParameterGenerator gen = AlgorithmParameterGenerator
150 gen.init(1024, new SecureRandom());
162 AlgorithmParameterGenerator gen = AlgorithmParameterGenerator
165 gen.init(spec);
183 AlgorithmParameterGenerator gen
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DMakefile40 $(call tablegen, -gen-register-info, AMDGPU.td, $@)
43 $(call tablegen, -gen-instr-info, AMDGPU.td, $@)
46 $(call tablegen, -gen-asm-writer, AMDGPU.td, $@)
49 $(call tablegen, -gen-dag-isel, AMDGPU.td, $@)
52 $(call tablegen, -gen-callingconv, AMDGPU.td, $@)
55 $(call tablegen, -gen-subtarget, AMDGPU.td, $@)
58 $(call tablegen, -gen-enhanced-disassembly-info, AMDGPU.td, $@)
61 $(call tablegen, -gen-tgt-intrinsic, AMDGPU.td, $@)
64 $(call tablegen, -gen-emitter, AMDGPU.td, $@)
67 $(call tablegen, -mc-emitter -gen
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DMakefile40 $(call tablegen, -gen-register-info, AMDGPU.td, $@)
43 $(call tablegen, -gen-instr-info, AMDGPU.td, $@)
46 $(call tablegen, -gen-asm-writer, AMDGPU.td, $@)
49 $(call tablegen, -gen-dag-isel, AMDGPU.td, $@)
52 $(call tablegen, -gen-callingconv, AMDGPU.td, $@)
55 $(call tablegen, -gen-subtarget, AMDGPU.td, $@)
58 $(call tablegen, -gen-enhanced-disassembly-info, AMDGPU.td, $@)
61 $(call tablegen, -gen-tgt-intrinsic, AMDGPU.td, $@)
64 $(call tablegen, -gen-emitter, AMDGPU.td, $@)
67 $(call tablegen, -mc-emitter -gen
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest-param-test_test.cc190 const ParamGenerator<int> gen = Range(0, 10); local
191 ParamGenerator<int>::iterator it = gen.begin();
225 const ParamGenerator<int> gen = Range(0, 3); local
227 VerifyGenerator(gen, expected_values);
233 const ParamGenerator<int> gen = Range(0, 1); local
235 VerifyGenerator(gen, expected_values);
241 const ParamGenerator<int> gen = Range(0, 0); local
242 VerifyGeneratorIsEmpty(gen);
248 const ParamGenerator<int> gen = Range(0, 9, 3); local
250 VerifyGenerator(gen, expected_value
258 const ParamGenerator<int> gen = Range(0, 4, 3); local
290 const ParamGenerator<DogAdder> gen = local
324 const ParamGenerator<IntWrapper> gen = Range(IntWrapper(0), IntWrapper(2)); local
340 const ParamGenerator<int> gen = ValuesIn(array); local
348 const ParamGenerator<int> gen = ValuesIn(array); local
356 const ParamGenerator<int> gen = ValuesIn(array); local
368 const ParamGenerator<int> gen = ValuesIn(values); local
381 const ParamGenerator<int> gen = ValuesIn(values.begin(), values.end()); local
393 const ParamGenerator<int> gen = ValuesIn(values.begin(), values.end()); local
404 const ParamGenerator<int> gen = ValuesIn(values.begin(), values.end()); local
411 const ParamGenerator<int> gen = Values(3, 5, 8); local
420 const ParamGenerator<double> gen = Values(3, 5.0f, 8.0); local
427 const ParamGenerator<int> gen = Values( local
446 const ParamGenerator<int> gen = Values(42); local
454 const ParamGenerator<bool> gen = Bool(); local
466 const ParamGenerator<tuple<const char*, int> > gen = local
477 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1), local
492 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42), local
503 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1), local
513 const ParamGenerator<tuple<int, int> > gen = Combine(Range(0, 0), local
521 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1), local
532 int, int> > gen = Combine(Values(foo, bar), local
550 ParamGenerator<int> gen = Values(1, 2); local
[all...]
/external/gtest/test/
H A Dgtest-param-test_test.cc190 const ParamGenerator<int> gen = Range(0, 10); local
191 ParamGenerator<int>::iterator it = gen.begin();
225 const ParamGenerator<int> gen = Range(0, 3); local
227 VerifyGenerator(gen, expected_values);
233 const ParamGenerator<int> gen = Range(0, 1); local
235 VerifyGenerator(gen, expected_values);
241 const ParamGenerator<int> gen = Range(0, 0); local
242 VerifyGeneratorIsEmpty(gen);
248 const ParamGenerator<int> gen = Range(0, 9, 3); local
250 VerifyGenerator(gen, expected_value
258 const ParamGenerator<int> gen = Range(0, 4, 3); local
290 const ParamGenerator<DogAdder> gen = local
324 const ParamGenerator<IntWrapper> gen = Range(IntWrapper(0), IntWrapper(2)); local
340 const ParamGenerator<int> gen = ValuesIn(array); local
348 const ParamGenerator<int> gen = ValuesIn(array); local
356 const ParamGenerator<int> gen = ValuesIn(array); local
368 const ParamGenerator<int> gen = ValuesIn(values); local
381 const ParamGenerator<int> gen = ValuesIn(values.begin(), values.end()); local
393 const ParamGenerator<int> gen = ValuesIn(values.begin(), values.end()); local
404 const ParamGenerator<int> gen = ValuesIn(values.begin(), values.end()); local
411 const ParamGenerator<int> gen = Values(3, 5, 8); local
420 const ParamGenerator<double> gen = Values(3, 5.0f, 8.0); local
427 const ParamGenerator<int> gen = Values( local
446 const ParamGenerator<int> gen = Values(42); local
454 const ParamGenerator<bool> gen = Bool(); local
466 const ParamGenerator<tuple<const char*, int> > gen = local
477 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1), local
492 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42), local
503 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1), local
513 const ParamGenerator<tuple<int, int> > gen = Combine(Range(0, 0), local
521 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1), local
532 int, int> > gen = Combine(Values(foo, bar), local
550 ParamGenerator<int> gen = Values(1, 2); local
[all...]

Completed in 6385 milliseconds

1234567891011>>