/external/webkit/Source/WebCore/html/parser/ |
HTMLDocumentParser.cpp | 373 android::TimeCounter::record(android::TimeCounter::ParsingTimeCounter, __FUNCTION__); 382 android::TimeCounter::record(android::TimeCounter::ParsingTimeCounter, __FUNCTION__);
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
checker.py | 351 non_error_filter.filter = lambda record: record.levelno < logging.WARNING
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldFileHandlerTest.java | 351 // if one record is null and is not the last record, means 475 public boolean isLoggable(LogRecord record) { 476 return !record.getMessage().equals("false");
|
OldLogManagerTest.java | 253 public void publish(LogRecord record) {}
|
/development/ndk/platforms/android-9/samples/native-audio/src/com/example/nativeaudio/ |
NativeAudio.java | 247 ((Button) findViewById(R.id.record)).setOnClickListener(new OnClickListener() {
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
StreamHandlerTest.java | 296 * Test close() when having sufficient privilege, and a record has been 329 * Test close() when having sufficient privilege, and no record has been 435 * Test isLoggable(), null log record, having output stream. Handler should 445 * Test isLoggable(), null log record, without output stream 453 * Test publish(), use no filter, having output stream, normal log record. 472 * Test publish(), use no filter, having output stream, normal log record. 506 * Test publish(), use a filter, having output stream, normal log record. 541 * Test publish(), null log record, handler should call ErrorManager to 551 * Test publish(), null log record, without output stream 560 LogRecord record = new LogRecord(Level.FINE, "abc") local [all...] |
XMLFormatterTest.java | 96 assertTrue(output.indexOf("<record>") >= 0); 117 assertTrue(output.indexOf("<record>") >= 0); 229 public void publish(LogRecord record) {
|
FileHandlerTest.java | 227 // output 3 times, and only one record left 253 // if one record is null and is not the last record, means 630 public boolean isLoggable(LogRecord record) { 631 return !record.getMessage().equals("false");
|
SocketHandlerTest.java | 407 * Test close() when having sufficient privilege, and a record has been 435 * Test close() when having sufficient privilege, and no record has been 461 * Test publish(), use no filter, having output stream, normal log record. 500 * Test publish(), use a filter, having output stream, normal log record. 530 * Test publish(), null log record, having output stream 557 * Test publish(), a log record with empty msg, having output stream 582 * Test publish(), a log record with null msg, having output stream 643 public boolean isLoggable(LogRecord record) { 644 CallVerificationStack.getInstance().push(record);
|
/external/mesa3d/src/glsl/ |
opt_structure_splitting.cpp | 221 ir_dereference_variable *deref_var = deref_record->record->as_dereference_variable();
|
ir.h | 1448 ir_rvalue *record; member in class:ir_dereference_record [all...] |
ir_hv_accept.cpp | 268 s = this->record->accept(v);
|
ir_print_visitor.cpp | 273 ir->record->accept(this);
|
opt_function_inlining.cpp | 397 replace_rvalue(&ir->record);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
ainstr_iw.h | 125 struct iwffff_env_record *record; member in struct:iwffff_env
|
/external/webkit/Source/WebCore/loader/icon/ |
IconDatabase.cpp | 185 // Clear the in-memory record of every IconRecord, anything waiting to be read from disk, and anything waiting to be written to disk 256 // If the initial URL import isn't complete, it's possible to have a PageURL record without an associated icon 262 // The only way we should *not* have an icon record is if this pageURL is retained but has no icon yet - make sure of that 409 PageURLRecord* record = m_pageURLToRecordMap.get(pageURLOriginal); local 413 if (!record) { 416 record = new PageURLRecord(pageURL); 417 m_pageURLToRecordMap.set(pageURL, record); 420 if (!record->retain()) { 424 // This page just had its retain count bumped from 0 to 1 - Record that fact 433 // If this pageURL waiting to be sync'ed, update the sync record 1302 PageURLRecord* record = m_pageURLToRecordMap.get(urls[i]); local [all...] |
/frameworks/base/media/libmedia/ |
IAudioFlinger.cpp | 142 sp<IAudioRecord> record; local 165 record = interface_cast<IAudioRecord>(reply.readStrongBinder()); 170 return record; 708 sp<IAudioRecord> record = openRecord(pid, input, local 712 reply->writeStrongBinder(record->asBinder()); [all...] |
/external/webkit/Source/JavaScriptCore/assembler/ |
ARMv7Assembler.h | [all...] |
/build/core/tasks/ |
sdk-addon.mk | 73 # them, and record the directories, and the packaging rule will just copy the
|
/external/clang/lib/AST/ |
Decl.cpp | 617 static void clearLinkageForClass(const CXXRecordDecl *record) { 619 i = record->decls_begin(), e = record->decls_end(); i != e; ++i) { 635 if (const CXXRecordDecl *record = dyn_cast<CXXRecordDecl>(this)) 636 clearLinkageForClass(record); 641 CXXRecordDecl *record = temp->getTemplatedDecl(); local 642 record->HasCachedLinkage = 0; 643 clearLinkageForClass(record); [all...] |
/external/zlib/examples/ |
gzlog.c | 717 /* log a repair record to the .repairs file */ 718 local void log_log(struct log *log, int op, char *record) 729 "append" : (op == COMPRESS_OP ? "compress" : "replace"), record); [all...] |
/external/srec/srec/EventLog/src/ |
EventLogImpl.c | 311 static int quote_delimiter(LCHAR *record, size_t len) 316 s = record; 329 LSTRCPY(record, qrecord); 491 /* write the header,bar,evtt, and record */
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8Proxy.cpp | 216 android::TimeCounter::record(android::TimeCounter::JavaScriptParseTimeCounter, __FUNCTION__); 405 android::TimeCounter::record(android::TimeCounter::JavaScriptExecuteTimeCounter, __FUNCTION__); 525 android::TimeCounter::record(android::TimeCounter::JavaScriptExecuteTimeCounter, __FUNCTION__);
|
/frameworks/base/services/java/com/android/server/ |
ThrottleService.java | 857 record(); method 911 record(); method 985 private void record() { method in class:ThrottleService.DataRecorder [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RelativeLayoutConversionHelper.java | 1525 void record(Map<Integer, List<View>> map, Integer edge, View info) { method in class:RelativeLayoutConversionHelper.EdgeList 1662 record(mLeft, Integer.valueOf(bounds.x), view); method 1663 record(mTop, Integer.valueOf(bounds.y), view); method 1664 record(mRight, Integer.valueOf(view.getRightEdge()), view); method 1665 record(mBottom, Integer.valueOf(view.getBottomEdge()), view); method [all...] |