OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reset
(Results
151 - 175
of
8196
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/util/src/android/util/cts/
TimingLoggerTest.java
31
timings.
reset
(LOG_TAG, "testReset");
33
timings.
reset
();
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CRC32Test.java
41
crc.
reset
();
49
crc.
reset
();
58
crc.
reset
();
65
crc.
reset
();
66
assertEquals("
reset
failed to
reset
the checksum value to zero", 0, crc
71
* @tests java.util.zip.CRC32#
reset
()
74
// test methods of java.util.zip.crc32.
reset
()
82
crc.
reset
();
83
assertEquals("
reset
failed to reset the checksum value to zero", 0, cr
[
all
...]
/external/chromium/chrome/browser/extensions/
extension_module.cc
29
result_.
reset
(Value::CreateBooleanValue(
38
result_.
reset
(Value::CreateBooleanValue(
/external/chromium/chrome/browser/ui/tab_contents/
test_tab_contents_wrapper.cc
27
contents_wrapper_.
reset
(new TabContentsWrapper(contents));
35
contents_wrapper_.
reset
();
/external/chromium/chrome/common/web_resource/
web_resource_unpacker.cc
29
value.
reset
(base::JSONReader::Read(resource_data_, false));
39
parsed_json_.
reset
(static_cast<DictionaryValue*>(value.release()));
/external/chromium_org/ash/shell/
window_watcher_unittest.cc
31
window_watcher.
reset
(new ash::shell::WindowWatcher);
35
window_watcher.
reset
();
/external/chromium_org/chrome/browser/chromeos/input_method/
hidable_area.cc
13
place_holder_.
reset
(new views::View);
25
contents_.
reset
(contents);
/external/chromium_org/chrome/browser/extensions/
test_extension_system.cc
44
extension_process_manager_.
reset
();
48
extension_process_manager_.
reset
(ExtensionProcessManager::Create(profile_));
82
state_store_.
reset
(new StateStore(profile_, value_store_));
83
blacklist_.
reset
(new Blacklist(ExtensionPrefs::Get(profile_)));
84
standard_management_policy_provider_.
reset
(
86
management_policy_.
reset
(new ManagementPolicy());
89
extension_service_.
reset
(new ExtensionService(profile_,
110
extension_service_.
reset
(service);
/external/chromium_org/chrome/browser/ui/aura/
chrome_browser_main_extra_parts_aura.cc
54
active_desktop_monitor_.
reset
(new ActiveDesktopMonitor(GetInitialDesktop()));
70
active_desktop_monitor_.
reset
();
/external/chromium_org/chrome/browser/ui/sync/
one_click_signin_bubble_links_delegate_browsertest.cc
16
delegate_.
reset
(new OneClickSigninBubbleLinksDelegate(browser()));
30
delegate_.
reset
(new OneClickSigninBubbleLinksDelegate(browser()));
/external/chromium_org/chrome/utility/
web_resource_unpacker.cc
29
value.
reset
(base::JSONReader::Read(resource_data_));
39
parsed_json_.
reset
(static_cast<base::DictionaryValue*>(value.release()));
/external/chromium_org/components/test/
run_all_unittests.cc
18
content_initializer_.
reset
(new content::TestContentClientInitializer());
22
content_initializer_.
reset
();
/external/chromium_org/gpu/command_buffer/client/
buffer_tracker_unittest.cc
51
command_buffer_.
reset
(new MockClientCommandBufferImpl());
52
helper_.
reset
(new GLES2CmdHelper(command_buffer_.get()));
54
mapped_memory_.
reset
(new MappedMemoryManager(helper_.get()));
55
buffer_tracker_.
reset
(new BufferTracker(mapped_memory_.get()));
59
buffer_tracker_.
reset
();
60
mapped_memory_.
reset
();
61
helper_.
reset
();
62
command_buffer_.
reset
();
/external/chromium_org/sync/notifier/
fake_invalidator_unittest.cc
29
invalidator_.
reset
(new FakeInvalidator());
37
invalidator_.
reset
();
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebRTCStatsRequest.cpp
56
void WebRTCStatsRequest::
reset
()
function in class:WebKit::WebRTCStatsRequest
58
m_private.
reset
();
WebSocketStreamError.cpp
51
void WebSocketStreamError::
reset
()
function in class:WebKit::WebSocketStreamError
53
m_private.
reset
();
/external/chromium_org/third_party/WebKit/Source/web/
WebGeolocationError.cpp
46
void WebGeolocationError::
reset
()
function in class:WebKit::WebGeolocationError
48
m_private.
reset
();
WebGeolocationPosition.cpp
45
void WebGeolocationPosition::
reset
()
function in class:WebKit::WebGeolocationPosition
47
m_private.
reset
();
WebMIDIPermissionRequest.cpp
53
void WebMIDIPermissionRequest::
reset
()
function in class:WebKit::WebMIDIPermissionRequest
55
m_private.
reset
();
WebSpeechGrammar.cpp
34
void WebSpeechGrammar::
reset
()
function in class:WebKit::WebSpeechGrammar
36
m_private.
reset
();
WebSpeechInputResult.cpp
36
void WebSpeechInputResult::
reset
()
function in class:WebKit::WebSpeechInputResult
38
m_private.
reset
();
WebSpeechRecognitionHandle.cpp
35
void WebSpeechRecognitionHandle::
reset
()
function in class:WebKit::WebSpeechRecognitionHandle
37
m_private.
reset
();
/external/chromium_org/third_party/WebKit/public/platform/
WebAudioBus.h
47
~WebAudioBus() {
reset
(); }
56
//
reset
() releases the memory allocated from initialize().
57
WEBKIT_EXPORT void
reset
();
WebIDBDatabaseError.h
43
~WebIDBDatabaseError() {
reset
(); }
55
WEBKIT_EXPORT void
reset
();
WebMediaStreamTrackSourcesRequest.h
51
~WebMediaStreamTrackSourcesRequest() {
reset
(); }
61
WEBKIT_EXPORT void
reset
();
Completed in 606 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>