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

<<21222324252627282930>>

  /device/moto/shamu/dataservices/rmnetctl/inc/
librmnetctl.h 44 /* RMNET API encountered an error while executing within the library. Check the
47 /* RMNET API encountered an error while executing in the kernel. Check the
50 /* RMNET API encountered an error because of invalid arguments*/
  /external/flac/include/FLAC/
metadata.h 327 /**< The iterator encountered input that does not conform to the FLAC metadata specification */
330 /**< The iterator encountered an error while reading the FLAC file */
333 /**< The iterator encountered an error while seeking in the FLAC file */
336 /**< The iterator encountered an error while writing the FLAC file */
339 /**< The iterator encountered an error renaming the FLAC file */
342 /**< The iterator encountered an error removing the temporary file */
738 /**< The chain encountered input that does not conform to the FLAC metadata specification */
741 /**< The chain encountered an error while reading the FLAC file */
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/
ia32_insn.c 457 /* we encountered a multibyte opcode: recurse using the
464 * lookup returned a valid insn, then we have encountered
489 * if we do then a prefix was encountered... */
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
TestUScript.java 145 errln("encountered " + numErrors + " errors.");
295 warnln("encountered " + numErrors + " errors in UScript.getName()");
326 warnln("encountered " + numErrors + " errors in UScript.getShortName()");
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 209 /// \brief No memory dependence was encountered that would inhibit
258 /// \brief No memory dependence was encountered that would inhibit
282 /// distance is smaller than any other distance encountered so far).
  /external/openfst/src/include/fst/extensions/pdt/
shortest-path.h 370 // encountered any balancing open parenthesis is examined for this
593 // if previously unvisited. Otherwise it finds any previously encountered
636 // destination state that has a balancing previously encountered open
  /external/sepolicy/tools/
check_seapp.c 76 * is also used to keep "first encountered" ordering amongst
77 * the encountered key value pairs in the rules file.
936 * stored in the ordered list, head first, which preserves the "first encountered"
  /frameworks/base/core/java/android/hardware/camera2/
DngCreator.java 302 * @throws IOException if an error was encountered in the input or output stream.
357 * @throws IOException if an error was encountered in the input or output stream.
393 * @throws java.io.IOException if an error was encountered in the output stream.
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreCipherSpiBase.java 87 * Encountered exception which could not be immediately thrown because it was encountered inside
89 * {@code engineDoFinal}. Once such an exception is encountered, {@code engineUpdate} and
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WspTypeDecoder.java 409 * value), getValueString() will return it. If a 'well known value' is encountered that
715 * Any parameters encountered as part of a decodeContentType() invocation.
719 * well-known parameters are encountered, the key of the map will be
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 320 SL_LOGE("Encountered unknown AudioRecord event %d for CAudioRecord %p", event, ar);
561 // nothing to do for SL_RECORDEVENT_BUFFER_FULL since this will not be encountered on
567 // when AudioRecord::EVENT_OVERRUN is encountered
  /libcore/luni/src/main/java/java/io/
PrintStream.java 52 * contents to the target stream when a newline is encountered.
70 * encountered.
92 * flushes its contents to the target stream when a newline is encountered.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 285 """Read until a given string is encountered or until timeout.
298 """Read until a given string is encountered or until timeout.
343 """Read until a given string is encountered or until timeout.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 285 """Read until a given string is encountered or until timeout.
298 """Read until a given string is encountered or until timeout.
343 """Read until a given string is encountered or until timeout.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 173 * as a place to stash errors encountered
191 * as a place to stash errors encountered
311 * as a place to stash errors encountered
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc     [all...]
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c 67 core_reason, // gdbserver invocation by core (e.g. error encountered)
68 break_reason, // break encountered
70 signal_reason, // signal encountered
451 /* Watchpoint encountered.
    [all...]
  /frameworks/base/docs/html/guide/topics/media/jet/
jetcreator_manual.jd 1038 un-muted when the controller value 65 is encountered and muted again when the
1039 controller value 1 is encountered.</p>
1079 end-of-track meta-event is encountered. Some MIDI
1087 segment is to be looped. When the end-of-segment marker is encountered, the
    [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp     [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 586 "Early EOF encountered in skip, not enough pixel data for image of size %u",
592 "Error encountered while skip bytes in input stream.");
620 "Early EOF encountered, not enough pixel data for image of size %"
626 "Error encountered while reading");
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 166 // true iff. we've encountered the START_TAG of an XML element at depth == 0;
459 * Reads text until the specified delimiter is encountered. Consumes the
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraDeviceImpl.java     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 107 * cancelled or encountered an exception, in which case {@link
108 * #getException} will return either the encountered exception or
697 * each task or an (unchecked) exception is encountered, in which
723 * each task or an (unchecked) exception is encountered, in which
766 * is encountered, in which case the exception is rethrown. If
    [all...]
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 51 * <p>When a nested object or array is encountered, delegate to the
54 * <p>When an unknown name is encountered, strict parsers should fail with an
799 * character escape sequences encountered along the way. The opening quote
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
OpenSSLHeartbleedTest.java 768 * @return TLS record or {@code null} if EOF was encountered before any bytes of a record
    [all...]

Completed in 246 milliseconds

<<21222324252627282930>>