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

<<41424344454647484950>>

  /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/webkit/Source/WebCore/inspector/
InspectorCSSAgent.cpp 317 bool success = inspectorStyleSheet->setPropertyText(errorString, compoundId, propertyIndex, text, overwrite);
318 if (success)
331 bool success = inspectorStyleSheet->toggleProperty(errorString, compoundId, propertyIndex, disable);
332 if (success)
345 bool success = inspectorStyleSheet->setRuleSelector(compoundId, selector);
346 if (!success)
InspectorDatabaseAgent.cpp 311 void InspectorDatabaseAgent::executeSQL(ErrorString* error, int databaseId, const String& query, bool* success, int* transactionId)
320 *success = false;
329 *success = true;
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorAudioPlayer.cpp 501 bool success = format->findCString(kKeyMIMEType, &mime); local
502 CHECK(success);
505 success = format->findInt32(kKeySampleRate, &mSampleRate);
506 CHECK(success);
509 success = format->findInt32(kKeyChannelCount, &numChannels);
510 CHECK(success);
  /hardware/ril/reference-ril/
atchannel.c 171 * returns 1 if line is a final response indicating success
193 * returns 1 if line is a final response, either error or success
249 sp_response->success = 1;
252 sp_response->success = 0;
487 * Returns AT_ERROR_* on error, 0 on success
585 * returns 0 on success, -1 on error
853 && (*pp_outResponse)->success > 0
875 && (*pp_outResponse)->success > 0
899 && (*pp_outResponse)->success > 0
993 if (p_response->success > 0)
    [all...]
  /external/chromium/chrome/browser/
spellcheck_host_impl.cc 300 bool success = false; local
307 success = true;
311 if (!success) {
  /external/chromium/chrome/common/
logging_chrome.cc 302 bool success = InitLogging(log_path.value().c_str(), local
309 if (!success) {
317 if (!success) {
  /external/chromium/third_party/libjingle/source/talk/base/
diskcache.cc 211 bool success = true;
220 success = false;
226 return success;
  /external/icu4c/i18n/
hebrwcal.cpp 154 HebrewCalendar::HebrewCalendar(const Locale& aLocale, UErrorCode& success)
155 : Calendar(TimeZone::createDefault(), aLocale, success)
158 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
islamcal.cpp 93 IslamicCalendar::IslamicCalendar(const Locale& aLocale, UErrorCode& success, ECivil beCivil)
94 : Calendar(TimeZone::createDefault(), aLocale, success),
97 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
  /external/llvm/lib/Support/
MemoryBuffer.cpp 316 return error_code::success();
359 return error_code::success();
388 return error_code::success();
  /external/openssh/
auth2.c 168 * loop until authctxt->success == TRUE
175 dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt);
192 if (!authctxt->success) {
346 authctxt->success = 1;
362 packet_put_char(0); /* XXX partial success, unused */
  /external/qemu/android/
qemu-setup.c 232 int success = 0; local
341 success = 1;
345 if (!success) {
  /external/skia/src/animator/
SkDrawGroup.cpp 204 bool success = SkAnimatorScript::EvaluateInt(maker, this, conditionString.c_str(), &result); local
210 if (success == false)
213 SkDebugf("success=%s\n", result != 0 ? "true" : "false");
216 return success && result != 0;
  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp 697 Jump success = jump(); local
706 // On success return back to the hot patch code, at a point it will perform the store to dest for us.
707 patchBuffer.link(success, stubInfo->hotPathBegin.labelAtOffset(patchOffsetGetByIdPutResult));
761 Jump success = jump(); local
813 Jump success = jump(); local
883 Jump success = jump(); local
949 Jump success = jump(); local
1017 Jump success = jump(); local
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
ClipboardChromium.cpp 107 String ClipboardChromium::getData(const String& type, bool& success) const
109 success = false;
113 return m_dataObject->getData(normalizeType(type), success);
  /external/webkit/Source/WebCore/storage/
IDBDatabaseBackendImpl.cpp 75 bool success = m_backingStore->extractIDBDatabaseMetaData(m_name, m_version, m_id); local
76 ASSERT_UNUSED(success, success == (m_id != InvalidId));
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
SimPukUnlockScreen.java 158 abstract void onSimLockChangedResponse(boolean success);
245 void onSimLockChangedResponse(final boolean success) {
251 if (success) {
SimUnlockScreen.java 154 abstract void onSimLockChangedResponse(boolean success);
217 void onSimLockChangedResponse(final boolean success) {
223 if (success) {
  /frameworks/base/services/java/com/android/server/input/
PersistentDataStore.java 208 boolean success = false;
214 success = true;
216 if (success) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 204 public void acknowledgeLastIncomingGsmSms(boolean success, int cause,
208 public void acknowledgeLastIncomingCdmaSms(boolean success, int cause,
212 public void acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu,
  /dalvik/tests/083-jit-regressions/src/
Main.java 97 catch (ArrayStoreException success) {
  /external/chromium/chrome/browser/automation/
automation_resource_message_filter.cc 470 int tab_handle, bool success, const GURL& url, const std::string& cookies,
484 OnGetCookiesHostResponseInternal(tab_handle, success, url, cookies,
493 int tab_handle, bool success, const GURL& url, const std::string& cookies,
507 params.a = success ? net::OK : net::ERR_ACCESS_DENIED;
  /external/chromium/chrome/browser/extensions/
extension_function.h 180 // success/failure.
186 void SendResponse(bool success);
222 // success/failure.
extension_tabs_module.h 123 void OnExecuteCodeFinished(int request_id, bool success,

Completed in 715 milliseconds

<<41424344454647484950>>