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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/scripts/
gen_egl.py 25 def gen (): function
26 egl.gen()
29 gen()
  /external/deqp/scripts/egl/
__init__.py 33 def gen (): function
37 str_util.gen(iface)
38 call_log_wrapper.gen(iface)
39 proc_address_tests.gen()
40 enums.gen(iface)
41 func_ptrs.gen(iface)
42 library.gen(registry)
43 gtf_wrapper.gen(registry)
  /packages/apps/TV/common/
buildconfig.mk 33 gen := $(local-generated-sources-dir)/$(TARGET_BUILD_VARIANT)/BuildConfig.java macro
34 $(gen): PRIVATE_CUSTOM_TOOL = sed -e \
37 $(gen) : $(LOCAL_PATH)/BuildConfig.java.in
39 LOCAL_GENERATED_SOURCES += $(gen
  /packages/apps/TV/partner_support/
buildconfig.mk 33 gen := $(local-generated-sources-dir)/$(TARGET_BUILD_VARIANT)/BuildConfig.java macro
34 $(gen): PRIVATE_CUSTOM_TOOL = sed -e \
37 $(gen) : $(LOCAL_PATH)/BuildConfig.java.in
39 LOCAL_GENERATED_SOURCES += $(gen
  /packages/apps/TV/tuner/
buildconfig.mk 33 gen := $(local-generated-sources-dir)/$(TARGET_BUILD_VARIANT)/BuildConfig.java macro
34 $(gen): PRIVATE_CUSTOM_TOOL = sed -e \
37 $(gen) : $(LOCAL_PATH)/BuildConfig.java.in
39 LOCAL_GENERATED_SOURCES += $(gen
  /system/tools/hidl/test/vendor/
update-makefile.sh 8 hidl-gen -Landroidbp $options hidl.tests.vendor@1.0;
9 hidl-gen -Landroidbp $options hidl.tests.vendor@1.1;
  /frameworks/base/tests/net/java/android/net/apf/
ApfTest.java 176 private void assertVerdict(int expected, ApfGenerator gen, byte[] packet, int filterAge)
178 assertReturnCodesEqual(expected, apfSimulate(gen.generate(), packet, null,
182 private void assertPass(ApfGenerator gen, byte[] packet, int filterAge)
184 assertVerdict(PASS, gen, packet, filterAge);
187 private void assertDrop(ApfGenerator gen, byte[] packet, int filterAge)
189 assertVerdict(DROP, gen, packet, filterAge);
192 private void assertPass(ApfGenerator gen)
194 assertVerdict(PASS, gen, new byte[MIN_PKT_SIZE], 0);
197 private void assertDrop(ApfGenerator gen)
199 assertVerdict(DROP, gen, new byte[MIN_PKT_SIZE], 0)
212 ApfGenerator gen = new ApfGenerator(MIN_APF_VERSION); local
619 ApfGenerator gen = new ApfGenerator(MIN_APF_VERSION); local
640 ApfGenerator gen; local
671 ApfGenerator gen; local
699 ApfGenerator gen = new ApfGenerator(3); local
718 ApfGenerator gen = new ApfGenerator(3); local
742 ApfGenerator gen = new ApfGenerator(3); local
769 ApfGenerator gen = new ApfGenerator(3); local
    [all...]
Bpf2Apf.java 52 * APF instruction(s) and append them to {@code gen}. Here's an example line:
55 private static void convertLine(String line, ApfGenerator gen)
61 gen.defineLabel(Integer.toString(label));
76 gen.addLoadFromMemory(dest, gen.IPV4_HEADER_SIZE_MEMORY_SLOT);
83 gen.addLoadFromMemory(dest, gen.PACKET_SIZE_MEMORY_SLOT);
90 gen.addLoadImmediate(dest, parseImm(line, arg));
98 if (memory_slot < 0 || memory_slot >= gen.MEMORY_SLOTS ||
101 (memory_slot >= gen.FIRST_PREFILLED_MEMORY_SLOT &
310 ApfGenerator gen = new ApfGenerator(3); local
323 ApfGenerator gen = new ApfGenerator(3); local
    [all...]
  /external/tensorflow/tensorflow/java/src/gen/perl/
tftypes-runall.pl 21 my $gen = "$dir/..";
22 my $tfjavasrc = "$gen/..";
23 my $rsrc = "$gen/resources";
34 &locchk("$gen");
35 &locchk("$tfjavasrc/gen");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
genobject.c 11 gen_traverse(PyGenObject *gen, visitproc visit, void *arg)
13 Py_VISIT((PyObject *)gen->gi_frame);
14 Py_VISIT(gen->gi_code);
19 gen_dealloc(PyGenObject *gen)
21 PyObject *self = (PyObject *) gen;
23 _PyObject_GC_UNTRACK(gen);
25 if (gen->gi_weakreflist != NULL)
30 if (gen->gi_frame != NULL && gen->gi_frame->f_stacktop != NULL) {
32 Py_TYPE(gen)->tp_del(self);
152 PyGenObject *gen = (PyGenObject *)self; local
382 PyGenObject *gen = PyObject_GC_New(PyGenObject, &PyGen_Type); local
    [all...]
  /external/tensorflow/tensorflow/core/lib/random/
philox_random_test.cc 43 ResultType operator()(PhiloxRandom* gen) { return (*gen)(); }
55 PhiloxRandom gen(test_seed);
56 gen.Skip(skip_count / 4);
57 FillRandoms<TrivialPhiloxDistribution>(gen, &v1[0], v1.size());
62 PhiloxRandom gen(test_seed);
63 FillRandoms<TrivialPhiloxDistribution>(gen, &v2[0], v2.size());
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Makefile 14 BUILT_SOURCES = $(PROJ_OBJ_ROOT)/include/llvm/Intrinsics.gen
18 GENFILE:=$(PROJ_OBJ_ROOT)/include/llvm/Intrinsics.gen
23 $(ObjDir)/Intrinsics.gen.tmp: $(ObjDir)/.dir $(INTRINSICTDS) $(LLVM_TBLGEN)
24 $(Echo) Building Intrinsics.gen.tmp from Intrinsics.td
25 $(Verb) $(LLVMTableGen) $(call SYSPATH, $(INTRINSICTD)) -o $(call SYSPATH, $@) -gen-intrinsic
27 $(GENFILE): $(ObjDir)/Intrinsics.gen.tmp
29 $(EchoCmd) Updated Intrinsics.gen because Intrinsics.gen.tmp \
33 $(Echo) Installing $(DESTDIR)$(PROJ_includedir)/llvm/Intrinsics.gen
34 $(Verb) $(DataInstall) $(GENFILE) $(DESTDIR)$(PROJ_includedir)/llvm/Intrinsics.gen
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
jitter_estimator_tests.cc 65 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.Delay(), gen.FrameSize())
    [all...]
  /art/test/023-many-interfaces/
build 21 gcc -Wall -Werror -o iface-gen iface-gen.c
22 ./iface-gen
  /art/test/303-verification-stress/
build 21 gcc -Wall -Werror -o classes-gen classes-gen.c
22 ./classes-gen
  /external/libevent/test/
rpcgen_wrapper.sh 4 # regress.gen.c and regress.gen.h already exist in $srcdir. This
6 # as with read-only sources fresh from tarball, regress.gen.[ch] will
8 # Makefile.am to create stub regress.gen.c and regress.gen.h in the
11 # Note that regress.gen.[ch] are not in fresh git clones, making
15 # echo "Updated ${srcdir}/regress.gen.c and ${srcdir}/regress.gen.h"
20 echo "event_rpcgen.py failed, ${srcdir}/regress.gen.\[ch\] will be reused." >&2
25 echo "Could not generate regress.gen.\[ch\] using event_rpcgen.sh" >&
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
genobject.c 11 gen_traverse(PyGenObject *gen, visitproc visit, void *arg)
13 Py_VISIT((PyObject *)gen->gi_frame);
14 Py_VISIT(gen->gi_code);
19 gen_dealloc(PyGenObject *gen)
21 PyObject *self = (PyObject *) gen;
23 _PyObject_GC_UNTRACK(gen);
25 if (gen->gi_weakreflist != NULL)
30 if (gen->gi_frame != NULL && gen->gi_frame->f_stacktop != NULL) {
32 Py_TYPE(gen)->tp_del(self);
155 PyGenObject *gen = (PyGenObject *)self; local
385 PyGenObject *gen = PyObject_GC_New(PyGenObject, &PyGen_Type); local
    [all...]
  /external/python/cpython2/Objects/
genobject.c 11 gen_traverse(PyGenObject *gen, visitproc visit, void *arg)
13 Py_VISIT((PyObject *)gen->gi_frame);
14 Py_VISIT(gen->gi_code);
19 gen_dealloc(PyGenObject *gen)
21 PyObject *self = (PyObject *) gen;
23 _PyObject_GC_UNTRACK(gen);
25 if (gen->gi_weakreflist != NULL)
30 if (gen->gi_frame != NULL && gen->gi_frame->f_stacktop != NULL) {
32 Py_TYPE(gen)->tp_del(self)
155 PyGenObject *gen = (PyGenObject *)self; local
385 PyGenObject *gen = PyObject_GC_New(PyGenObject, &PyGen_Type); local
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
RuntimeTestBase.java 121 GeneratorAdapter gen = new GeneratorAdapter(writer.visitMethod( local
124 gen.visitCode();
125 gen.loadThis();
126 gen.invokeConstructor(Type.getType(Object.class), new Method("<init>",
128 gen.loadThis();
130 gen);
131 gen.putStatic(classType, InstrSupport.DATAFIELD_NAME,
133 gen.returnValue();
134 gen.visitMaxs(size + 1, 0);
135 gen.visitEnd()
    [all...]
  /external/libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/
random_shuffle.cxx1z.pass.cpp 32 struct gen struct
45 gen r;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/
random_shuffle.cxx1z.pass.cpp 32 struct gen struct
45 gen r;
  /system/tools/hidl/test/vendor/1.0/
update-base.sh 11 hidl-gen $options \
  /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);
  /external/golang-protobuf/
Makefile 37 go install ./protoc-gen-go
41 make -C protoc-gen-go/testdata test
50 make -C protoc-gen-go/descriptor regenerate
51 make -C protoc-gen-go/plugin regenerate
52 make -C protoc-gen-go/testdata regenerate
  /prebuilts/go/darwin-x86/test/bench/garbage/
peano.go 61 func gen(n int) *Number { func
63 return add1(gen(n - 1))
90 check(gen(10), 10)
92 check(add(gen(3), zero()), 3)
93 check(add(zero(), gen(4)), 4)
94 check(add(gen(3), gen(4)), 7)
97 check(mul(gen(3), zero()), 0)
98 check(mul(zero(), gen(4)), 0)
99 check(mul(gen(3), add1(zero())), 3
    [all...]

Completed in 729 milliseconds

1 2 3 4 5 6 7 8 91011>>