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

<<41424344454647484950>>

  /frameworks/native/libs/input/
VirtualKeyMap.cpp 114 bool success = parseNextIntField(&defn.scanCode) local
119 if (!success) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmInboundSmsHandler.java 140 * @param success indicates that last message was successfully received.
145 protected void acknowledgeLastIncomingSms(boolean success, int result, Message response) {
146 mPhone.mCi.acknowledgeLastIncomingGsmSms(success, resultToCause(result), response);
152 * @return 0 for success, or a 3GPP SMS failure cause value
158 // Cause code is ignored on success.
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertInstaller.java 215 @Override protected void onPostExecute(Boolean success) {
216 if (success) {
300 @Override protected void onPostExecute(Boolean success) {
301 MyAction action = new OnExtractionDoneAction(success);
312 void onExtractionDone(boolean success) {
315 if (success) {
498 OnExtractionDoneAction(boolean success) {
499 mSuccess = success;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothAdapter.java 199 boolean success = enabled
203 if (success) {
210 "success for enabled: " + enabled);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
ContentProviderTask.java 35 * override {@link #onPostExecute(Object)} to handle success/failure.
65 * Create a new success result.
66 * @param success
69 private static Result newSuccess(ContentProviderResult[] success) {
70 return new Result(null, success);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 78 success = []
79 btn = ttk.Button(command=lambda: success.append(1))
81 self.assertTrue(success)
87 success = []
89 success.append(1)
103 self.assertTrue(success)
108 self.assertFalse(len(success) > 1)
131 success = []
135 lambda evt: success.append(True))
145 self.assertTrue(success)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 78 success = []
79 btn = ttk.Button(command=lambda: success.append(1))
81 self.assertTrue(success)
87 success = []
89 success.append(1)
103 self.assertTrue(success)
108 self.assertFalse(len(success) > 1)
131 success = []
135 lambda evt: success.append(True))
145 self.assertTrue(success)
    [all...]
  /external/icu4c/i18n/
rematch.cpp 2886 UBool success = TRUE; local
3101 UBool success = isWordBoundary(fp->fInputIdx); local
3112 UBool success = isUWordBoundary(fp->fInputIdx); local
3133 UBool success = (ctype == U_DECIMAL_DIGIT_NUMBER); local
3271 UBool success = ((opValue & URX_NEG_SET) == URX_NEG_SET); local
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider.cc 598 bool* success) {
599 *success = false;
613 *success = true;
740 bool* success) {
742 *success = TraceController::GetInstance()->BeginTracing(
749 bool success = false; local
751 success = TraceController::GetInstance()->EndTracingAsync(this);
752 if (success) {
764 bool* success) {
769 *success = false
    [all...]
  /external/chromium_org/courgette/
encoded_program.cc 327 bool success = true; local
330 success &= WriteU32Delta(abs32_rva_,
335 success &= WriteU32Delta(rel32_rva_,
340 success &= WriteVector(origins_, streams->stream(kStreamOriginAddresses));
344 success &= streams->stream(kStreamOps)->Reserve(ops_.size() + 5);
345 success &= WriteVector(ops_, streams->stream(kStreamOps));
349 success &= WriteVector(copy_counts_, streams->stream(kStreamCopyCounts));
352 success &= WriteVectorU8(copy_bytes_, streams->stream(kStreamBytes));
355 success &= WriteVector(abs32_ix_, streams->stream(kStreamAbs32Indexes));
358 success &= WriteVector(rel32_ix_, streams->stream(kStreamRel32Indexes))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ImageBuffer.cpp 85 bool success = false; local
86 OwnPtr<ImageBuffer> buf = adoptPtr(new ImageBuffer(size, resolutionScale, context, hasAlpha, success));
87 if (!success)
92 ImageBuffer::ImageBuffer(const IntSize& size, float resolutionScale, const GraphicsContext* compatibleContext, bool hasAlpha, bool& success)
98 success = false;
104 success = false;
110 success = false;
119 success = true;
122 ImageBuffer::ImageBuffer(const IntSize& size, float resolutionScale, RenderingMode renderingMode, OpacityMode opacityMode, bool& success)
140 success = false
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_dict_helpers.c 23 * @return TRUE on success, FALSE on failure
54 * @return TRUE on success, FALSE on failure
213 * @return TRUE on success, FALSE on failure
233 * @return TRUE on success, FALSE on failure
251 * @return TRUE on success, FALSE on failure
269 * @return TRUE on success, FALSE on failure
288 * @return TRUE on success, FALSE on failure
307 * @return TRUE on success, FALSE on failure
326 * @return TRUE on success, FALSE on failure
345 * @return TRUE on success, FALSE on failur
735 dbus_bool_t success = FALSE; local
793 dbus_bool_t success = FALSE; local
915 dbus_bool_t success = FALSE; local
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 41 private boolean mExpectingAcknowledgeGsmSmsSuccess; // true if expecting ack SMS success
56 * Expect a call to acknowledgeLastIncomingGsmSms with success flag and failure cause.
57 * @param success true if expecting success; false if expecting failure
58 * @param cause the failure cause, if success is false
60 synchronized void expectAcknowledgeGsmSms(boolean success, int cause) {
63 mExpectingAcknowledgeGsmSmsSuccess = success;
68 * Expect a call to acknowledgeLastIncomingGsmSmsWithPdu with success flag and PDU.
69 * @param success true if expecting success; false if expecting failur
    [all...]
  /external/openssh/
monitor_wrap.c 183 int success = 0; local
196 success = buffer_get_char(&m);
197 if (success == 0)
706 int success = 0, tmp1 = -1, tmp2 = -1; local
727 success = buffer_get_int(&m);
728 if (success == 0) {
747 /* Success */
820 int success; local
828 success = buffer_get_int(&m);
829 if (success == 0)
953 u_int success; local
1011 u_int success; local
1155 int success = 0; local
1433 int success = 0; local
    [all...]
  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
PermissionTestService.java 87 protected void onPostExecute(Boolean success) {
88 testNetworkAccessDone(success);
135 private void testNetworkAccessDone(boolean success) {
136 if (success != mExpectPermissionsAllowed) {
  /dalvik/vm/mterp/armv5te/
OP_CHECK_CAST.S 24 cmp r0, r1 @ same class (trivial success)?
42 bne .L${opcode}_okay @ no, success
  /dalvik/vm/mterp/mips/
OP_CHECK_CAST.S 24 # same class (trivial success)?
41 bnez v0, .L${opcode}_okay # no, success
OP_INSTANCE_OF.S 28 # same class (trivial success)?
37 li a0, 1 # indicate success
  /dalvik/vm/mterp/x86/
OP_INSTANCE_OF.S 30 cmpl %eax,%ecx # same class (trivial success)?
83 testl %eax,%eax # success?
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticatorActivity.java 218 boolean success = ((authToken != null) && (authToken.length() > 0));
219 Log.i(TAG, "onAuthenticationResult(" + success + ")");
227 if (success) {
231 finishConfirmCredentials(success);
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.h 50 bool success) = 0;
  /external/chromium/base/
time_unittest.cc 151 bool success = false; local
154 while (!success && retries--) {
164 success = true;
169 EXPECT_TRUE(success);
  /external/chromium/chrome/browser/diagnostics/
diagnostics_main.cc 225 bool WriteResult(bool success, const std::wstring& name,
227 if (success) {
313 bool success = (DiagnosticsModel::TEST_OK == test_info.GetResult()); local
314 writer_->WriteResult(success, UTF16ToWide(test_info.GetTitle()),
  /external/chromium/chrome/browser/download/
save_item.h 66 bool success() const { return is_success_; } function in class:SaveItem
  /external/chromium/chrome/browser/extensions/
extension_function_dispatcher.h 92 void SendResponse(ExtensionFunction* api, bool success);

Completed in 686 milliseconds

<<41424344454647484950>>