OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fails
(Results
101 - 125
of
6352
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/components/enhanced_bookmarks/
image_store_util.h
18
// function. If encoding
fails
, then returned scoped_refptr has NULL.
22
// returns a gfx::Image. If decoding
fails
, returns an empty image.
/external/chromium_org/content/browser/download/
base_file_posix.cc
31
// rename
fails
. Copying sucks for large downloads. crbug.com/8737
36
// On Windows file systems (FAT, NTFS), chmod
fails
. This is OK.
/external/chromium_org/third_party/skia/src/core/
SkDiscardableMemory.h
22
* object. If either of these steps
fails
, a NULL pointer will be returned.
28
* object. If either of these steps
fails
, a NULL pointer will be returned.
SkImageGeneratorPriv.h
15
* Takes ownership of SkImageGenerator. If this method
fails
for
22
* If this
fails
or when the SkDiscardablePixelRef that is
/external/chromium_org/tools/gyp/test/configurations/basics/
gyptest-configurations.py
16
# This test currently
fails
on android. Investigate why, fix the issues
19
test.skip_test(message='Test
fails
on android. Fix and reenable.\n')
/external/chromium_org/tools/gyp/test/configurations/inheritance/
gyptest-inheritance.py
16
# This test currently
fails
on android. Investigate why, fix the issues
19
test.skip_test(message='Test
fails
on android. Fix and reenable.\n')
/external/chromium_org/tools/valgrind/gtest_exclude/
base_unittests.gtest-drmemory_win32.txt
29
# This only
fails
occasionally under full mode -- we perturb it enough that
34
# This
fails
only under full mode.
/external/junit/src/org/junit/rules/
TestWatcher.java
30
* public void
fails
() {
70
* Invoked when a test
fails
/external/llvm/test/CodeGen/X86/
2010-08-04-MingWCrash.ll
17
%ehspec.
fails
= icmp slt i32 %eh.selector, 0
18
br i1 %ehspec.
fails
, label %ehspec.unexpected, label %cleanup
/external/qemu/include/qom/
qom-qobject.h
22
* @errp: returns an error if this function
fails
35
* @errp: returns an error if this function
fails
/external/skia/src/core/
SkDiscardableMemory.h
22
* object. If either of these steps
fails
, a NULL pointer will be returned.
28
* object. If either of these steps
fails
, a NULL pointer will be returned.
SkImageGeneratorPriv.h
15
* Takes ownership of SkImageGenerator. If this method
fails
for
22
* If this
fails
or when the SkDiscardablePixelRef that is
/hardware/intel/img/libdrm/tests/
setversion.c
35
* major/minor numbers
fails
appropriately. It does not check the actual
63
/* Check that an invalid DI major
fails
*/
69
/* Check that an invalid DI minor
fails
*/
75
/* Check that an invalid DD major
fails
*/
81
/* Check that an invalid DD minor
fails
*/
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
Assert.java
47
* @return <code>true</code> if the check passes (does not return if the check
fails
)
64
* @return <code>true</code> if the check passes (does not return if the check
fails
)
115
* the format of error message to produce if the check
fails
, as expected by
131
* the format of error message to produce if the check
fails
, as expected by
182
* the format of error message to produce if the check
fails
, as expected by
198
* the format of error message to produce if the check
fails
, as expected by
215
*
Fails
with given message.
226
* the format of error message to produce if the check
fails
, as expected by
245
* @return <code>true</code> if the check passes (does not return if the check
fails
)
260
* @return <code>true</code> if the check passes (does not return if the check
fails
)
[
all
...]
/external/chromium_org/sandbox/win/src/
restricted_token.h
65
// function
fails
, the return value is the win32 error code corresponding to
75
// function
fails
, the return value is the win32 error code corresponding to
87
// function
fails
, the return value is the win32 error code corresponding to
109
// function
fails
, the return value is the win32 error code corresponding to
119
// function
fails
, the return value is the win32 error code corresponding to
134
// function
fails
, the return value is the win32 error code corresponding to
157
// function
fails
, the return value is the win32 error code corresponding to
165
// function
fails
, the return value is the win32 error code corresponding to
172
// function
fails
, the return value is the win32 error code corresponding to
/external/chromium_org/content/public/browser/
service_worker_context.h
31
// * Fetching |script_url|
fails
.
32
// * |script_url|
fails
to parse or its top-level execution
fails
.
/external/chromium_org/native_client_sdk/src/libraries/error_handling/
error_handling.h
40
* not be considered an error if the request
fails
.
55
* NOTE: If the allocation
fails
, the exception will still take place on the
67
* not be considered an error if the request
fails
.
/external/junit/src/org/junit/runner/notification/
RunListener.java
13
* class that you want to make a noise whenever a test
fails
. You could write:
59
* Called when an atomic test has finished, whether the test succeeds or
fails
.
66
* Called when an atomic test
fails
.
/art/test/022-interface/
build
17
# Stop if something
fails
.
/art/test/097-duplicate-method/
build
17
# Stop if something
fails
.
/art/test/111-unresolvable-exception/
build
17
# Stop if something
fails
.
/bionic/libc/bionic/
jemalloc.h
22
// Need to wrap memalign since je_memalign
fails
on non-power of 2 alignments.
/device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHAL.h
28
/* HAL should return NULL if it
fails
to open camera hardware. */
/device/lge/mako/camera/
QCameraHAL.h
28
/* HAL should return NULL if it
fails
to open camera hardware. */
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/
release.rake
14
# if anything
fails
, gl-matrix will be untagged and not pushed.
Completed in 623 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>