HomeSort by relevance Sort by last modified time
    Searched full:tail (Results 351 - 375 of 586) sorted by null

<<11121314151617181920>>

  /external/v8/src/
log-utils.cc 456 // Check if the length of compressed tail is enough.
  /external/v8/src/mips/
macro-assembler-mips.h 277 // Tail call of a runtime routine (jump).
  /external/webkit/WebKitTools/Scripts/
svn-create-patch 278 print `svn cat ${sourceFile} | diff -u $devNull - | tail -n +3`;
  /frameworks/base/core/java/android/os/
RecoverySystem.java 382 // Record the tail of the LOG_FILE
  /frameworks/base/include/private/surfaceflinger/
SharedBufferStack.h 274 int32_t tail; member in class:android::SharedBufferClient
  /ndk/build/core/
ndk-common.sh 80 echo "To follow build in another terminal, please use: tail -F $TMPLOG"
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 494 // output completion point, should output tail, then output
    [all...]
  /external/elfutils/src/
ld.h 691 /* Tail of list of symbols for this section. Only set if the
737 /* Tail of the list. */
  /external/kernel-headers/original/linux/
jbd.h 592 * @j_tail: Journal tail - identifies the oldest still-used block in the
711 * Journal tail: identifies the oldest still-used block in the journal.
    [all...]
list.h 256 * list_move_tail - delete from one list and add as another's tail
589 * You lose the ability to access the tail in O(1).
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osapi.c 464 /* Use skb_reserve, it updates both skb->data and skb->tail. */
466 skb->tail = skb->data;
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
osapi.c 460 /* Use skb_reserve, it updates both skb->data and skb->tail. */
462 skb->tail = skb->data;
  /external/icu4c/data/unidata/
UnicodeData.txt     [all...]
  /external/bluetooth/bluez/tools/
csr.c 51 static struct psr_data *head = NULL, *tail = NULL; variable in typeref:struct:
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 665 // Jump to the fast api call builtin (tail call).
    [all...]
builtins-ia32.cc 532 // 5a. Call non-function via tail call to CALL_NON_FUNCTION builtin.
545 // (tail-call) to the code in register edx without checking arguments.
    [all...]
  /external/srec/srec/include/
simapi.h     [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
configure     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java     [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 964 // either 1 pixel picture or tail, anyway this is the last line
1014 // copy tail
    [all...]
  /external/v8/src/arm/
builtins-arm.cc     [all...]
  /external/v8/src/x64/
builtins-x64.cc 292 // 5a. Call non-function via tail call to CALL_NON_FUNCTION builtin.
305 // (tail-call) to the code in register edx without checking arguments.
    [all...]
macro-assembler-x64.h 641 // Tail call a code stub (jump).
658 // Tail call of a runtime routine (jump).
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp.c 683 const char *tail = "</e:propertyset>\n"; local
724 wpabuf_put_str(buf, tail);
    [all...]

Completed in 68 milliseconds

<<11121314151617181920>>