HomeSort by relevance Sort by last modified time
    Searched refs:success (Results 476 - 500 of 917) sorted by null

<<11121314151617181920>>

  /external/icu4c/i18n/
coptccal.cpp 27 CopticCalendar::CopticCalendar(const Locale& aLocale, UErrorCode& success)
28 : CECalendar(aLocale, success)
ethpccal.h 117 * @param success Indicates the status of EthiopicCalendar object construction.
123 EthiopicCalendar(const Locale& aLocale, UErrorCode& success, EEraType type = AMETE_MIHRET_ERA);
indiancal.h 146 * @param success Indicates the status of IndianCalendar object construction.
151 IndianCalendar(const Locale& aLocale, UErrorCode &success);
persncal.h 144 * @param success Indicates the status of PersianCalendar object construction.
148 PersianCalendar(const Locale& aLocale, UErrorCode &success);
  /external/skia/src/animator/
SkDump.cpp 70 bool success = scriptEngine.evaluateScript(&cScript, &value); local
72 if (success == false) {
  /external/skia/src/core/
SkEdge.cpp 257 int success; local
281 success = this->updateLine(oldx, oldy, newx, newy);
284 } while (count > 0 && !success);
291 return success;
434 int success; local
461 success = this->updateLine(oldx, oldy, newx, newy);
464 } while (count < 0 && !success);
469 return success;
  /frameworks/base/core/java/com/android/internal/widget/
EditableInputConnection.java 120 boolean success = super.commitText(text, newCursorPosition);
127 return success;
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
LinkedListTest.java 49 catch (NullPointerException success) {}
138 catch (NullPointerException success) {}
170 } catch(IndexOutOfBoundsException success) {}
184 } catch(IndexOutOfBoundsException success){}
225 catch (NoSuchElementException success) {}
239 } catch (NoSuchElementException success){
365 } catch(NullPointerException success){}
377 } catch(ArrayStoreException success){}
  /packages/apps/Launcher2/src/com/android/launcher2/
UserFolder.java 75 public void onDropCompleted(View target, boolean success) {
76 if (success) {
  /external/chromium/base/
process_util_posix.cc 42 bool* success) {
88 if (success)
89 *success = (ret_pid != -1);
515 bool success = (sigaction(SIGPIPE, &action, NULL) == 0); local
518 success &= (signal(SIGSEGV, &StackDumpSignalHandler) != SIG_ERR);
519 success &= (signal(SIGILL, &StackDumpSignalHandler) != SIG_ERR);
520 success &= (signal(SIGBUS, &StackDumpSignalHandler) != SIG_ERR);
521 success &= (signal(SIGFPE, &StackDumpSignalHandler) != SIG_ERR);
522 return success;
625 // environment. Redirects stderr to /dev/null. Returns true on success
707 bool success = WaitForExitCode(pid, &exit_code); local
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_CHECK_CAST.S 24 cmp r0, r1 @ same class (trivial success)?
41 bne .L${opcode}_okay @ no, success
  /external/chromium/googleurl/src/
url_canon_internal.h 272 // function only when the input is wide. Returns true on success. Failure
296 bool success = ReadUTFChar(str, begin, length, &char_value); local
298 return success;
308 bool success = ReadUTFChar(str, begin, length, &ch); local
310 return success;
314 // the escaped value and put it into |*unescaped_value| on success (returns
413 // Returns true on success. Fales means that the input was not valid UTF-16,
  /external/chromium/net/base/
filter.cc 80 bool success = filter_context.GetMimeType(&mime_type); local
81 DCHECK(success || mime_type.empty());
95 success = filter_context.GetURL(&url);
96 DCHECK(success);
sdch_filter.cc 29 bool success = filter_context.GetMimeType(&mime_type_); local
30 DCHECK(success);
31 success = filter_context.GetURL(&url_);
32 DCHECK(success);
  /external/chromium/third_party/icu/source/i18n/
ethpccal.h 117 * @param success Indicates the status of EthiopicCalendar object construction.
123 EthiopicCalendar(const Locale& aLocale, UErrorCode& success, EEraType type = AMETE_MIHRET_ERA);
indiancal.h 146 * @param success Indicates the status of IndianCalendar object construction.
151 IndianCalendar(const Locale& aLocale, UErrorCode &success);
persncal.h 144 * @param success Indicates the status of PersianCalendar object construction.
148 PersianCalendar(const Locale& aLocale, UErrorCode &success);
  /external/icu4c/samples/layout/
ScriptCompositeFontInstance.h 65 * @param success - set to an error code if the arguments are illegal, or no font
77 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;
  /external/skia/gm/
gmmain.cpp 164 bool success = write_bitmap(path, bitmap); local
165 if (!success) {
171 bool success = SkImageDecoder::DecodeFile(path.c_str(), &orig, local
174 if (success) {
  /external/skia/src/images/
SkImageDecoder.cpp 252 bool success = false; local
256 success = codec->decode(stream, bm, pref, mode);
257 if (success && format) {
262 return success;
  /external/webkit/WebCore/dom/
Clipboard.h 53 virtual String getData(const String& type, bool& success) const = 0;
  /external/webkit/WebCore/platform/chromium/
ClipboardChromium.h 58 String getData(const String& type, bool& success) const;
  /external/webkit/WebCore/platform/mac/
ClipboardMac.h 57 String getData(const String& type, bool& success) const;
  /external/webkit/WebCore/platform/qt/
ClipboardQt.h 55 String getData(const String& type, bool& success) const;
  /external/webkit/WebCore/platform/win/
ClipboardWin.h 56 String getData(const String& type, bool& success) const;

Completed in 1191 milliseconds

<<11121314151617181920>>