Home
last modified time | relevance | path

Searched refs:get (Results 4351 - 4375 of 9600) sorted by relevance

1...<<171172173174175176177178179180>>...384

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DMacroExpander.cpp202 if (mReserveToken.get()) in getToken()
217 *token = mContextStack.back()->get(); in getToken()
236 assert(!mReserveToken.get()); in ungetToken()
526 const Token &MacroExpander::MacroContext::get() in get() function in pp::MacroExpander::MacroContext
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dscalar_analysis_simplification.cpp319 GatherAccumulatorsFromChildNodes(new_add.get(), node_, false); in SimplifyPolynomial()
434 analysis_.SimplifyExpression(new_coefficient.get()); in FoldRecurrentAddExpressions()
437 analysis_.SimplifyExpression(new_offset.get()); in FoldRecurrentAddExpressions()
513 SENode* simplified_child = analysis_.SimplifyExpression(new_offset.get()); in SimplifyRecurrentAddExpression()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dscalar_analysis_simplification.cpp319 GatherAccumulatorsFromChildNodes(new_add.get(), node_, false); in SimplifyPolynomial()
434 analysis_.SimplifyExpression(new_coefficient.get()); in FoldRecurrentAddExpressions()
437 analysis_.SimplifyExpression(new_offset.get()); in FoldRecurrentAddExpressions()
513 SENode* simplified_child = analysis_.SimplifyExpression(new_offset.get()); in SimplifyRecurrentAddExpression()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_annotation_test.cpp732 const auto deco = std::get<0>(GetParam()); in TEST_P()
733 const auto sc = std::get<1>(GetParam()); in TEST_P()
772 const auto deco = std::get<0>(GetParam()); in TEST_P()
773 const auto sc = std::get<1>(GetParam()); in TEST_P()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DNativeAudioContext.h200 return it->second.get(); in getStream()
522 return (FullDuplexAnalyzer *) mFullDuplexEcho.get();
559 return (FullDuplexAnalyzer *) mFullDuplexLatency.get();
597 return (FullDuplexAnalyzer *) mFullDuplexGlitches.get();
/third_party/skia/src/utils/
H A DSkNWayCanvas.cpp51 SkCanvas* get() const { return fCanvas; } in get() function in SkNWayCanvas::Iter
82 SkCanvasPriv::SaveBehind(iter.get(), bounds); in onDoSaveBehind()
175 SkCanvasPriv::ResetClip(iter.get()); in onResetClip()
190 SkCanvasPriv::DrawBehind(iter.get(), paint); in onDrawBehind()
/third_party/skia/tests/
H A DProgramsTest.cpp272 if (!std::get<0>(views[0]) || !std::get<0>(views[1])) { in ProgramUnitTest()
291 GrDrawRandomOp(&random, surfaceDrawContext.get(), std::move(paint)); in ProgramUnitTest()
318 GrDrawRandomOp(&random, sdc.get(), std::move(paint)); in ProgramUnitTest()
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
H A DDeviceNull.cpp313 memcpy(mBackingData.get() + destinationOffset, ptr + sourceOffset, size); in CopyFromStaging()
319 memcpy(mBackingData.get() + bufferOffset, data, size); in DoWriteBuffer()
327 return mBackingData.get(); in GetMappedPointerImpl()
499 mMappedPointer = mBuffer.get(); in Initialize()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-use-table.py77 values[i0][t] = values[i0].get (t, 0) + end - start + 1
105 values[i][v] = values[i].get (v, 0) + 1
410 pos_mapping = use_positions.get(USE, None)
463 d = data.get (u, defaults)
/third_party/python/Lib/tkinter/
H A Dfiledialog.py156 subdir = self.dirs.get('active')
164 file = self.files.get('active')
202 filter = self.filter.get()
209 file = self.selection.get()
/third_party/python/Lib/
H A Dwarnings.py26 # warnings get lost
89 s += (f'{category}: Enable tracemalloc to get the object '
337 if registry.get('version', 0) != _filters_version:
348 if registry.get(key):
375 if onceregistry.get(oncekey):
383 if registry.get(altkey):
534 # coroutine origin tracking *and* tracemalloc enabled, they'll get two
H A Dasyncore.py152 obj = map.get(fd)
158 obj = map.get(fd)
164 obj = map.get(fd)
190 obj = map.get(fd)
235 # get a socket from a blocking source.
437 # Accepting sockets shouldn't get a write event.
452 # we can get here when select.select() says that there is an
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp180 AliasResult AR = AA.alias(MemoryLocation::get(cast<LoadInst>(Load)), in runInternal()
181 MemoryLocation::get(cast<StoreInst>(Store))); in runInternal()
207 AliasResult AR = AA.alias(MemoryLocation::get(cast<StoreInst>(*I1)), in runInternal()
208 MemoryLocation::get(cast<StoreInst>(*I2))); in runInternal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DDebugify.cpp101 I.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP)); in applyDebugifyMetadata()
130 const DILocation *Loc = I->getDebugLoc().get(); in applyDebugifyMetadata()
146 NMD->addOperand(MDNode::get( in applyDebugifyMetadata()
147 Ctx, ValueAsMetadata::getConstant(ConstantInt::get(IntTy, N)))); in applyDebugifyMetadata()
H A DLibCallsShrinkWrap.cpp116 Constant *V = ConstantFP::get(BBBuilder.getContext(), APFloat(Val)); in createCond()
441 Constant *V = ConstantFP::get(CI->getContext(), APFloat(127.0f)); in generateCondForPow()
469 Constant *V = ConstantFP::get(CI->getContext(), APFloat(UpperV)); in generateCondForPow()
470 Constant *V0 = ConstantFP::get(CI->getContext(), APFloat(0.0f)); in generateCondForPow()
H A DSSAUpdater.cpp110 // We can get our predecessor info by walking the pred_iterator list, but it in GetValueInMiddleOfBlock()
112 // of them to get the predecessor list instead. in GetValueInMiddleOfBlock()
143 return UndefValue::get(ProtoType); in GetValueInMiddleOfBlock()
169 // loop cases when we get a PHI of itself and one other value. in GetValueInMiddleOfBlock()
199 Value *OldVal = U.get(); in RewriteUse()
259 // We can get our predecessor info by walking the pred_iterator list, in FindPredecessorBlocks()
261 // block, walk one of them to get the predecessor list instead. in FindPredecessorBlocks()
273 return UndefValue::get(Updater->ProtoType); in GetUndefVal()
453 if (NewVal == ALoad) NewVal = UndefValue::get(NewVal->getType()); in run()
467 // propagate the updates until we get t in run()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dscheduler.h103 // get() returns the scheduler bound to the current thread.
105 static Scheduler* get();
584 auto scheduler = Scheduler::get(); in schedule()
593 auto scheduler = Scheduler::get(); in schedule()
603 auto scheduler = Scheduler::get(); in schedule()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceGlobalContext.h294 ELFObjectWriter *getObjectWriter() const { return ObjectWriter.get(); } in getObjectWriter()
411 return LockedPtr<StringPool>(Strings.get(), &StringsLock); in getStrings()
525 return LockedPtr<ConstantPool>(ConstPool.get(), &ConstPoolLock); in getConstPool()
543 Globals.merge(Globls.get()); in accumulateGlobals()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DSIMCCodeEmitter.cpp286 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in encodeInstruction()
381 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getSDWASrcEncoding()
475 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValue()
490 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp122 if (identify_magic(MaybeBuf.get()->getBuffer()) == file_magic::archive) { in doList()
123 B = std::move(MaybeBuf.get()); in doList()
133 object::Archive Archive(B.get()->getMemBufferRef(), Err); in doList()
139 StringRef Name = NameOrErr.get(); in doList()
171 << ": failed to get target triple from bitcode\n"; in getBitcodeFileMachine()
/third_party/typescript/tests/baselines/reference/
H A DassertionTypePredicates1.js163 get p1(): this is string;
165 get p2(): asserts this is string;
425 get p1(): this is string;
427 get p2(): asserts this is string;
/third_party/protobuf/src/google/protobuf/compiler/
H A Dmock_code_generator.cc241 io::Printer printer(output.get(), '$'); in Generate()
254 io::Printer printer(output.get(), '$'); in Generate()
270 io::Printer printer(output.get(), '$', in Generate()
296 if (!TextFormat::Print(annotations, meta_output.get())) { in Generate()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DWireFormatTest.java59 TestMessageSetExtension1.getDescriptor().getExtensions().get(0).getNumber();
61 TestMessageSetExtension2.getDescriptor().getExtensions().get(0).getNumber();
386 assertEquals("bar", field.getLengthDelimitedList().get(0).toStringUtf8()); in testParseMessageSetWithFlag()
482 RawMessageSet.Item item = items.get(i); in testMergeMessageSetExtensionWithFlag()
H A DSmallSortedMapTest.java133 assertEquals(Integer.valueOf(i + 1), map.get(i)); in runPutAndGetTest()
247 assertEquals(Integer.valueOf(i + 1), map.get(i)); in testEntrySetAdd()
324 assertEquals(Integer.valueOf(i + 23), map.get(i)); in testMapEntryModification()
334 assertEquals(Integer.valueOf(1), map.get(0)); in testMakeImmutable()
/third_party/skia/
H A DPRESUBMIT.py319 return [r['email'] for r in code_review_label.get('all', [])]
325 for m in code_review_label.get('all', []):
326 if m.get("value") == 1:
390 if all_docs_changes and 'true' not in footers.get('No-Try', []):

Completed in 23 milliseconds

1...<<171172173174175176177178179180>>...384