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

<<21222324252627282930>>

  /external/openssh/regress/
sftp-cmds.sh 200 test -f ${COPY}.1 || fail "missing file after rename"
208 test -d ${COPY}.dd2 || fail "missing newname after rename directory"
212 test -f ${COPY}.2 || fail "missing file after ln"
218 test -h ${COPY}.2 || fail "missing file after ln -s"
223 test -d ${COPY}.dd || fail "missing directory after mkdir"
238 test -d ${COPY}.dd || fail "missing directory after lmkdir"
  /external/protobuf/java/src/test/java/com/google/protobuf/
MessageTest.java 206 assertEquals("Message missing required fields: a, b, c", e.getMessage());
226 "Message missing required fields: " +
256 assertEquals("Message missing required fields: a, b, c", e.getMessage());
273 "Message missing required fields: " +
292 assertEquals("Message missing required fields: a, b, c", e.getMessage());
310 assertEquals("Message missing required fields: a, b, c", e.getMessage());
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
auto-ast.rb 554 example "missing ID in a simple declaration" do
565 errors.should == [ "line 1:4 missing ID at \"=\"" ]
566 result.should == '(int <missing ID> 1)'
569 example "missing token of a token-type set in a simple declaration" do
585 example "missing INT token simulated with a `<missing INT>' error node" do
595 errors.should == [ "line 0:-1 missing INT at \"<EOF>\"" ]
596 result.should == 'abc <missing INT>'
599 example "missing token from invoked rule results in error node with a resync attribute" do
630 example "missing ID token simulated with a `<missing ID>' error node" d
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmalintrules.py 102 """Handle errors associated with a parameter missing a @param tag."""
193 """Checks for a missing space at the beginning of a token.
208 'Missing space before "%s"' % token.string,
263 # Find missing spaces in parameter lists.
265 self._HandleError(errors.MISSING_SPACE, 'Missing space after ","',
300 'Missing semicolon after function assigned to a variable',
331 'Missing space after ";" in for statement',
354 self._HandleError(errors.MISSING_SPACE, 'Missing space before "("',
426 'Missing space before "%s"' % token.string, token,
480 'Missing space after email address'
    [all...]
checker.py 33 'report errors for missing documentation, some missing '
  /external/chromium_org/third_party/closure_linter/closure_linter/
ecmalintrules.py 102 """Handle errors associated with a parameter missing a @param tag."""
193 """Checks for a missing space at the beginning of a token.
208 'Missing space before "%s"' % token.string,
263 # Find missing spaces in parameter lists.
265 self._HandleError(errors.MISSING_SPACE, 'Missing space after ","',
300 'Missing semicolon after function assigned to a variable',
331 'Missing space after ";" in for statement',
354 self._HandleError(errors.MISSING_SPACE, 'Missing space before "("',
426 'Missing space before "%s"' % token.string, token,
480 'Missing space after email address'
    [all...]
  /external/openssh/
readconf.c 395 fatal("%s line %d: missing time value.",
409 fatal("%.200s line %d: Missing yes/no argument.", filename, linenum);
506 fatal("%.200s line %d: Missing yes/no/ask argument.",
544 fatal("%.200s line %d: Missing argument.", filename, linenum);
582 fatal("%.200s line %d: Missing argument.", filename, linenum);
603 fatal("%.200s line %d: Missing argument.",
655 fatal("%.200s line %d: Missing argument.", filename, linenum);
666 fatal("%.200s line %d: Missing argument.", filename, linenum);
686 fatal("%.200s line %d: Missing argument.", filename, linenum);
698 fatal("%.200s line %d: Missing argument.", filename, linenum)
    [all...]
  /bootable/recovery/edify/
README 92 file_exists("/data/system/missing") || create("/data/system/missing")
  /development/ndk/platforms/android-3/include/
getopt.h 82 #if 0 /* MISSING FROM BIONIC */
85 #endif /* MISSING */
grp.h 61 #if 0 /* MISSING FROM BIONIC */
76 #endif /* MISSING */
time.h 89 #if 0 /* MISSING FROM BIONIC */
92 #endif /* MISSING */
  /development/ndk/platforms/android-3/include/sys/
mount.h 96 #if 0 /* MISSING FROM BIONIC */
98 #endif /* MISSING */
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
Parser.as 58 if ( expectedTokenType==TokenConstants.EOF ) tokenText = "<missing EOF>";
59 else tokenText = "<missing "+tokenNames[expectedTokenType]+">";
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3baserecognizer.h 136 /// probably missing from the input.
309 /// Conjure up a missing token during error recovery.
311 /// The recognizer attempts to recover from single missing
312 /// symbols. But, actions might refer to that missing symbol.
315 /// $x points at that token. If that token is missing, but
317 /// this token is missing and we keep going. Because we
318 /// have to return some token to replace the missing token,
320 /// over the tokens returned for missing tokens. Mostly,
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Parser.cs 73 tokenText = "<missing EOF>";
75 tokenText = "<missing " + TokenNames[expectedTokenType] + ">";
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Parser.cs 80 tokenText = "<missing EOF>";
82 tokenText = "<missing " + TokenNames[expectedTokenType] + ">";
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Parser.java 65 if ( expectedTokenType==Token.EOF ) tokenText = "<missing EOF>";
66 else tokenText = "<missing "+getTokenNames()[expectedTokenType]+">";
  /external/bison/build-aux/
missing 2 # Common stub for a few missing GNU programs while installing.
36 # In the cases where this matters, 'missing' is being run in the
44 msg="missing on your system"
67 Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
96 echo "missing $scriptversion (GNU Automake)"
130 # $TOOL exists and not knowing $TOOL uses missing.
202 echo "# Created by GNU Automake missing as a replacement of"
317 some other package would contain this missing '$1' program."
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
CertificationRequestInfo.java 59 * Note: Early on a lot of CAs would only accept messages with attributes missing. As the ASN.1 def shows
62 * encode the request with the field missing.
  /external/chromium/chrome/browser/extensions/
external_registry_extension_loader_win.cc 95 LOG(ERROR) << "Missing value " << kRegistryExtensionVersion
100 LOG(ERROR) << "Missing value " << kRegistryExtensionPath
  /external/chromium/chrome/browser/resources/shared/js/
i18n_template.js 67 // Ignore missing properties
88 console.warn('i18n-values: Missing value for "' + propExpr + '"');
  /external/chromium/sdch/open-vcdiff/
missing 2 # Common stub for a few missing GNU programs while installing.
39 # In the cases where this matters, `missing' is being run in the
47 msg="missing on your system"
70 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
97 echo "missing $scriptversion (GNU Automake)"
133 # $TOOL exists and not knowing $TOOL uses missing.
205 echo "# Created by GNU Automake missing as a replacement of"
355 some other package would contain this missing \`$1' program."
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_video_quality_browsertest.cc 140 << "Fatal: missing pywebsocket server.";
142 << "Fatal: missing data handler for pywebsocket server.";
227 << "Missing ARGB->I420 converter: should be in "
265 << "Missing frame analyzer: should be in " << path_to_analyzer.value();
267 << "Missing video compare script: should be in "
298 << "Missing Unique_frames_count in frame analyzer output:\n"
326 << "Missing BSTATS in frame analyzer output:\n"
330 << "Missing ESTATS in frame analyzer output:\n"
  /external/chromium_org/chrome/browser/
mouseleave_browsertest.cc 75 // Missing automation provider support: http://crbug.com/45892
89 // For MAC: Missing automation provider support: http://crbug.com/45892
  /external/chromium_org/chrome/test/chromedriver/chrome/
dom_tracker.cc 42 return Status(kUnknownError, "DOM.setChildNodes missing 'nodes'");
53 return Status(kUnknownError, "DOM.childNodeInserted missing 'node'");

Completed in 1834 milliseconds

<<21222324252627282930>>