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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/
runtime_test.go 100 // adderesses that normally an OS would reserve for itself, or malformed
110 // or else malformed.
  /prebuilts/go/linux-x86/src/runtime/
runtime_test.go 100 // adderesses that normally an OS would reserve for itself, or malformed
110 // or else malformed.
  /system/extras/perfprofd/
configreader.cc 205 W_ALOGW("line %d: malformed unsigned value (ignored)", linecount);
276 W_ALOGW("line %d: line malformed (no '=' found)", linecount);
  /external/llvm/lib/ProfileData/
SampleProfReader.cpp 179 return sampleprof_error::malformed;
198 return sampleprof_error::malformed;
249 EC = sampleprof_error::malformed;
443 std::error_code EC = sampleprof_error::malformed;
482 return sampleprof_error::malformed;
609 return sampleprof_error::malformed;
  /libcore/ojluni/src/main/java/java/io/
DataInputStream.java 628 "malformed input: partial character at end");
632 "malformed input around byte " + count);
641 "malformed input: partial character at end");
646 "malformed input around byte " + (count-1));
654 "malformed input around byte " + count);
ByteArrayOutputStream.java 198 * <p> This method always replaces malformed-input and unmappable-character
217 * <p> This method always replaces malformed-input and unmappable-character
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 49 struct __declspec(uuid("0000000-0000-0000-1234-0000500000047")) uuid_attr_bad3 { };// expected-error {{uuid attribute contains a malformed GUID}}
50 struct __declspec(uuid("0000000-0000-0000-Z234-000000000047")) uuid_attr_bad4 { };// expected-error {{uuid attribute contains a malformed GUID}}
51 struct __declspec(uuid("000000000000-0000-1234-000000000047")) uuid_attr_bad5 { };// expected-error {{uuid attribute contains a malformed GUID}}
  /external/llvm/include/llvm/Object/
MachO.h 98 bool Malformed;
134 bool Malformed;
182 bool Malformed;
  /external/lz4/lib/
lz4.h 90 If the source stream is detected malformed, the function will stop decoding and return a negative result.
146 If the source stream is detected malformed, the function will stop decoding and return a negative result.
165 If the source stream is detected malformed, the function will stop decoding and return a negative result.
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar.go 369 return "/" // Path is empty or malformed.
387 // A malformed c.Domain will result in an error.
430 errMalformedDomain = errors.New("cookiejar: malformed cookie domain attribute")
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
jar.go 369 return "/" // Path is empty or malformed.
387 // A malformed c.Domain will result in an error.
430 errMalformedDomain = errors.New("cookiejar: malformed cookie domain attribute")
  /external/guice/core/src/com/google/inject/spi/
InjectionPoint.java 237 * constructor, or if parameters of the injectable constructor are malformed, such as a
302 * constructor, or if parameters of the injectable constructor are malformed, such as a
329 * @throws ConfigurationException if there is a malformed injection point on {@code type}, such as
358 * @throws ConfigurationException if there is a malformed injection point on {@code type}, such as
373 * @throws ConfigurationException if there is a malformed injection point on {@code type}, such as
393 * @throws ConfigurationException if there is a malformed injection point on {@code type}, such as
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 846 return Error("Malformed block");
909 return Error("Malformed block");
912 return Error("Malformed block");
    [all...]
  /external/freetype/src/truetype/
ttpload.c 70 /* we need the size of the `glyf' table for malformed `loca' tables */
235 /* position. However, there do exist (malformed) fonts which */
  /external/google-breakpad/src/processor/
microdump.cc 263 std::cerr << "Malformed CPU context. Got " << cpu_state_raw.size() <<
272 std::cerr << "Malformed CPU context. Got " << cpu_state_raw.size() <<
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetUTF16.java 196 // 2 bytes, lead malformed
217 // 2 bytes, lead malformed
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttpload.c 70 /* we need the size of the `glyf' table for malformed `loca' tables */
249 /* position. However, there do exist (malformed) fonts which */
  /external/pdfium/third_party/freetype/src/truetype/
ttpload.c 70 /* we need the size of the `glyf' table for malformed `loca' tables */
243 /* position. However, there do exist (malformed) fonts which */
  /external/ppp/pppd/
cbcp.c 356 dbglog("cbcp_recvreq: malformed packet (%d bytes left)", len);
476 dbglog("cbcp_recvack: malformed packet");
  /external/selinux/libsemanage/tests/
test_semanage_store.c 337 /* open malformed source file (missing priorities) */
359 /* sort malformed source file */
  /frameworks/av/camera/ndk/impl/
ACameraMetadata.cpp 67 ALOGE("%s: malformed available capability key! count %zu, type %d",
93 ALOGE("%s: malformed available stream configuration key! count %zu, type %d",
  /frameworks/av/services/audioflinger/tests/
test-mixer.cpp 179 fprintf(stderr, "malformed input '%s'\n", argv[i]);
197 fprintf(stderr, "malformed input '%s'\n", argv[i]);
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Transport.java 320 break; // malformed stream
342 break outer; // malformed stream
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pGroup.java 103 throw new IllegalArgumentException("Malformed supplicant event");
154 throw new IllegalArgumentException("Malformed supplicant event");
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 222 // Swallow the exception due to malformed source.
223 Log.w(LOGTAG, "The source video file is malformed");

Completed in 665 milliseconds

1 2 3 4 5 6 7 8 91011>>