HomeSort by relevance Sort by last modified time
    Searched full:fails (Results 201 - 225 of 5963) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/android/
bitmap.h 53 * If the call fails, the info parameter will be ignored
69 * fails, addrPtr will be ignored.
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/
bitmap.h 52 * If the call fails, the info parameter will be ignored
68 * fails, addrPtr will be ignored.
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/
bitmap.h 52 * If the call fails, the info parameter will be ignored
68 * fails, addrPtr will be ignored.
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/
bitmap.h 52 * If the call fails, the info parameter will be ignored
68 * fails, addrPtr will be ignored.
  /external/bison/m4/
frexpl.m4 115 dnl Test whether frexpl() works on finite numbers (this fails on
117 dnl (this fails on Mac OS X 10.5/i386), and also on infinite numbers (this
118 dnl fails e.g. on IRIX 6.5 and mingw).
157 /* Test on finite numbers that fails on AIX 5.1. */
165 /* Test on finite numbers that fails on Mac OS X 10.4, because its frexpl
177 /* Test on large finite numbers. This fails on BeOS at i = 16322, while
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_themes_sync_test.cc 52 // is installed as well as when a pending extension fails to
59 // TODO(sync): Fails on Chrome OS. See http://crbug.com/84575.
60 // TODO(erg): Fails on linux_aura. See http://crbug.com/304554
109 // TODO(sync): Fails on Chrome OS. See http://crbug.com/84575.
110 // TODO(erg): Fails on linux_aura. See http://crbug.com/304554
135 // TODO(sync): Fails on Chrome OS. See http://crbug.com/84575.
  /external/chromium_org/gpu/command_buffer/service/
common_decoder_unittest.cc 282 // Check that it fails if the bucket_id is invalid
287 // Check that it fails if the offset is out of range.
292 // Check that it fails if the size is out of range.
339 // Check that it fails if the bucket_id is invalid
344 // Check that it fails if the offset is out of range.
349 // Check that it fails if the size is out of range.
413 // Check that it fails if the result_id is invalid
419 // Check that it fails if the data_id is invalid
425 // Check that it fails if the data_size is invalid
436 // Check that it fails if the data_offset is invali
    [all...]
  /external/chromium/chrome/browser/sync/util/
cryptographer.h 67 // Encrypts |message| into |encrypted|. Returns true unless encryption fails.
73 // Decrypts |encrypted| into |message|. Returns true unless decryption fails,
74 // or |message| fails to parse the decrypted data.
79 // fails, returns empty string.
92 // Returns true unless decryption of |encrypted| fails. The caller is
  /external/chromium_org/net/spdy/
spdy_frame_reader_test.cc 131 // fails immediately due to previously encountered failed read.
151 // fails immediately due to previously encountered failed read.
170 // fails immediately due to previously encountered failed read.
190 // fails immediately due to previously encountered failed read.
209 // fails immediately due to previously encountered failed read.
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.h 101 // mousedown and mouseup. If the event mapping fails, the event type will
108 // mousemoved. If the event mapping fails, the event type will be set to
114 // If the event mapping fails, the event type will be set to Undefined.
123 // keyup, and keypress. If the event mapping fails, the event type will be set
140 // NOTE: If event mapping fails, the type will be set to Undefined.
  /external/clang/test/CodeGenCXX/
mangle-template.cpp 21 // FIXME: Fails because we don't treat as an expression.
30 // FIXME: Fails because we tack on a namespace.
39 // FIXME: Fails because we don't treat as an expression.
58 // FIXME: This fails.
64 // FIXME: Fails because we don't treat as an expression.
  /dalvik/vm/oo/
Array.h 42 * Returns NULL with an exception raised if allocation fails.
54 * Returns NULL with an exception raised if allocation fails.
64 * Returns NULL with an exception raised if allocation fails.
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_file_operation_unittest.cc 32 // Create fails if is_exclusive = true and a file exists.
51 // Create fails if a directory existed even when is_exclusive = false.
69 // Create fails if the parent directory does not exist.
  /external/chromium_org/chrome/installer/setup/
archive_patch_helper.h 43 // Ensemble patching via Courgette is attempted first. If that fails, bspatch
56 // patch_source() to generate target(). Returns false if patching fails.
60 // to generate target(). Returns false if patching fails.
  /external/chromium_org/third_party/sqlite/src/test/
lock2.test 27 # lock2-1.4: Try for a RESERVED lock with process 2. This fails.
28 # lock2-1.5: Try to upgrade the first process to EXCLUSIVE, this fails so
32 # this fails due to the PENDING lock.
  /external/icu4c/layout/
GXLayoutEngine.h 45 * @param success - set to an error code if the operation fails
98 * @param success - set to an error code if the operation fails
115 * @param success - set to an error code if the operation fails
GXLayoutEngine2.h 44 * @param success - set to an error code if the operation fails
97 * @param success - set to an error code if the operation fails
114 * @param success - set to an error code if the operation fails
HangulLayoutEngine.h 49 * @param success - set to an error code if the operation fails
67 * @param success - set to an error code if the operation fails
115 * @param success - set to an error code if the operation fails
KhmerLayoutEngine.h 52 * @param success - set to an error code if the operation fails
70 * @param success - set to an error code if the operation fails
118 * @param success - set to an error code if the operation fails
ThaiLayoutEngine.h 40 * @param success - set to an error code if the operation fails
107 * @param success - set to an error code if the operation fails
134 * @param success - output parameter set to an error code if the operation fails
TibetanLayoutEngine.h 52 * @param success - set to an error code if the operation fails
70 * @param success - set to an error code if the operation fails
118 * @param success - set to an error code if the operation fails
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
PreferenceGroupTest.java 61 // Dupe add fails silently
78 // Dupe add fails silently
115 // Dupe remove fails
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherThread.java 36 private int fails = 0; field in class:CipherThread
111 fails++;
182 return fails;
  /ndk/sources/host-tools/sed-4.2.1/lib/
rename.c 2 and mips-dec-ultrix4.4, rename fails when the source file has
3 a trailing slash. On mingw, rename fails when the destination
44 but fails with MOVEFILE_REPLACE_EXISTING, so try without
  /packages/providers/DownloadProvider/ui/res/values-lv/
strings.xml 32 <string name="dialog_title_queued_body" msgid="6760681913815015219">"Fails gaida rind?"</string>
33 <string name="dialog_queued_body" msgid="708552801635572720">"?is fails gaida lejupiel?des rind?, t?p?c tas pagaid?m nav pieejams."</string>
38 <string name="dialog_file_already_exists" msgid="8308563940663449590">"Nevar lejupiel?d?t. Galam?r?a fails jau past?v."</string>

Completed in 382 milliseconds

1 2 3 4 5 6 7 891011>>