Searched defs:dump (Results 1 - 25 of 376) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs55 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/
H A DProfiler.cs55 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/
H A DProfiler.java42 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) Syste
[all...]
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_at.c1258 char dump[(4 * BTA_HF_CLIENT_AT_PARSER_MAX_LEN) + 1]; local
1262 p2 = dump;
1286 APPL_TRACE_DEBUG("%s %s", __FUNCTION__, dump);
/external/chromium_org/base/debug/
H A Dtrace_event_memory.cc28 // Holds a memory dump until the tracing system needs to serialize it.
31 // Takes ownership of dump, which must be a JSON string, allocated with
33 explicit MemoryDumpHolder(char* dump) : dump_(dump) {} argument
219 char* dump = get_heap_profile_function_(); local
225 scoped_refptr<ConvertableToTraceFormat>(new MemoryDumpHolder(dump)));
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_rtp_dump_writer_unittest.cc65 // Verifies that the dump contains records of |rtp_packet| repeated
90 // Verifies the compressed dump file contains the expected number of packets.
91 bool VerifyCompressedDump(std::string* dump, size_t expected_packet_count) { argument
92 EXPECT_GT(dump->size(), 0U);
95 EXPECT_TRUE(Decompress(dump, &decompressed_dump));
128 // Tries to read |dump| as a rtpplay dump file and returns the number of
129 // packets found in the dump.
130 bool ReadDecompressedDump(const std::vector<uint8>& dump, argument
139 EXPECT_EQ(memcmp(&dump[
170 VerifyPacketDump(const uint8* dump, size_t dump_length, size_t* packet_dump_length) argument
[all...]
/external/chromium_org/chrome/browser/resources/quota_internals/
H A Devent_handler.js498 * Event handler for 'dump-button' 'click'ed.
499 * Dump and show all data from WebUI page to 'dump-field' element.
501 function dump() { function
504 $('dump-field').textContent =
532 $('dump-button').addEventListener('click', dump, false);
/external/chromium_org/components/cloud_devices/tools/prototype/
H A Dprototype.py346 self.dump()
348 def dump(self): member in class:State
358 json.dump(json_obj, statefile)
383 self.dump()
389 self.dump()
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_browsertest.cc434 // Verifies |dump| contains |peer_connection_number| peer connection dumps,
436 void VerifyPageDumpStructure(base::Value* dump, argument
440 EXPECT_NE((base::Value*)NULL, dump);
441 EXPECT_EQ(base::Value::TYPE_DICTIONARY, dump->GetType());
444 static_cast<base::DictionaryValue*>(dump);
471 // Verifies |dump| contains the correct statsTable and statsDataSeries for
473 void VerifyStatsDump(base::Value* dump, argument
478 EXPECT_NE((base::Value*)NULL, dump);
479 EXPECT_EQ(base::Value::TYPE_DICTIONARY, dump->GetType());
482 static_cast<base::DictionaryValue*>(dump);
787 scoped_ptr<base::Value> dump; local
[all...]
/external/chromium_org/content/shell/browser/
H A Dwebkit_test_controller.cc528 // Only encode and dump the png if the hashes don't match. Encoding the
559 void WebKitTestController::OnAudioDump(const std::vector<unsigned char>& dump) { argument
561 printer_->PrintAudioBlock(dump);
565 void WebKitTestController::OnTextDump(const std::string& dump) { argument
567 printer_->PrintTextBlock(dump);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGResources.cpp675 void SVGResources::dump(const RenderObject* object) function in class:blink::SVGResources
H A DSVGTextLayoutAttributes.cpp59 void SVGTextLayoutAttributes::dump() const function in class:blink::SVGTextLayoutAttributes
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPODRedBlackTree.h231 void dump() const function in class:blink::PODRedBlackTree
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DBitVector.cpp114 void BitVector::dump(PrintStream& out) function in class:WTF::BitVector
H A DInstanceCounter.cpp72 String dump();
101 return InstanceCounter::instance()->dump();
123 String InstanceCounter::dump() function in class:WTF::InstanceCounter
H A DPrintStream.h229 value.dump(out);
239 void dump(PrintStream& out) const \
254 void dump(PrintStream& out) const \
280 void dump(PrintStream& out) const function in class:WTF::PointerDump
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dasn1_par.c67 int offset, int depth, int indent, int dump);
106 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump) argument
108 return(asn1_parse2(bp,&pp,len,0,0,indent,dump));
112 int depth, int indent, int dump)
182 indent,dump);
192 indent,dump);
282 else if (!dump)
284 * as hex dump */
296 /* print the normal dump */
304 ((dump
111 asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, int depth, int indent, int dump) argument
[all...]
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DNodes.py266 def dump(self, level=0, filter_out=("pos",), cutoff=100, encountered=None): member in class:Node
279 return x.dump(level, filter_out, cutoff-1, encountered)
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DDFA.py47 state_map.dump(debug)
149 def dump(self, file): member in class:StateMap
H A DMachines.py50 def dump(self, file): member in class:Machine
57 s.dump(file)
107 def dump(self, file): member in class:Node
112 self.transitions.dump(file)
186 def dump(self, file): member in class:FastMachine
H A DTransitions.py194 def dump(self, file): member in class:TransitionMap
/external/chromium_org/third_party/hwcplus/include/hardware/
H A Dfb.h137 void (*dump)(struct framebuffer_device_t* dev, char *buff, int buff_len); member in struct:framebuffer_device_t

Completed in 2098 milliseconds

1234567891011>>