HomeSort by relevance Sort by last modified time
    Searched full:noerr (Results 51 - 75 of 96) sorted by null

1 23 4

  /external/chromium/chrome/common/
service_process_util_mac.mm 73 return FSGetCatalogInfo(&child, 0, NULL, NULL, NULL, parent) == noErr;
369 if (err == noErr && in_trash) {
375 if (FSCompareFSRefs(&path_ref, &executable_fsref_) == noErr) {
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDL_syscdrom.c 266 OSStatus err = noErr;
279 if (err != noErr) {
480 if (err != noErr) {
AudioFileReaderThread.c 306 if (result != noErr && result != eofErr) {
435 return noErr;
455 return noErr;
524 OSStatus result = noErr;
AudioFilePlayer.c 70 OSStatus result = noErr;
  /external/chromium/base/mac/
mac_util.mm 99 if (LSSharedFileListItemResolve(item, 0, &item_url_ref, NULL) == noErr) {
140 return status == noErr;
234 if (status == noErr) {
277 CSBackupSetItemExcluded((CFURLRef)url, exclude, true) == noErr;
  /external/chromium/chrome/browser/ui/cocoa/
external_protocol_dialog.mm 141 if (status != noErr) {
nsmenuitem_additions_unittest.mm 289 OSStatus err = noErr;
302 assert(err == noErr);
  /sdk/swtmenubar/src-darwin/com/android/menubar/internal/
MenuBarEnhancerCarbon.java 98 0, kHICommandPreferences, 1, outMenu, outIndex) == OS.noErr && outMenu[0] != 0) {
  /external/chromium/chrome/browser/password_manager/
password_store_mac.cc 151 if (result != noErr) {
157 while (keychain_->SearchCopyNext(search_ref_, &keychain_item) == noErr) {
258 if (result != noErr) {
567 if (result == noErr) {
582 return result == noErr;
591 return result == noErr;
712 return result == noErr;
722 return result == noErr;
    [all...]
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowFrame.m 234 if (osStatus!=noErr) NSLog(@"A Carbon window's title couldn't be set.");
252 if (osStatus==noErr) {
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebDragClientMac.mm 186 if (status != noErr || !pasteboard)
191 if (status != noErr || !location)
  /external/webkit/Tools/WebKitLauncher/
main.m 152 if (err != noErr)
163 if (Gestalt(gestaltSystemVersion, &version) != noErr)
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 103 if (err != noErr)
156 if (ResError() != noErr)
396 if (err != noErr) {
401 if (err != noErr) {
406 if (err != noErr) {
WebBasePluginPackage.mm 106 if (err != noErr)
112 if (err != noErr)
  /external/chromium/chrome/browser/cocoa/
install_from_dmg.mm 318 if (err != noErr) {
345 if (err != noErr) {
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macos/
SDL_syscdrom_c.h 29 #define kVerifyTheDisc 5 /* Returns noErr if there is disc inserted */
  /external/webkit/Source/WebCore/platform/audio/mac/
AudioDestinationMac.cpp 159 return noErr;
  /external/webkit/Source/WebCore/platform/graphics/mac/
GlyphPageTreeNodeMac.cpp 135 if (status != noErr)
  /external/webkit/Source/WebCore/platform/graphics/win/
QTDecompressionSession.cpp 72 if (ICMGetPixelFormatInfo(m_pixelFormat, &pixelFormatInfo) != noErr) {
QTMovie.cpp 646 if (mediaErr != noErr)
688 if (mediaErr != noErr)
887 if (result == noErr)
889 if (result != noErr) {
QTPixelBuffer.cpp 48 return noErr;
  /external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
PluginProcessProxyMac.mm 75 return GetProcessForPID(pluginProcessPID, &pluginProcessSerialNumber) == noErr;
  /external/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp 178 OSStatus status = noErr;
315 OSStatus status = noErr;
324 //require_action(status == noErr, EXIT, printf( "**UCFindTextBreak failed: startOffset %d, status %d\n", (int)startOffset, (int)status));
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 886 if (GetTextEncodingFromScriptInfo(scriptCode, kTextLanguageDontCare, kTextRegionDontCare, &mapping.otherEncoding) != noErr)
895 if (CreateUnicodeToTextInfo(&mapping, &textInfo) != noErr)
908 if (status != noErr)
  /external/expat/doc/
xmlwf.1 212 \fBxmlwf\fR returns a 0 - noerr result,

Completed in 3013 milliseconds

1 23 4