/prebuilt/darwin-x86/flex/ |
NOTICE | 33 remove this notice or take advantage of the University's (or the flex
|
/prebuilt/linux-x86/flex/ |
NOTICE | 33 remove this notice or take advantage of the University's (or the flex
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
alias.h | 26 this type can take the values 0 (the alias set which aliases
|
/prebuilt/windows/flex/ |
NOTICE | 33 remove this notice or take advantage of the University's (or the flex
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
DelayQueueTest.java | 370 * put doesn't block waiting for take 394 q.take(); 429 * take retrieves elements in priority order 435 assertEquals(new PDelay(i), ((PDelay)q.take())); 443 * take blocks interruptibly when empty 450 q.take(); 466 * Take removes existing elements until empty, then blocks interruptibly 474 threadAssertEquals(new PDelay(i), ((PDelay)q.take())); 476 q.take(); 738 assertEquals(o[i], q.take()); [all...] |
PriorityBlockingQueueTest.java | 332 * put doesn't block waiting for take 356 q.take(); 391 * take retrieves elements in priority order 397 assertEquals(i, ((Integer)q.take()).intValue()); 405 * take blocks interruptibly when empty 412 q.take(); 428 * Take removes existing elements until empty, then blocks interruptibly 436 threadAssertEquals(i, ((Integer)q.take()).intValue()); 438 q.take(); 696 assertEquals(o[i], q.take()); [all...] |
/external/bluetooth/glib/gio/ |
gasyncresult.c | 49 * The purpose of the "_finish()" function is to take the generic 54 * "_finish()" function, GIO will take care of cleaning up the 56 * returns. It is also allowed to take a reference to the #GAsyncResult and
|
/external/kernel-headers/original/linux/byteorder/ |
generic.h | 55 * if that's true, then detect them, and take measures. 135 * wants to take the address of the thing or something.. 151 * Do the prototypes. Somebody might want to take the
|
/external/opencore/engines/player/include/ |
pv_player_types.h | 92 * Playback positon mode indicates when the provided playback position is expected to take effect. 95 * playlist session) and the provided playlist position is to take effect once the current play 97 * 3) End of current play session => This playback position is to take effect once the entire current
|
/external/webkit/JavaScriptCore/runtime/ |
WeakGCMap.h | 55 MappedType take(const KeyType& key); 86 MappedType WeakGCMap<KeyType, MappedType>::take(const KeyType& key) function in class:JSC::WeakGCMap 88 MappedType result = m_map.take(key);
|
/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
ScrollViewButtonsAndLabelsTest.java | 134 // top should take into account fading edge 137 assertEquals("top should take into account fading edge", 159 assertEquals("top of top button should be at top of screen; no need to take"
|
/frameworks/base/include/camera/ |
CameraHardwareInterface.h | 80 * CameraService calls takePicture() to request the camera instance take a 102 * The following three functions all take a msgtype, 183 * Take a picture.
|
/frameworks/base/test-runner/src/android/test/ |
InstrumentationCoreTestRunner.java | 97 * The minimum time we expect a test to take. 123 * Make sure all tests take at least MINIMUM_TIME to 168 * take care of everything, but since JUnit keeps references to all
|
/external/quake/quake/src/QW/progs/ |
combat.qc | 113 local float take;
143 take = ceil(damage-save);
150 targ.dmg_take = targ.dmg_take + take;
210 targ.health = targ.health - take;
241 self.th_pain (attacker, take);
|
/external/opencore/fileformats/mp3/parser/src/ |
mp3fileio.cpp | 73 // Read in the 64 bits byte by byte and take most significant byte first 93 // Read in the 32 bits byte by byte and take most significant byte first 111 // Read in the 32 bits byte by byte and take most significant byte first. 135 // Read in the 24 bits byte by byte and take most significant byte first 153 // Read in the 16 bits byte by byte and take most significant byte first 171 // Read in the 16 bits byte by byte and take most significant byte first 233 // Read in byte data and take most significant byte first
|
/external/webkit/WebKit/android/jni/ |
WebCoreResourceLoader.cpp | 141 LOG_ASSERT(response, "nativeSetResponseHeader must take a valid response pointer!"); 188 LOG_ASSERT(handle, "nativeReceivedResponse must take a valid handle!"); 194 LOG_ASSERT(response, "nativeReceivedResponse must take a valid resource pointer!"); 208 LOG_ASSERT(handle, "nativeAddData must take a valid handle!"); 230 LOG_ASSERT(handle, "nativeFinished must take a valid handle!"); 247 LOG_ASSERT(handle, "nativeRedirectedToUrl must take a valid handle!"); 287 LOG_ASSERT(handle, "nativeError must take a valid handle!");
|
/frameworks/base/core/java/android/text/util/ |
Linkify.java | 39 * Linkify take a piece of text and a regular expression and turns all of the 57 * take an options mask 63 * that take an options mask 69 * take an options mask 75 * take an options mask 81 * methods that take an options mask
|
/packages/apps/IM/src/com/android/im/service/ |
ChatSessionAdapter.java | 490 // The RemoteCallbackList will take care of removing the 513 // The RemoteCallbackList will take care of removing the 529 // The RemoteCallbackList will take care of removing the 545 // The RemoteCallbackList will take care of removing the 560 // The RemoteCallbackList will take care of removing the 574 // The RemoteCallbackList will take care of removing the
|
/cts/tests/core/runner/src/android/test/ |
InstrumentationCtsTestRunner.java | 117 * The minimum time we expect a test to take. 143 * Make sure all tests take at least MINIMUM_TIME to 188 * take care of everything, but since JUnit keeps references to all
|
/external/jpeg/ |
jmemsys.h | 175 * may take an error exit if the specified maximum file size is exceeded. 177 * just take an error exit.) 186 * These routines take care of any system-dependent initialization and
|
/external/kernel-headers/original/linux/ |
ipmi_smi.h | 51 * Messages to/from the lower layer. The smi interface will take one 87 not be NULL, the lower layer must take the interface from 142 /* Take a pointer to a raw data buffer and a length and extract device
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8NodeCustom.cpp | 93 // This function is customized to take advantage of the optional 4th argument: shouldLazyAttach 112 // This function is customized to take advantage of the optional 4th argument: shouldLazyAttach 148 // This function is customized to take advantage of the optional 4th argument: shouldLazyAttach
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/ |
mmintrin.h | 165 /* Take the four 8-bit values from the low half of M1, sign extend them, 173 /* Take the two 16-bit values from the low half of M1, sign extend them, 181 /* Take the 32-bit value from the low half of M1, and return it sign extended 189 /* Take the four 8-bit values from the high half of M1, sign extend them, 197 /* Take the two 16-bit values from the high half of M1, sign extend them, 205 /* Take the 32-bit value from the high half of M1, and return it sign extended 213 /* Take the four 8-bit values from the low half of M1, zero extend them, 221 /* Take the two 16-bit values from the low half of M1, zero extend them, 229 /* Take the 32-bit value from the low half of M1, and return it zero extended 237 /* Take the four 8-bit values from the high half of M1, zero extend them [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/ |
mmintrin.h | 165 /* Take the four 8-bit values from the low half of M1, sign extend them, 173 /* Take the two 16-bit values from the low half of M1, sign extend them, 181 /* Take the 32-bit value from the low half of M1, and return it sign extended 189 /* Take the four 8-bit values from the high half of M1, sign extend them, 197 /* Take the two 16-bit values from the high half of M1, sign extend them, 205 /* Take the 32-bit value from the high half of M1, and return it sign extended 213 /* Take the four 8-bit values from the low half of M1, zero extend them, 221 /* Take the two 16-bit values from the low half of M1, zero extend them, 229 /* Take the 32-bit value from the low half of M1, and return it zero extended 237 /* Take the four 8-bit values from the high half of M1, zero extend them [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
mmintrin.h | 165 /* Take the four 8-bit values from the low half of M1, sign extend them, 173 /* Take the two 16-bit values from the low half of M1, sign extend them, 181 /* Take the 32-bit value from the low half of M1, and return it sign extended 189 /* Take the four 8-bit values from the high half of M1, sign extend them, 197 /* Take the two 16-bit values from the high half of M1, sign extend them, 205 /* Take the 32-bit value from the high half of M1, and return it sign extended 213 /* Take the four 8-bit values from the low half of M1, zero extend them, 221 /* Take the two 16-bit values from the low half of M1, zero extend them, 229 /* Take the 32-bit value from the low half of M1, and return it zero extended 237 /* Take the four 8-bit values from the high half of M1, zero extend them [all...] |