HomeSort by relevance Sort by last modified time
    Searched refs:success (Results 576 - 600 of 4084) sorted by null

<<21222324252627282930>>

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
noderemovechild24.js 86 var success;
111 success = false;
116 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
118 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR",success);
noderemovechild25.js 86 var success;
111 success = false;
116 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
118 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR",success);
noderemovechild26.js 86 var success;
111 success = false;
116 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
118 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR",success);
nodereplacechild24.js 87 var success;
107 success = false;
112 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
114 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR",success);
nodesettextcontent12.js 89 var success;
108 success = false;
114 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
116 assertTrue("nodesettextcontent12",success);
nodesettextcontent13.js 89 var success;
109 success = false;
115 success = (typeof(ex.code) != 'undefined' && ex.code == 7);
117 assertTrue("nodesettextcontent13",success);
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
notimer-after-unload.js 11 function(p) {alert('FAIL: Unexpected Geolocation success callback.');},
success.js 1 description("Tests Geolocation success callback using the mock service.");
timeout.js 1 description("Tests that when timeout is non-zero, the success callback is called as expected.");
  /external/webkit/Source/WebCore/inspector/
InjectedScriptManager.cpp 89 bool success = parsedObjectId->asObject()->getNumber("injectedScriptId", &injectedScriptId); local
90 if (success)
  /external/webkit/Source/WebCore/platform/graphics/wx/
ImageBufferWx.cpp 40 ImageBuffer::ImageBuffer(const IntSize&, ColorSpace imageColorSpace, RenderingMode, bool& success) :
44 success = false;
  /external/webkit/Source/WebCore/storage/
DatabaseTask.cpp 101 Database::DatabaseOpenTask::DatabaseOpenTask(Database* database, bool setVersionInNewDatabase, DatabaseTaskSynchronizer* synchronizer, ExceptionCode& code, bool& success)
105 , m_success(success)
  /external/wpa_supplicant_8/src/p2p/
p2p_dev_disc.c 43 void p2p_dev_disc_req_cb(struct p2p_data *p2p, int success)
46 "P2P: Device Discoverability Request TX callback: success=%d",
47 success);
49 if (!success) {
132 void p2p_dev_disc_resp_cb(struct p2p_data *p2p, int success)
135 "P2P: Device Discoverability Response TX callback: success=%d",
136 success);
312 void p2p_go_disc_req_cb(struct p2p_data *p2p, int success)
315 "P2P: GO Discoverability Request TX callback: success=%d",
316 success);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-wps.py 20 def scanDone(success):
21 print "Scan done: success=%s" % success
  /frameworks/av/services/camera/libcameraservice/camera2/
BurstCapture.cpp 96 bool success = jpeg->waitForDone(10 * 1e9); local
97 if(success) {
  /external/chromium/chrome/common/
zip.cc 23 // Output filename is stored in out_file. Returns true on success.
252 bool success = true; local
254 success = AddFileToZip(zip_file, path);
262 return success;
291 bool success = true; local
303 success = false;
313 return success;
  /external/chromium/googleurl/src/
url_canon_fileurl.cc 95 bool success = true; local
103 success = CanonicalizePath(spec, sub_path, output, &fake_output_path);
110 return success;
135 bool success = CanonicalizeHost(source.host, parsed.host, local
137 success &= DoFileCanonicalizePath<CHAR, UCHAR>(source.path, parsed.path,
145 return success;
  /external/chromium/net/base/
cert_database_nss.cc 203 bool success = psm::ImportCACerts(certificates, root, trust_bits, local
205 if (success)
208 return success;
242 bool success = psm::SetCertTrust(cert, type, trusted); local
243 if (success)
246 return success;
  /external/webkit/Source/WebCore/platform/audio/
HRTFElevation.cpp 60 bool success = calculateKernelsForAzimuthElevation(azimuth, elevation, sampleRate, subjectName, kernelL1, kernelR1); local
61 if (!success)
69 success = calculateKernelsForAzimuthElevation(symmetricAzimuth, elevation, sampleRate, subjectName, kernelL2, kernelR2);
70 if (!success)
178 bool success = calculateKernelsForAzimuthElevation(rawIndex * AzimuthSpacing, actualElevation, sampleRate, subjectName, kernelListL->at(interpolatedIndex), kernelListR->at(interpolatedIndex)); local
179 if (!success)
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
commitqueuetask.py 138 success = self._run_command([
149 self._expected_failures.shrink_expected_failures(self._delegate.layout_test_results(), success)
150 return success
153 success = self._run_command([
164 self._expected_failures.shrink_expected_failures(self._delegate.layout_test_results(), success)
165 return success
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccPhoneBookInterfaceManager.java 42 protected boolean success; field in class:IccPhoneBookInterfaceManager
75 success = (ar.exception == null);
152 * @return true for success
176 success = false;
184 return success;
202 * @return true for success
220 success = false;
227 return success;
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 113 #define ASSERT(success) do { if (!(success)) { showStackTrace(); assert(success);} } while (0)
131 #define ASSERT(success) assert(success)
141 #define ASSERT(success)
  /system/netd/
DnsProxyListener.cpp 65 // Returns true on success.
83 bool success = !mClient->sendCode(ResponseCode::DnsProxyQueryResult); local
85 while (ai && success) {
86 success = sendLenAndData(mClient, sizeof(struct addrinfo), ai)
93 success = success && sendLenAndData(mClient, 0, "");
94 if (!success) {
245 hp ? "success" : strerror(errno),
  /external/openssh/
schnorr.c 72 int success = -1; local
100 success = 0;
107 if (success == 0)
120 * On success, 0 is returned. The signature values are returned as *e_p
129 int success = -1; local
197 success = 0;
206 return success;
215 * On success, 0 is returned and *siglen bytes of signature are returned in
260 int success = -1; local
333 success = BN_cmp(expected, e) == 0
407 int success = -1; local
458 int success = -1; local
    [all...]
  /external/icu4c/i18n/unicode/
calendar.h 280 * @param success Indicates the success/failure of Calendar creation. Filled in
287 static Calendar* U_EXPORT2 createInstance(UErrorCode& success);
295 * @param success Indicates the success/failure of Calendar creation. Filled in
301 static Calendar* U_EXPORT2 createInstance(TimeZone* zoneToAdopt, UErrorCode& success);
308 * @param success Indicates the success/failure of Calendar creation. Filled in
314 static Calendar* U_EXPORT2 createInstance(const TimeZone& zone, UErrorCode& success);
320 * @param success Indicates the success/failure of Calendar creation. Filled i
    [all...]

Completed in 961 milliseconds

<<21222324252627282930>>