/external/chromium/webkit/glue/media/ |
simple_data_source.cc | 291 bool success = net::DataURL::Parse(url_, &mime_type, &charset, &data_); local 295 DoneInitialization_Locked(success); 325 void SimpleDataSource::DoneInitialization_Locked(bool success) { 328 if (success) {
|
simple_data_source.h | 107 void DoneInitialization_Locked(bool success);
|
/external/compiler-rt/lib/ |
atomic.c | 178 void *desired, int success, int failure) { 181 *(type*)desired, success, failure) 268 int success, int failure) {\ 271 success, failure);\
|
/external/emma/core/java12/com/vladium/emma/report/lcov/ |
ReportGenerator.java | 195 boolean success = false; 296 success = true; 301 success = false; 304 if (!success)
|
/external/icu4c/i18n/ |
chnsecal.h | 107 * @param success Indicates the status of ChineseCalendar object construction. 111 ChineseCalendar(const Locale& aLocale, UErrorCode &success);
|
hebrwcal.h | 161 * @param success Indicates the status of HebrewCalendar object construction. 165 HebrewCalendar(const Locale& aLocale, UErrorCode& success); 239 * @param status Output param set to success/failure code on exit. If any value 256 * @param status Output param set to success/failure code on exit. If any value 269 * @param status Output param set to success/failure code on exit. If any value
|
islamcal.h | 189 * @param success Indicates the status of IslamicCalendar object construction. 194 IslamicCalendar(const Locale& aLocale, UErrorCode &success, ECivil beCivil = CIVIL);
|
/external/icu4c/layout/ |
GlyphIterator.h | 72 LEGlyphID *insertGlyphs(le_int32 count, LEErrorCode& success);
|
LEFontInstance.h | 132 * @param success - set to an error code if the arguments are illegal, or no font 144 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;
|
/external/openssh/ |
ssh-agent.c | 363 int success = 0; local 402 success = 1; 408 success ? SSH_AGENT_SUCCESS : SSH_AGENT_FAILURE); 427 /* Send success. */ 468 int type, success = 0, death = 0, confirm = 0; local 635 success = 1; 654 success ? SSH_AGENT_SUCCESS : SSH_AGENT_FAILURE); 661 int success = 0; local 670 success = 1; 674 success = 1 704 int i, type, version, count = 0, success = 0, death = 0, confirm = 0; local 765 int version, success = 0; local [all...] |
/external/skia/src/utils/ |
SkInterpolator.cpp | 173 bool success = ~index == SkTSearch<SkMSec>(&fTimes->fTime, index, time, local 175 SkASSERT(success); 176 if (success) { 183 return success;
|
/external/webkit/Source/WebCore/dom/ |
Clipboard.h | 64 virtual String getData(const String& type, bool& success) const = 0;
|
/external/webkit/Source/WebCore/platform/chromium/ |
ChromiumDataObject.h | 67 String getData(const String& type, bool& success);
|
ChromiumDataObjectLegacy.h | 67 String getData(const String& type, bool& success);
|
/external/webkit/Source/WebCore/platform/win/ |
ClipboardWin.h | 63 String getData(const String& type, bool& success) const;
|
/external/webkit/Source/WebCore/storage/ |
IDBRequest.h | 66 DEFINE_ATTRIBUTE_EVENT_LISTENER(success);
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
WebRequest.h | 104 void finish(bool success);
|
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
commitqueuetask_unittest.py | 85 success = OutputCapture().assert_outputs(self, task.run, expected_stderr=expected_stderr, expected_exception=expected_exception) 87 self.assertEqual(success, not expect_retry) 288 success = OutputCapture().assert_outputs(self, task.run, expected_stderr=expected_stderr) 289 self.assertEqual(success, False)
|
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm.h | 61 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth);
|
/frameworks/av/cmds/stagefright/ |
record.cpp | 204 bool success = meta->findInt32(kKeyWidth, &width); 205 success = success && meta->findInt32(kKeyHeight, &height); 206 CHECK(success);
|
/frameworks/base/core/tests/coretests/src/android/os/ |
MessengerTest.java | 89 success(); method
|
/frameworks/base/media/mca/filterfw/jni/ |
jni_shader_program.cpp | 283 const bool success = program->SetAttributeValues(program_var, local 288 return ToJBool(success); 315 const bool success = program->SetAttributeValues(program_var, local 322 return ToJBool(success);
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_rt.h | 36 int success; member in struct:PERF_RTdata_uptime
|
/packages/apps/Settings/src/com/android/settings/ |
IccLockSettings.java | 355 private void iccLockChanged(boolean success) { 356 if (success) { 366 private void iccPinChanged(boolean success) { 367 if (!success) {
|
/system/core/fastboot/ |
usb_osx.c | 55 int success; member in struct:usb_handle 66 * success, -1 on failure. */ 222 handle->success = 1; 258 * success, -1 on failure. 380 /** Initializes the USB system. Returns 0 on success, -1 on error. */ 388 h.success = 0; 433 if (h.success) {
|