/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/ |
dump.py | 1 # Mimic the sqlite3 console shell's .dump command 12 Returns an iterator to the dump of the database in an SQL text format. 14 Used to produce an SQL dump of the database. Useful to save an in-memory
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/ |
dump.py | 1 # Mimic the sqlite3 console shell's .dump command 12 Returns an iterator to the dump of the database in an SQL text format. 14 Used to produce an SQL dump of the database. Useful to save an in-memory
|
/system/core/include/utils/ |
ProcessCallStack.h | 48 // Dump all stack traces to the specified file descriptor. 49 void dump(int fd, int indent = 0, const char* prefix = 0) const; 54 // Dump a serialized representation of all the stack traces to the specified printer.
|
/frameworks/base/services/input/ |
InputReader.cpp | 697 void InputReader::dump(String8& dump) { function in class:android::InputReader 700 mEventHub->dump(dump); 701 dump.append("\n"); 703 dump.append("Input Reader State:\n"); 706 mDevices.valueAt(i)->dump(dump); 709 dump.append(INDENT "Configuration:\n"); 710 dump.append(INDENT2 "ExcludedDeviceNames: [") 861 void InputDevice::dump(String8& dump) { function in class:android::InputDevice 1741 void InputMapper::dump(String8& dump) { function in class:android::InputMapper 1962 void VibratorInputMapper::dump(String8& dump) { function in class:android::VibratorInputMapper 1990 void KeyboardInputMapper::dump(String8& dump) { function in class:android::KeyboardInputMapper 2269 void CursorInputMapper::dump(String8& dump) { function in class:android::CursorInputMapper 2639 void TouchInputMapper::dump(String8& dump) { function in class:android::TouchInputMapper 6195 void JoystickInputMapper::dump(String8& dump) { function in class:android::JoystickInputMapper [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
asn1_par.c | 68 int offset, int depth, int indent, int dump); 107 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump) 109 return(asn1_parse2(bp,&pp,len,0,0,indent,dump)); 113 int depth, int indent, int dump) 183 indent,dump); 193 indent,dump); 283 else if (!dump) 285 * as hex dump */ 287 if (BIO_write(bp,"[HEX DUMP]:",11) <= 0) 297 /* print the normal dump */ [all...] |
/external/openssl/crypto/asn1/ |
asn1_par.c | 68 int offset, int depth, int indent, int dump); 107 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump) 109 return(asn1_parse2(bp,&pp,len,0,0,indent,dump)); 113 int depth, int indent, int dump) 183 indent,dump); 193 indent,dump); 283 else if (!dump) 285 * as hex dump */ 287 if (BIO_write(bp,"[HEX DUMP]:",11) <= 0) 297 /* print the normal dump */ [all...] |
/ndk/build/tools/ |
build-llvm.sh | 138 dump "Using C compiler: $CC" 139 dump "Using C++ compiler: $CXX" 176 dump "Disable polly because $SRC_DIR/$TOOLCHAIN/polly doesn't exist" 237 dump "Configure: $TOOLCHAIN toolchain build" 254 dump "Building : llvm toolchain [this can take a long time]." 261 dump "Running : llvm toolchain regression test" 266 dump "Running : polly toolchain regression test" 274 dump "Install : llvm toolchain binaries" 293 dump "Copy : mclinker source" 307 dump "Configure: mclinker against $TOOLCHAIN [all...] |
/art/test/022-interface/ |
build | 22 ${DX} --debug --dex --dump-to=classes.lst --output=classes.dex classes
|
/art/test/097-duplicate-method/ |
build | 24 ${DX} --debug --dex --dump-to=classes.lst --output=classes.dex classes
|
/dalvik/dx/tests/008-field/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/009-method/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/010-class-attrib-InnerClasses/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/011-class-attrib-Synthetic/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/012-class-attrib-SourceFile/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/013-class-attrib-Deprecated/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/014-field-attrib-ConstantValue/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/015-field-attrib-Synthetic/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/016-field-attrib-Deprecated/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/025-class-attrib-Signature/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/026-field-attrib-Signature/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/028-class-attrib-EnclosingMethod/ |
run | 17 dx --debug --dump --width=200 small-class-1.txt small-class-2.txt
|
/dalvik/dx/tests/030-minimal-jasmin/ |
run | 18 dx --debug --dump --width=200 blort.class | grep ' 000.:'
|
/dalvik/dx/tests/031-bb-dead-code/ |
run | 18 dx --debug --dump --basic-blocks --width=200 blort.class
|
/dalvik/dx/tests/032-bb-live-code/ |
run | 18 dx --debug --dump --basic-blocks --width=200 blort.class
|
/dalvik/dx/tests/034-dex-minimal/ |
run | 17 dx --debug --dex --dump-to=- --no-files
|