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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.lockfree/
lockfree.pass.cpp 12 // #define ATOMIC_CHAR_LOCK_FREE unspecified
13 // #define ATOMIC_CHAR16_T_LOCK_FREE unspecified
14 // #define ATOMIC_CHAR32_T_LOCK_FREE unspecified
15 // #define ATOMIC_WCHAR_T_LOCK_FREE unspecified
16 // #define ATOMIC_SHORT_LOCK_FREE unspecified
17 // #define ATOMIC_INT_LOCK_FREE unspecified
18 // #define ATOMIC_LONG_LOCK_FREE unspecified
19 // #define ATOMIC_LLONG_LOCK_FREE unspecified
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewMeasureSpecTest.java 18 assertEquals(View.MeasureSpec.UNSPECIFIED,
19 MeasureSpec.getMode(MeasureSpec.makeMeasureSpec(512, View.MeasureSpec.UNSPECIFIED)));
29 MeasureSpec.getSize(MeasureSpec.makeMeasureSpec(512, View.MeasureSpec.UNSPECIFIED)));
38 assertEquals("MeasureSpec: UNSPECIFIED 512",
39 MeasureSpec.toString(MeasureSpec.makeMeasureSpec(512, View.MeasureSpec.UNSPECIFIED)));
  /external/clang/test/Sema/
crash-invalid-array.c 9 int (*p)[] = x; // expected-error {{invalid use of array with unspecified bounds}
block-return.c 12 return 1; // expected-error {{return type 'int' must match previous return type 'void' when block literal has unspecified explicit return type}}
19 return; // expected-error {{return type 'void' must match previous return type 'int' when block literal has unspecified explicit return type}}
34 return (double)2.0; // expected-error {{return type 'double' must match previous return type 'float' when block literal has unspecified explicit return type}}
35 return 1; // expected-error {{return type 'int' must match previous return type 'float' when block literal has unspecified explicit return type}}
41 return 2; // expected-error {{return type 'int' must match previous return type 'char *' when block literal has unspecified explicit return type}}
  /external/sepolicy/
seapp_contexts 8 # An unspecified isSystemServer defaults to false.
9 # An unspecified string selector will match any value.
17 # (2) Specified user= string before unspecified user= string.
20 # (5) Specified seinfo= string before unspecified seinfo= string.
21 # (6) Specified name= string before unspecified name= string.
22 # (7) Specified sebool= string before unspecified sebool= string.
  /external/chromium/chrome/browser/ui/gtk/
chrome_gtk_frame.cc 32 "The color that the chrome frame will be. (If unspecified, "
43 " unspecified, Chrome will take ChromeGtkFrame::bg[INSENSITIVE]"
52 "The color that the incognito frame will be. (If unspecified,"
63 " unspecified, Chrome will take the frame color and tint it by"
85 "The top color of the chrome frame gradient. (If unspecified,"
95 " unspecified, chrome will create a lighter tint of frame-color",
104 " unspecified, chrome will create a lighter tint of frame-color",
113 " unspecified, chrome will create a lighter tint of frame-color",
  /external/clang/test/CodeGen/
2007-06-18-SextAttrAggregate.c 7 // does any extensions and remaining bits are unspecified.
  /external/libvpx/libvpx/tools/
author_first_release.sh 7 ## If the TAGS arguments are unspecified, all tags reported by `git tag`
  /packages/apps/Email/src/com/android/email/view/
SizeBoundingFrameLayout.java 30 public static final int DIMENSION_DEFAULT = -1; // unspecified
59 /** Set the max width. Use {@link #DIMENSION_DEFAULT} for unspecified. */
70 /** Set the max height. Use {@link #DIMENSION_DEFAULT} for unspecified. */
94 case MeasureSpec.UNSPECIFIED:
106 case MeasureSpec.UNSPECIFIED:
  /cts/tests/tests/view/src/android/view/cts/
View_MeasureSpecTest.java 37 View.MeasureSpec.UNSPECIFIED);
57 assertEquals("MeasureSpec: UNSPECIFIED " + MEASURE_SPEC_SIZE,
66 assertEquals(View.MeasureSpec.UNSPECIFIED,
75 assertEquals(MEASURE_SPEC_SIZE + View.MeasureSpec.UNSPECIFIED,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
CRLReason.java 15 * unspecified (0),
34 public static final int UNSPECIFIED = 0;
72 public static final int unspecified = 0; field in class:CRLReason
86 "unspecified", "keyCompromise", "cACompromise", "affiliationChanged",
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowViewMeasureSpec.java 41 if (mode == View.MeasureSpec.UNSPECIFIED)
42 sb.append("UNSPECIFIED ");
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.const/re.synopt/
syntax_option_type.pass.cpp 18 // icase = unspecified,
19 // nosubs = unspecified,
20 // optimize = unspecified,
21 // collate = unspecified,
22 // ECMAScript = unspecified,
23 // basic = unspecified,
24 // extended = unspecified,
25 // awk = unspecified,
26 // grep = unspecified,
27 // egrep = unspecified
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.const/re.err/
error_type.pass.cpp 18 // error_collate = unspecified,
19 // error_ctype = unspecified,
20 // error_escape = unspecified,
21 // error_backref = unspecified,
22 // error_brack = unspecified,
23 // error_paren = unspecified,
24 // error_brace = unspecified,
25 // error_badbrace = unspecified,
26 // error_range = unspecified,
27 // error_space = unspecified,
    [all...]
  /external/clang/test/SemaCXX/
instantiate-blocks.cpp 22 return r; // expected-error {{return type 'double' must match previous return type 'float' when block literal has unspecified explicit return type}}
  /external/kernel-headers/original/linux/can/
error.h 29 #define CAN_ERR_LOSTARB_UNSPEC 0x00 /* unspecified */
33 #define CAN_ERR_CRTL_UNSPEC 0x00 /* unspecified */
44 #define CAN_ERR_PROT_UNSPEC 0x00 /* unspecified */
55 #define CAN_ERR_PROT_LOC_UNSPEC 0x00 /* unspecified */
  /external/webkit/LayoutTests/fast/url/script-tests/
port.js 19 // Unspecified port should mean always keep the port.
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
ReasonCode.java 31 * unspecified (0),
48 public static final byte UNSPECIFIED = 0;
77 case UNSPECIFIED:
78 sb.append("unspecified");
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.const/re.matchflag/
match_flag_type.pass.cpp 19 // match_not_bol = unspecified,
20 // match_not_eol = unspecified,
21 // match_not_bow = unspecified,
22 // match_not_eow = unspecified,
23 // match_any = unspecified,
24 // match_not_null = unspecified,
25 // match_continuous = unspecified,
26 // match_prev_avail = unspecified,
28 // format_sed = unspecified,
29 // format_no_copy = unspecified,
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.enum/
p5.cpp 17 // initializing value has an unspecified integral type.
26 // type is an unspecified integral type sufficient to contain the
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_int_0.pass.cpp 13 // unspecified bind(Fn, Types...);
15 // unspecified bind(Fn, Types...);
  /cts/tests/tests/text/src/android/text/cts/
EmojiTest.java 155 measure(MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED),
156 MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED));
178 measure(MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED),
179 MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED));
201 measure(MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED),
202 MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED));
  /external/chromium/chrome/browser/sync/syncable/
model_type.cc 72 return UNSPECIFIED;
126 return UNSPECIFIED;
133 if (specifics_type != UNSPECIFIED)
147 return UNSPECIFIED;
184 return UNSPECIFIED;
223 } else if (model_type == syncable::UNSPECIFIED) {
224 return Value::CreateStringValue("Unspecified");
267 return UNSPECIFIED;
498 *model_type = UNSPECIFIED;
  /frameworks/base/cmds/settings/src/com/android/commands/settings/
SettingsCmd.java 34 UNSPECIFIED,
41 int mUser = -1; // unspecified
42 CommandVerb mVerb = CommandVerb.UNSPECIFIED;
72 } else if (mVerb == CommandVerb.UNSPECIFIED) {
140 System.err.println("Unspecified command");
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayoutChildren.java 85 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) {
86 throw new RuntimeException("CellLayout cannot have UNSPECIFIED dimensions");

Completed in 1014 milliseconds

1 2 3 4 5 6 7 8 91011>>