HomeSort by relevance Sort by last modified time
    Searched full:unspecified (Results 151 - 175 of 1122) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodegetnamespaceuri03.java 34 * The method getNamespaceURI returns the namespace URI of this node, or null if it is unspecified
nodegetprefix03.java 34 * The method getPrefix returns the namespace prefix of this node, or null if it is unspecified.
prefix02.java 35 * returns the namespace prefix of this node, or null if unspecified.
prefix03.java 35 * returns the namespace prefix of this node, or null if it is unspecified.
  /libcore/luni/src/main/java/libcore/io/
StructStat.java 51 * For other file types, the use of this field is unspecified.
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NamespaceURI.java 34 * this node, or null if unspecified.
NodeGetNamespaceURI.java 33 * The method getNamespaceURI returns the namespace URI of this node, or null if it is unspecified
NodeGetPrefix.java 33 * The method getPrefix returns the namespace prefix of this node, or null if it is unspecified.
  /ndk/docs/
CPU-X86.html 30 The default ABI is still 'armeabi', if unspecified in your project.
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/stream.iterators/istreambuf.iterator/
types.pass.cpp 15 // typename traits::off_type, unspecified,
  /ndk/sources/cxx-stl/stlport/src/
warning_disable.h 55 # pragma warning( disable : 981 ) /* operands are evaluated in unspecified order */
  /packages/apps/Mms/src/com/android/mms/dom/events/
EventTargetImpl.java 75 "Unspecified even type");
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
CachedLater.java 77 * an unspecified thread.
  /prebuilts/sdk/renderscript/lib/arm/
librsjni.so 
  /prebuilts/sdk/renderscript/lib/mips/
librsjni.so 
  /cts/tests/tests/widget/src/android/widget/cts/
GridLayoutTest.java 228 p.measure(View.MeasureSpec.UNSPECIFIED, View.MeasureSpec.UNSPECIFIED);
  /external/chromium/chrome/browser/sync/notifier/
registration_manager.cc 20 : model_type(syncable::UNSPECIFIED),
27 DCHECK_NE(model_type, syncable::UNSPECIFIED);
  /external/chromium/net/http/
http_transaction_unittest.h 54 // If |request_time| is unspecified, the current time will be used.
60 // If |response_time| is unspecified, the current time will be used.
  /external/tcpdump/
print-egp.c 106 "unspecified",
128 "unspecified",
print-ntp.c 56 { MODE_UNSPEC, "unspecified" },
131 case UNSPECIFIED:
  /frameworks/base/core/java/android/widget/
AnalogClock.java 144 if (widthMode != MeasureSpec.UNSPECIFIED && widthSize < mDialWidth) {
148 if (heightMode != MeasureSpec.UNSPECIFIED && heightSize < mDialHeight) {
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuPopupHelper.java 173 MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
175 MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
  /frameworks/base/services/java/com/android/server/usb/
UsbSettingsManager.java 101 // USB Vendor ID (or -1 for unspecified)
103 // USB Product ID (or -1 for unspecified)
105 // USB device or interface class (or -1 for unspecified)
107 // USB device subclass (or -1 for unspecified)
109 // USB device protocol (or -1 for unspecified)
256 // USB accessory manufacturer (or null for unspecified)
258 // USB accessory model (or null for unspecified)
260 // USB accessory version (or null for unspecified)
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuPopupHelper.java 177 MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
179 MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
  /ndk/sources/cxx-stl/llvm-libc++/include/
atomic 36 #define ATOMIC_CHAR_LOCK_FREE unspecified
37 #define ATOMIC_CHAR16_T_LOCK_FREE unspecified
38 #define ATOMIC_CHAR32_T_LOCK_FREE unspecified
39 #define ATOMIC_WCHAR_T_LOCK_FREE unspecified
40 #define ATOMIC_SHORT_LOCK_FREE unspecified
41 #define ATOMIC_INT_LOCK_FREE unspecified
42 #define ATOMIC_LONG_LOCK_FREE unspecified
43 #define ATOMIC_LLONG_LOCK_FREE unspecified
    [all...]

Completed in 634 milliseconds

1 2 3 4 5 67 8 91011>>