Home
last modified time | relevance | path

Searched refs:get (Results 5151 - 5175 of 12823) sorted by relevance

1...<<201202203204205206207208209210>>...513

/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/
H A DLiveEffectEngine.cpp84 // properties we should get the lowest latency path in openStreams()
104 mFullDuplexPass.setInputStream(mRecordingStream.get()); in openStreams()
105 mFullDuplexPass.setOutputStream(mPlayStream.get()); in openStreams()
/third_party/skia/tests/
H A DAndroidCodecTest.cpp61 ERRORF(r, "Could not get %s", file); in DEF_TEST()
164 REPORTER_ASSERT(r, SkColorSpace::Equals(cs.get(), expected.get())); in DEF_TEST()
H A DPDFDeflateWStreamTest.cpp133 std::unique_ptr<SkStreamAsset> decompressed(stream_inflate(r, compressed.get())); in DEF_TEST()
140 ERRORF(r, "Decompression failed to get right size [%d]. %u != %u", in DEF_TEST()
144 o.writeStream(compressed.get(), compressed->getLength()); in DEF_TEST()
H A DPDFGlyphsToUnicodeTest.cpp32 stream.copyTo(data.get()); in stream_equals()
33 return memcmp(data.get() + offset, buffer, len) == 0; in stream_equals()
H A DSwizzlerTest.cpp30 memset(storage.get(), 0, totalBytes); in check_fill()
32 uint8_t* imageData = storage.get() + offset; in check_fill()
/third_party/skia/src/ports/
H A DSkImageGeneratorWIC.cpp69 hr = imagingFactory->CreateDecoderFromStream(iStream.get(), nullptr, in MakeFromEncodedWIC()
187 hr = formatConverter->Initialize(fImageSource.get(), format, WICBitmapDitherTypeNone, nullptr, in onGetPixels()
/third_party/skia/src/sksl/
H A DSkSLString.cpp46 vsnprintf(newBuffer.get(), size + 1, fmt, reuse); in vappendf()
47 this->append(newBuffer.get(), size); in vappendf()
/third_party/skia/src/sksl/dsl/priv/
H A DDSLWriter.cpp32 ThreadContext::SymbolTable().get())); in Name()
55 SkSL::Variable* varPtr = skslvar.get(); in Var()
/third_party/skia/src/sksl/lex/
H A DNFAtoDFA.h71 return fStates[label].get(); in getState()
73 return found->second.get(); in getState()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DBackendD3D12.cpp94 CreateFactory(mFunctions.get(), instance->GetBackendValidationLevel(), in Initialize()
150 return mFunctions.get(); in GetFunctions()
/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)

Completed in 14 milliseconds

1...<<201202203204205206207208209210>>...513