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

12 3 4 5 6 7 8 91011>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutRepository.java 35 * The consumer will be called on an unspecified thread, and will always
71 * The consumer will be called on an unspecified thread, and will always
94 * The consumer will be called on an unspecified thread, and will always
CorpusRanker.java 32 * The consumer is called on an unspecified thread.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nl80211.h 12 * @NL80211_CMD_UNSPEC: unspecified command to catch errors
68 * @NL80211_ATTR_UNSPEC: unspecified attribute to catch errors
101 * @NL80211_IFTYPE_UNSPECIFIED: unspecified type, driver decides
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nl80211.h 12 * @NL80211_CMD_UNSPEC: unspecified command to catch errors
68 * @NL80211_ATTR_UNSPEC: unspecified attribute to catch errors
101 * @NL80211_IFTYPE_UNSPECIFIED: unspecified type, driver decides
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nl80211.h 12 * @NL80211_CMD_UNSPEC: unspecified command to catch errors
68 * @NL80211_ATTR_UNSPEC: unspecified attribute to catch errors
101 * @NL80211_IFTYPE_UNSPECIFIED: unspecified type, driver decides
  /external/chromium/chrome/browser/sync/syncable/
model_type_unittest.cc 38 ExpectStringValue("Unspecified",
39 ModelTypeToValue(UNSPECIFIED));
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_void_0.pass.cpp 13 // unspecified bind(Fn, Types...);
15 // unspecified bind(Fn, Types...);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ccosh.c 87 * The sign of 0 in the result is unspecified. Choice = normally
91 * The sign of 0 in the result is unspecified. Choice = normally
101 * The sign of 0 in the result is unspecified.
124 * The sign of Inf in the result is unspecified. Choice = always +.
s_csinh.c 87 * The sign of 0 in the result is unspecified. Choice = normally
91 * The sign of 0 in the result is unspecified. Choice = normally
121 * The sign of Inf in the result is unspecified. Choice = normally
125 * The sign of Inf in the result is unspecified. Choice = always +.
  /external/chromium/chrome/browser/sync/engine/
mock_model_safe_workers.cc 30 for (int i = syncable::UNSPECIFIED ; i < syncable::MODEL_TYPE_COUNT; ++i) {
model_safe_worker.cc 16 if (type != syncable::UNSPECIFIED && type != syncable::TOP_LEVEL_FOLDER)
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p4.cpp 41 return x; // expected-error{{return type 'const X' must match previous return type 'X' when lambda expression has unspecified explicit return type}}
  /external/clang/test/Sema/
declspec.c 21 const f* v1; // expected-warning {{qualifier on function type 'f' (aka 'int (void)') has unspecified behavior}}
  /external/clang/test/SemaObjC/
exprs.m 20 if (@encode(int) == "foo") { } // expected-warning {{result of comparison against @encode is unspecified}}
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPv3DirectoryEntry.java 25 * The format of this field is unspecified by the SFTP v3 protocol.
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
FrameFetch.java 49 addOutputPort("frame", mFormat == null ? FrameFormat.unspecified() : mFormat);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/ios/iostate.flags/
bool.pass.cpp 14 // operator unspecified-bool-type() const;
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.messages/locale.messages/
messages_base.pass.cpp 15 // typedef unspecified catalog;
  /packages/apps/Camera/src/com/android/camera/ui/
ExpandedGridView.java 30 // If UNSPECIFIED is passed to GridView, it will show only one row.
  /packages/apps/Gallery2/src/com/android/camera/ui/
ExpandedGridView.java 30 // If UNSPECIFIED is passed to GridView, it will show only one row.
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ExpandedGridView.java 30 // If UNSPECIFIED is passed to GridView, it will show only one row.
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
UploadedTexture.java 139 if (mWidth == UNSPECIFIED) {
154 if (mWidth == UNSPECIFIED) getBitmap();
160 if (mWidth == UNSPECIFIED) getBitmap();
171 mWidth = UNSPECIFIED;
172 mHeight = UNSPECIFIED;
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
FitCenterFrameLayout.java 43 int childWidthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.UNSPECIFIED);
44 int childHeightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.UNSPECIFIED);
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl_unittest.cc 63 if (exception_type != syncable::UNSPECIFIED && exception_type == *iter)
98 CheckDefaultDatatypesInMapExcept(&controller_states, syncable::UNSPECIFIED);
  /external/openssl/crypto/x509v3/
v3_enum.c 64 {CRL_REASON_UNSPECIFIED, "Unspecified", "unspecified"},

Completed in 9037 milliseconds

12 3 4 5 6 7 8 91011>>