HomeSort by relevance Sort by last modified time
    Searched refs:CHECK (Results 451 - 475 of 952) sorted by null

<<11121314151617181920>>

  /external/libffi/testsuite/libffi.call/
cls_align_uint16.c 2 Purpose: Check structure alignment of uint16.
79 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
91 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_align_gn, NULL) == FFI_OK);
cls_align_uint32.c 2 Purpose: Check structure alignment of uint32.
79 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
91 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_align_gn, NULL) == FFI_OK);
cls_align_uint64.c 2 Purpose: Check structure alignment of uint64.
80 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
92 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_align_gn, NULL) == FFI_OK);
problem1.c 2 Purpose: Check structure passing with different structure size.
79 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &my_ffi_struct_type,
90 CHECK(ffi_prep_closure(pcl, &cif, stub, NULL) == FFI_OK);
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 240 CHECK(meta->findCString(kKeyMIMEType, &mime));
327 CHECK(meta->findInt32(kKeyChannelCount, &channelCount));
331 CHECK(meta->findInt32(kKeySampleRate, &sr));
336 // CHECK(meta->findInt32(kKeyChannelMask, &channelMask));
385 CHECK(msg->findInt64(WHATPARAM_SEEK_SEEKTIME_MS, &timeMsec));
401 CHECK(msg->findInt32(WHATPARAM_LOOP_LOOPING, &loop));
500 CHECK(mDecodeBuffer->meta_data()->findInt64(kKeyTime, &timeUsec));
762 CHECK(meta->findInt32(kKeyChannelCount, &channelCount));
764 CHECK(meta->findInt32(kKeySampleRate, &sr));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
WorkingSetGroup.java 97 if (control instanceof Button && (control.getStyle() & SWT.CHECK) == SWT.CHECK) {
  /tools/build/
gradlew 133 CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
136 if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
  /external/v8/test/cctest/
test-parsing.cc 64 CHECK(static_cast<int>(sizeof(buffer)) >= length);
148 CHECK(data != NULL && !data->HasError());
155 CHECK(data == NULL || data->HasError());
202 CHECK(!preparse->HasError());
224 CHECK(error_preparse->HasError());
273 CHECK(!data.has_error());
310 CHECK(data.has_error());
325 // Before fix, didn't check *ok after Expect(Token::Identifier, ok),
334 CHECK(data->HasError());
358 CHECK(!data->HasError())
    [all...]
test-debug.cc 97 // Helper function used by the CHECK function when given code
250 CHECK(!try_catch.HasCaught());
277 CHECK(!try_catch.HasCaught());
417 // Check that the debugger has been fully unloaded.
419 // Check that the debugger context is cleared and that there is no debug
421 CHECK(Isolate::Current()->debug()->debug_context().is_null());
428 // Iterate the head and check that there are no debugger related objects left.
431 CHECK(!obj->IsDebugInfo());
432 CHECK(!obj->IsBreakPointInfo());
434 // If deep check of functions is requested check that no debug break cod
    [all...]
test-regexp.cc 88 CHECK(v8::internal::RegExpParser::ParseRegExp(&reader, false, &result));
89 CHECK(result.tree != NULL);
90 CHECK(result.error.is_null());
102 CHECK(v8::internal::RegExpParser::ParseRegExp(&reader, false, &result));
103 CHECK(result.tree != NULL);
104 CHECK(result.error.is_null());
120 CHECK(v8::internal::RegExpParser::ParseRegExp(&reader, false, &result));
121 CHECK(result.tree != NULL);
122 CHECK(result.error.is_null());
130 #define CHECK_PARSE_ERROR(input) CHECK(!CheckParse(input)
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp 110 CHECK(msg->senderAwaitsResponse(&replyID));
113 CHECK(msg->findString("iface", &iface));
160 CHECK(msg->findInt32("reason", &reason));
166 CHECK(msg->findInt32("sessionID", &sessionID));
169 CHECK(msg->findInt32("err", &err));
172 CHECK(msg->findString("detail", &detail));
194 CHECK(msg->findInt32("sessionID", &sessionID));
206 CHECK(msg->findString("client-ip", &mClientInfo.mRemoteIP));
207 CHECK(msg->findString("server-ip", &mClientInfo.mLocalIP));
216 CHECK(msg->findInt32
    [all...]
PlaybackSession.cpp 137 CHECK(!mStarted);
144 CHECK(format->findString("mime", &mime));
173 CHECK(!mStarted);
240 CHECK(accessUnit != NULL);
274 CHECK(outputBuffer->meta()->findInt64("timeUs", timeUs));
287 CHECK(!mQueuedOutputBuffers.empty());
435 CHECK(msg->findInt32("what", &what));
438 CHECK(msg->findSize("trackIndex", &trackIndex));
464 CHECK(msg->findBuffer("accessUnit", &accessUnit));
496 CHECK(msg->findInt32("err", &err))
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 102 CHECK(!strcmp(name, "OMX.google.mpeg4.encoder"));
114 CHECK(outQueue.empty());
115 CHECK(inQueue.empty());
119 CHECK(mHandle != NULL);
122 CHECK(mEncParams != NULL);
152 CHECK(mInputFrameData == NULL);
155 CHECK(mInputFrameData != NULL);
187 CHECK(!mStarted);
710 CHECK(inputData != NULL);
733 CHECK(NULL == PVGetOverrunBuffer(mHandle))
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTPConnection.cpp 186 CHECK(msg->findInt32("rtp-socket", &s));
188 CHECK(msg->findInt32("rtcp-socket", &s));
192 CHECK(msg->findInt32("injected", &injected));
197 CHECK(msg->findObject("session-desc", &obj));
200 CHECK(msg->findSize("index", &info->mIndex));
201 CHECK(msg->findMessage("notify", &info->mNotifyMsg));
214 CHECK(msg->findInt32("rtp-socket", &rtpSocket));
215 CHECK(msg->findInt32("rtcp-socket", &rtcpSocket));
375 CHECK(!s->mIsInjected);
649 CHECK(msg->findInt32("index", &index))
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/sink/
RTPSink.cpp 314 CHECK(msg->findInt32("reason", &reason));
320 CHECK(msg->findInt32("sessionID", &sessionID));
323 CHECK(msg->findInt32("err", &err));
326 CHECK(msg->findString("detail", &detail));
347 CHECK(msg->findInt32("sessionID", &sessionID));
350 CHECK(msg->findBuffer("data", &data));
382 CHECK(msg->findInt32("isRTP", &isRTP));
385 CHECK(msg->findBuffer("buffer", &buffer));
474 CHECK(buffer->meta()->findInt64("arrivalTimeUs", &arrivalTimeUs));
772 CHECK(msg->findInt32("ssrc", (int32_t *)&srcId))
    [all...]
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 74 CHECK(clazz != NULL);
218 CHECK(byteBufferClass != NULL);
225 CHECK(orderID != NULL);
228 CHECK(byteOrderClass != NULL);
232 CHECK(nativeOrderID != NULL);
236 CHECK(nativeByteOrderObj != NULL);
303 CHECK(clazz != NULL);
307 CHECK(constructID != NULL);
729 CHECK(clazz != NULL);
732 CHECK(gFields.context != NULL)
    [all...]
  /external/chromium/base/threading/
non_thread_safe_unittest.cc 23 CHECK(CalledOnValidThread());
  /external/chromium/chrome/browser/chromeos/
metrics_cros_settings_provider.cc 26 CHECK(value->GetAsBoolean(&enabled));
wm_overview_favicon.cc 55 CHECK(favicon_view_) << "Init not called before setting favicon.";
wm_overview_snapshot.cc 58 CHECK(snapshot_view_) << "Init not called before setting image.";
  /external/chromium/chrome/browser/extensions/
pack_extension_job.cc 21 CHECK(BrowserThread::GetCurrentThreadIdentifier(&client_thread_id_));
  /external/chromium/chrome/browser/sync/util/
crypto_helpers.cc 28 CHECK(bin_digest_.empty());
  /external/chromium/chrome/browser/ui/
shell_dialogs_unittest.cc 30 CHECK(!select_file_dialog_.get());
  /external/chromium/net/base/
network_change_notifier_mac.cc 44 CHECK(ret);
network_change_notifier_win.cc 107 // If the name is longer, it is OK as we will check the code returned and
166 CHECK(ret == ERROR_IO_PENDING);

Completed in 430 milliseconds

<<11121314151617181920>>