HomeSort by relevance Sort by last modified time
    Searched full:records (Results 126 - 150 of 1341) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/docs/
BitCodeFormat.html 20 <li><a href="#datarecord">Data Records</a></li>
107 <li><a href="#datarecord">Data Records</a>, which describe entities within the
230 <a href="#datarecord">Data Records</a>. Both of these start with an
343 <a name="datarecord">Data Records</a>
348 Data records consist of a record code and a number of (up to) 64-bit
351 Records can be encoded either using an unabbrev record, or with an
394 This allows records to be encoded significantly more densely than records
418 to specify a dense encoding for a class of records once, then use that encoding
419 to emit many records. It takes space to emit the encoding into the file, bu
    [all...]
  /external/llvm/docs/CommandGuide/
tblgen.pod 56 =item B<-print-records>
58 Print all records to standard output (default).
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 46 /// RetTypeDefs - The records for each return type.
55 /// ParamTypeDefs - The records for each parameter type.
EDEmitter.h 24 RecordKeeper &Records;
FastISelEmitter.h 28 RecordKeeper &Records;
  /frameworks/base/telephony/java/com/android/internal/telephony/
IIccPhoneBook.aidl 91 * Get the max munber of records in efid
97 * recordSizes[2] is the number of records in the EF file
IccPhoneBookInterfaceManagerProxy.java 34 * access ADN-like SIM records.
  /sdk/sdkmanager/libs/sdkuilib/tests/com/android/sdkuilib/internal/repository/
MockUpdaterData.java 38 /** A mock UpdaterData that simply records what would have been installed. */
73 /** Returns a mock installer that simply records what would have been installed. */
  /system/core/libcutils/
record_stream.c 116 * Records are prefixed by a 16-bit big endian length value
117 * Records may not be larger than maxRecordLen
  /development/samples/VoicemailProviderDemo/
_index.html 3 content provider APIs to insert new voicemail records.
  /external/blktrace/btreplay/doc/
abstract.tex 29 \item Run \texttt{btrecord} to convert traces into IO records
  /external/chromium/base/win/
wrapped_window_proc_unittest.cc 40 // The actual exception filter just records the exception.
  /external/chromium/chrome/browser/ui/cocoa/
confirm_quit_panel_controller.h 30 // Records the histogram value for the above metric.
  /external/chromium/third_party/libjingle/source/talk/base/
socketaddresspair.h 35 // Records a pair (source,destination) of socket addresses. The two addresses
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingListIteratorTest.java 34 * type arguments. The created proxy only records calls and returns null, so
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPoolRepository.java 30 * Records a factory.
  /external/kernel-headers/original/asm-mips/dec/
ecc.h 31 * The register is frozen when EAR.VALID is set, otherwise it records bits
  /external/llvm/lib/TableGen/
TGParser.h 69 RecordKeeper &Records;
84 TGParser(SourceMgr &SrcMgr, RecordKeeper &records) :
85 Lex(SrcMgr), CurMultiClass(0), Records(records) {}
  /external/llvm/lib/Target/PTX/
PTXMCInstLower.cpp 11 // MCInst records.
  /external/mtpd/
mtpd.c 268 struct addrinfo *records; local
274 error = getaddrinfo(server, port, &hints, &records);
281 for (r = records; r; r = r->ai_next) {
291 freeaddrinfo(records);
  /external/stlport/test/eh/
SortClass.h 16 comparisons on SortClass may fail. Also records its own address for
  /frameworks/av/media/libmediaplayerservice/
StagefrightPlayer.h 63 const media::Metadata::Filter& ids, Parcel *records);
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 188 * Remove all records about this host from the AppWidget manager.
192 * host. Any future calls about this host will cause the records to be re-allocated.</li>
205 * Remove all records about all hosts for your package.
209 * host. Any future calls about this host will cause the records to be re-allocated.</li>
  /frameworks/base/core/java/android/content/
SyncContext.java 51 * downloads or sends records to/from the server, this may be called after each record
  /frameworks/base/core/java/android/nfc/
package.html 21 <dd>Represents an NDEF data message, which is the standard format in which "records"

Completed in 4235 milliseconds

1 2 3 4 56 7 8 91011>>