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

1 2 3 4 5 6 78 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/include/
unordered_set 41 typedef /unspecified/ iterator;
42 typedef /unspecified/ const_iterator;
43 typedef /unspecified/ local_iterator;
44 typedef /unspecified/ const_local_iterator;
180 typedef /unspecified/ iterator;
181 typedef /unspecified/ const_iterator;
182 typedef /unspecified/ local_iterator;
183 typedef /unspecified/ const_local_iterator;
    [all...]
regex 27 icase = unspecified,
28 nosubs = unspecified,
29 optimize = unspecified,
30 collate = unspecified,
31 ECMAScript = unspecified,
32 basic = unspecified,
33 extended = unspecified,
34 awk = unspecified,
35 grep = unspecified,
36 egrep = unspecified
    [all...]
codecvt 32 // unspecified
40 // unspecified
48 // unspecified
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_lvalue.pass.cpp 13 // unspecified bind(Fn, Types...);
15 // unspecified bind(Fn, Types...);
invoke_rvalue.pass.cpp 13 // unspecified bind(Fn, Types...);
15 // unspecified bind(Fn, Types...);
  /packages/apps/DeskClock/src/com/android/deskclock/
AnalogClock.java 152 if (widthMode != MeasureSpec.UNSPECIFIED && widthSize < mDialWidth) {
156 if (heightMode != MeasureSpec.UNSPECIFIED && heightSize < mDialHeight) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asoundef.h 104 #define IEC958_AES2_CON_SOURCE_UNSPEC (0<<0) /* unspecified */
106 #define IEC958_AES2_CON_CHANNEL_UNSPEC (0<<4) /* unspecified */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asoundef.h 104 #define IEC958_AES2_CON_SOURCE_UNSPEC (0<<0) /* unspecified */
106 #define IEC958_AES2_CON_CHANNEL_UNSPEC (0<<4) /* unspecified */
  /external/clang/lib/Sema/
DeclSpec.cpp 355 case DeclSpec::SCS_unspecified: return "unspecified";
369 case TSW_unspecified: return "unspecified";
379 case TSC_unspecified: return "unspecified";
389 case TSS_unspecified: return "unspecified";
398 case DeclSpec::TST_unspecified: return "unspecified";
441 case DeclSpec::TQ_unspecified: return "unspecified";
528 // Overwrite TSWLoc only if TypeSpecWidth was unspecified, so that
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
main.c 201 if ( csize == unspecified )
209 if ( interactive == unspecified )
443 if ( csize == unspecified )
594 yymore_really_used = reject_really_used = unspecified;
595 interactive = csize = unspecified;
  /external/llvm/lib/Target/AArch64/
AArch64CallingConv.td 99 // register and the remaining bits filled with unspecified values."
146 // unused parts of the registers are unspecified by this standard). The NGRN
169 // bits filled with unspecified values."
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 177 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) {
178 throw new RuntimeException("CellLayout cannot have UNSPECIFIED dimensions");
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
Inet6AddressTest.java 96 // test to ensure that the unspecified address returns tru
97 addrName = "::0"; // The unspecified address
100 "The unspecified (also known as wildcard and any local address) "
104 addrName = "::"; // another form of the unspecified address
107 "The unspecified (also known as wildcard and any local address) "
114 + " incorrectly reporting an the unspecified address.",
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AbsSpinnerTest.java 186 absSpinner.measure(View.MeasureSpec.UNSPECIFIED, View.MeasureSpec.UNSPECIFIED);
  /external/bison/lib/
error.c 154 /* POSIX states that fileno (stdout) after fclose is unspecified. But in
159 /* POSIX states that fflush (stdout) after fclose is unspecified; it
  /external/neven/Embedded/common/src/b_BasicEm/
Context.h 190 uint32 idA ); /* ID of segment, id=0: unspecified */
199 uint32 idA ); /* ID of segment, id=0: unspecified */
  /external/openfst/src/include/fst/
mutable-fst.h 79 // Set input label symbol table; NULL signifies not unspecified
81 // Set output label symbol table; NULL signifies not unspecified
  /external/tcpdump/
nameser.h 192 #define T_UNSPEC 103 /* Unspecified format (binary data) */
193 #define T_UNSPECA 104 /* "unspecified ascii". Ugly MIT hack */
ntp.h 112 #define MODE_UNSPEC 0 /* unspecified */
124 #define UNSPECIFIED 0
  /frameworks/base/core/java/android/app/
MediaRouteButton.java 351 case MeasureSpec.UNSPECIFIED:
365 case MeasureSpec.UNSPECIFIED:
TaskStackBuilder.java 242 * {@link Intent#fillIn(Intent, int)} to control which unspecified parts of the
258 * {@link Intent#fillIn(Intent, int)} to control which unspecified parts of the
  /frameworks/base/core/java/android/widget/
AbsSpinner.java 161 * UNSPECIFIED. The height is based on the height of the selected item
221 if (widthMode == MeasureSpec.UNSPECIFIED) {
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AbsSpinnerICS.java 142 * UNSPECIFIED. The height is based on the height of the selected item
205 if (widthMode == MeasureSpec.UNSPECIFIED) {
ActionBarContextView.java 302 if (heightMode == View.MeasureSpec.UNSPECIFIED) {
333 .makeMeasureSpec(0, View.MeasureSpec.UNSPECIFIED);
  /packages/apps/Browser/src/com/android/browser/view/
BookmarkExpandableView.java 111 v.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.UNSPECIFIED);

Completed in 4522 milliseconds

1 2 3 4 5 6 78 91011>>