/third_party/node/deps/icu-small/source/i18n/ |
H A D | scriptset.cpp | 84 ScriptSet &ScriptSet::reset(UScriptCode script, UErrorCode &status) { in reset() function in ScriptSet
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/ |
H A D | DetectingViewer.java | 306 inputStream.reset(); in show()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | canittst.cpp | 306 // Test reset and getSource in TestAPI() 320 logln("Testing CanonicalIterator::reset"); in TestAPI() 324 can.reset(); in TestAPI() 327 logln("After reset, CanonicalIterator::next returned "+afterReset); in TestAPI() 330 errln("Next after instantiation ("+next+") is different from next after reset ("+afterReset+")."); in TestAPI()
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8-platforms.cc | 162 delayed_runner.reset(new DelayedTaskRunner(runner, this),
|
/third_party/node/deps/v8/src/execution/ |
H A D | microtask-queue.cc | 122 microtasks_scope.reset(new v8::MicrotasksScope( in PerformCheckpointInternal()
|
/third_party/node/deps/v8/src/heap/ |
H A D | array-buffer-sweeper.cc | 203 job_.reset(); in Finalize()
|
H A D | read-only-heap.cc | 143 ro_heap.reset(new ReadOnlyHeap(ro_space)); in CreateInitalHeapForBootstrapping()
|
H A D | local-heap.cc | 128 persistent_handles_.reset( in EnsurePersistentHandles()
|
/third_party/node/deps/v8/src/libplatform/ |
H A D | default-platform.cc | 106 tracing_controller_.reset(controller); in DefaultPlatform()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-array-buffer.h | 216 void reset_backing_store() { backing_store_.reset(); } in reset_backing_store()
|
/third_party/node/deps/v8/src/logging/ |
H A D | log-utils.cc | 99 format_buffer_.reset(); in Close()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parse-info.cc | 300 void ParseInfo::ResetCharacterStream() { character_stream_.reset(); } in ResetCharacterStream()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_alu.h | 115 void reset_alu_flag(AluModifiers flag) {m_alu_flags.reset(flag);}
|
/third_party/rust/crates/codespan/codespan-reporting/examples/ |
H A D | readme_preview.rs | 236 fn reset(&mut self) -> io::Result<()> { in reset() functions 237 self.upstream.reset() in reset() 346 fn reset(&mut self) -> io::Result<()> { in reset() functions
|
/third_party/protobuf/benchmarks/java/src/main/java/com/google/protobuf/ |
H A D | ProtoCaliperBenchmark.java | 208 inputStreamList.get(j).reset(); in deserializeFromMemoryStream()
|
/third_party/python/Lib/asyncio/ |
H A D | locks.py | 128 When the lock is locked, reset it to unlocked, and return. 162 to true with the set() method and reset to false with the clear() method. 530 # if the barrier is reset or broken. 537 raise exceptions.BrokenBarrierError("Abort or reset of barrier") 547 async def reset(self): member in Barrier 556 #reset the barrier, waking up tasks
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | GLES1State.h | 262 void clearDirty() { mDirtyBits.reset(); } in clearDirty()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | VertexBuffer.cpp | 137 void StreamingVertexBufferInterface::reset() in reset() function in rx::StreamingVertexBufferInterface
|
/third_party/skia/third_party/externals/angle2/samples/multiple_contexts/ |
H A D | MultipleContexts.cpp | 131 mUpdateThread.reset(new std::thread(UpdateThreadLoop, getDisplay(), getConfig(),
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | FrameBufferMtl.h | 124 void reset();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugHandlerBase.cpp | 38 Location.FragmentInfo.reset(); in extractFromMachineInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | CSEInfo.cpp | 255 CSEOpt.reset(); in releaseMemory()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineFrameInfo.cpp | 131 BV.reset(*S); in getPristineRegs()
|
H A D | SpillPlacement.cpp | 378 ActiveNodes->reset(n); in finish()
|
H A D | SplitKit.h | 304 /// The current spill mode, selected by reset(). 449 /// reset - Prepare for a new split. 450 void reset(LiveRangeEdit&, ComplementSpillMode = SM_Partition);
|