Home
last modified time | relevance | path

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

12345678910>>...270

/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/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DTestUScriptRun.java237 scriptRun.reset(0, 100); in TestReset()
238 errln("scriptRun.reset(0, 100) did not produce an IllegalArgumentException!"); in TestReset()
240 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
244 scriptRun.reset(100, 0); in TestReset()
245 errln("scriptRun.reset(100, 0) did not produce an IllegalArgumentException!"); in TestReset()
247 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
251 scriptRun.reset(0, -100); in TestReset()
252 errln("scriptRun.reset(0, -100) did not produce an IllegalArgumentException!"); in TestReset()
254 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
258 scriptRun.reset(-100, 0); in TestReset()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DTestUScriptRun.java234 scriptRun.reset(0, 100); in TestReset()
235 errln("scriptRun.reset(0, 100) did not produce an IllegalArgumentException!"); in TestReset()
237 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
241 scriptRun.reset(100, 0); in TestReset()
242 errln("scriptRun.reset(100, 0) did not produce an IllegalArgumentException!"); in TestReset()
244 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
248 scriptRun.reset(0, -100); in TestReset()
249 errln("scriptRun.reset(0, -100) did not produce an IllegalArgumentException!"); in TestReset()
251 logln("PASS: scriptRun.reset failed as expected"); in TestReset()
255 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/fxjs/
Dcjs_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/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/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
23 // 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/skqp/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/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/libmojo/base/android/
Dscoped_java_ref.h164 this->Reset(other); in ScopedJavaLocalRef()
174 this->Reset(); in ~ScopedJavaLocalRef()
180 this->Reset(other);
188 void Reset() { in Reset() function
192 void Reset(const ScopedJavaLocalRef<T>& other) { in Reset() function
196 this->Reset(other.env_, other.obj()); in Reset()
199 void Reset(const JavaRef<T>& other) { in Reset() function
202 this->Reset(env_, other.obj()); in Reset()
208 void Reset(JNIEnv* env, T obj) { env_ = this->SetNewLocalRef(env, obj); } in Reset() function
241 this->Reset(other); in ScopedJavaGlobalRef()
[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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBuild.java19 * It will be reset for the next test.
28 * It will be reset for the next test.
37 * It will be reset for the next test.
46 * It will be reset for the next test.
55 * It will be reset for the next test.
64 * It will be reset for the next test.
73 * It will be reset for the next test.
82 * It will be reset for the next test.
91 * It will be reset for the next test.
115 public static synchronized void reset() { in reset() method in ShadowBuild
/external/tensorflow/tensorflow/core/kernels/
Drange_sampler_test.cc82 sampler_.reset(new UniformSampler(10)); in TEST_F()
89 sampler_.reset(new UniformSampler(10)); in TEST_F()
94 sampler_.reset(new UniformSampler(10)); in TEST_F()
100 sampler_.reset(new LogUniformSampler(range)); in TEST_F()
108 sampler_.reset(new LogUniformSampler(10)); in TEST_F()
113 sampler_.reset(new LogUniformSampler(10)); in TEST_F()
118 sampler_.reset(new UnigramSampler(10)); in TEST_F()
128 sampler_.reset(new UnigramSampler(10)); in TEST_F()
135 sampler_.reset(new UnigramSampler(10)); in TEST_F()
141 sampler_.reset(new UnigramSampler(10)); in TEST_F()
[all …]
/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/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/server/site_tests/network_WiFi_Reset/
Dnetwork_WiFi_Reset.py13 """Test that the WiFi interface can be reset successfully, and that WiFi
20 _MWIFIEX_RESET_PATH = "/sys/kernel/debug/mwifiex/%s/reset"
28 """Get path to the Wifi interface's reset file."""
52 """Check if the mwifiex reset file is present (i.e., a mwifiex
60 """Perform mwifiex reset, and wait for the interface to come back up.
68 # Adapter will asynchronously reset.
76 # Now wait for the reset interface file to come back.
89 raise error.TestNAError('DUT does not support device reset')
110 raise error.TestFail('Failed to reset device %s' %
/external/autotest/server/site_tests/platform_ServoPowerStateController/
Dplatform_ServoPowerStateController.py135 logging.info('Power DUT off and reset. DUT should not be on after '
136 'reset is completed.')
137 self.controller.reset()
139 'asserting reset signal')
142 logging.info('Power DUT off and reset. DUT should be on after '
143 'reset is completed.')
144 self.controller.reset()
147 logging.info('Reset DUT when it\'s on. DUT should be on after '
148 'reset is completed.')
150 self.controller.reset()
[all …]

12345678910>>...270