HomeSort by relevance Sort by last modified time
    Searched full:mistakes (Results 1 - 25 of 266) sorted by null

1 2 3 4 5 6 7 8 91011

  /bionic/libc/upstream-netbsd/android/include/
netbsd-compat.h 24 // but it's clear from the number of mistakes in their assertions
  /frameworks/base/docs/html/training/multiple-apks/
index.jd 40 your codebase, and making mistakes in your manifest that could render an APK invisible to all
43 and know how to catch mistakes <em>before</em> your app goes live.</p>
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
dnssec.py 47 # cannot make any mistakes (e.g. omissions, cut-and-paste errors) that
flags.py 48 # cannot make any mistakes (e.g. omissions, cut-and-paste errors) that
opcode.py 35 # cannot make any mistakes (e.g. omissions, cut-and-paste errors) that
rcode.py 49 # cannot make any mistakes (e.g. omissions, cut-and-paste errors) that
rdataclass.py 47 # cannot make any mistakes (e.g. omissions, cut-and-paste errors) that
rdatatype.py 158 # cannot make any mistakes (e.g. omissions, cut-and-paste errors) that
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_sanity.h 39 /* Check the given token stream for errors and common mistakes.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
RouteDatabase.java 24 * target address. This is used so that OkHttp can learn from its mistakes: if
  /frameworks/base/docs/html/guide/topics/media/
index.jd 26 mistakes in the way they interact with the Android system and with other applications</p>
  /frameworks/base/docs/html/training/keyboard-input/
index.jd 26 whether it performs auto-correct for spelling mistakes).</p>
  /prebuilts/go/darwin-x86/src/cmd/vet/
bool.go 16 "check for mistakes involving boolean operators",
112 // mistakes if the LHS is repeated, which is how most
doc.go 96 Atomic mistakes
106 Mistakes involving boolean operators.
  /prebuilts/go/linux-x86/src/cmd/vet/
bool.go 16 "check for mistakes involving boolean operators",
112 // mistakes if the LHS is repeated, which is how most
doc.go 96 Atomic mistakes
106 Mistakes involving boolean operators.
  /external/curl/docs/libcurl/opts/
CURLOPT_SSL_VERIFYHOST.3 51 frequently leading to programmer mistakes. Future versions will stop returning
  /external/opencv3/modules/java/android_test/src/org/opencv/test/
OpenCVTestCase.java 400 int mistakes = Core.countNonZero(reshaped); local
406 assertTrue("Mats are different in " + mistakes + " points", 0 == mistakes);
408 assertFalse("Mats are equal", 0 == mistakes);
  /external/opencv3/modules/java/pure_test/src/org/opencv/test/
OpenCVTestCase.java 430 int mistakes = Core.countNonZero(reshaped); local
436 assertTrue("Mats are different in " + mistakes + " points", 0 == mistakes);
438 assertFalse("Mats are equal", 0 == mistakes);
  /frameworks/base/docs/html/guide/practices/
index.jd 47 make mistakes in the way they interact with the Android system and with other applications</p>
  /libcore/dalvik/src/main/java/dalvik/system/
BlockGuard.java 33 * <p>Note that this is all best-effort to catch most accidental mistakes
  /device/google/contexthub/firmware/
Makefile 57 #help avoid commmon embedded C mistakes
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
MalformedBenchmarksTest.java 37 * Unit test covering common user mistakes in benchmark classes.
  /external/google-breakpad/src/common/linux/
elf_symbols_to_module.cc 76 // probably mistakes --- expressed in bits, say.
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_buffer.h 109 * instead to avoid mistakes.

Completed in 735 milliseconds

1 2 3 4 5 6 7 8 91011