/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
H A D | Encoder.java | 178 buffer.get(chunk); in compress() 191 return output.get(0); in compress()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CreatePipelineAsyncTask.cpp | 150 "CreateComputePipelineAsyncTask::RunAsync", task.get(), "label", in RunAsync() 198 "CreateRenderPipelineAsyncTask::RunAsync", task.get(), "label", in RunAsync()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | InjectTLIMappings.cpp | 64 return VectorType::get(Scalar, {VF, isScalable}); in ToVectorTy() 83 FunctionType *FTy = FunctionType::get(RetTy, Tys, /*isVarArg=*/false); in addVariantDeclaration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64A53Fix835769.cpp | 128 // Return the block that was fallen through to get to MBB, if any, 179 BuildMI(I->getParent(), DL, TII->get(AArch64::HINT)).addImm(0); in insertNopBeforeInstruction() 183 BuildMI(MBB, MI, DL, TII->get(AArch64::HINT)).addImm(0); in insertNopBeforeInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAnnotateUniformValues.cpp | 74 I->setMetadata("amdgpu.uniform", MDNode::get(I->getContext(), {})); in setUniformMetadata() 77 I->setMetadata("amdgpu.noclobber", MDNode::get(I->getContext(), {})); in setNoClobberMetadata() 87 // 1. get Loop for the Load->getparent(); in isClobberedInFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | MVEVPTBlockPass.cpp | 148 MIBuilder = BuildMI(Block, MI, dl, TII->get(NewOpcode)); in InsertVPTBlocks() 159 MIBuilder = BuildMI(Block, MI, dl, TII->get(ARM::MVE_VPST)); in InsertVPTBlocks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRMCExpr.cpp | 81 Result = MCValue::get(evaluateAsInt64(Value.getConstant())); in evaluateAsRelocatableImpl() 92 Result = MCValue::get(Sym, Value.getSymB(), Value.getConstant()); in evaluateAsRelocatableImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerArgs.cpp | 171 Arg, PointerType::get(StructType, ADDRESS_SPACE_PARAM), Arg->getName(), in handleByValParam() 195 Ptr, PointerType::get(Ptr->getType()->getPointerElementType(), in markPointerAsGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyPeephole.cpp | 121 BuildMI(MBB, MI, MI.getDebugLoc(), TII.get(CopyLocalOpc), NewReg) in maybeRewriteToFallthrough() 128 MI.setDesc(TII.get(WebAssembly::FALLTHROUGH_RETURN)); in maybeRewriteToFallthrough()
|
H A D | WebAssemblyRegisterInfo.cpp | 121 BuildMI(MBB, *II, II->getDebugLoc(), TII->get(WebAssembly::CONST_I32), in eliminateFrameIndex() 125 BuildMI(MBB, *II, II->getDebugLoc(), TII->get(WebAssembly::ADD_I32), in eliminateFrameIndex()
|
/third_party/skia/tools/ |
H A D | skottie2movie.cpp | 135 produce_frame(surf.get(), animation.get(), frame); in main()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | exportAsNamespace3(module=umd).js | 41 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
42 desc = { enumerable: true, get: function() { return m[k]; } };
84 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
85 desc = { enumerable: true, get: function() { return m[k]; } };
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_field.h | 123 const FieldGeneratorType& get(const FieldDescriptor* field) const; 133 inline const FieldGeneratorType& FieldGeneratorMap<FieldGeneratorType>::get( in get() function in google::protobuf::compiler::java::FieldGeneratorMap
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MapFieldLite.java | 121 checkNotNull(m.get(key)); in checkForNullKeysAndValues() 147 if (!equals(entry.getValue(), b.get(entry.getKey()))) { in equals()
|
/third_party/python/Lib/lib2to3/pgen2/ |
H A D | parse.py | 48 See driver.py for how to get input tokens by tokenizing a file or 67 setup() method to get it started. 170 ilabel = self.grammar.keywords.get(value) 173 ilabel = self.grammar.tokens.get(type)
|
/third_party/python/Lib/wsgiref/ |
H A D | simple_server.py | 93 if self.headers.get('content-type') is None: 98 length = self.headers.get('content-length')
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
H A D | sequence_lock_test.cc | 35 : buf_bytes_(std::get<0>(GetParam())), in ConcurrentSequenceLockTest() 36 num_threads_(std::get<1>(GetParam())) {} in ConcurrentSequenceLockTest()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | flat_hash_set_test.cc | 122 EXPECT_NE(insert_result.position->get(), insert_result.node.value().get()); in TEST()
|
H A D | node_hash_set_test.cc | 87 EXPECT_NE(insert_result.position->get(), insert_result.node.value().get()); in TEST()
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGFilterContext.cpp | 124 return std::get<1>(this->getInput(ctx, inputType)); in resolveInputColorspace() 129 return std::get<0>(this->getInput(ctx, inputType)); in resolveInput()
|
/third_party/skia/gm/ |
H A D | dftext_blob_persp.cpp | 91 this->drawBlob(canvas, blob.get(), SK_ColorBLACK, x, y + h, pm, twm); 107 inputCanvas->drawImage(surface->makeImageSnapshot().get(), 0, 0);
|
H A D | tileimagefilter.cpp | 84 canvas->drawImage(fBitmap.get(), 0, 0, SkSamplingOptions(), &paint); 115 canvas->drawImage(fBitmap.get(), 0, 0);
|
/third_party/skia/infra/bots/assets/skp/ |
H A D | create.py | 37 val = os.environ.get(key) 96 if os.environ.get('CHROME_HEADLESS'):
|
/third_party/rust/crates/rustix/src/backend/libc/process/ |
H A D | syscalls.rs | 424 unsafe { ret(c::kill(pid.as_raw_nonzero().get(), sig as i32)) } 432 pid.as_raw_nonzero().get().wrapping_neg(),
|
/third_party/skia/bench/ |
H A D | RTreeBench.cpp | 47 tree.insert(rects.get(), NUM_BUILD_RECTS); 77 fTree.insert(rects.get(), NUM_QUERY_RECTS);
|