HomeSort by relevance Sort by last modified time
    Searched refs:success (Results 1126 - 1150 of 2937) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaList.cpp 203 bool success = m_mediaQueries->remove(medium); local
204 if (!success) {
216 bool success = m_mediaQueries->add(medium); local
217 if (!success) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMStorageAgent.cpp 227 bool success = storageId->getString("securityOrigin", &securityOrigin); local
228 if (success)
229 success = storageId->getBoolean("isLocalStorage", &isLocalStorage);
230 if (!success) {
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
checkout.js 53 success: function() {
  /external/chromium_org/third_party/WebKit/public/web/
WebApplicationCacheHost.h 89 virtual void didFinishLoadingMainResource(bool success) { }
  /external/chromium_org/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/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_blend.c 86 boolean success)
88 fprintf(fp, "%s\t", success ? "pass" : "fail");
468 boolean success; local
486 success = TRUE;
495 for(i = 0; i < n && success; ++i) {
526 success = FALSE;
567 for(i = 0; i < n && success; ++i) {
611 success = FALSE;
681 write_tsv_row(fp, blend, mode, type, cycles_avg, success);
687 return success;
753 boolean success = TRUE; local
808 boolean success = TRUE; local
    [all...]
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
SelectFileDialog.java 147 boolean success = false;
152 success = true;
174 success = true;
180 if (!success) {
  /external/chromium_org/ui/aura/
remote_root_window_host_win.h 155 void OnFileSaveAsDone(bool success,
158 void OnFileOpenDone(bool success, const base::FilePath& filename);
159 void OnMultiFileOpenDone(bool success,
161 void OnSelectFolderDone(bool success, const base::FilePath& folder);
  /external/chromium_org/url/
url_canon_internal.h 247 // function only when the input is wide. Returns true on success. Failure
271 bool success = ReadUTFChar(str, begin, length, &char_value); local
273 return success;
283 bool success = ReadUTFChar(str, begin, length, &ch); local
285 return success;
289 // the escaped value and put it into |*unescaped_value| on success (returns
388 // Returns true on success. Fales means that the input was not valid UTF-16,
  /external/chromium_org/v8/test/webkit/
var-shadows-arg-crash.js 30 var b, a = "success";
36 shouldBe('test()()', '"success"');
  /external/chromium_org/webkit/support/
web_layer_tree_view_impl_for_testing.h 68 virtual void DidInitializeOutputSurface(bool success) OVERRIDE {}
  /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/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_blend.c 86 boolean success)
88 fprintf(fp, "%s\t", success ? "pass" : "fail");
468 boolean success; local
486 success = TRUE;
495 for(i = 0; i < n && success; ++i) {
526 success = FALSE;
567 for(i = 0; i < n && success; ++i) {
611 success = FALSE;
681 write_tsv_row(fp, blend, mode, type, cycles_avg, success);
687 return success;
753 boolean success = TRUE; local
808 boolean success = TRUE; local
    [all...]
  /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/sfntly/cpp/src/sample/subtly/
font_info.cc 142 bool success = GetCharacterMap(chars_to_glyph_ids); local
143 if (!success) {
151 success = ResolveCompositeGlyphs(chars_to_glyph_ids, resolved_glyph_ids);
152 if (!success) {
  /external/skia/gm/viewer/
module.js 48 $http.get($scope.platformPath + "/actual-results.json").success(
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.stderr.exp 24 success
47 success

Completed in 1290 milliseconds

<<41424344454647484950>>