HomeSort by relevance Sort by last modified time
    Searched refs:oops (Results 1 - 25 of 32) sorted by null

1 2

  /system/core/libcutils/
load_file.c 33 if(sz < 0) goto oops;
35 if(lseek(fd, 0, SEEK_SET) != 0) goto oops;
38 if(data == 0) goto oops;
40 if(read(fd, data, sz) != sz) goto oops;
47 oops:
  /external/tinycompress/
compress.c 96 static int oops(struct compress *compress, int e, const char *fmt, ...) function
136 oops(compress, errno, "cant read version");
156 oops(compress, ENXIO, "this codec is not supported");
161 oops(compress, EINVAL, "requested fragment size %d is below min supported %d",
166 oops(compress, EINVAL, "requested fragment size %d is above max supported %d",
171 oops(compress, EINVAL, "requested fragments %d are below min supported %d",
176 oops(compress, EINVAL, "requested fragments %d are above max supported %d",
192 oops(&bad_compress, errno, "cannot get device caps");
224 oops(&bad_compress, EINVAL, "passed bad config");
230 oops(&bad_compress, errno, "cannot allocate compress object")
    [all...]
  /external/compiler-rt/test/asan/TestCases/Windows/
null_deref_multiple_dlls.cc 38 # error oops!
dll_report_globals_symbolization_at_startup.cc 38 # error oops!
report_globals_reload_dll.cc 49 # error oops!
report_globals_vs_freelibrary.cc 45 # error oops!
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 39 void oops() {
45 oops();
50 oops();
55 oops();
60 oops();
65 oops();
70 oops();
75 oops();
80 oops();
85 oops();
    [all...]
  /external/tinyalsa/
pcm.c 271 static int oops(struct pcm *pcm, int e, const char *fmt, ...) function
433 oops(pcm, commit, "failed to commit %d frames\n", frames);
499 return oops(pcm, errno, "cannot write initial data");
515 return oops(pcm, errno, "cannot write stream data");
547 return oops(pcm, errno, "cannot read stream data");
860 oops(pcm, errno, "cannot open device '%s'", fn);
866 oops(pcm, errno, "failed to reset blocking mode '%s'", fn);
871 oops(pcm, errno, "cannot get info");
892 oops(pcm, -EINVAL, "noirq only currently supported with mmap().");
908 oops(pcm, errno, "cannot set hw params")
    [all...]
  /external/clang/test/SemaCXX/
pseudo-destructors.cpp 82 p->~oops(); // expected-error{{expected the class name after '~' to name a destructor}}
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
MalformedBenchmarksTest.java 57 "Parameter field 'oops' must not be static";
60 private static final String NO_CONVERSION = "Type 'Object' of parameter field 'oops' "
63 "Cannot convert value 'oops' to type 'int': For input string: \"oops\"";
137 @Param static String oops; field in class:MalformedBenchmarksTest.StaticParamBenchmark
151 @Param Object oops; field in class:MalformedBenchmarksTest.UnparsableParamTypeBenchmark
158 @Param({"1", "2", "oops"}) int number;
RuntimeInstrumentTest.java 143 @Benchmark void integerParam(Integer oops) {}
  /external/e2fsprogs/lib/et/
error_message.c 132 goto oops;
138 goto oops;
173 oops:
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 351 goto oops;
368 goto oops;
370 goto oops;
382 goto oops;
384 goto oops;
388 goto oops;
407 goto oops;
416 goto oops;
443 goto oops;
456 goto oops;
    [all...]
  /external/dnsmasq/src/
tftp.c 311 goto oops;
316 goto oops;
346 goto oops;
364 oops:
option.c     [all...]
  /external/v8/test/mjsunit/compiler/
debug-catch-prediction.js 129 throw "oops" + a;
  /external/v8/test/mjsunit/es6/
array-tostring.js 123 new Error("oops"),
object-tostring.js 122 new Error("oops"),
  /external/v8/test/mjsunit/
array-constructor-feedback.js 136 a = bar("oops");
149 a = barn(1, "oops", 3);
  /system/core/fastboot/
fastboot.cpp 173 goto oops;
177 if (data == nullptr) goto oops;
179 if(read(fd, data, *sz) != *sz) goto oops;
184 oops:
    [all...]
  /system/core/adb/
transport.cpp 210 goto oops;
223 goto oops;
243 oops:
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
log4j-1.3alpha-8.jar 
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 185 static int oops(struct pcm *pcm, int e, const char *fmt, ...);
381 static int oops(struct pcm *pcm, int e, const char *fmt, ...) function
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 

Completed in 1193 milliseconds

1 2