HomeSort by relevance Sort by last modified time
    Searched full:once (Results 51 - 75 of 3364) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/bluetooth/bluez/sbc/
sbc_primitives.h 42 * it handles 4 blocks at once */
45 * it handles 4 blocks at once */
  /external/guava/src/com/google/common/util/concurrent/
ListenableFuture.java 26 * executor, and is invoked using this executor once the {@code Future}'s
58 * but any listener added through this method is guaranteed to be called once
  /external/skia/src/animator/
SkAnimateBase.h 62 SkString field; // temporary; once target is known, this is reset
67 SkString target; // temporary; once target is known, this is reset
  /external/webkit/JavaScriptCore/runtime/
ArgList.cpp 53 // therefore don't need explicit marking. Once our size exceeds
57 // We can only register for explicit marking once we know which heap
  /sdk/eclipse/scripts/
setup_eclipse.sh 10 # - *runs* it once
53 echo "*** WARNING: To setup Eclipse correctly, it must be ran at least once manually"
  /system/extras/tests/bionic/libc/common/
test_pthread_once.c 35 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
54 pthread_once( &once, once_function );
  /dalvik/libcore/luni/src/main/java/java/io/
Closeable.java 20 * Defines an interface for classes that can (or need to) be closed once they
  /dalvik/libcore/luni/src/main/java/java/util/
TooManyListenersException.java 24 * listener. It is also thrown when the same listener is added more than once.
  /dalvik/libcore/
run-core-tests 19 # $ make (only necessary once)
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
Utils.java 35 * given resource bundle just once, it is
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
StopParseException.java 26 * PIs, it is used to stop the parse once the document element is found.
  /dalvik/tests/028-array-write/src/
Main.java 44 // touch once
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_MUL_LONG.S 18 * restrictions on using the same register more than once (Rd and Rm
  /development/pdk/pndk/samples/samplejni/
README 43 Once the application is installed, you can run it by tapping on the "JNI Example" icon.
  /development/samples/ApiDemos/res/xml/
appwidget_provider.xml 26 <!-- 86400000 is the value of AlarmManager.INTERVAL_DAY - or once per day. -->
  /development/samples/ApiDemos/src/com/example/android/apis/app/
OneShotAlarm.java 30 * should occur once.
RepeatingAlarm.java 30 * should occur once.
  /external/bluetooth/glib/
HACKING 15 steps at once by running:
  /external/clearsilver/man/man3/
skipNewList.3 46 concurrent searches. Once the limit is reached, new
  /external/elfutils/libasm/
asm_error.c 33 once_define (static, once);
46 once_execute (once, init);
81 once_execute (once, init);
125 once_execute (once, init);
  /external/guava/src/com/google/common/io/
LineProcessor.java 33 * This method will be called once for each line.
  /external/iproute2/
README.decnet 18 mac address at once. If the Linux DECnet stack doesn't talk to
  /external/iproute2/doc/
rtstat.sgml 47 1 prescribes to print it once and 2 (this is default setting) forces header
  /external/iptables/extensions/
libipt_ECN.c 61 "ECN target: Only use --ecn-tcp-remove ONCE!");
70 "ECN target: Only use --ecn-tcp-cwr ONCE!");
81 "ECN target: Only use --ecn-tcp-ece ONCE!");
92 "ECN target: Only use --ecn-ip-ect ONCE!");
  /external/kernel-headers/original/asm-arm/
fpstate.h 23 * FPEXC will always be non-zero once the VFP has been used in this process.

Completed in 219 milliseconds

1 23 4 5 6 7 8 91011>>