/frameworks/av/services/camera/libcameraservice/api1/client2/ |
ZslProcessorInterface.h | 57 // (Debugging only) Dump the current state to the specified file descriptor 58 virtual void dump(int fd, const Vector<String16>& args) const = 0;
|
/frameworks/compile/mclinker/lib/Script/ |
OutputCmd.cpp | 29 void OutputCmd::dump() const function in class:OutputCmd
|
SearchDirCmd.cpp | 29 void SearchDirCmd::dump() const function in class:SearchDirCmd
|
OutputSectDesc.cpp | 41 void OutputSectDesc::dump() const function in class:OutputSectDesc 46 m_Prolog.vma().dump(); 73 m_Prolog.lma().dump(); 79 m_Prolog.align().dump(); 85 m_Prolog.subAlign().dump(); 106 (*it)->dump(); 130 m_Epilog.fillExp().dump();
|
/build/core/ |
device.mk | 22 define dump-device 29 define dump-devices 30 $(foreach p,$(DEVICES),$(call dump-device,$(p)))
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayTypes.h | 37 virtual void dump(SkAnimateMaker* ); 50 virtual void dump(SkAnimateMaker* ); 64 virtual void dump(SkAnimateMaker* );
|
/external/oauth/core/src/main/java/net/oauth/client/ |
OAuthResponseMessage.java | 77 protected void dump(Map<String, Object> into) throws IOException method in class:OAuthResponseMessage 79 super.dump(into); 80 http.dump(into);
|
/external/skia/src/animator/ |
SkDisplayTypes.h | 37 virtual void dump(SkAnimateMaker* ); 50 virtual void dump(SkAnimateMaker* ); 64 virtual void dump(SkAnimateMaker* );
|
/external/smack/src/org/xbill/DNS/utils/ |
hexdump.java | 6 * A routine to produce a nice looking hex dump 23 dump(String description, byte [] b, int offset, int length) { method in class:hexdump 52 dump(String s, byte [] b) { method in class:hexdump 53 return dump(s, b, 0, b.length);
|
/external/wpa_supplicant_8/hs20/server/www/ |
users.php | 22 $row = $db->query("SELECT dump FROM eventlog WHERE rowid=$id")->fetch(); 23 $dump = $row['dump']; variable 24 if ($dump[0] == '<') { 27 echo $dump; 30 echo $dump; 110 $dump = 0; variable 114 if (isset($_GET["dump"])) { 115 $dump = $_GET["dump"]; variable 117 $dump = 0; variable 119 $dump = 0; variable [all...] |
/external/chromium_org/third_party/openssl/ |
import_from_android.sh | 46 dump () { function 282 dump "Downloading Android sources" 295 dump "No Chromium-specific patches to apply." 297 dump "Applying Chromium-specific patches:" 300 dump "Applying: $CHROMIUM_PATCH" 310 dump "Found OpenSSL version: $OPENSSL_VERSION" 317 dump "Downloading $OPENSSL_PACKAGE from $OPENSSL_TAR_SOURCE" 329 dump "Checking content of downloaded package: ok" 340 dump "Saving .svn subdirectories" 347 dump "Re-running the 'import_openssl.sh' script to reconfigure all sources. [all...] |
/external/chromium_org/tools/deep_memory_profiler/subcommands/ |
expand.py | 19 'Usage: %prog expand <dump> <policy> <component> <depth>') 43 (bucket_set, dump) = SubCommand.load_basic_files( 46 ExpandCommand._output(dump, policy_set[target_policy], bucket_set, 51 def _output(dump, policy, bucket_set, component_name, depth, out): 55 dump: A Dump object. 65 dump, policy, bucket_set, component_name, depth, sizes) 90 def _accumulate(dump, policy, bucket_set, component_name, depth, sizes): 95 for line in dump.iter_stacktrace: 114 for _, region in dump.iter_map [all...] |
/external/llvm/bindings/python/llvm/tests/ |
test_core.py | 83 f.dump() 89 f.dump() 104 bb.dump() 111 bb.dump() 131 o.dump() 132 inst.dump() 140 inst.dump()
|
/ndk/tests/abcc/ |
build-abcc.sh | 91 test -z "`ls $ABCC_PREBUILT_ASSETS 2> /dev/null`" && dump "[WARNING] No toolchain assets found!" 108 test -z "$SDK_DIR" && dump "--sdk-dir is required." && exit 1 109 test ! -f "$SDK_DIR/tools/android" && dump "--sdk-dir is not a valid SDK." && exit 1 125 dump "SDK target: $SDK_TARGET" 140 dump "Cannot create build.xml. Abort." 164 dump "Done. Compiler app is under $OUT_DIR" 165 test "$DEBUG" != "yes" && dump "[WARNING] APK has not been signed nor aligned!"
|
/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...] |
/external/chromium_org/third_party/openssl/openssl/ |
check-all-builds.sh | 18 # Dump message is $VERBOSE >= $1 28 # Dump a message unless --quiet is used. 30 dump () { function 34 # Dump a message if --verbose is used only. 604 dump "Generating Makefile" 608 dump "Building libraries with $NUM_JOBS jobs" 609 dump "For the following builds:" 611 dump " $BUILD" 620 dump "All OK, congratulations!" 623 dump "Error, try doing the following to inspect the issues: [all...] |
/external/openssl/ |
check-all-builds.sh | 18 # Dump message is $VERBOSE >= $1 28 # Dump a message unless --quiet is used. 30 dump () { function 34 # Dump a message if --verbose is used only. 623 dump "Generating Makefile" 627 dump "Building libraries with $NUM_JOBS jobs" 628 dump "For the following builds:" 630 dump " $BUILD" 639 dump "All OK, congratulations!" 642 dump "Error, try doing the following to inspect the issues: [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
DozeLog.java | 146 public static void dump(PrintWriter pw) { method in class:DozeLog 161 sPickupPulseNearVibrationStats.dump(pw, "Pickup pulse (near vibration)"); 162 sPickupPulseNotNearVibrationStats.dump(pw, "Pickup pulse (not near vibration)"); 163 sNotificationPulseStats.dump(pw, "Notification pulse"); 164 sScreenOnPulsingStats.dump(pw, "Screen on (pulsing)"); 165 sScreenOnNotPulsingStats.dump(pw, "Screen on (not pulsing)"); 166 sEmergencyCallStats.dump(pw, "Emergency call"); 167 sProxNearStats.dump(pw, "Proximity (near)"); 168 sProxFarStats.dump(pw, "Proximity (far)"); 190 public void dump(PrintWriter pw, String type) method in class:DozeLog.SummaryStats [all...] |
/ndk/build/tools/ |
build-on-device-toolchain.sh | 86 dump "Copy platform CRT files..." 92 dump "Copy $ABI gabi++ library" 95 dump "Copy $ABI libportable library" 99 dump "Copy $ABI compiler-rt library" 102 dump "Copy $ABI gccunwind library" 106 dump "Copy stuff for testing" 118 dump "Strip $ABI binaries" 122 dump "Build $ABI LLVM toolchain from $SRC_DIR ..." 134 dump "Push on-device $ABI toolchain sysroot to /data/local/tmp/" 140 dump "Done. [all...] |
download-toolchain-sources.sh | 123 dump "Using git clone prefix: $GITPREFIX" 132 dump "Using git clone reference: $GITREFERENCE" 145 dump "Cloning git repository for toolchain/$1" 256 dump "Patching toolchain sources" 259 dump "ERROR: Could not patch sources." 275 dump "Creating package archive $PACKAGE" 278 dump "Toolchain sources downloaded and packaged succesfully at $PACKAGE" 288 dump "Toolchain sources downloaded and copied to $SRC_DIR" 291 dump "Cleaning up..." 294 dump "Done. [all...] |
/ndk/tests/ |
run-tests-all.sh | 98 dump "### Run simple tests" 101 dump "### Run simple tests with clang" 106 dump "### Running $HOST_TAG $V full tests" 112 dump "### Running $HOST_TAG32 $V tests (32-bit host)" 120 dump "### Running windows-x86_64 $V tests" 128 dump "### Running windows $V tests" 201 dump "### [$TAG] Testing $ARCH gcc-$GCC_VERSION toolchain with --sysroot" 207 dump "### [$TAG] Making $ARCH gcc-$GCC_VERSION/clang$LLVM_VERSION standalone toolchain STL=$STL" 210 dump "### [$TAG] Testing $ARCH gcc-$GCC_VERSION standalone toolchain" 220 dump "### [$TAG] Testing clang$LLVM_VERSION in $ARCH gcc-$GCC_VERSION standalone toolchain STL=$STL [all...] |
/hardware/qcom/display/msm8084/liboverlay/ |
overlayCtrlData.h | 84 /* dump the state of the object */ 85 void dump() const; 86 /* Return the dump in the specified buffer */ 110 void dump() const; 111 /* Return the dump in the specified buffer */ 162 inline void Ctrl::dump() const { function in class:overlay::Ctrl 163 ALOGE("== Dump Ctrl start =="); 164 mMdp->dump(); 165 ALOGE("== Dump Ctrl end =="); 236 inline void Data::dump() const function in class:overlay::Data [all...] |
/hardware/qcom/display/msm8226/liboverlay/ |
overlayCtrlData.h | 82 /* dump the state of the object */ 83 void dump() const; 84 /* Return the dump in the specified buffer */ 108 void dump() const; 109 /* Return the dump in the specified buffer */ 160 inline void Ctrl::dump() const { function in class:overlay::Ctrl 161 ALOGE("== Dump Ctrl start =="); 162 mMdp->dump(); 163 ALOGE("== Dump Ctrl end =="); 230 inline void Data::dump() const function in class:overlay::Data [all...] |
/hardware/qcom/display/msm8960/liboverlay/ |
overlayCtrlData.h | 84 /* dump the state of the object */ 85 void dump() const; 86 /* Return the dump in the specified buffer */ 112 void dump() const; 113 /* Return the dump in the specified buffer */ 185 inline void Ctrl::dump() const { function in class:overlay::Ctrl 186 ALOGE("== Dump Ctrl start =="); 187 mMdp.dump(); 188 ALOGE("== Dump Ctrl end =="); 257 inline void Data::dump() const function in class:overlay::Data [all...] |