/external/chromium/net/socket/ |
dns_cert_provenance_checker.cc | 170 std::string dump; local 176 dump += "\n"; 179 dump += "-----BEGIN CERTIFICATE-----\n"; 186 dump += b64_encoded.substr(i, todo); 187 dump += "\n"; 190 dump += "-----END CERTIFICATE-----"; 193 LOG(ERROR) << "Offending certificates:\n" << dump;
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
filemediaengine.cc | 141 // Read the next RTP dump packet, whose RTP SSRC is the same as first_ssrc_. 156 // RTP dump packet read from the input stream. 189 // Start the sender thread, which reads rtp dump records, waits based on 196 // Create a rtp dump writer for the output RTP dump stream. 292 // TODO(whyuan): Check the format of RTP dump input. 338 // TODO(whyuan): Check the format of RTP dump input.
|
testutils.h | 105 // Verify the elapsed time of the dump packets increase monotonically. If the 112 // Verify the dump packet is the same as the raw RTP packet. 113 static bool VerifyPacket(const RtpDumpPacket* dump, 217 // PYUV tool can be used to view dump files. 222 // ffplay tool can be used to view dump files.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILPeepholeOptimizer.cpp | 55 // Quick check to see if we need to dump all of the pointers into the 280 MF.dump(); 292 MF.dump(); 502 inst->dump(); 503 if (LHS) { LHS->dump(); } 504 if (LHSSrc) { LHSSrc->dump(); } 505 if (LHSMask) { LHSMask->dump(); } 506 if (LHSShift) { LHSShift->dump(); } 514 inst->dump(); 515 if (RHS) { RHS->dump(); } [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILPeepholeOptimizer.cpp | 55 // Quick check to see if we need to dump all of the pointers into the 280 MF.dump(); 292 MF.dump(); 502 inst->dump(); 503 if (LHS) { LHS->dump(); } 504 if (LHSSrc) { LHSSrc->dump(); } 505 if (LHSMask) { LHSMask->dump(); } 506 if (LHSShift) { LHSShift->dump(); } 514 inst->dump(); 515 if (RHS) { RHS->dump(); } [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
IInputMethodWrapper.java | 127 // Need a valid reference to the inputMethod for everything except a dump. 141 target.dump((FileDescriptor)args.arg1, 215 protected void dump(FileDescriptor fd, PrintWriter fout, String[] args) { method in class:IInputMethodWrapper 220 if (target.checkCallingOrSelfPermission(android.Manifest.permission.DUMP) 223 fout.println("Permission Denial: can't dump InputMethodManager from from pid=" 234 fout.println("Timeout waiting for dump"); 237 fout.println("Interrupted waiting for dump");
|
/hardware/libhardware_legacy/audio/ |
AudioHardwareGeneric.cpp | 178 status_t AudioHardwareGeneric::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioHardwareGeneric 182 mInput->dump(fd, args); 185 mOutput->dump(fd, args); 245 status_t AudioStreamOutGeneric::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioStreamOutGeneric 250 snprintf(buffer, SIZE, "AudioStreamOutGeneric::dump\n"); 353 status_t AudioStreamInGeneric::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioStreamInGeneric 358 snprintf(buffer, SIZE, "AudioStreamInGeneric::dump\n");
|
AudioHardwareStub.cpp | 111 status_t AudioHardwareStub::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioHardwareStub 140 status_t AudioStreamOutStub::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioStreamOutStub 145 snprintf(buffer, SIZE, "AudioStreamOutStub::dump\n"); 182 status_t AudioStreamInStub::dump(int fd, const Vector<String16>& args) function in class:android_audio_legacy::AudioStreamInStub 187 snprintf(buffer, SIZE, "AudioStreamInStub::dump\n");
|
/external/chromium_org/components/breakpad/tools/ |
crash_service.cc | 132 // send a crash dump to the server. 329 LOG(ERROR) << "dump with no file path"; 333 LOG(ERROR) << "dump with no client info"; 339 LOG(ERROR) << "dump with no context"; 346 // Move dump file to the directory under client breakpad dump location. 348 CrashMap::const_iterator it = map.find(L"breakpad-dump-location"); 359 VLOG(1) << "dump for pid = " << pid << " is " << dump_location.value(); 368 // Send the crash dump using a worker thread. This operation has retry 434 VLOG(1) << "dump for pid =" << info->pid << " crash2 id =" << report_id [all...] |
/external/jdiff/src/jdiff/ |
API.java | 72 public void dump() { method in class:API 126 // Dump modifiers specific to a class 129 // Dump modifiers common to all 131 // Dump ctors 136 // Dump methods 141 // Dump fields 183 // Dump modifiers common to all 209 // Dump modifiers specific to a method 218 // Dump modifiers common to all 250 // Dump modifiers common to al [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelDAGToDAG.cpp | 63 void dump() { function in struct:__anon22009::MSP430ISelAddressMode 67 Base.Reg.getNode()->dump(); 74 GV->dump(); 77 CP->dump(); 185 DEBUG(errs() << "MatchAddress: "; AM.dump()); 388 // Dump information about the Node being selected 390 DEBUG(Node->dump(CurDAG)); 396 Node->dump(CurDAG); 487 DEBUG(Node->dump(CurDAG)); 489 DEBUG(ResNode->dump(CurDAG)) [all...] |
/external/llvm/tools/macho-dump/ |
macho-dump.cpp | 1 //===-- macho-dump.cpp - Mach Object Dumping Tool -------------------------===// 31 ShowSectionData("dump-section-data", cl::desc("Dump the contents of sections"), 96 // Dump the relocation entries. 109 // Dump the section data, if requested. 134 // Dump the sections. 158 // Dump the sections. 200 // Dump the string data. 206 // Dump the symbol table. 254 // Dump the indirect symbol table [all...] |
/ndk/build/tools/ |
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...] |
/dalvik/dexgen/src/com/android/dexgen/util/ |
Hex.java | 236 * Formats a hex dump of a portion of a {@code byte[]}. The result 241 * @param offset {@code >= 0;} offset to the part to dump 242 * @param length {@code >= 0;} number of bytes to dump 247 * @return {@code non-null;} a string of the dump 249 public static String dump(byte[] arr, int offset, int length, method in class:Hex
|
/dalvik/dx/src/com/android/dx/util/ |
Hex.java | 236 * Formats a hex dump of a portion of a {@code byte[]}. The result 241 * @param offset {@code >= 0;} offset to the part to dump 242 * @param length {@code >= 0;} number of bytes to dump 247 * @return {@code non-null;} a string of the dump 249 public static String dump(byte[] arr, int offset, int length, method in class:Hex
|
/external/clang/include/clang/Frontend/ |
FrontendOptions.h | 28 ASTDump, ///< Parse ASTs and dump them. 29 ASTDumpXML, ///< Parse ASTs and dump them in XML. 32 DumpRawTokens, ///< Dump out raw tokens. 33 DumpTokens, ///< Dump out preprocessed tokens. 46 ModuleFileInfo, ///< Dump information about a module file.
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
Hex.java | 236 * Formats a hex dump of a portion of a {@code byte[]}. The result 241 * @param offset {@code >= 0;} offset to the part to dump 242 * @param length {@code >= 0;} number of bytes to dump 247 * @return {@code non-null;} a string of the dump 249 public static String dump(byte[] arr, int offset, int length, method in class:Hex
|
/external/llvm/lib/Target/Mips/ |
MipsISelDAGToDAG.cpp | 95 // Dump information about the Node being selected 96 DEBUG(errs() << "Selecting: "; Node->dump(CurDAG); errs() << "\n"); 100 DEBUG(errs() << "== "; Node->dump(CurDAG); errs() << "\n"); 132 DEBUG(Node->dump(CurDAG)); 134 DEBUG(ResNode->dump(CurDAG));
|
/external/tcpdump/ |
makemib | 40 # dump will get a recursion error if you process LARGE mibs. While it would 168 dump("iso") 232 function dump(item, c, s) { function 237 dump(child[item]) 242 dump(sibling[item])
|
/frameworks/base/services/java/com/android/server/usb/ |
UsbService.java | 264 public void dump(FileDescriptor fd, PrintWriter writer, String[] args) { method in class:UsbService 265 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.DUMP, TAG); 270 mDeviceManager.dump(fd, pw); 273 mHostManager.dump(fd, pw); 282 settings.dump(fd, pw);
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
Profiler.cs | 55 internal static bool dump = false; field in class:Antlr.Runtime.Debug.Profiler 124 if (dump) 145 if (dump) 160 if (dump) { 197 if (dump) { 206 if (dump) 224 if (dump) { 250 if (dump) { 258 if (dump) 296 if (dump) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
Profiler.cs | 55 internal static bool dump = false; field in class:Antlr.Runtime.Debug.Profiler 129 if (dump) 154 if (dump) 171 if (dump) 211 if (dump) 222 if (dump) 242 if (dump) 274 if (dump) 284 if (dump) 323 if (dump) [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
Profiler.java | 42 static boolean dump = false; field in class:Profiler 181 if (dump) System.out.println("examine memo "+ruleName+" at "+input.index()+": "+stopIndex); 203 if (dump) System.out.println("memoize "+ruleName); 218 if ( dump ) System.out.println("enterDecision canBacktrack="+couldBacktrack+" "+ decisionNumber + 253 if (dump) System.out.println("exitDecision "+decisionNumber+" in "+d.decision.ruleName+ 259 if (dump) System.out.println("consume token "+token); 275 if (dump) System.out.println("consume "+thisRefIndex+" "+depth+" tokens ahead in "+ 296 if (dump) System.out.println("LT("+i+")="+t+" index "+t.getTokenIndex()+" relative to "+d.decision.ruleName+"-"+ 302 if (dump) System.out.println("set last token "+lastRealTokenTouchedInDecision); 339 if (dump) System.out.println("enter backtrack "+level) [all...] |
/external/chromium_org/content/browser/media/ |
webrtc_internals_browsertest.cc | 341 // Verifies |dump| contains |peer_connection_number| peer connection dumps, 343 void VerifyPageDumpStructure(base::Value* dump, 347 EXPECT_NE((base::Value*)NULL, dump); 348 EXPECT_EQ(base::Value::TYPE_DICTIONARY, dump->GetType()); 351 static_cast<base::DictionaryValue*>(dump); 378 // Verifies |dump| contains the correct statsTable and statsDataSeries for 380 void VerifyStatsDump(base::Value* dump, 385 EXPECT_NE((base::Value*)NULL, dump); 386 EXPECT_EQ(base::Value::TYPE_DICTIONARY, dump->GetType()); 389 static_cast<base::DictionaryValue*>(dump); 694 scoped_ptr<base::Value> dump; local [all...] |
/frameworks/base/services/input/ |
InputReader.h | 301 virtual void dump(String8& dump) = 0; 387 virtual void dump(String8& dump); 527 void dump(String8& dump); 929 virtual void dump(String8& dump); [all...] |