/external/chromium_org/chrome/browser/ui/cocoa/ |
restart_browser.mm | 22 returnCode:(int)returnCode 39 returnCode:(int)returnCode 41 if (returnCode == NSAlertFirstButtonReturn) { 43 } else if (returnCode == NSAlertSecondButtonReturn) { 79 returnCode: 83 NSInteger returnCode = [alert runModal]; 85 returnCode:returnCode [all...] |
external_protocol_dialog.mm | 34 returnCode:(int)returnCode 100 didEndSelector:@selector(alertEnded:returnCode:contextInfo:) 113 returnCode:(int)returnCode 117 switch (returnCode) {
|
/external/chromium/chrome/browser/ui/cocoa/ |
restart_browser.mm | 24 returnCode:(int)returnCode 41 returnCode:(int)returnCode 43 if (returnCode == NSAlertFirstButtonReturn) { 45 } else if (returnCode == NSAlertSecondButtonReturn) { 84 returnCode: 88 NSInteger returnCode = [alert runModal]; 90 returnCode:returnCode [all...] |
repost_form_warning_mac.mm | 19 returnCode:(int)returnCode 32 returnCode:(int)returnCode 34 if (returnCode == NSAlertFirstButtonReturn) { 55 @selector(alertDidEnd:returnCode:contextInfo:)), 76 returnCode:NSAlertSecondButtonReturn];
|
external_protocol_dialog.mm | 32 returnCode:(int)returnCode 91 didEndSelector:@selector(alertEnded:returnCode:contextInfo:) 104 returnCode:(int)returnCode 108 switch (returnCode) {
|
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/ |
AAC_E_SAMPLES.c | 151 int returnCode; 159 returnCode = parsecmdline(argc,argv, &infileName, &outfileName, &aacpara); 160 if(returnCode) 205 returnCode = pGetAPI(&AudioAPI); 206 if(returnCode) 211 returnCode = AudioAPI.Init(&hCodec, VO_AUDIO_CodingAAC, &useData); 212 if(returnCode < 0) 218 returnCode = AudioAPI.SetParam(hCodec, VO_PID_AAC_ENCPARAM, &aacpara); 233 returnCode = AudioAPI.SetInputData(hCodec,&inData); 239 returnCode = AudioAPI.GetOutputData(hCodec,&outData, &outInfo) [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
signed_settings_helper.h | 30 SignedSettings::ReturnCode code, 35 SignedSettings::ReturnCode code, const std::string& email) {} 39 SignedSettings::ReturnCode code, const std::string& email) {} 43 SignedSettings::ReturnCode code, 49 SignedSettings::ReturnCode code, 55 SignedSettings::ReturnCode code) {} 59 SignedSettings::ReturnCode code,
|
/external/chromium/chrome/browser/ssl/ |
ssl_add_cert_handler_mac.mm | 49 returnCode:(NSInteger)returnCode 53 handler_->Finished(returnCode == NSOKButton); 78 didEndSelector:@selector(sheetDidEnd:returnCode:context:) 84 int returnCode = [panel runModalForCertificates:certs showGroup:NO]; 85 [self sheetDidEnd:panel returnCode:returnCode context:NULL];
|
/external/chromium_org/chrome/browser/ssl/ |
ssl_add_cert_handler_mac.mm | 48 returnCode:(NSInteger)returnCode 52 handler_->Finished(returnCode == NSOKButton); 77 didEndSelector:@selector(sheetDidEnd:returnCode:context:) 83 int returnCode = [panel runModalForCertificates:certs showGroup:NO]; 84 [self sheetDidEnd:panel returnCode:returnCode context:NULL];
|
/external/chromium_org/content/shell/browser/ |
shell_login_dialog_mac.mm | 36 returnCode:(int)returnCode 65 returnCode:(int)returnCode 67 if (returnCode == NSRunStoppedResponse) 72 if (returnCode == NSAlertFirstButtonReturn) { 105 didEndSelector:@selector(alertDidEnd:returnCode:contextInfo:)
|
shell_javascript_dialog_mac.mm | 30 returnCode:(int)returnCode 63 returnCode:(int)returnCode 65 if (returnCode == NSRunStoppedResponse) 68 bool success = returnCode == NSAlertFirstButtonReturn; 123 didEndSelector:@selector(alertDidEnd:returnCode:contextInfo:)
|
/external/chromium_org/native_client_sdk/src/tools/tests/ |
httpd_test.py | 40 if self.process and self.process.returncode is None: 46 queue.put((process.returncode, stdout, stderr)) 62 returncode, stdout, stderr = queue.get(False) 63 return returncode, stdout, stderr 91 returncode, stdout, _ = self._Run(args, timeout=10) 92 self.assertNotEqual(-1, returncode) 97 returncode, stdout, _ = self._Run(args, timeout=20) 98 self.assertEqual(0, returncode) 104 returncode, stdout, _ = self._Run(args, timeout=20) 105 self.assertEqual(1, returncode) [all...] |
/external/skia/tools/ |
find_bad_images_in_skps.py | 54 @returns a tuple (returncode, output) 67 returncode = proc.wait() 68 return (returncode, output) 116 returncode, output = execute_program(args, ignores) 117 if (returncode == 0) and not output: 128 returncode, output = execute_program(args, []) 129 if (returncode == 0) and not output: 140 if returncode == 2: 141 returncode = 'SkImageDecoder::DecodeFile returns false' 142 elif returncode == 0 [all...] |
/external/chromium/chrome/browser/ui/login/ |
login_prompt_mac.h | 28 returnCode:(int)returnCode
|
/external/chromium_org/tools/win/split_link/ |
graph_dependencies.py | 25 if popen.returncode != 0: 26 return popen.returncode 34 if popen.returncode != 0: 35 return popen.returncode
|
/external/chromium_org/build/android/buildbot/tests/ |
bb_run_bot_test.py | 18 code |= proc.returncode 19 if proc.returncode != 0:
|
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
constrained_window_sheet_controller_unittest.mm | 23 @property(nonatomic, readonly) int returnCode; 30 @synthesize returnCode = returnCode_; 36 didEndSelector:@selector(alertDidEnd:returnCode:ctxInfo:) 41 [NSApp endSheet:[alert_ window] returnCode:kSystemSheetReturnCode]; 60 returnCode:(NSInteger)returnCode 62 returnCode_ = returnCode; 271 EXPECT_EQ(kSystemSheetReturnCode, [system_sheet returnCode]);
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-xctest.py | 24 if job.returncode != 0: 25 raise Exception('Error %d running xcodebuild' % job.returncode)
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
RequestPermissionHelperActivity.java | 95 int returnCode; 115 returnCode = RequestPermissionActivity.RESULT_BT_STARTING_OR_STARTED; 117 returnCode = RESULT_CANCELED; 122 returnCode = RESULT_CANCELED; 127 setResult(returnCode);
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/ |
AMRWB_E_SAMPLE.c | 81 int returnCode; 148 returnCode = pGetAPI(&AudioAPI); 149 if(returnCode) 206 returnCode = AudioAPI.SetInputData(hCodec,&inData); 209 returnCode = AudioAPI.GetOutputData(hCodec,&outData, &outFormat); 210 if(returnCode == 0) 225 else if(returnCode == VO_ERR_LICENSE_ERROR) 230 } while(returnCode != VO_ERR_INPUT_BUFFER_SMALL); 241 } while (!eofFile && returnCode); 245 returnCode = AudioAPI.Uninit(hCodec) [all...] |
/external/clang/tools/scan-view/ |
startfile.py | 64 returncode = pipe.wait() 66 returncode = self.fixreturncode(returncode) 67 return not returncode 136 def fixreturncode(self, returncode): 137 if returncode is not None and self.kde_version > '3.5.4': 138 return returncode
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_name_folder_controller.mm | 82 didEndSelector:@selector(didEndSheet:returnCode:contextInfo:) 104 returnCode:(int)returnCode
|
/external/chromium_org/build/ |
extract_from_cab.py | 15 """Run 'expand' suppressing noisy output. Returns returncode from process.""" 18 if popen.returncode: 21 return popen.returncode
|
/frameworks/base/core/java/android/content/pm/ |
IPackageDeleteObserver.aidl | 26 void packageDeleted(in String packageName, in int returnCode);
|
IPackageInstallObserver.aidl | 25 void packageInstalled(in String packageName, int returnCode);
|