Home
last modified time | relevance | path

Searched refs:get (Results 4326 - 4350 of 10842) sorted by relevance

1...<<171172173174175176177178179180>>...434

/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A DEncoder.java178 buffer.get(chunk); in compress()
191 return output.get(0); in compress()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCreatePipelineAsyncTask.cpp150 "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 DInjectTLIMappings.cpp64 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 DAArch64A53Fix835769.cpp128 // 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 DAMDGPUAnnotateUniformValues.cpp74 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 DMVEVPTBlockPass.cpp148 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 DAVRMCExpr.cpp81 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 DNVPTXLowerArgs.cpp171 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 DWebAssemblyPeephole.cpp121 BuildMI(MBB, MI, MI.getDebugLoc(), TII.get(CopyLocalOpc), NewReg) in maybeRewriteToFallthrough()
128 MI.setDesc(TII.get(WebAssembly::FALLTHROUGH_RETURN)); in maybeRewriteToFallthrough()
H A DWebAssemblyRegisterInfo.cpp121 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 Dskottie2movie.cpp135 produce_frame(surf.get(), animation.get(), frame); in main()
/third_party/typescript/tests/baselines/reference/
H A DexportAsNamespace3(module=umd).js41 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 Djava_field.h123 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 DMapFieldLite.java121 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 Dparse.py48 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 Dsimple_server.py93 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 Dsequence_lock_test.cc35 : 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 Dflat_hash_set_test.cc122 EXPECT_NE(insert_result.position->get(), insert_result.node.value().get()); in TEST()
H A Dnode_hash_set_test.cc87 EXPECT_NE(insert_result.position->get(), insert_result.node.value().get()); in TEST()
/third_party/skia/modules/svg/src/
H A DSkSVGFilterContext.cpp124 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 Ddftext_blob_persp.cpp91 this->drawBlob(canvas, blob.get(), SK_ColorBLACK, x, y + h, pm, twm);
107 inputCanvas->drawImage(surface->makeImageSnapshot().get(), 0, 0);
H A Dtileimagefilter.cpp84 canvas->drawImage(fBitmap.get(), 0, 0, SkSamplingOptions(), &paint);
115 canvas->drawImage(fBitmap.get(), 0, 0);
/third_party/skia/infra/bots/assets/skp/
H A Dcreate.py37 val = os.environ.get(key)
96 if os.environ.get('CHROME_HEADLESS'):
/third_party/rust/crates/rustix/src/backend/libc/process/
H A Dsyscalls.rs424 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 DRTreeBench.cpp47 tree.insert(rects.get(), NUM_BUILD_RECTS);
77 fTree.insert(rects.get(), NUM_QUERY_RECTS);

Completed in 14 milliseconds

1...<<171172173174175176177178179180>>...434