HomeSort by relevance Sort by last modified time
    Searched full:hold (Results 101 - 125 of 3659) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertWakeLock.java 23 * Hold a wakelock that can be acquired in the AlarmReceiver and
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 153 public synchronized void hold(Thread t) { method in class:Profile.Watchdog
210 // Hold the future samples coming from current thread until commit() or
213 public static void hold() { method in class:Profile
214 sWatchdog.hold(Thread.currentThread());
  /packages/apps/Phone/res/drawable/
btn_compound_hold.xml 17 <!-- Layers used to render the in-call "Hold" compound button. -->
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
diagnostic.def 3 variables that can hold a kind, to mean they have yet to have a
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
in_systm.h 31 * don't hold in general. As a consequence, the network order versions
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
in_systm.h 31 * don't hold in general. As a consequence, the network order versions
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
in_systm.h 31 * don't hold in general. As a consequence, the network order versions
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLBooleanProperty.java 19 /** Properties that hold boolean values. */
GLEnumProperty.java 21 /** Properties that hold a {@link GLEnum}. */
GLFloatProperty.java 19 /** Properties that hold float values. */
  /docs/source.android.com/src/source/
building-devices.md 63 maguro | Press and hold both *Volume Up* and *Volume Down*, then press and hold *Power*
64 panda | Press and hold *Input*, then press *Power*
65 wingray | Press and hold *Volume Down*, then press and hold *Power*
66 crespo | Press and hold *Volume Up*, then press and hold *Power*
67 passion | Press and hold the trackball, then press *Power*
68 sapphire | Press and hold *Back*, then press *Power*
69 dream | Press and hold *Back*, then press *Power
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeFrame.java 68 * you need to hold on to the returned value, you must retain it.
115 "NativeFrame cannot hold " + ints.length + " integers. (Can only hold " +
132 "NativeFrame cannot hold " + floats.length + " floats. (Can only hold " +
  /external/zlib/
inflate.c 119 state->hold = 0;
239 state->hold = 0;
245 state->hold += value << state->bits;
464 hold = state->hold; \
475 state->hold = hold; \
482 hold = 0; \
492 hold += (unsigned long)(*next++) << bits; \
506 ((unsigned)hold & ((1U << (n)) - 1)
617 unsigned long hold; \/* bit buffer *\/ local
    [all...]
infback.c 134 hold = state->hold; \
145 state->hold = hold; \
152 hold = 0; \
176 hold += (unsigned long)(*next++) << bits; \
191 ((unsigned)hold & ((1U << (n)) - 1))
196 hold >>= (n); \
203 hold >>= bits & 7; \
261 unsigned long hold; /* bit buffer * local
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
infback.c 125 hold = state->hold; \
136 state->hold = hold; \
143 hold = 0; \
167 hold += (unsigned long)(*next++) << bits; \
182 ((unsigned)hold & ((1U << (n)) - 1))
187 hold >>= (n); \
194 hold >>= bits & 7; \
252 unsigned long hold; /* bit buffer * local
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
confirm_quit_panel_controller.mm 18 // How long the user must hold down Cmd+Q to confirm the quit.
28 // For metrics recording only: How long the user must hold the keys to
223 // The panel tells users to Hold Cmd+Q. However, we also want to have a
225 // tap Cmd+Q and then hold it with the window still open, this double-tap
263 // Wait for the time expiry to happen. Once past the hold threshold,
343 // to hold the data.
  /external/chromium/net/proxy/
proxy_resolver_js_bindings_unittest.cc 116 // Get a hold of a DefaultJSBindings* (it is a hidden impl class).
143 // Get a hold of a DefaultJSBindings* (it is a hidden impl class).
170 // Get a hold of a DefaultJSBindings* (it is a hidden impl class).
227 // Get a hold of a DefaultJSBindings* (it is a hidden impl class).
244 // Get a hold of a DefaultJSBindings* (it is a hidden impl class).
296 // Get a hold of a DefaultJSBindings* (it is a hidden impl class).
  /dalvik/vm/compiler/template/armv5te/
header.S 26 r0-r3 hold first 4 args to a method; they are not preserved across method calls
37 r0-r1 hold returns of 8 bytes, low word in r0
  /dalvik/vm/mterp/x86/
OP_INSTANCE_OF.S 86 * hold the obj->clazz, and ecx to hold the resolved class
  /dalvik/vm/mterp/x86-atom/
OP_IPUT_WIDE.S 53 movl %eax, %ecx # %ecx<- %eax; %ecx expected to hold field
60 * %edx does not hold object yet
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
FileHelperExampleAgent.java 79 // Hold the lock while the FileBackupHelper performs the backup operation
92 // Hold the lock while the FileBackupHelper restores the file from
  /external/bluetooth/glib/glib/
gasyncqueue.h 48 * themselves, but in certain cirumstances you want to hold the lock longer,
59 /* You don't have to hold the lock for calling *_ref and *_unref anymore. */
  /external/chromium/net/http/
http_vary_data.h 23 // avoids messy privacy issues as some of the request headers could hold
26 // NOTE: This class does not hold onto the contents of the Vary header.
  /external/chromium/webkit/glue/
resource_fetcher.h 100 // Buffer to hold the content from the server.
103 // Buffer to hold metadata from the cache.
  /external/icu4c/common/
unorm_it.h 86 * Size of a stack buffer to hold a UNormIterator, see the stackMem parameter
97 * @param stackMem Pointer to preallocated (stack-allocated) buffer to hold

Completed in 1568 milliseconds

1 2 3 45 6 7 8 91011>>