Home
last modified time | relevance | path

Searched full:reset (Results 1 – 25 of 7133) sorted by relevance

12345678910>>...286

/external/clang/test/Misc/
Dast-dump-color.cpp32 …onUnitDecl[[RESET:.\[0m]][[Yellow:.\[0;33m]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]<invalid sloc>…
33RESET]][[GREEN]]TypedefDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]<invalid slo…
34RESET]][[GREEN]]TypedefDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]<invalid slo…
35RESET]][[GREEN]]TypedefDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]<invalid slo…
36RESET]][[GREEN]]VarDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]{{.*}}ast-dump-c…
37 …K: {{^}}[[Blue]]| |-[[RESET]][[BLUE:.\[0;1;34m]]UnusedAttr[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[
38 …Blue]]| `-[[RESET]][[Blue]]FullComment[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]l…
39 …]| `-[[RESET]][[Blue]]ParagraphComment[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]…
40 …K: {{^}}[[Blue]]| |-[[RESET]][[Blue]]TextComment[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]…
41 …]| |-[[RESET]][[Blue]]HTMLStartTagComment[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Ye…
[all …]
Ddiag-template-diffing-color.cpp9 …ion from 'foo<[[CYAN:.\[0;1;36m]]double[[RESET:.\[0m]]>' to 'foo<[[CYAN]]int[[RESET]]>' for 1st ar…
12 // TREE: {{\[}}[[CYAN:.\[0;1;36m]]double[[RESET:.\[0m]] != [[CYAN]]int[[RESET]]]>[[RESET]]
16 …e 'foo<[[CYAN]]double[[RESET]][[BOLD:.\[1m]]>' cannot bind to a value of unrelated type 'foo<[[CYA…
19 // TREE: {{\[}}[[CYAN]]double[[RESET]][[BOLD:.\[1m]] != [[CYAN]]int[[RESET]][[BOLD]]]>[[RESET]]
27 …iable: no known conversion from 'vector<const vector<[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}int>>' to '…
31 // TREE: {{\[}}[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}!= [[CYAN]](no qualifiers)[[RESET]]] int>>
37 …unction not viable: no known conversion from 'vector<[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}vector<...>…
40 // TREE: {{\[}}[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}!= [[CYAN]](no qualifiers){{ ?}}[[RESET]]]{{ ?…
46 …own conversion from 'vector<vector<...>>' to 'vector<[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}vector<...>…
49 // TREE: {{\[}}[[CYAN]](no qualifiers){{ ?}}[[RESET]]{{ ?}}!= [[CYAN]]const[[RESET]]] vector<..…
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DTestUScriptRun.java231 scriptRun.reset(0, 100); in TestReset()
232 errln("scriptRun.reset(0, 100) did not produce an IllegalArgumentException!"); in TestReset()
234 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
238 scriptRun.reset(100, 0); in TestReset()
239 errln("scriptRun.reset(100, 0) did not produce an IllegalArgumentException!"); in TestReset()
241 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
245 scriptRun.reset(0, -100); in TestReset()
246 errln("scriptRun.reset(0, -100) did not produce an IllegalArgumentException!"); in TestReset()
248 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
252 scriptRun.reset(-100, 0); in TestReset()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DTestUScriptRun.java232 scriptRun.reset(0, 100); in TestReset()
233 errln("scriptRun.reset(0, 100) did not produce an IllegalArgumentException!"); in TestReset()
235 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
239 scriptRun.reset(100, 0); in TestReset()
240 errln("scriptRun.reset(100, 0) did not produce an IllegalArgumentException!"); in TestReset()
242 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
246 scriptRun.reset(0, -100); in TestReset()
247 errln("scriptRun.reset(0, -100) did not produce an IllegalArgumentException!"); in TestReset()
249 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
253 scriptRun.reset(-100, 0); in TestReset()
[all …]
/external/webrtc/webrtc/modules/video_coding/
Ddecoding_state_unittest.cc24 dec_state.Reset(); in TEST()
46 dec_state.Reset(); in TEST()
52 frame.Reset(); in TEST()
59 frame.Reset(); in TEST()
67 frame.Reset(); in TEST()
71 frame.Reset(); in TEST()
83 dec_state.Reset(); in TEST()
84 frame.Reset(); in TEST()
94 frame.Reset(); in TEST()
105 frame.Reset(); in TEST()
[all …]
/external/deqp/framework/opengl/
DgluStateReset.cpp21 * \brief OpenGL State Reset.
52 TCU_FAIL("Couldn't reset error state"); in resetErrors()
62 // Reset error state in resetStateES()
93 GLU_EXPECT_NO_ERROR(gl.getError(), "Vertex attrib array state reset failed"); in resetStateES()
106 GLU_EXPECT_NO_ERROR(gl.getError(), "Transformation state reset failed"); in resetStateES()
121 GLU_EXPECT_NO_ERROR(gl.getError(), "Rasterization state reset failed"); in resetStateES()
141 GLU_EXPECT_NO_ERROR(gl.getError(), "Multisampling state reset failed"); in resetStateES()
145 // \todo [2013-04-08 pyry] Reset all levels? in resetStateES()
157 // Reset 2D texture. in resetStateES()
185 // Reset cube map texture. in resetStateES()
[all …]
/external/python/cpython2/Lib/test/
Dtest_py3kwarn.py72 w.reset()
78 w.reset()
81 w.reset()
84 w.reset()
87 w.reset()
94 w.reset()
101 w.reset()
108 w.reset()
110 w.reset()
112 w.reset()
[all …]
/external/pdfium/fpdfsdk/javascript/
DJS_EventHandler.cpp48 m_pTargetFormFillEnv.Reset(pFormFillEnv); in OnDoc_Open()
55 m_pTargetFormFillEnv.Reset(pFormFillEnv); in OnDoc_WillPrint()
61 m_pTargetFormFillEnv.Reset(pFormFillEnv); in OnDoc_DidPrint()
67 m_pTargetFormFillEnv.Reset(pFormFillEnv); in OnDoc_WillSave()
73 m_pTargetFormFillEnv.Reset(pFormFillEnv); in OnDoc_DidSave()
79 m_pTargetFormFillEnv.Reset(pFormFillEnv); in OnDoc_WillClose()
84 m_pTargetFormFillEnv.Reset(pFormFillEnv); in OnPage_Open()
89 m_pTargetFormFillEnv.Reset(pFormFillEnv); in OnPage_Close()
95 m_pTargetFormFillEnv.Reset(pFormFillEnv); in OnPage_InView()
101 m_pTargetFormFillEnv.Reset(pFormFillEnv); in OnPage_OutView()
[all …]
/external/skia/src/core/
DSkAutoPixmapStorage.h29 * On failure, return false and reset() the pixmap to empty.
56 void reset() { in reset() function
58 this->INHERITED::reset(); in reset()
60 void reset(const SkImageInfo& info, const void* addr, size_t rb) { in reset() function
62 this->INHERITED::reset(info, addr, rb); in reset()
64 void reset(const SkImageInfo& info) { in reset() function
66 this->INHERITED::reset(info); in reset()
68 bool SK_WARN_UNUSED_RESULT reset(const SkMask& mask) { in reset() function
70 return this->INHERITED::reset(mask); in reset()
74 void reset(const SkImageInfo& info, const void* addr, size_t rb, SkColorTable*) { in reset() function
[all …]
/external/toybox/toys/other/
Dreset.c1 /* reset.c - reset the terminal.
7 USE_RESET(NEWTOY(reset, 0, TOYFLAG_USR|TOYFLAG_BIN))
9 config RESET
10 bool "reset"
13 usage: reset
15 reset the terminal
21 // man 4 console codes: reset terminal is ESC (no left bracket) c in reset_main()
/external/mockito/src/test/java/org/mockitousage/basicapi/
DResetTest.java31 reset(mock); in shouldResetOngoingStubbingSoThatMoreMeaningfulExceptionsAreRaised()
41 reset(""); in resettingNonMockIsSafe()
46 reset(new Object[]{null}); in resettingNullIsSafe()
53 reset(mock); in shouldRemoveAllStubbing()
61 reset(mock); in shouldRemoveAllInteractions()
69 reset(mockTwo); in shouldRemoveStubbingToString()
77 reset(mock); in shouldStubbingNotBeTreatedAsInteraction()
85 reset(mock); in shouldNotAffectMockName()
94 reset(mock, mockTwo); in shouldResetMultipleMocks()
104 reset(mockTwo); in shouldValidateStateWhenResetting()
[all …]
/external/deqp/modules/egl/
DteglRobustnessTests.cpp717 // Reset GL_CONTEXT_LOST error before destroying resources in ~InfiniteLoop()
942 // Reset GL_CONTEXT_LOST error before destroying resources in ~FixedFunctionOOB()
1079 // Reset GL_CONTEXT_LOST error before destroying resources in ~ShadersOOB()
1474 …<< "Check the reset notification strategy returned by glGetIntegerv() equals GL_NO_RESET_NOTIFICAT… in iterate()
1502 glw::GLint reset = 0; in iterate() local
1503 gl.getIntegerv(GL_RESET_NOTIFICATION_STRATEGY, &reset); in iterate()
1506 if (reset != GL_NO_RESET_NOTIFICATION) in iterate()
1509 …<< "Test failed! glGetIntegerv() returned wrong value. [" << glu::getErrorStr(reset) << ", expecte… in iterate()
1534 …<< "Check the reset notification strategy returned by glGetIntegerv() equals GL_LOSE_CONTEXT_ON_RE… in iterate()
1557 glw::GLint reset = 0; in iterate() local
[all …]
/external/libmojo/base/android/
Dscoped_java_ref.h159 this->Reset(other); in ScopedJavaLocalRef()
167 this->Reset(); in ~ScopedJavaLocalRef()
173 this->Reset(other);
176 void Reset() { in Reset() function
181 void Reset(const ScopedJavaLocalRef<U>& other) { in Reset() function
185 this->Reset(other.env_, other.obj()); in Reset()
189 void Reset(const U& other) { in Reset() function
192 this->Reset(env_, other.obj()); in Reset()
196 void Reset(JNIEnv* env, U obj) { in Reset() function
232 this->Reset(other); in ScopedJavaGlobalRef()
[all …]
/external/skia/tests/
DUtilsTest.cpp59 tmp.reset(0); // test out reset(0) when already at 0 in test_autostarray()
60 tmp.reset(4); // this should force a new allocation in test_autostarray()
62 tmp[0].reset(SkRef(&obj0)); in test_autostarray()
63 tmp[1].reset(SkRef(&obj1)); in test_autostarray()
67 // test out reset with data in the array (and a new allocation) in test_autostarray()
68 tmp.reset(0); in test_autostarray()
73 tmp.reset(2); // this should use the preexisting allocation in test_autostarray()
75 tmp[0].reset(SkRef(&obj0)); in test_autostarray()
76 tmp[1].reset(SkRef(&obj1)); in test_autostarray()
88 tmp[0].reset(SkRef(&obj0)); in test_autostarray()
[all …]
/external/icu/icu4c/source/extra/scrptrun/
Dscrptrun.h44 void reset();
46 void reset(int32_t start, int32_t count);
48 void reset(const UChar chars[], int32_t start, int32_t length);
104 reset(NULL, 0, 0); in ScriptRun()
109 reset(chars, 0, length); in ScriptRun()
114 reset(chars, start, length); in ScriptRun()
132 inline void ScriptRun::reset() in reset() function
140 inline void ScriptRun::reset(int32_t start, int32_t length) in reset() function
145 reset(); in reset()
148 inline void ScriptRun::reset(const UChar chars[], int32_t start, int32_t length) in reset() function
[all …]
/external/autotest/server/control_segments/
Dreset20 def reset(machine):
21 print 'Starting to reset host %s' % machine
23 job.record('START', None, 'reset')
37 logging.exception('Reset failed due to Exception.')
38 job.record('END FAIL', None, 'reset')
44 job.record('END GOOD', None, 'reset',
45 '%s reset successfully' % hostname)
48 job.parallel_simple(reset, machines)
/external/apache-xml/src/main/java/org/apache/xpath/
DXPathVisitor.java45 * be used to reset the expression for rewriting. If a method returns
56 * be reset if rewriting takes place.
68 * be reset if rewriting takes place.
80 * be reset if rewriting takes place.
95 * be reset if rewriting takes place.
107 * be reset if rewriting takes place.
119 * be reset if rewriting takes place.
131 * be reset if rewriting takes place.
143 * be reset if rewriting takes place.
155 * be reset if rewriting takes place.
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUScriptRun.java69 reset(nullChars, 0, 0); in UScriptRun()
84 reset (text); in UScriptRun()
101 reset(text, start, count); in UScriptRun()
116 reset(chars); in UScriptRun()
133 reset(chars, start, count); in UScriptRun()
138 * Reset the iterator to the start of the text.
144 public final void reset() in reset() method in UScriptRun
164 * Reset the iterator to iterate over the given range of the text. Throws
176 public final void reset(int start, int count) in reset() method in UScriptRun
192 reset(); in reset()
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dresolver_service_base.ipp51 work_.reset();
58 work_thread_.reset();
60 work_io_service_.reset();
76 work_io_service_->reset();
77 work_thread_.reset(new asio::detail::thread(
86 impl.reset(static_cast<void*>(0), socket_ops::noop_deleter());
94 impl.reset();
102 impl.reset(static_cast<void*>(0), socket_ops::noop_deleter());
117 work_thread_.reset(new asio::detail::thread(
/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc107 void Reset(base::TimeDelta delay);
150 // The sequence numbers of the last Reset() call handled respectively on
182 void AlarmTimer::Delegate::Reset(base::TimeDelta delay) { in Reset() function in timers::AlarmTimer::Delegate
189 // been queued but not yet run since the last time Reset() was called. in Reset()
228 fd_watcher_.reset(); in Stop()
277 // that we do the right thing if the timer gets reset. in ResetImpl()
281 fd_watcher_.reset(new base::MessageLoopForIO::FileDescriptorWatcher); in ResetImpl()
319 on_timer_fired_callback_for_test_.Reset(); in OnTimerFired()
323 // Check to make sure that the timer was not reset in the time between when in OnTimerFired()
324 // this task was queued to run and now. If it was reset, then don't do in OnTimerFired()
[all …]
/external/skia/src/gpu/instanced/
DInstancedRendering.cpp42 fVertexBuffer.reset(InstanceProcessor::FindOrCreateVertexBuffer(fGpu.get())); in beginFlush()
49 fIndexBuffer.reset(InstanceProcessor::FindOrCreateIndex8Buffer(fGpu.get())); in beginFlush()
56 fParamsBuffer.reset(rp->createBuffer(fParams.count() * sizeof(ParamsTexel), in beginFlush()
81 fParams.reset(); in endFlush()
82 fParamsBuffer.reset(); in endFlush()
89 fVertexBuffer.reset(); in resetGpuResources()
90 fIndexBuffer.reset(); in resetGpuResources()
91 fParamsBuffer.reset(); in resetGpuResources()
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher-job.cc141 unicode_cache_.reset(new UnicodeCache()); in PrepareToParseOnMainThread()
146 parse_info_.reset(new ParseInfo(isolate_->allocator())); in PrepareToParseOnMainThread()
148 character_stream_.reset(ScannerStream::For( in PrepareToParseOnMainThread()
196 source_wrapper_.reset(resource); in PrepareToParseOnMainThread()
203 source_wrapper_.reset(resource); in PrepareToParseOnMainThread()
211 character_stream_.reset( in PrepareToParseOnMainThread()
226 parser_.reset(new Parser(parse_info_.get())); in PrepareToParseOnMainThread()
313 parser_.reset(); in FinalizeParsingOnMainThread()
314 unicode_cache_.reset(); in FinalizeParsingOnMainThread()
315 character_stream_.reset(); in FinalizeParsingOnMainThread()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUScriptRun.java71 reset(nullChars, 0, 0); in UScriptRun()
86 reset (text); in UScriptRun()
103 reset(text, start, count); in UScriptRun()
118 reset(chars); in UScriptRun()
135 reset(chars, start, count); in UScriptRun()
140 * Reset the iterator to the start of the text.
146 public final void reset() in reset() method in UScriptRun
166 * Reset the iterator to iterate over the given range of the text. Throws
178 public final void reset(int start, int count) in reset() method in UScriptRun
194 reset(); in reset()
[all …]
/external/autotest/client/cros/cellular/wardmodem/state_machines/
Dmodem_power_level_machine.py57 Soft reset the modem.
59 # In the future, we might want to simulate a reset by hiding the udev
61 self._logger.info(self._tag_with_name('Soft reset called.'))
115 @param reset_code: If '1', a soft reset is called on the device. Default
120 reset = self._reset_by_default
122 self._raise_runtime_error("Expected reset to be '0' or '1', found "
123 "|%s|" % str(reset))
125 reset = (reset_code == '1')
131 if reset or level == 'RESET':
/external/libchrome/base/mac/
Dscoped_nsobject.h31 // reset()) by taking over the caller's existing ownership claim. The caller
113 void reset(NST object = Traits::InvalidValue(),
116 ScopedTypeRef<NST, Traits>::reset(object, policy);
119 void reset(NST object = Traits::InvalidValue()) {
120 ScopedTypeRef<NST, Traits>::reset(object, base::scoped_policy::RETAIN);
177 void reset(NST* object = Traits::InvalidValue(),
180 scoped_nsprotocol<NST*>::reset(object, policy);
183 void reset(NST* object = Traits::InvalidValue()) {
184 scoped_nsprotocol<NST*>::reset(object);
225 void reset(id object = Traits::InvalidValue(),
[all …]

12345678910>>...286