Searched
refs:OK (Results
426 -
450 of
584) sorted by null
<<11121314151617181920>>
/external/chromium/net/url_request/ |
url_request.cc | 384 if (error != OK) { 638 return OK;
|
/external/chromium/net/websockets/ |
websocket_job_unittest.cc | 138 return OK; 146 return OK;
|
/external/v8/test/mjsunit/ |
for-in-special-cases.js | 100 // assert will fail. If that happens, consider if that behavior is OK.
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
SoftAAC.cpp | 53 CHECK_EQ(initDecoder(), (status_t)OK); 123 return OK;
|
/frameworks/base/media/libstagefright/codecs/on2/dec/ |
SoftVPX.cpp | 52 CHECK_EQ(initDecoder(), (status_t)OK); 145 return OK;
|
/frameworks/base/media/libstagefright/codecs/vorbis/dec/ |
SoftVorbis.cpp | 59 CHECK_EQ(initDecoder(), (status_t)OK); 120 return OK;
|
/frameworks/base/media/libstagefright/omx/ |
OMX.cpp | 217 return OK; 249 return OK;
|
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditorUtils.cpp | 296 return OK; 431 return OK;
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/ |
InstrumentationResultParser.java | 99 private static final int OK = 0; 472 case StatusCodes.OK:
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiResourceAttributeNode.java | 158 if (dlg.open() == Window.OK) { 169 if (dlg.open() == Window.OK) {
|
/development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
BreakpointOption.java | 156 if (Window.OK == inputDialog.open())
|
SampleView.java | 466 if (Window.OK == dialog.open()) { 492 if (inputDialog.open() != Window.OK) 518 if (inputDialog.open() != Window.OK) 578 if (Window.OK == dialog.open()) {
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/ |
ConfirmationCallbackTest.java | 46 ConfirmationCallback.OK 76 fail("Default option type should be either YES, NO, CANCEL or OK"); 83 * else ok. 107 * else ok. 127 * Expected IAE, if optionType is OK_CANCEL_OPTION and defaultOption is not CANCEL/OK 128 * else ok. 133 fail("1. If option type is OK_CANCEL_OPTION then default option should be CANCEL/OK"); 137 fail("2. If option type is OK_CANCEL_OPTION then default option should be CANCEL/OK"); 150 * else ok. 176 * Expected IAE, if prompt is null or an empty, else ok [all...] |
/external/chromium/chrome/browser/sync/glue/ |
autofill_data_type_controller.cc | 244 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK, RUNNING);
|
typed_url_data_type_controller.cc | 209 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK, RUNNING);
|
/external/chromium/net/socket_stream/ |
socket_stream.h | 64 return OK;
|
/external/chromium/net/spdy/ |
spdy_session.h | 94 // Returns OK on success, or an error on failure. 166 // |err| should not be OK; this function is intended to be called on 235 CallbackResultPair() : callback(NULL), result(OK) {} 288 // Returns OK on success, or an error on failure. 408 // be OK.
|
/external/chromium/net/tools/dump_cache/ |
upgrade.cc | 332 if (cb.GetResult(rv) != net::OK) { 409 if (result != net::OK) { 613 if (cb.GetResult(rv) != net::OK) { 751 if (result != net::OK) {
|
/external/chromium/net/tools/fetch/ |
fetch_client.cc | 64 DCHECK_EQ(net::OK, rv);
|
/external/grub/netboot/ |
sis900.h | 192 OK = 0x08000000,
|
/external/webkit/Source/WebKit/wx/bindings/python/samples/ |
simple.py | 123 self.current, wx.OK|wx.CANCEL)
|
/frameworks/base/core/java/android/bluetooth/ |
AtParser.java | 270 // Ok we have a command that starts with AT. Process it 353 if (result.getResultCode() != AtCommandResult.OK) { 364 // Finished processing (and all results were ok)
|
/frameworks/base/media/jni/ |
android_media_MediaPlayer.cpp | 144 // If exception is NULL and opStatus is not OK, this method sends an error 146 // opStatus is not OK, this method throws the given exception to the client 151 if (opStatus != (status_t) OK) { 160 } else if ( opStatus != (status_t) OK ) { 592 return media_player->getMetadata(update_only, apply_filter, metadata) == OK; 737 if (err == OK) {
|
/frameworks/base/media/libmediaplayerservice/ |
MediaRecorderClient.cpp | 56 bool ok = checkCallingPermission(String16(permissionString)); 57 if (!ok) LOGE("Request requires %s", permissionString); 58 return ok; 335 return OK;
|
/frameworks/base/media/libmediaplayerservice/nuplayer/ |
NuPlayerDecoder.cpp | 221 CHECK_EQ(esds.InitCheck(), (status_t)OK);
|
Completed in 2886 milliseconds
<<11121314151617181920>>