/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
normalize01.java | 34 * The "normalize()" method puts all the nodes in the full
|
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/ |
Normalize.java | 39 * The "normalize()" method puts all the nodes in the full
|
/dalvik/vm/mterp/armv5te/ |
OP_CMP_LONG.S | 6 * Compare two 64-bit values. Puts 0, 1, or -1 into the destination
|
/external/bison/ |
configure.ac | 23 # puts the wrong absolute path names in the tests. So we need at
|
/external/bzip2/ |
dlltest.c | 66 puts("usage: minibz2 [-d] [-{1,2,..9}] [[srcfilename] destfilename]");
|
/external/dhcpcd/ |
README | 20 This also puts the --no-background flag on and stops the --background flag
|
/external/e2fsprogs/lib/ss/ |
ct_c.sed | 29 # It removes comments, and puts each command_table request onto a single
|
/external/libpng/scripts/ |
makefile.mips | 9 # where make install puts libpng.a and png.h
|
makefile.std | 9 # where make install puts libpng.a and png.h
|
/external/stlport/stlport/stl/ |
_cstdio.h | 102 using _STLP_VENDOR_CSTD::puts;
|
_new.h | 116 # define _STLP_THROW_BAD_ALLOC puts("out of memory\n"); exit(1)
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/ |
shell.js | 138 * Puts funcName at the top of the call stack. This stack is used to show
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/ |
shell.js | 138 * Puts funcName at the top of the call stack. This stack is used to show
|
/external/webkit/WebCore/inspector/front-end/ |
InjectedScriptAccess.js | 69 // InjectedScriptAccess message forwarding puts some constraints on the way methods are implemented and called:
|
/frameworks/base/core/java/android/text/method/ |
KeyListener.java | 45 * user puts focus in the editor, which will provide a keypad and also
|
/packages/apps/Mms/res/layout/ |
slideshow_attachment_view_landscape.xml | 39 image and text, and puts the picture_frame exactly around the slideshow
|
slideshow_attachment_view_portrait.xml | 39 image and text, and puts the picture_frame exactly around the slideshow
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothPairingRequest.java | 34 * confirmation entry dialog. Otherwise it puts a Notification in the status bar, which can
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/utils/ |
ArrayHelper.java | 25 * Swaps an unsigned value around, and puts the result in an array that can be sent to a device.
|
/system/core/include/cutils/ |
hashmap.h | 56 * Puts value for the given key in the map. Returns pre-existing value if
|
/system/core/toolbox/ |
route.c | 101 puts(strerror(errno));
|
/system/extras/tests/bionic/libc/other/ |
test_timer_create3.c | 81 puts ("timer_create successfully.");
|
/system/extras/tests/bionic/libstdc++/ |
test_cstdio.cpp | 131 using std::puts;
|
/external/qemu/distrib/zlib-1.2.3/ |
inflate.c | 275 puts(" /* inffixed.h -- table for decoding fixed codes"); 276 puts(" * Generated automatically by makefixed()."); 277 puts(" */"); 278 puts(""); 279 puts(" /* WARNING: this file should *not* be used by applications."); 280 puts(" It is part of the implementation of this library and is"); 281 puts(" subject to change. Applications should only use zlib.h."); 282 puts(" */"); 283 puts(""); 294 puts("\n };") [all...] |
/external/zlib/ |
inflate.c | 275 puts(" /* inffixed.h -- table for decoding fixed codes"); 276 puts(" * Generated automatically by makefixed()."); 277 puts(" */"); 278 puts(""); 279 puts(" /* WARNING: this file should *not* be used by applications."); 280 puts(" It is part of the implementation of this library and is"); 281 puts(" subject to change. Applications should only use zlib.h."); 282 puts(" */"); 283 puts(""); 294 puts("\n };") [all...] |