/prebuilts/gcc/linux-x86/host/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
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
ainstr_iw.h | 125 struct iwffff_env_record *record; member in struct:iwffff_env
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ainstr_iw.h | 128 struct iwffff_env_record *record; member in struct:iwffff_env
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/av/media/libmedia/ |
IAudioFlinger.cpp | 145 sp<IAudioRecord> record; local 168 record = interface_cast<IAudioRecord>(reply.readStrongBinder()); 173 return record; 728 sp<IAudioRecord> record = openRecord(pid, input, local 732 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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
debug.rb | 57 autoload :RecordEventListener, 'antlr3/debug/record-event-listener' 372 debugging facility ;) Subclasses can override the record() method (which defaults to printing 373 to stdout) to record the events in a different way.
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
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);
|
LoggerTest.java | [all...] |
/external/clang/lib/AST/ |
Decl.cpp | 589 static void clearLinkageForClass(const CXXRecordDecl *record) { 591 i = record->decls_begin(), e = record->decls_end(); i != e; ++i) { 609 if (const CXXRecordDecl *record = dyn_cast<CXXRecordDecl>(this)) 610 clearLinkageForClass(record); 615 CXXRecordDecl *record = temp->getTemplatedDecl(); local 616 record->HasCachedLinkage = 0; 617 clearLinkageForClass(record); 728 const CXXRecordDecl *Record = cast<CXXRecordDecl>(D); 729 if (Record->isLambda()) [all...] |
/external/linux-tools-perf/ |
Android.mk | 183 builtin-record.c \
|
/external/mesa3d/src/glsl/ |
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);
|
/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 */
|
/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 | 1460 void record(Map<Integer, List<View>> map, Integer edge, View info) { method in class:RelativeLayoutConversionHelper.EdgeList 1597 record(mLeft, Integer.valueOf(bounds.x), view); method 1598 record(mTop, Integer.valueOf(bounds.y), view); method 1599 record(mRight, Integer.valueOf(view.getRightEdge()), view); method 1600 record(mBottom, Integer.valueOf(view.getBottomEdge()), view); method [all...] |
/external/bluetooth/bluez/src/ |
device.c | 621 const char *record) 630 dbus_message_iter_append_basic(&entry, DBUS_TYPE_STRING, &record); 1354 DBG("Skipping record with no service classes"); 2504 const sdp_record_t *record; local [all...] |
/external/clang/lib/CodeGen/ |
ItaniumCXXABI.cpp | 824 const CXXRecordDecl *record = local [all...] |
/frameworks/base/services/java/com/android/server/input/ |
InputManagerService.java | 548 InputDevicesChangedListenerRecord record = local 552 binder.linkToDeath(record, 0); 558 mInputDevicesChangedListeners.put(callingPid, record); [all...] |