Searched refs:reset (Results 76 - 100 of 8052) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/extra/scrptrun/
H A Dscrptrun.h42 void reset();
44 void reset(int32_t start, int32_t count);
46 void reset(const UChar chars[], int32_t start, int32_t length);
102 reset(NULL, 0, 0);
107 reset(chars, 0, length);
112 reset(chars, start, length);
130 inline void ScriptRun::reset() function in class:ScriptRun
138 inline void ScriptRun::reset(int32_t start, int32_t length) function in class:ScriptRun
143 reset();
146 inline void ScriptRun::reset(cons function in class:ScriptRun
[all...]
/external/icu/icu4c/source/extra/scrptrun/
H A Dscrptrun.h42 void reset();
44 void reset(int32_t start, int32_t count);
46 void reset(const UChar chars[], int32_t start, int32_t length);
102 reset(NULL, 0, 0);
107 reset(chars, 0, length);
112 reset(chars, start, length);
130 inline void ScriptRun::reset() function in class:ScriptRun
138 inline void ScriptRun::reset(int32_t start, int32_t length) function in class:ScriptRun
143 reset();
146 inline void ScriptRun::reset(cons function in class:ScriptRun
[all...]
/external/ceres-solver/internal/ceres/
H A Dnumeric_diff_functor_test.cc55 cost_function.reset(
61 cost_function.reset(
74 cost_function.reset(
80 cost_function.reset(
93 cost_function.reset(
99 cost_function.reset(
112 cost_function.reset(
118 cost_function.reset(
/external/chromium_org/base/memory/
H A Ddiscardable_memory_malloc.cc25 memory_.reset(static_cast<uint8*>(malloc(size_)));
34 memory_.reset();
/external/chromium_org/cc/test/
H A Dcc_test_suite.cc24 message_loop_.reset(new base::MessageLoop);
32 message_loop_.reset();
/external/chromium_org/chromecast/metrics/
H A Dcast_metrics_service_client_unittest.cc23 message_loop_.reset(new base::MessageLoop());
24 prefs_.reset(new TestingPrefServiceSimple());
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DResetInputType.cpp51 return InputTypeNames::reset;
63 element().form()->reset();
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebRTCStatsRequest.cpp54 void WebRTCStatsRequest::reset() function in class:blink::WebRTCStatsRequest
56 m_private.reset();
H A DWebSocketStreamError.cpp49 void WebSocketStreamError::reset() function in class:blink::WebSocketStreamError
51 m_private.reset();
H A DWebThreadSafeData.cpp38 void WebThreadSafeData::reset() function in class:blink::WebThreadSafeData
40 m_private.reset();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebGeolocationError.cpp44 void WebGeolocationError::reset() function in class:blink::WebGeolocationError
46 m_private.reset();
H A DWebIDBDatabaseError.cpp54 void WebIDBDatabaseError::reset() function in class:blink::WebIDBDatabaseError
56 m_private.reset();
H A DWebMIDIClientMock.cpp42 m_clientMock.reset(new MIDIClientMock());
47 m_clientMock.reset(0);
H A DWebNodeList.cpp41 void WebNodeList::reset() function in class:blink::WebNodeList
43 m_private.reset();
H A DWebSpeechGrammar.cpp34 void WebSpeechGrammar::reset() function in class:blink::WebSpeechGrammar
36 m_private.reset();
H A DWebUserGestureToken.cpp68 void WebUserGestureToken::reset() function in class:blink::WebUserGestureToken
70 m_token.reset();
/external/chromium_org/third_party/WebKit/public/web/
H A DWebGeolocationPermissionRequestManager.h46 ~WebGeolocationPermissionRequestManager() { reset(); }
54 BLINK_EXPORT void reset();
H A DWebSpeechGrammar.h41 ~WebSpeechGrammar() { reset(); }
46 BLINK_EXPORT void reset();
H A DWebSpeechRecognitionResult.h42 ~WebSpeechRecognitionResult() { reset(); }
46 BLINK_EXPORT void reset();
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capture_frame_queue.cc36 frames_[current_].reset(SharedDesktopFrame::Wrap(frame));
41 frames_[i].reset();
/external/chromium_org/tools/gn/
H A Dscope_per_file_provider.cc49 current_toolchain_.reset(new Value(NULL,
57 default_toolchain_.reset(new Value(NULL,
66 python_path_.reset(new Value(NULL,
74 root_build_dir_.reset(new Value(NULL, DirectoryWithNoLastSlash(
82 root_gen_dir_.reset(new Value(NULL,
90 root_out_dir_.reset(new Value(NULL,
98 target_gen_dir_.reset(new Value(NULL,
106 target_out_dir_.reset(new Value(NULL,
/external/chromium_org/ui/compositor/test/
H A Dtest_suite.cc36 message_loop_.reset(new base::MessageLoopForUI);
40 message_loop_.reset();
/external/replicaisland/src/com/replica/replicaisland/
H A DFixedAnimationComponent.java25 reset();
29 public void reset() { method in class:FixedAnimationComponent
H A DTiledBackgroundVertexGrid.java27 public void reset() { method in class:TiledBackgroundVertexGrid
28 super.reset();
/external/chromium_org/base/json/
H A Djson_reader_unittest.cc23 root.reset(JSONReader().ReadToValue(" null "));
28 root.reset(JSONReader().ReadToValue("nu"));
32 root.reset(JSONReader().ReadToValue("true "));
37 root.reset(JSONReader().ReadToValue("/* comment */null"));
40 root.reset(JSONReader().ReadToValue("40 /* comment */"));
43 root.reset(JSONReader().ReadToValue("true // comment"));
46 root.reset(JSONReader().ReadToValue("/* comment */\"sample string\""));
52 root.reset(JSONReader().ReadToValue("[1, /* comment, 2 ] */ \n 3]"));
61 root.reset(JSONReader().ReadToValue("[1, /*a*/2, 3]"));
65 root.reset(JSONReade
[all...]

Completed in 559 milliseconds

1234567891011>>