Searched refs:reset (Results 1 - 25 of 1219) sorted by last modified time

1234567891011>>

/macosx-10.10/xnu-2782.1.97/libsa/
H A Dbootstrap.cpp514 keyIterator->reset();
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp3442 theIterator->reset();
4070 /* reset for the next (if any) version string */
5991 * in the kmod_info_t linked list, and reset "kmod" to point to the
6408 /* we only reset delay value for unloading if we already have something
7507 /* If asked to delay autounload, reset the timer if it's currently set.
9559 myIter->reset();
9582 myIter->reset();
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIODeviceTreeSupport.cpp880 iter->reset();
H A DIOPMrootDomain.cpp1749 iter->reset();
2061 // trip the reset of the calendar clock
2938 // If clamshellSleepDisabled is reset to 0, reevaluate if
3834 DLOG("standby delay %u, reset %u\n",
3854 // A sleep that does not enable the sleep timer will reset
4686 // Going dark, reset full wake state
6172 // AC presence will reset the standy timer delay adjustment.
H A DIOPlatformExpert.cpp640 mcoll->reset ();
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/
H A Dgtest.h308 message_.reset(new ::std::string);
730 // This field is mutable and needs to be reset before running the
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h732 internal_run_death_test_flag_.reset(ParseInternalRunDeathTestFlag());
H A Dgtest-linked_ptr.h168 void reset(T* ptr = NULL) { function in class:testing::internal::linked_ptr
H A Dgtest-param-util.h109 impl_.reset(other.impl_->Clone());
297 value_.reset();
311 value_.reset(new T(*iterator_));
H A Dgtest-port.h784 ~scoped_ptr() { reset(); }
796 void reset(T* p = NULL) { function in class:testing::internal::scoped_ptr
/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DValueHandleTest.cpp100 BitcastV.reset();
182 EXPECT_DEATH({BitcastV.reset();},
186 EXPECT_DEATH({BitcastV.reset();},
189 BitcastV.reset();
259 BitcastV.reset();
325 BitcastV.reset(); // Would crash without the ValueHandler.
344 ToClear[0].reset(new WeakVH(V));
346 ToClear[1].reset(new WeakVH(V));
349 ToClear[0].reset();
350 ToClear[1].reset();
[all...]
/macosx-10.10/llvmCore-3425.0.34/unittests/VMCore/
H A DIRBuilderTest.cpp28 M.reset(new Module("MyModule", getGlobalContext()));
37 M.reset();
H A DValueMapTest.cpp57 this->AddV.reset();
207 this->AddV.reset();
226 this->AddV.reset();
229 this->BitcastV.reset();
258 this->AddV.reset();
261 this->BitcastV.reset();
291 this->AddV.reset();
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenRegisters.cpp1709 TopoSigs.reset();
H A DDAGISelMatcher.h97 void setNext(Matcher *C) { Next.reset(C); }
H A DDAGISelMatcherOpt.cpp58 MatcherPtr.reset(New);
69 MatcherPtr.reset(MP->takeNext());
85 MatcherPtr.reset(MFR);
134 MatcherPtr.reset(new MorphNodeToMatcher(EN->getOpcodeName(),
165 MatcherPtr.reset(CheckOpcode);
214 MatcherPtr.reset(CPPM->takeNext());
390 MatcherPtr.reset(NewOptionsToMatch[0]);
395 MatcherPtr.reset(0);
454 MatcherPtr.reset(new SwitchOpcodeMatcher(&Cases[0], Cases.size()));
490 MatcherPtr.reset(ne
[all...]
H A DRegisterInfoEmitter.cpp1036 MaskBV.reset();
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-mc/
H A Dllvm-mc.cpp414 Str.reset(TheTarget->createAsmStreamer(Ctx, FOS, /*asmverbose*/true,
421 Str.reset(createNullStreamer(Ctx));
426 Str.reset(TheTarget->createMCObjectStreamer(TripleName, Ctx, *MAB,
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-objdump/
H A DMachODump.cpp330 DSYMObj.reset(static_cast<MachOObjectFile*>(
360 diContext.reset(DIContext::getDWARFContext(DbgInfoObj->isLittleEndian(),
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-stress/
H A Dllvm-stress.cpp706 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
/macosx-10.10/llvmCore-3425.0.34/tools/opt/
H A Dopt.cpp520 M.reset(ParseIRFile(InputFilename, Err, Context));
543 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
584 FPasses.reset(new FunctionPassManager(M.get()));
596 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
/macosx-10.10/llvmCore-3425.0.34/unittests/ADT/
H A DBitVectorTest.cpp126 Vec.reset(32);
136 Vec.reset();
182 B.reset(2);
183 B.reset(7);
279 B.reset(63);
H A DSmallVectorTest.cpp62 static void reset() { function in class:__anon10802::Constructable
98 Constructable::reset();
H A DSparseBitVectorTest.cpp24 Vec.reset(6);
27 Vec.reset(5);
/macosx-10.10/llvmCore-3425.0.34/unittests/ExecutionEngine/JIT/
H A DIntelJITEventListenerTest.cpp85 Listener.reset(JITEventListener::createIntelJITEventListener(

Completed in 325 milliseconds

1234567891011>>