HomeSort by relevance Sort by last modified time
    Searched full:missing (Results 226 - 250 of 8134) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
fsuid.h 36 #if 0 /* MISSING FROM BIONIC */
39 #endif /* MISSING */
sysinfo.h 36 #if 0 /* MISSING FROM BIONIC */
38 #endif /* MISSING */
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
fsuid.h 36 #if 0 /* MISSING FROM BIONIC */
39 #endif /* MISSING */
sysinfo.h 36 #if 0 /* MISSING FROM BIONIC */
38 #endif /* MISSING */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
fsuid.h 36 #if 0 /* MISSING FROM BIONIC */
39 #endif /* MISSING */
sysinfo.h 36 #if 0 /* MISSING FROM BIONIC */
38 #endif /* MISSING */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
fsuid.h 36 #if 0 /* MISSING FROM BIONIC */
39 #endif /* MISSING */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
fsuid.h 36 #if 0 /* MISSING FROM BIONIC */
39 #endif /* MISSING */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
fsuid.h 36 #if 0 /* MISSING FROM BIONIC */
39 #endif /* MISSING */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
util.py 30 missing = []
37 missing.append(e)
56 missing.extend(expected[i:])
59 return missing, unexpected
69 missing = []
76 missing.append(item)
93 return missing, unexpected
96 return missing, actual
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
util.py 30 missing = []
37 missing.append(e)
56 missing.extend(expected[i:])
59 return missing, unexpected
69 missing = []
76 missing.append(item)
93 return missing, unexpected
96 return missing, actual
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message_lite.h 102 // determine missing fields for lite message)". However, it is implemented
118 // Like ParseFromCodedStream(), but accepts messages that are missing
124 // Like ParseFromZeroCopyStream(), but accepts messages that are missing
132 // missing required fields.
137 // Like ParseFromString(), but accepts messages that are missing
142 // Like ParseFromArray(), but accepts messages that are missing
161 // missing in the input.
173 // false on a write error. If the message is missing required fields,
176 // Like SerializeToCodedStream(), but allows missing required fields.
181 // Like SerializeToZeroCopyStream(), but allows missing required fields
    [all...]
  /external/protobuf/src/google/protobuf/
message_lite.h 96 // determine missing fields for lite message)". However, it is implemented
112 // Like ParseFromCodedStream(), but accepts messages that are missing
118 // Like ParseFromZeroCopyStream(), but accepts messages that are missing
126 // missing required fields.
131 // Like ParseFromString(), but accepts messages that are missing
136 // Like ParseFromArray(), but accepts messages that are missing
155 // missing in the input.
166 // false on a write error. If the message is missing required fields,
169 // Like SerializeToCodedStream(), but allows missing required fields.
174 // Like SerializeToZeroCopyStream(), but allows missing required fields
    [all...]
  /external/clang/test/Parser/
declarators.c 9 int f4(*XX)(void); /* expected-error {{cannot return}} expected-warning {{type specifier missing, defaults to 'int'}} */
63 static f; // expected-warning {{type specifier missing, defaults to 'int'}}
64 static g = 4; // expected-warning {{type specifier missing, defaults to 'int'}}
65 static h // expected-warning {{type specifier missing, defaults to 'int'}}
91 // PR7617 - error recovery on missing ;.
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 56 List<String> missing = new ArrayList(); local
80 // remove from remaining, assert unknown if missing
83 // seems to be missing, but sometimes the same
105 missing.add(className);
115 // assert that we don't have any missing in the implementation
116 assertEquals("Missing algorithms", Collections.EMPTY_MAP, remaining);
118 // assert that we don't have any missing classes
119 Collections.sort(missing); // sort it for readability
120 assertEquals("Missing classes", Collections.EMPTY_LIST, missing);
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_validate.c 26 "missing");
45 "missing");
64 "attribute missing");
83 "attribute missing");
136 "Methods attribute missing");
178 "attribute missing");
192 "attribute missing");
207 "attribute missing");
221 "attribute missing");
242 "attribute missing");
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_items.cc 117 DLOG(ERROR) << "Response from Google Wallet missing card type";
123 DLOG(ERROR) << "Response from Google Wallet missing last four digits";
132 DLOG(ERROR) << "Response from Google Wallet missing status";
138 DLOG(ERROR) << "Response from Google Wallet missing object id";
144 DLOG(ERROR) << "Response from Google wallet missing address";
163 DVLOG(1) << "Response from Google Wallet missing supported currency";
168 DVLOG(1) << "Response from Google Wallet missing expiration month";
172 DVLOG(1) << "Response from Google Wallet missing expiration year";
176 DVLOG(1) << "Response from Google Wallet missing descriptive name";
344 DLOG(ERROR) << "Response from Google Wallet missing legal document id"
    [all...]
  /external/doclava/src/com/google/doclava/
TodoFile.java 25 public static final String MISSING = "No description text";
68 Doclava.setPageTitle(data, "Missing Documentation");
88 setHDF(data, base + errors, cl.position(), "&lt;class comment&gt;", MISSING);
98 setHDF(data, base + errors, m.position(), m.prettySignature(), MISSING);
112 setHDF(data, base + errors, m.position(), m.name() + m.prettySignature(), MISSING);
127 setHDF(data, base + errors, f.position(), f.name(), MISSING);
141 setHDF(data, base + errors, f.position(), f.name(), MISSING);
  /external/llvm/unittests/Support/
YAMLParserTest.cpp 77 ExpectParseError("Missing close on empty", "[{]");
78 ExpectParseError("Missing close after pair", "[{\"a\":\"b\"]");
82 ExpectParseError("Missing colon between key and value", "[{\"a\"\"/b\"}]");
83 ExpectParseError("Missing colon between key and value", "[{\"a\" \"b\"}]");
87 ExpectParseError("Missing open quote", "[{a\":\"b\"}]");
88 ExpectParseError("Missing closing quote", "[{\"a\":\"b}]");
112 "Missing comma",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 491 paths, as well as modules that are missing, or seem to be missing.
507 # Print missing modules
508 missing, maybe = self.any_missing_maybe()
509 if missing:
511 print "Missing modules:"
512 for name in missing:
516 # Print modules that may be missing, but then again, maybe not...
519 print "Submodules thay appear to be missing, but could also be",
527 """Return a list of modules that appear to be missing. Us
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py 491 paths, as well as modules that are missing, or seem to be missing.
507 # Print missing modules
508 missing, maybe = self.any_missing_maybe()
509 if missing:
511 print "Missing modules:"
512 for name in missing:
516 # Print modules that may be missing, but then again, maybe not...
519 print "Submodules thay appear to be missing, but could also be",
527 """Return a list of modules that appear to be missing. Us
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_json.cc 66 *error = "'windex' missing or invalid";
83 *error = "'windex' missing or invalid";
87 *error = "'tab_index' missing or invalid";
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
checksvnconfigfile.py 36 is svn config file missing, is auto-props missing, is the svn:mime-type for png missing
  /external/clang/test/Index/
load-classes.cpp 18 // FIXME: missing TypeRef in the constructor name
21 // FIXME: missing TypeRef in the constructor name
25 // FIXME: missing TypeRef in the destructor name
  /external/clang/test/SemaObjC/
method-sentinel-attr.m 31 [p foo1:1, 0]; // expected-warning {{missing sentinel in method dispatch}}
34 [p foo5:1, NULL, 2, 1]; // expected-warning {{missing sentinel in method dispatch}}
36 [p foo6:1,2,3,4,5,6,7]; // expected-warning {{missing sentinel in method dispatch}}

Completed in 3242 milliseconds

1 2 3 4 5 6 7 8 91011>>