/external/chromium/net/base/ |
sdch_filter.cc | 32 bool success = filter_context.GetMimeType(&mime_type_); local 33 DCHECK(success); 34 success = filter_context.GetURL(&url_); 35 DCHECK(success);
|
/external/chromium/net/http/ |
partial_data.h | 88 // |success| is the result of the whole request so if it's false, we'll change 90 void FixResponseHeaders(HttpResponseHeaders* headers, bool success);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
fileutils.cc | 195 bool success = true; local 207 success = false; 212 success = false; 217 return success;
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
AbstractTextPropertyEditor.java | 281 boolean success = toProperty(property); 283 if (!success) { 330 boolean success = setEditorText(property, text); 331 if (!success) { 340 // OK, success
|
/external/icu4c/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 75 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;
|
/external/linux-tools-perf/scripts/perl/ |
wakeup-latency.pl | 55 $comm, $pid, $prio, $success, $target_cpu) = @_;
|
/external/openssh/contrib/redhat/ |
sshd.init | 50 $SSHD $OPTIONS && success || failure
|
/external/qemu/android/ |
opengles.c | 250 int success = createOpenGLSubwindow((FBNativeWindowType)window, x, y, width, height, rotation); local 251 return success ? 0 : -1; 261 int success = destroyOpenGLSubwindow(); local 262 return success ? 0 : -1;
|
/external/skia/src/images/ |
SkImageDecoder.cpp | 257 bool success = false; local 261 success = codec->decode(stream, bm, pref, mode); 262 if (success && format) { 267 return success;
|
/external/valgrind/main/memcheck/tests/linux/ |
timerfd-syscall.stderr.exp | 24 success 47 success
|
/external/webkit/Source/WebCore/bindings/v8/ |
ScriptFunctionCall.cpp | 121 if (!scope.success()) { 134 if (!scope.success()) { 154 if (!scope.success()) { 167 if (!scope.success()) {
|
/external/webkit/Source/WebCore/inspector/ |
InspectorDatabaseAgent.h | 67 void executeSQL(ErrorString*, int databaseId, const String& query, bool* success, int* transactionId);
|
/external/webkit/Source/WebCore/platform/chromium/ |
ClipboardChromium.h | 60 String getData(const String& type, bool& success) const;
|
/external/webkit/Source/WebCore/platform/mac/ |
ClipboardMac.h | 58 String getData(const String& type, bool& success) const;
|
/external/webkit/Source/WebCore/platform/qt/ |
ClipboardQt.h | 56 String getData(const String& type, bool& success) const;
|
/external/webkit/Source/WebCore/platform/wx/ |
ClipboardWx.cpp | 60 String ClipboardWx::getData(const String& type, bool& success) const
|
/external/webkit/Source/WebKit/chromium/public/ |
WebApplicationCacheHost.h | 91 virtual void didFinishLoadingMainResource(bool success) { }
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wpas-dbus-new-signals.py | 85 def scanDone(success): 87 print "Scan done: success=%s" % success 89 def scanDone2(success, path=None): 90 print "Scan done: success=%s [path=%s]" % (success, path)
|
/frameworks/base/core/java/android/os/ |
CommonClock.java | 350 boolean success = false; 359 success = (0 == reply.readInt()); 362 success = false; 372 if (!success) {
|
/frameworks/base/core/java/com/android/internal/os/storage/ |
ExternalStorageFormatter.java | 172 boolean success = false; 175 success = true; 180 if (success) { 190 if (!success && mAlwaysReset) {
|
/frameworks/base/core/tests/coretests/src/android/os/ |
TestHandlerThread.java | 65 public void success() { method in class:TestHandlerThread
|
/frameworks/compile/libbcc/include/bcc/Support/ |
FileBase.h | 138 { return (mError.value() != llvm::errc::success); }
|