/external/chromium_org/components/nacl/broker/ |
nacl_broker_listener.cc | 51 bool* success) { 61 *success = (result == sandbox::SBOX_ALL_OK);
|
/external/chromium_org/content/plugin/ |
webplugin_delegate_stub.h | 78 bool success, 80 void OnGetFormValue(string16* value, bool* success);
|
/external/chromium_org/content/renderer/browser_plugin/ |
browser_plugin_manager_impl.cc | 52 bool success = iter.ReadInt(&guest_instance_id); local 53 DCHECK(success);
|
/external/chromium_org/content/shell/ |
shell_login_dialog.cc | 92 void ShellLoginDialog::SendAuthToRequester(bool success, 96 if (success)
|
/external/chromium_org/dbus/ |
object_manager.h | 241 bool success); 248 bool success);
|
test_service.h | 56 // Returns true on success. 93 // when the service requests the ownership. |success| is the result of the 97 bool success); 102 bool success);
|
/external/chromium_org/device/bluetooth/ |
bluetooth_adapter_chromeos.h | 101 void OnSetAlias(bool success); 119 bool success);
|
/external/chromium_org/ppapi/proxy/ |
ppb_graphics_3d_proxy.h | 90 bool* success); 95 bool* success);
|
resource_message_test_sink.cc | 107 bool success = PpapiHostMsg_ResourceSyncCall::ReadSendParam( local 109 DCHECK(success);
|
/external/chromium_org/ppapi/thunk/ |
ppb_content_decryptor_private_thunk.cc | 89 PP_Bool success) { 97 success);
|
/external/chromium_org/remoting/client/ |
audio_player.cc | 57 bool success = ResetAudioPlayer(sampling_rate_); local 58 if (!success) {
|
/external/chromium_org/third_party/WebKit/Source/core/platform/image-encoders/skia/ |
WEBPImageEncoder.cpp | 113 bool success = WebPEncode(&config, &picture); local 115 return success;
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseTask.cpp | 100 DatabaseBackend::DatabaseOpenTask::DatabaseOpenTask(DatabaseBackend* database, bool setVersionInNewDatabase, DatabaseTaskSynchronizer* synchronizer, DatabaseError& error, String& errorMessage, bool& success) 105 , m_success(success)
|
/external/chromium_org/third_party/icu/source/i18n/ |
coptccal.cpp | 27 CopticCalendar::CopticCalendar(const Locale& aLocale, UErrorCode& success) 28 : CECalendar(aLocale, success)
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDump.cpp | 62 bool success = scriptEngine.evaluateScript(&cScript, &value); local 64 if (success == false) {
|
/external/chromium_org/third_party/skia/src/core/ |
SkEdge.cpp | 277 int success; local 301 success = this->updateLine(oldx, oldy, newx, newy); 304 } while (count > 0 && !success); 311 return success; 454 int success; local 488 success = this->updateLine(oldx, oldy, newx, newy); 491 } while (count < 0 && !success); 496 return success;
|
/external/clang/test/CodeGenCXX/ |
eh.cpp | 306 goto success; 309 success:
|
/external/icu4c/i18n/ |
chnsecal.h | 108 * @param success Indicates the status of ChineseCalendar object construction. 112 ChineseCalendar(const Locale& aLocale, UErrorCode &success); 125 * @param success Indicates the status of ChineseCalendar object construction; 129 ChineseCalendar(const Locale& aLocale, int32_t epochYear, const TimeZone* zoneAstroCalc, UErrorCode &success);
|
coptccal.cpp | 27 CopticCalendar::CopticCalendar(const Locale& aLocale, UErrorCode& success) 28 : CECalendar(aLocale, success)
|
/external/objenesis/tck/src/org/objenesis/tck/ |
TCK.java | 114 boolean success = instance != null && instance.getClass() == candidate; 115 reporter.result(success);
|
/external/openssh/ |
session.c | 300 int success, type, screen_flag; local 317 success = 0; 336 /* Enable compression after we have responded with SUCCESS. */ 338 success = 1; 342 success = session_pty_req(s); 362 success = session_setup_x11fwd(s); 363 if (!success) { 378 success = auth_input_request_forwarding(s->pw); 396 success = 1; 401 success = 1 2085 int success = 0; local 2123 int success; local 2156 u_int len, success; local 2232 int success = 0; local [all...] |
/external/skia/src/animator/ |
SkDump.cpp | 62 bool success = scriptEngine.evaluateScript(&cScript, &value); local 64 if (success == false) {
|
/external/skia/src/core/ |
SkEdge.cpp | 277 int success; local 301 success = this->updateLine(oldx, oldy, newx, newy); 304 } while (count > 0 && !success); 311 return success; 454 int success; local 488 success = this->updateLine(oldx, oldy, newx, newy); 491 } while (count < 0 && !success); 496 return success;
|
/external/skia/tests/ |
FrontBufferedStreamTest.cpp | 25 const bool success = bufferedStream->rewind(); local 26 REPORTER_ASSERT(reporter, success == shouldSucceed);
|
/frameworks/base/media/mca/filterfw/jni/ |
jni_gl_frame.cpp | 121 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(bytes + offset), length); local 123 return ToJBool(success); 149 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(int_ptr), local 152 return ToJBool(success); 184 const bool success = frame->WriteData(rgba_buffer, length); local 188 return ToJBool(success); 225 const bool success = frame->WriteData(pixels, size); local 226 return ToJBool(success &&
|