HomeSort by relevance Sort by last modified time
    Searched refs:Major (Results 1 - 21 of 21) sorted by null

  /external/tcpdump/
nfsfh.h 50 u_int32_t Major;
53 #define dev_eq(a,b) ((a.Minor == b.Minor) && (a.Major == b.Major))
parsenfsfh.c 160 /* probably rules out HP-UX, AIX unless they allow major=0 */
264 fsidp->Fsid_dev.Major = fhp[6];
276 fsidp->Fsid_dev.Major = fhp[1];
292 fsidp->Fsid_dev.Major = (temp>>20) & 0xFFF;
302 fsidp->Fsid_dev.Major = fhp[2];
314 fsidp->Fsid_dev.Major = make_uint16(fhp[0], fhp[1]);
337 fsidp->Fsid_dev.Major = fhp[2];
349 fsidp->Fsid_dev.Major = (temp>>2) & 0x3FFF;
364 fsidp->Fsid_dev.Major = fhp[1];
386 fsidp->Fsid_dev.Major = tempa[2] + (tempa[3]<<1)
    [all...]
print-nfs.c 846 fsid.Fsid_dev.Major, fsid.Fsid_dev.Minor);
    [all...]
  /external/v8/src/
code-stubs.h 83 enum Major {
99 static Major MajorKeyFromKey(uint32_t key) {
100 return static_cast<Major>(MajorKeyBits::decode(key));
105 static const char* MajorName(Major major_key, bool allow_unknown_keys);
135 virtual Major MajorKey() = 0;
149 // Computes the key based on major and minor.
codegen.h 220 Major MajorKey() { return StackCheck; }
231 Major MajorKey() { return FastNewClosure; }
250 Major MajorKey() { return FastNewContext; }
269 Major MajorKey() { return FastCloneShallowArray; }
281 Major MajorKey() { return Instanceof; }
298 Major MajorKey() { return GenericUnaryOp; }
334 Major MajorKey() { return Compare; }
384 Major MajorKey() { return CEntry; }
409 Major MajorKey() { return NoCache; }
429 Major MajorKey() { return JSEntry;
    [all...]
code-stubs.cc 157 const char* CodeStub::MajorName(CodeStub::Major major_key,
objects-inl.h     [all...]
debug.cc     [all...]
objects.h     [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothClass.java 29 * exactly one device class. The device class is further broken down into major
136 * major and minor components.
138 * BluetoothClass.Device} represent a combination of major and minor
140 * BluetoothClass.Device.Major} represent only major device classes.
147 * Defines all major device class constants.
150 public static class Major {
166 // Devices in the COMPUTER major class
175 // Devices in the PHONE major class
183 // Minor classes for the AUDIO_VIDEO major clas
    [all...]
  /external/v8/src/ia32/
codegen-ia32.h 671 Major MajorKey() { return TranscendentalCache; }
749 Major MajorKey() { return GenericBinaryOp; }
847 Major MajorKey() { return StringAdd; }
862 Major MajorKey() { return SubString; }
884 Major MajorKey() { return StringCompare; }
    [all...]
macro-assembler-ia32.cc 125 Major MajorKey() { return RecordWrite; }
    [all...]
  /external/v8/src/arm/
codegen-arm.h 481 Major MajorKey() { return GenericBinaryOp; }
578 Major MajorKey() { return StringAdd; }
593 Major MajorKey() { return SubString; }
616 Major MajorKey() { return StringCompare; }
regexp-macro-assembler-arm.h 272 Major MajorKey() { return RegExpCEntry; }
codegen-arm.cc     [all...]
  /external/v8/src/x64/
codegen-x64.h 717 Major MajorKey() { return GenericBinaryOp; }
787 Major MajorKey() { return StringAdd; }
802 Major MajorKey() { return SubString; }
824 Major MajorKey() { return StringCompare; }
macro-assembler-x64.cc 153 Major MajorKey() { return RecordWrite; }
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 473 case BluetoothClass.Device.Major.COMPUTER:
476 case BluetoothClass.Device.Major.PHONE:
  /external/blktrace/doc/
blktrace.tex 33 three major components that are provided:
597 \emph{D} & 7-character string containing the major and minor numbers of
602 \emph{M} & Major number of event's device. \\ \hline
664 \item[\%D] Displays the event's device major/minor as: \%3d,\%-3d.
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 673 milliseconds