OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fails
(Results
401 - 425
of
5963
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/sync/util/
cryptographer.h
79
// Returns true unless encryption
fails
or |message| isn't valid (e.g. a
88
// Returns true unless encryption
fails
or |message| isn't valid (e.g. a
93
// Decrypts |encrypted| into |message|. Returns true unless decryption
fails
,
94
// or |message|
fails
to parse the decrypted data.
99
//
fails
, returns empty string.
130
// Returns true unless decryption of |encrypted|
fails
. The caller is
/external/chromium_org/third_party/icu/source/test/intltest/
idnaref.h
46
* If FALSE the operation
fails
with U_UNASSIGNED_CODE_POINT_FOUND error code.
85
* If FALSE the operation
fails
with U_UNASSIGNED_CODE_POINT_FOUND error code.
112
* It is important to note that this operation can fail. If it
fails
, then the input
129
* If FALSE the operation
fails
with U_UNASSIGNED_CODE_POINT_FOUND error code.
169
* If FALSE the operation
fails
with U_UNASSIGNED_CODE_POINT_FOUND error code.
210
* If FALSE the operation
fails
with U_UNASSIGNED_CODE_POINT_FOUND error code.
/external/icu4c/test/intltest/
idnaref.h
46
* If FALSE the operation
fails
with U_UNASSIGNED_CODE_POINT_FOUND error code.
84
* If FALSE the operation
fails
with U_UNASSIGNED_CODE_POINT_FOUND error code.
110
* It is important to note that this operation can fail. If it
fails
, then the input
127
* If FALSE the operation
fails
with U_UNASSIGNED_CODE_POINT_FOUND error code.
166
* If FALSE the operation
fails
with U_UNASSIGNED_CODE_POINT_FOUND error code.
206
* If FALSE the operation
fails
with U_UNASSIGNED_CODE_POINT_FOUND error code.
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMetaFactory.java
68
* @throws XMPException If the file is not well-formed XML or if the parsing
fails
.
95
* @throws XMPException If the file is not well-formed XML or if the parsing
fails
.
110
* @throws XMPException If the file is not well-formed XML or if the parsing
fails
.
125
* @throws XMPException If the file is not well-formed XML or if the parsing
fails
.
140
* @throws XMPException If the file is not well-formed XML or if the parsing
fails
.
155
* @throws XMPException If the file is not well-formed XML or if the parsing
fails
.
/cts/tests/tests/location/src/android/location/cts/
GeocoderTest.java
51
// a network connection. This is why we try the geocode 5 times if it
fails
due
104
// a network connection. This is why we try the geocode 5 times if it
fails
due
/dalvik/tests/083-jit-regressions/src/
Main.java
106
System.out.println("b2487514
fails
: catchCount is " + catchCount +
125
System.out.println("b5884080
fails
: vA is " + vA +
/dalvik/vm/analysis/
VerifySubs.cpp
42
* a big deal if something
fails
(and it may even be expected), but if
71
* TODO: this is somewhat misleading when resolution
fails
because of
/dalvik/vm/mterp/armv5te/
OP_NEW_INSTANCE.S
5
%verify "class
fails
to initialize"
8
%verify "allocation
fails
"
/dalvik/vm/mterp/mips/
OP_NEW_INSTANCE.S
5
%verify "class
fails
to initialize"
8
%verify "allocation
fails
"
/dalvik/vm/mterp/x86/
OP_NEW_INSTANCE.S
5
%verify "class
fails
to initialize"
8
%verify "allocation
fails
"
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file_unittest.cc
123
// Update
fails
and corruption callback is called.
142
// Detects corruption and
fails
to even begin the update.
/external/chromium/third_party/libjingle/source/talk/p2p/base/
parsing.h
70
// Convenience method for returning a message when parsing
fails
.
73
// Convenience method for returning a message when writing
fails
.
/external/chromium_org/base/message_loop/
message_loop_test.h
78
/*
Fails
, http://crbug.com/50272. */ \
84
/*
Fails
, http://crbug.com/50272. */ \
/external/chromium_org/build/android/gyp/util/
build_utils.py
99
# particularly when the command
fails
, better highlights the command's failure.
100
# If the command
fails
, raises a build_utils.CalledProcessError.
/external/chromium_org/chrome/browser/extensions/api/identity/
web_auth_flow.h
45
// a window. If a window would be required, the flow
fails
.
63
// Called when the auth flow
fails
. This means that the flow did not result
/external/chromium_org/chrome/browser/extensions/
extension_icon_image.h
46
// representation will be left blank if the resource loading
fails
.
104
// its own representation load
fails
.
/external/chromium_org/chrome/renderer/net/
predictor_queue.h
57
// Exactly length chars are written, or the push
fails
(where
58
// "
fails
" means nothing is written).
/external/chromium_org/components/webdata/common/
web_data_service_backend.h
121
//
fails
), used to avoid continually trying to reinit if the db init
fails
.
/external/chromium_org/net/base/
network_change_notifier_win.h
32
// Begins listening for a single subsequent address change. If it
fails
to
86
// happens on initialization and when WatchForAddressChangeInternal
fails
and
/external/chromium_org/net/http/
http_network_transaction_ssl_unittest.cc
120
// handshake
fails
.
128
// handshake
fails
.
/external/chromium_org/net/socket/
tcp_client_socket_unittest.cc
61
// external address, verify that connection
fails
.
83
// the IPv6 loopback interface, verify that connection
fails
.
/external/chromium_org/printing/
image.h
30
// If image loading
fails
size().IsEmpty() will be true.
34
// metafile. If loading
fails
size().IsEmpty() will be true.
/external/chromium_org/rlz/lib/
rlz_value_store.h
81
// it is in scope. If the class
fails
to acquire a lock, its GetStore() method
82
// returns NULL. If the lock
fails
to be acquired, it must not be taken
/external/chromium_org/third_party/WebKit/Source/build/scripts/
check_objc_rename.sh
52
# "nm: no name list" messages. This means that if the pipelined nm
fails
, there
53
# won't be any output, so if the entire assignment
fails
, run nm again to get
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoder.h
74
// data. If parsing
fails
, sets the "decode failure" flag.
79
//
fails
, sets the "decode failure" flag.
Completed in 1300 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>