HomeSort by relevance Sort by last modified time
    Searched refs:record (Results 251 - 275 of 402) sorted by null

<<11121314151617

  /external/clang/lib/CodeGen/
CGBlocks.cpp 247 const CXXRecordDecl *record = cast<CXXRecordDecl>(recordType->getDecl()); local
250 if (!record->hasTrivialDestructor()) return false;
251 if (record->hasNonTrivialCopyConstructor()) return false;
255 return !record->hasMutableFields();
434 if (const CXXRecordDecl *record =
436 if (!record->hasTrivialDestructor()) {
    [all...]
  /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/bluetooth/bluedroid/stack/sdp/
sdpint.h 120 /* Define the attribute element of the SDP database record */
129 /* An SDP record consists of a handle, and 1 or more attributes */
143 UINT32 di_primary_handle; /* Device ID Primary record or NULL if nonexistent */
146 tSDP_RECORD record[SDP_MAX_RECORDS]; member in struct:__anon3515
162 tSDP_RECORD *prev_sdp_rec; /* last sdp record that was completely sent in the response */
194 UINT32 handles[SDP_MAX_DISC_SERVER_RECS]; /* Discovered server record handles */
  /external/zlib/src/contrib/pascal/
zlibpas.pas 28 z_stream = packed record
50 gz_header = packed record
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogManagerTest.java 253 public void publish(LogRecord record) {}
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_iw.h 128 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 150 sp<IAudioRecord> record; local
173 record = interface_cast<IAudioRecord>(reply.readStrongBinder());
178 return record;
741 sp<IAudioRecord> record = openRecord(input, local
745 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/linux-tools-perf/
Android.mk 178 builtin-record.c \
  /external/zlib/src/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...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 138 pParent.getSymGOTMap().record(*rsym, *got_entry);
  /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/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 138 pParent.getSymGOTMap().record(*rsym, *got_entry);
197 pParent.getSymPLTMap().record(*rsym, *plt_entry);
204 pParent.getSymGOTPLTMap().record(*rsym, *gotplt_entry);
  /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...]

Completed in 1979 milliseconds

<<11121314151617