HomeSort by relevance Sort by last modified time
    Searched refs:reset (Results 276 - 300 of 8196) sorted by null

<<11121314151617181920>>

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
Durable.java 24 public void reset(); method in interface:Durable
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityView.java 37 * Reset the view and prepare to take input. This should do things like clearing the
40 void reset(); method in interface:KeyguardSecurityView
  /frameworks/compile/libbcc/include/bcc/
Script.h 31 // This hook will be invoked after the script object is successfully reset.
40 // Reset this object with the new source supplied. Return false if this
44 // reset.
45 bool reset(Source &pSource, bool pPreserveCurrent = false);
  /frameworks/compile/libbcc/lib/Core/
Script.cpp 23 bool Script::reset(Source &pSource, bool pPreserveCurrent) { function in class:Script
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
LatencyTracker.java 43 public void reset() { method in class:LatencyTracker
48 * Gets the number of milliseconds since the object was created, or {@link #reset} was called.
  /external/chromium/googleurl/src/
url_canon_pathurl.cc 52 new_parsed->username.reset();
53 new_parsed->password.reset();
54 new_parsed->host.reset();
55 new_parsed->port.reset();
73 new_parsed->path.reset();
77 new_parsed->query.reset();
78 new_parsed->ref.reset();
url_parse.cc 97 hostname->reset();
98 port_num->reset();
127 hostname->reset();
132 port_num->reset();
149 username->reset();
150 password->reset();
151 hostname->reset();
152 port_num->reset();
170 username->reset();
171 password->reset();
    [all...]
  /external/chromium_org/content/shell/
shell_browser_main_parts.cc 117 net_log_.reset(new ShellNetLog());
118 browser_context_.reset(new ShellBrowserContext(false, net_log_.get()));
119 off_the_record_browser_context_.reset(
125 devtools_delegate_.reset(new ShellDevToolsDelegate(browser_context_.get()));
149 plugin_service_filter_.reset(new ShellPluginServiceFilter);
171 browser_context_.reset();
172 off_the_record_browser_context_.reset();
  /external/chromium_org/third_party/skia/include/gpu/
GrContextFactory.h 93 fContexts.reset();
111 glCtx.reset(SkNEW(SkNativeGLContext));
115 glCtx.reset(SkNEW(SkANGLEGLContext));
120 glCtx.reset(SkNEW(SkMesaGLContext));
124 glCtx.reset(SkNEW(SkNullGLContext));
127 glCtx.reset(SkNEW(SkDebugGLContext));
138 grCtx.reset(GrContext::Create(kOpenGL_GrBackend, p3dctx));
  /external/chromium_org/tools/gn/
scope_per_file_provider.cc 45 current_toolchain_.reset(new Value(NULL,
55 default_toolchain_.reset(new Value(NULL,
64 python_path_.reset(new Value(NULL,
72 relative_root_output_dir_.reset(new Value(NULL,
81 relative_root_gen_dir_.reset(new Value(NULL,
90 relative_target_output_dir_.reset(new Value(NULL,
100 relative_target_gen_dir_.reset(new Value(NULL,
  /external/skia/include/gpu/
GrContextFactory.h 93 fContexts.reset();
111 glCtx.reset(SkNEW(SkNativeGLContext));
115 glCtx.reset(SkNEW(SkANGLEGLContext));
120 glCtx.reset(SkNEW(SkMesaGLContext));
124 glCtx.reset(SkNEW(SkNullGLContext));
127 glCtx.reset(SkNEW(SkDebugGLContext));
138 grCtx.reset(GrContext::Create(kOpenGL_GrBackend, p3dctx));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
ASCIICharsetEncoderTest.java 84 encoder.reset();
89 encoder.reset();
98 encoder.reset();
123 encoder.reset();
137 encoder.reset();
144 //reset could be called at any time
147 //Init - > reset
148 newEncoder.reset();
150 //reset - > reset
    [all...]
  /external/chromium/base/memory/
scoped_ptr_unittest.cc 42 // Test reset() and release()
48 scoper.reset(new ConDecLogger(&constructed));
52 scoper.reset();
56 scoper.reset(new ConDecLogger(&constructed));
66 scoper.reset(new ConDecLogger(&constructed));
80 scoper1.reset(logger);
114 // Test reset() and release()
120 scoper.reset();
123 scoper.reset(new ConDecLogger[kNumLoggers]);
128 scoper.reset();
    [all...]
  /external/chromium_org/content/browser/renderer_host/
smooth_scroll_gesture_controller_unittest.cc 99 browser_context_.reset(new TestBrowserContext());
100 delegate_.reset(new MockRenderWidgetHostDelegate());
103 screen_.reset(aura::TestScreen::Create());
106 host_.reset(
108 view_.reset(new TestView(host_.get()));
114 view_.reset();
115 host_.reset();
116 delegate_.reset();
118 browser_context_.reset();
122 screen_.reset();
    [all...]
  /external/chromium/chrome/browser/extensions/
external_pref_extension_loader.cc 77 prefs.reset(ExtractPrefs(json_file, &serializer));
82 prefs.reset(new DictionaryValue());
84 prefs_.reset(prefs.release());
106 testing_prefs_.reset(ExtractPrefs(fake_json_path, &serializer));
111 prefs_.reset(testing_prefs_->DeepCopy());
  /external/chromium_org/chrome/renderer/extensions/
scoped_persistent.h 22 reset(handle);
26 reset();
29 void reset(v8::Handle<T> handle) { function in class:extensions::ScopedPersistent
31 handle_.Reset(GetIsolate(handle), handle);
33 reset();
36 void reset() { function in class:extensions::ScopedPersistent
  /external/chromium_org/content/test/
webrtc_audio_device_test.cc 143 saved_content_renderer_.reset(
145 mock_process_.reset(new WebRTCMockRenderProcess());
146 ui_thread_.reset(
150 resource_context_.reset(new MockRTCResourceContext);
188 mock_process_.reset();
189 media_stream_manager_.reset();
190 mirroring_manager_.reset();
208 initialize_com_.reset(new base::win::ScopedCOMInitializer());
212 io_thread_.reset(
216 test_request_context_.reset(new net::TestURLRequestContext())
    [all...]
  /external/chromium_org/third_party/icu/source/common/
usetiter.cpp 22 reset(uSet);
31 reset();
102 void UnicodeSetIterator::reset(const UnicodeSet& uSet) { function in class:UnicodeSetIterator
104 reset();
110 void UnicodeSetIterator::reset() { function in class:UnicodeSetIterator
  /external/icu4c/common/
usetiter.cpp 22 reset(uSet);
31 reset();
102 void UnicodeSetIterator::reset(const UnicodeSet& uSet) { function in class:UnicodeSetIterator
104 reset();
110 void UnicodeSetIterator::reset() { function in class:UnicodeSetIterator
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewTreeObserverTest.java 39 listener1.reset();
40 listener2.reset();
47 listener1.reset();
48 listener2.reset();
75 public void reset() { method in class:ViewTreeObserverTest.TestOnGlobalLayoutListener
  /external/stlport/test/unit/
mvctor_traits_test.cpp 42 static void reset() { function in struct:CompleteMovableStruct
125 MovableStruct::reset();
133 MovableStruct::reset();
147 MovableStruct::reset();
159 MovableStruct::reset();
166 MovableStruct::reset();
178 MovableStruct::reset();
225 CompleteMovableStruct::reset();
233 CompleteMovableStruct::reset();
247 CompleteMovableStruct::reset();
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_traits_test.cpp 42 static void reset() { function in struct:CompleteMovableStruct
125 MovableStruct::reset();
133 MovableStruct::reset();
147 MovableStruct::reset();
159 MovableStruct::reset();
166 MovableStruct::reset();
178 MovableStruct::reset();
225 CompleteMovableStruct::reset();
233 CompleteMovableStruct::reset();
247 CompleteMovableStruct::reset();
    [all...]
  /ndk/tests/device/test-stlport/unit/
mvctor_traits_test.cpp 42 static void reset() { function in struct:CompleteMovableStruct
125 MovableStruct::reset();
133 MovableStruct::reset();
147 MovableStruct::reset();
159 MovableStruct::reset();
166 MovableStruct::reset();
178 MovableStruct::reset();
225 CompleteMovableStruct::reset();
233 CompleteMovableStruct::reset();
247 CompleteMovableStruct::reset();
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_system.cc 89 lazy_background_task_queue_.reset(new LazyBackgroundTaskQueue(profile_));
90 event_router_.reset(new EventRouter(profile_, ExtensionPrefs::Get(profile_)));
96 state_store_.reset(new StateStore(
101 rules_store_.reset(new StateStore(
106 blacklist_.reset(new Blacklist(ExtensionPrefs::Get(profile_)));
108 standard_management_policy_provider_.reset(
125 navigation_observer_.reset(new NavigationObserver(profile_));
140 extension_service_.reset(new ExtensionService(
155 management_policy_.reset(new ManagementPolicy);
219 extension_warning_service_.reset(new ExtensionWarningService(profile_))
    [all...]
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.cc 55 config_.reset(new Config);
70 config_.reset(new Config);
107 transfer_buffer_manager_.reset(manager);
118 decoder_.reset(gpu::gles2::GLES2Decoder::Create(group.get()));
122 gpu_scheduler_.reset(new gpu::GpuScheduler(command_buffer.get(),
188 command_buffer_.reset(command_buffer.release());
189 transfer_buffer_.reset(transfer_buffer.release());
190 gles2_cmd_helper_.reset(cmd_helper.release());
191 surface_.reset(new Surface(win));
198 gpu_scheduler_.reset();
    [all...]

Completed in 533 milliseconds

<<11121314151617181920>>