/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
stdlib.h | 166 #if 1 /* MISSING FROM BIONIC - ENABLED FOR STLPort and libstdc++-v3 */ 175 #endif /* MISSING */ 179 #if 0 /* MISSING FROM BIONIC */ 181 #endif /* MISSING */
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
stdlib.h | 166 #if 1 /* MISSING FROM BIONIC - ENABLED FOR STLPort and libstdc++-v3 */ 175 #endif /* MISSING */ 179 #if 0 /* MISSING FROM BIONIC */ 181 #endif /* MISSING */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
errors.py | 56 """Found a header that was missing a colon, or was otherwise malformed."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
errors.py | 56 """Found a header that was missing a colon, or was otherwise malformed."""
|
/sdk/emulator/opengl/host/tools/emugen/ |
TypeFactory.cpp | 88 fprintf(stderr, "Error: %d : missing type name\n", lc); 95 fprintf(stderr, "Error: %d : missing type width\n", lc); 102 fprintf(stderr, "Error: %d : missing print-string\n", lc); 110 fprintf(stderr, "Error: %d : missing ispointer definition\n", lc);
|
/system/core/toolbox/ |
mv.c | 23 /* an error, unless the destination was missing */
|
/external/chromium/chrome/browser/automation/ |
automation_util.cc | 191 reply.SendError("'url' missing or invalid"); 236 reply.SendError("'url' missing or invalid"); 240 reply.SendError("'name' missing or invalid"); 267 reply.SendError("'url' missing or invalid"); 272 reply.SendError("'cookie' missing or invalid"); 282 reply.SendError("'name' missing or invalid"); 286 reply.SendError("'value' missing or invalid");
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
validate-committer-lists | 101 print_list_if_non_empty("Committers missing from %s:" % list_name, missing_from_mailing_list) 104 print_list_if_non_empty("Subcribers to %s missing from committer.py:" % list_name, users_missing_from_committers) 111 print_list_if_non_empty("Reviewers missing from %s:" % list_name, missing_from_mailing_list) 114 print_list_if_non_empty("Subcribers to %s missing from reviewers in committer.py:" % list_name, missing_from_reviewers) 117 print_list_if_non_empty("Subcribers to %s completely missing from committers.py" % list_name, missing_from_committers) 245 print_list_if_non_empty("Historical committers missing from committer.py:", missing_from_committers_py) 275 - List of historical committers missing from committers.py
|
/external/llvm/unittests/Transforms/DebugIR/ |
DebugIR.cpp | 123 ASSERT_TRUE(removeIfExists(Path)) << "Missing expected file at " << Path; 136 ASSERT_TRUE(removeIfExists(Path)) << "Missing expected file at " << Path; 157 ASSERT_TRUE(removeIfExists(Path)) << "Missing expected file at " << Path; 175 ASSERT_TRUE(removeIfExists(Path)) << "Missing expected file at " << Path; 195 ASSERT_TRUE(removeIfExists(Path)) << "Missing expected file at " << Path; 235 ASSERT_TRUE(removeIfExists(Path)) << "Missing expected file at " << Path; 255 ASSERT_TRUE(removeIfExists(Path)) << "Missing expected file at " << Path;
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
aggregate_results_unittest.js | 59 "MISSING": [ 6, 8 ], 89 '<img src="http://chart.apis.google.com/chart?cht=lc&chs=600x400&chd=e:AjAt,AcAV,A7A7,DuEc,pB..,DSE4,CoD8&chg=15,15,1,3&chxt=x,x,y&chxl=1:||Blink Revision|&chxr=0,1233,1234|2,0,1167&chtt=Detailed breakdown&chdl=CRASH|MISSING|IMAGE+TEXT|IMAGE|SKIP|TEXT|TIMEOUT&chco=FF0000,00FF00,0000FF,000000,FF6EB4,FFA812,9B30FF">' + 104 '<img src="http://chart.apis.google.com/chart?cht=lc&chs=600x400&chd=e:AjAt,AcAV,A7A7,DuEc,pB..,DSE4,CoD8&chg=15,15,1,3&chxt=x,x,y&chxl=1:||Build Number|&chxr=0,3,5|2,0,1167&chtt=Detailed breakdown&chdl=CRASH|MISSING|IMAGE+TEXT|IMAGE|SKIP|TEXT|TIMEOUT&chco=FF0000,00FF00,0000FF,000000,FF6EB4,FFA812,9B30FF">' + 125 '<tr><td>MISSING</td><td>6</td><td>8</td></tr>' + 153 '<tr><td>MISSING</td><td>6</td><td>8</td></tr>' +
|
/external/doclava/src/com/google/doclava/ |
SinceTagger.java | 230 * Warns if any symbols are missing version information. When configured properly, this will yield 241 Errors.error(Errors.NO_SINCE_DATA, claz.position(), "XML missing class " 246 Errors.error(Errors.NO_SINCE_DATA, field.position(), "XML missing field " 251 Errors.error(Errors.NO_SINCE_DATA, constructor.position(), "XML missing constructor " 256 Errors.error(Errors.NO_SINCE_DATA, method.position(), "XML missing method "
|
/external/llvm/test/MC/MachO/ |
symbol-indirect.s | 3 // FIXME: We are missing a lot of diagnostics on this kind of stuff which the 18 // FIXME: Enable this test once missing llvm-mc support is in place. 27 // FIXME: Enable this test once missing llvm-mc support is in place. 51 // FIXME: Enable this test once missing llvm-mc support is in place. 60 // FIXME: Enable this test once missing llvm-mc support is in place.
|
/frameworks/rs/ |
rsProgramVertex.cpp | 46 "Unable to set fixed function emulation matrices because allocation is missing"); 75 "Unable to set fixed function emulation matrix projection because allocation is missing"); 93 "Unable to set fixed function emulation matrix modelview because allocation is missing"); 111 "Unable to set fixed function emulation matrix texture because allocation is missing"); 129 "Unable to get fixed function emulation matrix projection because allocation is missing");
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
closurizednamespacesinfo_test.py | 248 """Tests that provided functions don't cause a missing provide.""" 259 """Tests that provided identifiers don't cause a missing provide.""" 270 """Tests that provided identifiers on a class don't cause a missing provide 283 """Tests that unprovided functions cause a missing provide.""" 292 """Tests that unprovided private functions don't cause a missing provide.""" 300 """Tests that required namespaces don't cause a missing provide.""" 311 """Tests that required namespaces don't cause a missing require.""" 334 a missing require on that object.""" 346 """Tests that unrequired namespaces cause a missing require."""
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/ |
tests.js | 209 run.test("Missing First Operand in Addition", '+ 9701389 = [9701389]'); 211 run.test("Missing First Operand in Subtraction", '- 1770 = [-1770]'); 213 run.test("Missing First Operand in Multiplication", '* 65146 = [0]'); 215 run.test("Missing First Operand in Division", '/ 8 = [0]'); 217 run.test("Missing Second Operand in Addition", 222 run.test("Missing Second Operand in Subtraction", 227 run.test("Missing Second Operand in Multiplication", 232 run.test("Missing Second Operand in Division", 237 run.test("Missing Last Operand in Addition and Subtraction Chain",
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
closurizednamespacesinfo_test.py | 248 """Tests that provided functions don't cause a missing provide.""" 259 """Tests that provided identifiers don't cause a missing provide.""" 270 """Tests that provided identifiers on a class don't cause a missing provide 283 """Tests that unprovided functions cause a missing provide.""" 292 """Tests that unprovided private functions don't cause a missing provide.""" 300 """Tests that required namespaces don't cause a missing provide.""" 311 """Tests that required namespaces don't cause a missing require.""" 334 a missing require on that object.""" 346 """Tests that unrequired namespaces cause a missing require."""
|
/external/llvm/lib/CodeGen/ |
LiveRangeCalc.cpp | 138 assert(LI && "Missing live range"); 140 assert(Indexes && "Missing SlotIndexes"); 141 assert(DomTree && "Missing dominator tree"); 166 assert(Indexes && "Missing SlotIndexes"); 167 assert(DomTree && "Missing dominator tree"); 200 << ", but is missing from the live-in list.\n"; 285 assert(Indexes && "Missing SlotIndexes"); 286 assert(DomTree && "Missing dominator tree"); 342 // LiveOut indicates a foreign or missing value.
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_print.c | 66 char const * const * domains, *missing, *separator; local 75 missing = separator = ","; 82 missing = ""; 119 (eModule & PERF_ModuleAudioDecode) ? domains[0] : missing, 120 (eModule & PERF_ModuleVideoDecode) ? domains[1] : missing, 121 (eModule & PERF_ModuleImageDecode) ? domains[2] : missing, 122 (eModule & PERF_ModuleAudioEncode) ? domains[3] : missing, 123 (eModule & PERF_ModuleVideoEncode) ? domains[4] : missing, 124 (eModule & PERF_ModuleImageEncode) ? domains[5] : missing,
|
/ndk/build/tools/ |
dev-platform-import.sh | 88 dump "ERROR: Missing path parameter to platform build, see --help for details" 106 dump "ERROR: Missing file: $BUILD_PROP" 193 echo "ERROR: Toolchain not installed, missing directory: $(dirname $TOOLCHAIN_PREFIX)" 198 echo "ERROR: Toolchain not installed, missing program: $TOOLCHAIN_PREFIX-readelf" 211 dump "ERROR: Missing system library: $src" 222 dump "ERROR: Missing system static library: $src" 234 dump "ERROR: Missing system object file: $src" 257 dump "ERROR: Missing system header: $srcdir/$header" 290 dump "ERROR: Missing $ARCH system header: $srcdir/$header"
|
/system/netd/ |
CommandListener.cpp | 223 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); 265 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); 280 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); 306 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); 334 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); 359 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); 384 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); 392 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); 409 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false); 505 cli->sendMsg(ResponseCode::CommandSyntaxError, "Missing argument", false) [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BaseRecognizer.as | 107 // then we know we're missing a token; error recovery is free to 108 // "insert" the missing token 221 msg = "missing "+tokenName+" at "+getTokenErrorDisplay(e.token); 368 * input might just be missing a token--you might consume the 369 * rest of the input looking for one of the missing tokens. 497 * a missing token in the input stream. "Insert" one by just not 527 /** Attempt to recover from a single missing or extra token. 536 * MISSING TOKEN 539 * ttype then it is ok to "insert" the missing token, else throw 540 * exception For example, Input "i=(3;" is clearly missing th [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
BaseRecognizer.java | 145 // then we know we're missing a token; error recovery is free to 146 // "insert" the missing token 242 msg = "missing "+tokenName+" at "+getTokenErrorDisplay(e.token); 392 * input might just be missing a token--you might consume the 393 * rest of the input looking for one of the missing tokens. 521 * a missing token in the input stream. "Insert" one by just not 559 /** Attempt to recover from a single missing or extra token. 568 * MISSING TOKEN 571 * ttype then it is ok to "insert" the missing token, else throw 572 * exception For example, Input "i=(3;" is clearly missing th [all...] |
/external/javassist/src/main/javassist/compiler/ |
Parser.java | 370 throw new CompileError("; is missing", lex); 378 throw new CompileError(") is missing", lex); 444 throw new CompileError(": is missing", lex); 509 throw new CompileError("; is missing", lex); 520 throw new CompileError("; is missing", lex); 547 throw new CompileError("; is missing", lex); 593 throw new CompileError("; is missing", lex); 625 throw new CompileError("; is missing", lex); 723 throw new CompileError(": is missing", lex); 906 throw new CompileError(") is missing", lex) [all...] |
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
MessageTest.java | 208 assertEquals("Message missing required fields: a, b, c", e.getMessage()); 228 "Message missing required fields: " + 258 assertEquals("Message missing required fields: a, b, c", e.getMessage()); 275 "Message missing required fields: " + 294 assertEquals("Message missing required fields: a, b, c", e.getMessage()); 312 assertEquals("Message missing required fields: a, b, c", e.getMessage());
|
/external/icu4c/extra/uconv/ |
uconv.1.in | 296 Replace the missing characters with a string of the format 308 Replace the missing characters with a string of the format 320 Replace the missing characters with a string of the format 336 Replace the missing characters with a string of the format 343 Replace the missing characters with a string of the format 350 Replace the missing characters with a string of the format
|