HomeSort by relevance Sort by last modified time
    Searched full:encountered (Results 351 - 375 of 1796) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
hash_policy.hpp 326 /// Notifies a search encountered a collision.
338 /// Notifies a search encountered a collision.
350 /// Notifies a search encountered a collision.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
hash_policy.hpp 326 /// Notifies a search encountered a collision.
338 /// Notifies a search encountered a collision.
350 /// Notifies a search encountered a collision.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/
hash_policy.hpp 326 /// Notifies a search encountered a collision.
338 /// Notifies a search encountered a collision.
350 /// Notifies a search encountered a collision.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
hash_policy.hpp 326 /// Notifies a search encountered a collision.
338 /// Notifies a search encountered a collision.
350 /// Notifies a search encountered a collision.
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 108 * instruction. If null, there was no ret instruction encountered.
177 * Gets the return opcode encountered, if any.
267 * @return true if a JSR has ben encountered since the last call to
275 * @return {@code true} if a {@code ret} has ben encountered since
284 * instruction if encountered since last call to startBlock().
285 * {@code null} if no ret instruction encountered.
    [all...]
  /frameworks/base/core/java/android/text/
BidiFormatter.java 462 * DIR_UNKNOWN if none was encountered. For efficiency, actually scans backwards from the end of
480 * or DIR_UNKNOWN if none was encountered. Treats a non-BN character between an
548 * The char encountered by the last dirTypeForward or dirTypeBackward call. If it
549 * encountered a supplementary codepoint, this contains a char that is not a valid
570 * string, or DIR_UNKNOWN if none was encountered. Treats a non-BN character between an
667 * string, or DIR_UNKNOWN if none was encountered. For efficiency, actually scans backwards
    [all...]
  /frameworks/support/v4/java/android/support/v4/text/
BidiFormatter.java 452 * DIR_UNKNOWN if none was encountered. For efficiency, actually scans backwards from the end of
470 * or DIR_UNKNOWN if none was encountered. Treats a non-BN character between an
538 * The char encountered by the last dirTypeForward or dirTypeBackward call. If it
539 * encountered a supplementary codepoint, this contains a char that is not a valid
560 * string, or DIR_UNKNOWN if none was encountered. Treats a non-BN character between an
657 * string, or DIR_UNKNOWN if none was encountered. For efficiency, actually scans backwards
    [all...]
  /development/tools/rmtypedefs/src/com/android/tools/rmtypedefs/
RmTypeDefs.java 120 * for any .class files encountered
135 System.err.println(path + ": Warning: Encountered .jar file; .class files "
  /external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
GUnitExecuteMojo.java 199 "Encountered " + ANTLR_GROUP_ID + ':' + ANTLR_ARTIFACT_NAME + ':' + projectAntlrVersion.toString() +
220 "Encountered " + ANTLR_GROUP_ID + ':' + ANTLR_RUNTIME_ARTIFACT_NAME + ':' + projectAntlrVersion.toString() +
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
ValueServer.java 331 * from EOF to BOF if EOF is encountered. EOFException (which is a kind of
338 * encountered in the file
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
checkerbase.py 233 debug_tokens: Whether every token should be printed as it is encountered
274 debug_tokens: Whether every token should be printed as it is encountered
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglCanvas.java 282 logger.log(Level.SEVERE, "Encountered exception when restoring input", ex);
397 // logger.log(Level.SEVERE, "Encountered exception when setting parent to null", ex);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_branches.c 93 rc_error(s->C, "Encountered ELSE outside of branches");
204 rc_error(s->C, "Encountered ENDIF outside of branches");
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_inffast.c 35 available, an end-of-block is encountered, or a data error is encountered.
  /external/sepolicy/tools/
insertkeys.py 45 sys.exit("Encountered another BEGIN CERTIFICATE without END CERTIFICATE on " +
53 sys.exit("Encountered END CERTIFICATE before BEGIN CERTIFICATE on line: "
  /external/skia/tools/
skdiff_html.cpp 158 SkDEBUGFAIL("encountered DiffRecord with unknown result type");
301 SkDEBUGFAIL("encountered DiffRecord with unknown result type");
  /external/zlib/src/
inffast.c 35 available, an end-of-block is encountered, or a data error is encountered.
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Transport.java 319 mLogger.logError("Encountered invalid content size: " + contentSize);
341 mLogger.logError("Encountered invalid content size: " + contentSize);
  /frameworks/compile/slang/
slang_rs_pragma_handler.cpp 190 // Check if we have already encountered a precision pragma already.
197 "Multiple float precisions specified. Encountered "
  /frameworks/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 35 /* Exits the application if an error is encountered */
41 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
slesTestEqFdPath.cpp 35 /* Exits the application if an error is encountered */
41 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
slesTestEqOutputPath.cpp 35 /* Exits the application if an error is encountered */
41 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
slesTestVirtualizerPath.cpp 35 /* Exits the application if an error is encountered */
41 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
xaVideoDecoderCapabilities.cpp 32 /* Exits the application if an error is encountered */
38 fprintf(stderr, "Error %u encountered at line %d, exiting\n", result, line);
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 50 //* Exits the application if an error is encountered */
56 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);

Completed in 116 milliseconds

<<11121314151617181920>>