/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | Internalize.cpp | 83 for (line_iterator I(*Buf->get(), true), E; I != E; ++I) in LoadFile()
|
H A D | PruneEH.cpp | 255 I->replaceAllUsesWith(UndefValue::get(I->getType())); in DeleteBasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopDeletion.cpp | 165 UndefValue::get(P.getType())); in deleteLoopIfDead()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | fuzzer.cc | 148 auto* mutator_cache = context->mutator_cache.get(); in LLVMFuzzerCustomMutator()
|
/third_party/skia/tools/gpu/gl/ |
H A D | GLTestContext.cpp | 227 GR_GL_CALL(fGLInterface.get(), Finish()); in finish()
|
/third_party/skia/tools/skqp/ |
H A D | cut_release.py | 23 cookie = os.environ.get('SKIA_GOLD_COOKIE', '')
|
/third_party/skia/tools/viewer/ |
H A D | MSKPSlide.cpp | 179 fPlayer = MSKPPlayer::Make(fStream.get()); in load()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | added_function_reducer.cpp | 202 auto* ir_context = replay_result.transformed_module.get(); in ReplayPrefixAndAddFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ObjCARCAnalysisUtils.h | 275 unsigned get(ARCMDKindID ID) { in get() function in llvm::objcarc::ARCMDKindCache
|
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/ |
H A D | when-pkg-references-sibling-package-through-indirect-symlink-moduleCaseChange.js | 118 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 119 desc = { enumerable: true, get: function() { return m[k]; } };
|
H A D | when-pkg-references-sibling-package-through-indirect-symlink.js | 118 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 119 desc = { enumerable: true, get: function() { return m[k]; } };
|
/third_party/typescript/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/ |
H A D | with-simple-project-when-solution-is-already-built.js | 187 Object.defineProperty(exports, "createDog", { enumerable: true, get: function () { return dog_1.createDog; } });
|
/third_party/vixl/tools/ |
H A D | lint.py | 159 # The '.get(9999999)' is workaround to allow killing the test script with 166 results = pool.map_async(LintWrapper, tasks).get(9999999)
|
/third_party/typescript/tests/baselines/reference/ |
H A D | privateNameStaticFieldAssignment.js | 48 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_context.cc | 53 return name_resolver_.get(); in GetNameResolver() 72 "get" + name1 + "Count()\""; in IsConflicting() 78 "get" + name1 + "List()\""; in IsConflicting()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | method_dump.sh | 83 // Some items with _ in them get returned in quotes, so do not add more.
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | IntArrayList.java | 132 public Integer get(int index) { in get() method in IntArrayList
|
H A D | LongArrayList.java | 132 public Long get(int index) { in get() method in LongArrayList
|
H A D | FloatArrayList.java | 132 public Float get(int index) { in get() method in FloatArrayList
|
H A D | BooleanArrayList.java | 133 public Boolean get(int index) { in get() method in BooleanArrayList
|
H A D | DoubleArrayList.java | 133 public Double get(int index) { in get() method in DoubleArrayList
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | Utf8Test.java | 216 buffer.get(output); in encodeToByteBuffer()
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | _parameterized.py | 407 This is used internally by the unittesting framework to get a name 415 self._id_suffix.get(self._testMethodName, ''))
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | json_objectwriter.h | 166 Element* element() override { return element_.get(); }
|
/third_party/python/Lib/test/ |
H A D | test_urllibnet.py | 101 # test getcode() with the fancy opener to get 404 error codes 196 datevalue = fileheaders.get('Date')
|