/external/openssh/ |
authfile.c | 172 int success = 0; local 193 success = PEM_write_bio_DSAPrivateKey(bio, key->dsa, 198 success = PEM_write_bio_ECPrivateKey(bio, key->ecdsa, 203 success = PEM_write_bio_RSAPrivateKey(bio, key->rsa, 207 if (success) { 209 success = 0; 214 return success; 262 int success = 0; local 269 success = 1; 272 return success; [all...] |
serverloop.c | 1102 int success = 0, allocated_listen_port = 0; local 1131 success = 0; 1135 success = channel_setup_remote_fwd_listener( 1149 success = channel_cancel_rport_listener(cancel_address, 1154 success = 1; 1157 packet_start(success ? 1159 if (success && allocated_listen_port > 0) 1171 int id, reply, success = 0; local [all...] |
/external/skia/src/animator/ |
SkDisplayApply.cpp | 397 bool success = maker.computeID(scope, this, &newID); local 398 if (success == false) 428 bool success = SkAnimatorScript::EvaluateDisplayable(maker, this, dynamicScope.c_str(), local 430 if (success && scope != newScope) { 474 SkDEBUGCODE(bool success = ) target->getProperty(info->propertyIndex(), &scriptValue); 475 SkASSERT(success == true); 632 SkDEBUGCODE(bool success = ) animate->fFieldInfo->setValue(maker, &formulaValues, 0, 0, NULL, 634 SkASSERT(success); 764 SkDEBUGCODE(bool success = ) target->getProperty(info->propertyIndex(), &scriptValue); 765 SkASSERT(success == true) [all...] |
SkAnimatorScript2.cpp | 162 bool success = fEngine->getMaker().find(token, len, &displayable); local 163 if (success == false) { 336 bool success = fEngine->getMaker().findKey(displayable, &id); local 337 SkASSERT(success); 597 bool success = engine.evaluateScript(&script, &value); local 598 if (success == false) {
|
/external/v8/test/mjsunit/ |
debug-handle.js | 62 assertTrue(response.success, request + ' -> ' + response.message); 69 function lookupRequest(exec_state, arguments, success) { 85 if (success) { 86 assertTrue(response.success, request + ' -> ' + response.message); 88 assertFalse(response.success, request + ' -> ' + response.message);
|
debug-setbreakpoint.js | 52 function testArguments(dcp, arguments, success, is_script) { 56 if (success) { 57 assertTrue(response.success, request + ' -> ' + json_response); 64 assertFalse(response.success, request + ' -> ' + json_response); 78 assertFalse(response.success);
|
/prebuilts/devtools/tools/lib/ |
manifest-merger.jar | |
/external/chromium/chrome/browser/sync/glue/ |
bookmark_change_processor.cc | 292 bool success = false; local 295 success = (operation == CREATE) ? 298 if (success) { 311 success = (operation == CREATE) ? 314 if (success) { 320 return success;
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_cache.cc | 78 bool success) { 81 callback.Run(success, *cache_entry); 531 bool success = false; local 534 success = base::Move(source_path, dest_path); 537 success = base::CopyFile(source_path, dest_path); 543 if (!success) {
|
/external/chromium_org/chrome/browser/safe_browsing/ |
protocol_manager.cc | 692 void SafeBrowsingProtocolManager::UpdateFinished(bool success) { 693 UpdateFinished(success, !success); 696 void SafeBrowsingProtocolManager::UpdateFinished(bool success, bool back_off) { 700 bool update_success = success || request_type_ == CHUNK_REQUEST; 714 delegate_->UpdateFinished(success);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/ |
ttsdebug.js | 577 var success = document.createElement('div'); 578 success.className = 'success'; 579 success.innerText = 'Test succeeded.'; 580 messagesWrap.appendChild(success); 608 test.run(testRunName, voiceName, function(success, resultTime, errors) { 609 if (success) {
|
/external/chromium_org/chrome/test/ui/ |
ui_test.cc | 318 bool success = tab_proxy->GetCurrentURL(&url); local 319 EXPECT_TRUE(success); 320 if (!success) 592 bool success = tab->ExecuteAndExtractBool(frame_xpath, jscript, local 594 EXPECT_TRUE(success); 595 if (!success)
|
/external/chromium_org/content/plugin/ |
webplugin_proxy.cc | 212 bool success = false; local 214 route_id_, npobject_route_id, &success)); 215 if (!success) 236 bool success = false; local 238 &success)); 239 if (!success)
|
/external/chromium_org/dbus/ |
test_service.cc | 19 void EmptyCallback(bool /* success */) { 137 bool success) { 138 has_ownership_ = success; 139 LOG_IF(ERROR, !success) << "Failed to own: " << service_name; 140 callback.Run(success); 145 bool success) { 146 if (!success) {
|
/external/chromium_org/printing/ |
printing_context_win.cc | 677 bool success = false; local 690 success = InitializeSettings(*dev_mode, 697 if (!success && dialog_options.hDC) { 755 bool success = false; local 758 success = InitializeSettings(*dev_mode, device_name, NULL, 0, false); 761 if (!success && dialog_options.hDC) {
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
phonenumbermatcher.cc | 531 bool success = ParseAndVerify(first_group_only, offset, match); local 532 if (success) { 540 success = 542 if (success) { 562 success = ParseAndVerify(without_last_group, offset, match); 563 if (success) { [all...] |
/external/chromium_org/third_party/skia/src/animator/ |
SkAnimatorScript2.cpp | 162 bool success = fEngine->getMaker().find(token, len, &displayable); local 163 if (success == false) { 336 bool success = fEngine->getMaker().findKey(displayable, &id); local 337 SkASSERT(success); 597 bool success = engine.evaluateScript(&script, &value); local 598 if (success == false) {
|
/external/chromium_org/third_party/skia/src/svg/ |
SkSVGPaintState.cpp | 168 bool success = writeChangedAttributes(parser, current, changed); 169 if (success == false) 171 success = writeChangedElements(parser, current, changed); 172 if (success == false) 231 bool success = parser.fLastTransform.invert(&inverse); 232 SkASSERT(success == true);
|
/external/chromium_org/ui/base/events/ |
event.cc | 441 bool success = gfx::DecomposeTransform(&decomp, inverted_root_transform); local 442 DCHECK(success); 510 bool success = gfx::DecomposeTransform(&decomp, inverted_root_transform); local 511 DCHECK(success); 742 bool success = gfx::DecomposeTransform(&decomp, inverted_root_transform); local 743 DCHECK(success);
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
JSR166TestCase.java | 575 } catch (TimeoutException success) { 857 } catch (InterruptedException success) { 887 } catch (InterruptedException success) { [all...] |
/external/icu4c/i18n/ |
chnsecal.cpp | 120 ChineseCalendar::ChineseCalendar(const Locale& aLocale, UErrorCode& success) 121 : Calendar(TimeZone::createDefault(), aLocale, success), 126 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local 130 const TimeZone* zoneAstroCalc, UErrorCode &success) 131 : Calendar(TimeZone::createDefault(), aLocale, success), 136 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local [all...] |
/external/linux-tools-perf/scripts/python/ |
sched-migration.py | 353 def wake_up(self, headers, comm, pid, success, target_cpu, fork): 354 if success == 0: 430 comm, pid, prio, success, 434 parser.wake_up(headers, comm, pid, success, target_cpu, 1) 438 comm, pid, prio, success, 442 parser.wake_up(headers, comm, pid, success, target_cpu, 0)
|
/external/skia/src/svg/ |
SkSVGPaintState.cpp | 168 bool success = writeChangedAttributes(parser, current, changed); 169 if (success == false) 171 success = writeChangedElements(parser, current, changed); 172 if (success == false) 231 bool success = parser.fLastTransform.invert(&inverse); 232 SkASSERT(success == true);
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_invitation.c | 481 void p2p_invitation_req_cb(struct p2p_data *p2p, int success) 483 p2p_dbg(p2p, "Invitation Request TX callback: success=%d", success); 495 p2p_set_timeout(p2p, 0, success ? 350000 : 100000); 499 void p2p_invitation_resp_cb(struct p2p_data *p2p, int success) 501 p2p_dbg(p2p, "Invitation Response TX callback: success=%d", success); 504 if (!success)
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorAudioPlayer.cpp | 500 bool success = format->findCString(kKeyMIMEType, &mime); local 501 CHECK(success); 504 success = format->findInt32(kKeySampleRate, &mSampleRate); 505 CHECK(success); 508 success = format->findInt32(kKeyChannelCount, &numChannels); 509 CHECK(success);
|