/external/chromium_org/media/base/ |
audio_hash.h | 20 // current hash count. The hash was designed with two properties in mind: 37 // Update current hash with the contents of the provided AudioBus. 40 // Return a string representation of the current hash.
|
/external/chromium_org/ppapi/api/ |
ppb_network_monitor.idl | 39 * Gets current network configuration. When called for the first time, 40 * completes as soon as the current network configuration is received from 47 * current state of network interfaces.
|
/external/chromium_org/ppapi/shared_impl/ |
ppapi_globals.cc | 26 main_loop_proxy_ = base::MessageLoopProxy::current(); 31 main_loop_proxy_ = base::MessageLoopProxy::current(); 61 main_loop_proxy_ = base::MessageLoopProxy::current();
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
UnitTestHelpers.cpp | 40 blink::Platform::current()->currentThread()->exitRunLoop(); 46 blink::Platform::current()->currentThread()->postTask(new QuitTask); 47 blink::Platform::current()->currentThread()->enterRunLoop();
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
SharedTimer.cpp | 35 blink::Platform::current()->setSharedTimerFiredFunction(f); 40 blink::Platform::current()->setSharedTimerFireInterval(fireTime); 45 blink::Platform::current()->stopSharedTimer();
|
/external/chromium_org/third_party/WebKit/public/web/mac/ |
WebScrollbarTheme.h | 41 // |initialButtonDelay| is the current value of NSScrollerButtonDelay from NSUserDefaults. 42 // |autoscrollButtonDelay| is the current value of NSScrollerButtonPeriod from NSUserDefaults. 43 // |jumpOnTrackClick| is the current value of AppleScrollerPagingBehavior from NSUserDefaults.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
sfwdchit.h | 39 * Gets the current code unit for returning and advances to the next code unit 47 * Gets the current code point for returning and advances to the next code point 56 * at or after the current position in the iteration range.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
autodetectproxy.cc | 75 Thread::Current()->ProcessMessages(kForever); 152 Thread::Current()->Post(this, MSG_TIMEOUT); 159 Thread::Current()->Post(this, MSG_UNRESOLVABLE); 173 Thread::Current()->Clear(this, MSG_TIMEOUT); 174 Thread::Current()->Clear(this, MSG_UNRESOLVABLE); 176 Thread::Current()->Dispose(socket_); 190 Thread::Current()->Post(this, MSG_TIMEOUT); 194 Thread::Current()->PostDelayed(timeout, this, MSG_TIMEOUT); 203 Thread::Current()->socketserver()->CreateAsyncSocket( 217 Thread::Current()->Clear(this, MSG_TIMEOUT) [all...] |
/external/chromium_org/third_party/skia/include/effects/ |
Sk1DPathEffect.h | 27 /** Called with the current distance along the path, with the current matrix 52 @param style how to transform path at each point (based on the current
|
/external/chromium_org/ui/base/cocoa/ |
find_pasteboard.h | 37 // Returns the current find text. This is never nil; if there is no text on the 41 // Sets the current find text to |newText| and sends a 43 // it the new text different from the current text. |newText| must not be nil.
|
/external/doclava/res/assets/templates/assets/ |
jquery-history.js | 32 var current = $.history.getCurrent(); 33 $.event.trigger('history', [current, previousNav]); 34 previousNav = current;
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
AtomicDoubleArray.java | 87 * Gets the current value at position {@code i}. 90 * @return the current value 136 * if the current value is <a href="#bitEquals">bitwise equal</a> 154 * if the current value is <a href="#bitEquals">bitwise equal</a> 183 long current = longs.get(i); local 184 double currentVal = longBitsToDouble(current); 187 if (longs.compareAndSet(i, current, next)) { 202 long current = longs.get(i); local 203 double currentVal = longBitsToDouble(current); 206 if (longs.compareAndSet(i, current, next)) [all...] |
/external/icu4c/test/intltest/ |
sfwdchit.h | 39 * Gets the current code unit for returning and advances to the next code unit 47 * Gets the current code point for returning and advances to the next code point 56 * at or after the current position in the iteration range.
|
/external/libogg/doc/libogg/ |
ogg_page_version.html | 21 <p>In current versions of libogg, all ogg_page structs have the same version, so 0 should always be returned. 37 <dd>Pointer to the current ogg_page struct.</dd> 44 <i>n</i> is the version number. In the current version of Ogg, the version number is always 0. Nonzero return values indicate an error in page encoding.</li>
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
python.php | 58 ** http://python.org/doc/current/ref/keywords.html 68 ** http://python.org/doc/current/lib/built-in-funcs.html 79 // Built-in constants: http://python.org/doc/current/lib/node35.html 81 // Built-in Exceptions: http://python.org/doc/current/lib/module-exceptions.html 99 ** http://python.org/doc/current/lib/modindex.html 138 ** http://python.org/doc/current/ref/specialnames.html 142 // Iterator types: http://python.org/doc/current/lib/typeiter.html 144 // String types: http://python.org/doc/current/lib/string-methods.html 151 // Basic customization: http://python.org/doc/current/ref/customization.html 155 // Attribute access: http://python.org/doc/current/ref/attribute-access.htm [all...] |
/external/llvm/lib/CodeGen/ |
InterferenceCache.h | 51 /// MF - The current function. 163 BlockInterference *Current; 167 Current = 0; 179 Cursor() : CacheEntry(0), Current(0) {} 182 Cursor(const Cursor &O) : CacheEntry(0), Current(0) { 202 Current = CacheEntry ? CacheEntry->get(MBBNum) : &NoInterference; 205 /// hasInterference - Return true if the current block has any interference. 207 return Current->First.isValid(); 211 /// current block. 213 return Current->First [all...] |
/external/skia/include/effects/ |
Sk1DPathEffect.h | 27 /** Called with the current distance along the path, with the current matrix 52 @param style how to transform path at each point (based on the current
|
/frameworks/base/services/java/com/android/server/accessibility/ |
AccessibilityInputFilter.java | 253 MotionEventHolder current = mEventQueue; local 254 while (current.next != null) { 255 current = current.next; 258 if (current == null) { 262 if (current.event.getEventTimeNano() >= frameNanos) { 264 current.next = null; 267 handleMotionEvent(current.event, current.policyFlags); 268 MotionEventHolder prior = current; [all...] |
/frameworks/base/tools/aapt/ |
DirectoryWalker.h | 32 // Get the stats for the current entry 40 // Current directory entry 84 // Get the stats for the current entry
|
/libcore/luni/src/main/java/java/lang/ |
ArrayIndexOutOfBoundsException.java | 30 * current stack trace. 36 * Constructs a new {@code ArrayIndexOutOfBoundsException} with the current 48 * Constructs a new {@code ArrayIndexOutOfBoundsException} with the current
|
ClassNotFoundException.java | 30 * Constructs a new {@code ClassNotFoundException} that includes the current 38 * Constructs a new {@code ClassNotFoundException} with the current stack 49 * Constructs a new {@code ClassNotFoundException} with the current stack
|
ExceptionInInitializerError.java | 31 * current stack trace. 38 * Constructs a new {@code ExceptionInInitializerError} with the current 50 * Constructs a new {@code ExceptionInInitializerError} with the current
|
InstantiationError.java | 31 * Constructs a new {@code InstantiationError} that includes the current 38 * Constructs a new {@code InstantiationError} with the current stack trace 49 * Constructs a new {@code InstantiationError} with the current stack trace
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
CountryMonitor.java | 31 * code of current country. 42 * Get the current country code 44 * @return the ISO 3166-1 two letters country code of current country.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
l-ipo.h | 33 /* The macro to test if the current module being parsed is the 37 /* The macro to test if the current module being parsed is an 42 /* Current module id. */
|