/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/ |
H A D | LiveEffectEngine.cpp | 84 // 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 D | AndroidCodecTest.cpp | 61 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 D | PDFDeflateWStreamTest.cpp | 133 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 D | PDFGlyphsToUnicodeTest.cpp | 32 stream.copyTo(data.get()); in stream_equals() 33 return memcmp(data.get() + offset, buffer, len) == 0; in stream_equals()
|
H A D | SwizzlerTest.cpp | 30 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 D | SkImageGeneratorWIC.cpp | 69 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 D | SkSLString.cpp | 46 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 D | DSLWriter.cpp | 32 ThreadContext::SymbolTable().get())); in Name() 55 SkSL::Variable* varPtr = skslvar.get(); in Var()
|
/third_party/skia/src/sksl/lex/ |
H A D | NFAtoDFA.h | 71 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 D | BackendD3D12.cpp | 94 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 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)
|