HomeSort by relevance Sort by last modified time
    Searched full:once (Results 776 - 800 of 10049) sorted by null

<<31323334353637383940>>

  /external/webkit/Source/WebKit/win/
ForEachCoClass.cpp 33 // deprecated - do not use - remove once a registry-free version of Safari has shipped (first major version after 3.1.1)
38 // deprecated - do not use - remove once a registry-free version of Safari has shipped (first major version after 3.1.1)
  /external/easymock/src/org/easymock/internal/
RecordState.java 98 times(MocksControl.ONCE);
107 times(MocksControl.ONCE);
116 times(MocksControl.ONCE);
125 times(MocksControl.ONCE);
135 times(MocksControl.ONCE);
147 times(MocksControl.ONCE);
176 times(MocksControl.ONCE);
187 times(MocksControl.ONCE);
199 times(MocksControl.ONCE);
209 times(MocksControl.ONCE);
    [all...]
  /external/chromium/chrome/browser/first_run/
first_run.h 7 #pragma once
118 // shows the bubble once the main message loop gets going (or refrains from
125 // browser shows the OEM first run bubble once the main message loop
130 // browser shows the minimal first run bubble once the main message loop
135 // loads the welcome tab once the message loop gets going. Returns false
140 // browser loads PersonalDataManager once the main message loop gets going.
164 // Installs a task to do an extensions update check once the extensions system
  /external/v8/src/
lazy-instance.h 32 // be called once, even if two threads are racing to create the object. Get()
90 #include "once.h"
169 static void Init(OnceType* once, Function function, Storage storage) {
170 CallOnce(once, function, storage);
178 static void Init(OnceType* once, Function function, Storage storage) {
179 if (*once == ONCE_STATE_UNINITIALIZED) {
181 *once = ONCE_STATE_DONE;
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
rawtransportchannel.h 53 // Implements a channel that just sends bare packets once we have received the
76 // SignalAvailableCandidate once we have decided.
85 // Handles a message setting the remote address. We are writable once we
110 // Called once we have chosen the port to use for communication with the
114 // Called once we have a port and a remote address. This will set mark the
  /external/clang/test/SemaCXX/
conversion.cpp 104 // FIXME: We should warn for non-dependent args (only when the param type is also non-dependent) only once
105 // not once for the template + once for every instantiation
120 // FIXME: We should warn only once for each template instantiation - not once for each call
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramData.java 48 /** Alert option: vibrate alert once. */
54 /** Alert option: visual alert once. */
60 /** Alert option: low-priority alert once. */
66 /** Alert option: medium-priority alert once. */
72 /** Alert option: high-priority alert once. */
  /external/bison/m4/
spawn_h.m4 12 dnl once only, before all statements that occur in other macros.
64 dnl once only, before all statements that occur in other macros.
75 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
time_h.m4 16 dnl once only, before all statements that occur in other macros.
83 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
  /external/chromium/chrome/browser/autofill/
autofill_metrics.h 7 #pragma once
72 // Each of these is logged at most once per query to the server, which in turn
73 // occurs at most once per page load.
  /external/chromium/chrome/browser/chromeos/
version_loader.h 7 #pragma once
20 // Loading is done asynchronously on the file thread. Once loaded,
62 // TODO(rkc): Change this and everywhere it is used once we switch Chrome OS
audio_handler.h 7 #pragma once
61 // crosbug.com/17058. Remove this once it's fixed.
  /external/chromium/chrome/browser/diagnostics/
diagnostics_model.h 7 #pragma once
35 // Called once upon test start with |percent| = 0 and periodically as the
42 // Called once all the test are run.
  /external/chromium/chrome/browser/download/
download_safe_browsing_client.h 7 #pragma once
17 // SafeBrowsingService. The client is refcounted and will be released once
44 // CheckDownloadHash can be called, and be called only once.
  /external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.h 7 #pragma once
59 // called once as this call also removes it from the internal map.
65 // this can only be called once as this call also removes it from the internal
  /external/chromium/chrome/browser/ui/views/extensions/
extension_view.h 7 #pragma once
93 // The background the view should have once it is initialized. This is set
97 // What we should set the preferred width to once the ExtensionView has
  /external/chromium/chrome/browser/ui/views/infobars/
infobar.h 7 #pragma once
43 // animated to zero size. Once the infobar is hidden, it is removed from its
48 // effect once the infobar is animating closed.
  /external/dropbear/libtomcrypt/notes/
tech0001.txt 23 Next we must initialize the state once to get the ball rolling
61 Once you feel that there has been enough entropy added to the pool then within a single thread you can call
69 It is a very good idea that once you call the yarrow_ready() function that you stop harvesting entropy in your interrupt
  /external/icu4c/test/cintltst/
cintltst.h 98 * Call this once to get a consistent timezone. Use ctest_resetTimeZone to set it back to the original value.
104 * Call this once get back the original timezone
109 * Call this once get ICU back to its original state with test arguments.
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.h 56 // Will notify the driver through "notifyResetComplete" once finished.
59 // Will notify the driver through "notifySeekComplete" once finished.
136 // Once the current flush is complete this indicates whether the
  /device/samsung/manta/bubblelevel/
BubbleLevel.h 44 // The callback will be called once with current level measurement
67 // The callback will be called once with current level measurement
  /external/chromium/base/
utf_string_conversions.h 7 #pragma once
40 // a mess to do it all at once. These conversions should be used when we
  /external/chromium/chrome/browser/
alternate_nav_url_fetcher.h 7 #pragma once
27 // Once this pending load starts, we're responsible for deleting ourselves.
background_page_tracker.h 7 #pragma once
71 // Invoked once all extensions have been loaded, so we can update our list of
  /external/chromium/chrome/browser/automation/
ui_controls.h 7 #pragma once
31 // Once the generated event is processed the Task is Run (and deleted). Note

Completed in 689 milliseconds

<<31323334353637383940>>