/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_iter.py | 876 def gen(): function in function:TestCase.test_sinkstate_yield 879 b = gen() 917 def gen(): function in function:TestCase.test_extending_list_with_iterator_does_not_segfault 923 lst.extend(gen())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_iter.py | 876 def gen(): function in function:TestCase.test_sinkstate_yield 879 b = gen() 917 def gen(): function in function:TestCase.test_extending_list_with_iterator_does_not_segfault 923 lst.extend(gen())
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm_fp.c | 342 if (c->func.brw->intel.gen >= 6) 739 else if (intel->gen < 6 && inst->TexSrcTarget == TEXTURE_RECT_INDEX) { 1065 if (intel->gen >= 6) {
|
/external/v8/src/compiler/x87/ |
code-generator-x87.cc | 27 X87OperandConverter(CodeGenerator* gen, Instruction* instr) 28 : InstructionOperandConverter(gen, instr) {} 185 OutOfLineLoadInteger(CodeGenerator* gen, Register result) 186 : OutOfLineCode(gen), result_(result) {} 196 OutOfLineLoadFloat32NaN(CodeGenerator* gen, X87Register result) 197 : OutOfLineCode(gen), result_(result) {} 214 OutOfLineLoadFloat64NaN(CodeGenerator* gen, X87Register result) 215 : OutOfLineCode(gen), result_(result) {} 233 OutOfLineTruncateDoubleToI(CodeGenerator* gen, Register result, 235 : OutOfLineCode(gen), result_(result), input_(input) { [all...] |
/external/javassist/src/main/javassist/compiler/ |
CodeGen.java | 63 protected ReturnHook(CodeGen gen) { 64 next = gen.returnHooks; 65 gen.returnHooks = this; 68 protected void remove(CodeGen gen) { 69 gen.returnHooks = next; [all...] |
/external/v8/src/crankshaft/arm/ |
lithium-arm.h | 241 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } 355 bool HasInterestingComment(LCodeGen* gen) const override { 367 bool HasInterestingComment(LCodeGen* gen) const override; 430 bool HasInterestingComment(LCodeGen* gen) const override { return false; } 451 bool HasInterestingComment(LCodeGen* gen) const override { return false; } 458 bool HasInterestingComment(LCodeGen* gen) const override { return false; } [all...] |
/external/v8/src/crankshaft/arm64/ |
lithium-arm64.h | 255 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } 309 bool HasInterestingComment(LCodeGen* gen) const override { return false; } 410 bool HasInterestingComment(LCodeGen* gen) const override { 451 bool HasInterestingComment(LCodeGen* gen) const override; 490 bool HasInterestingComment(LCodeGen* gen) const override { return false; } 513 bool HasInterestingComment(LCodeGen* gen) const override { return false; } [all...] |
/external/v8/src/crankshaft/ia32/ |
lithium-ia32.h | 244 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } 357 bool HasInterestingComment(LCodeGen* gen) const override { 369 bool HasInterestingComment(LCodeGen* gen) const override; 427 bool HasInterestingComment(LCodeGen* gen) const override { return false; } 448 bool HasInterestingComment(LCodeGen* gen) const override { return false; } 455 bool HasInterestingComment(LCodeGen* gen) const override { return false; } [all...] |
/external/v8/src/crankshaft/mips/ |
lithium-mips.h | 239 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } 353 bool HasInterestingComment(LCodeGen* gen) const override { 365 bool HasInterestingComment(LCodeGen* gen) const override; 428 bool HasInterestingComment(LCodeGen* gen) const override { return false; } 449 bool HasInterestingComment(LCodeGen* gen) const override { return false; } 456 bool HasInterestingComment(LCodeGen* gen) const override { return false; } [all...] |
/external/v8/src/crankshaft/mips64/ |
lithium-mips64.h | 242 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } 356 bool HasInterestingComment(LCodeGen* gen) const override { 368 bool HasInterestingComment(LCodeGen* gen) const override; 431 bool HasInterestingComment(LCodeGen* gen) const override { return false; } 452 bool HasInterestingComment(LCodeGen* gen) const override { return false; } 459 bool HasInterestingComment(LCodeGen* gen) const override { return false; } [all...] |
/external/v8/src/crankshaft/ppc/ |
lithium-ppc.h | 239 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } 352 bool HasInterestingComment(LCodeGen* gen) const override { 364 bool HasInterestingComment(LCodeGen* gen) const override; 424 bool HasInterestingComment(LCodeGen* gen) const override { return false; } 445 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; } 452 bool HasInterestingComment(LCodeGen* gen) const override { return false; } [all...] |
/external/v8/src/crankshaft/s390/ |
lithium-s390.h | 235 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } 344 bool HasInterestingComment(LCodeGen* gen) const override { 355 bool HasInterestingComment(LCodeGen* gen) const override; 409 bool HasInterestingComment(LCodeGen* gen) const override { return false; } 429 virtual bool HasInterestingComment(LCodeGen* gen) const { return false; } 435 bool HasInterestingComment(LCodeGen* gen) const override { return false; } [all...] |
/external/v8/src/crankshaft/x64/ |
lithium-x64.h | 240 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } 361 bool HasInterestingComment(LCodeGen* gen) const override { 373 bool HasInterestingComment(LCodeGen* gen) const override; 436 bool HasInterestingComment(LCodeGen* gen) const override { return false; } 457 bool HasInterestingComment(LCodeGen* gen) const override { return false; } 464 bool HasInterestingComment(LCodeGen* gen) const override { return false; } [all...] |
/external/v8/src/crankshaft/x87/ |
lithium-x87.h | 247 virtual bool HasInterestingComment(LCodeGen* gen) const { return true; } 360 bool HasInterestingComment(LCodeGen* gen) const override { 382 bool HasInterestingComment(LCodeGen* gen) const override; 441 bool HasInterestingComment(LCodeGen* gen) const override { return false; } 462 bool HasInterestingComment(LCodeGen* gen) const override { return false; } 469 bool HasInterestingComment(LCodeGen* gen) const override { return false; } [all...] |
/external/conscrypt/common/src/jni/main/cpp/ |
NativeCrypto.cpp | 3704 GENERAL_NAME* gen = sk_GENERAL_NAME_value(gn_stack, static_cast<size_t>(i)); local [all...] |
/external/v8/src/runtime/ |
runtime-debug.cc | [all...] |
/hardware/interfaces/contexthub/1.0/ |
Android.mk | 1 # This file is autogenerated by hidl-gen. Do not edit manually. 13 HIDL := $(HOST_OUT_EXECUTABLES)/hidl-gen$(HOST_EXECUTABLE_SUFFIX) 22 GEN := $(intermediates)/android/hardware/contexthub/V1_0/AsyncEventType.java 23 $(GEN): $(HIDL) 24 $(GEN): PRIVATE_HIDL := $(HIDL) 25 $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal 26 $(GEN): PRIVATE_OUTPUT_DIR := $(intermediates) 27 $(GEN): PRIVATE_CUSTOM_TOOL = \ 34 $(GEN): $(LOCAL_PATH)/types.hal 36 LOCAL_GENERATED_SOURCES += $(GEN) [all...] |
/hardware/interfaces/wifi/supplicant/1.0/ |
Android.mk | 1 # This file is autogenerated by hidl-gen. Do not edit manually. 13 HIDL := $(HOST_OUT_EXECUTABLES)/hidl-gen$(HOST_EXECUTABLE_SUFFIX) 22 GEN := $(intermediates)/android/hardware/wifi/supplicant/V1_0/IfaceType.java 23 $(GEN): $(HIDL) 24 $(GEN): PRIVATE_HIDL := $(HIDL) 25 $(GEN): PRIVATE_DEPS := $(LOCAL_PATH)/types.hal 26 $(GEN): PRIVATE_OUTPUT_DIR := $(intermediates) 27 $(GEN): PRIVATE_CUSTOM_TOOL = \ 34 $(GEN): $(LOCAL_PATH)/types.hal 36 LOCAL_GENERATED_SOURCES += $(GEN) [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/ |
rulegen.go | 5 // +build gen 151 fmt.Fprintf(w, "// autogenerated from gen/%s.rules: do not edit!\n", arch.name) 152 fmt.Fprintln(w, "// generated with: cd gen; go run *.go")
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
ext_test.go | 632 // filter generates the sequences from gen that satisfy ok. 633 func filter(gen func(func([]byte)), ok func([]byte) bool) func(func([]byte)) { 635 gen(func(enc []byte) {
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/ |
rulegen.go | 5 // +build gen 151 fmt.Fprintf(w, "// autogenerated from gen/%s.rules: do not edit!\n", arch.name) 152 fmt.Fprintln(w, "// generated with: cd gen; go run *.go")
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/ |
ext_test.go | 632 // filter generates the sequences from gen that satisfy ok. 633 func filter(gen func(func([]byte)), ok func([]byte) bool) func(func([]byte)) { 635 gen(func(enc []byte) {
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
vktTextureFilteringExplicitLodTests.cpp | 666 de::MovePtr<DataGenerator> gen); 709 de::MovePtr<DataGenerator> gen) 717 , m_gen (gen.release()) [all...] |
/build/soong/java/ |
java.go | 323 if gen, ok := module.(genrule.SourceFileGenerator); ok { 324 srcFiles = append(srcFiles, gen.GeneratedSourceFiles()...)
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_context.h | 218 int gen; member in struct:intel_context 286 GLenum reduced_primitive; /*< Only gen < 6 */
|