HomeSort by relevance Sort by last modified time
    Searched refs:CHECK (Results 1451 - 1475 of 2811) sorted by null

<<51525354555657585960>>

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.cc 102 CHECK(module);
109 CHECK(module);
610 CHECK(url_util_ != NULL);
660 CHECK(nacl_interface_ != NULL);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_state_init.c 188 #define CHECK( NM, FLAG, ADD ) \
202 CHECK( always, GL_TRUE, 0 )
203 CHECK( always_add2, GL_TRUE, 2 )
204 CHECK( always_add4, GL_TRUE, 4 )
205 CHECK( tex0_mm, GL_TRUE, 3 )
206 CHECK( tex1_mm, GL_TRUE, 3 )
208 CHECK( tex2_mm, GL_TRUE, 3 )
209 CHECK( cube0_mm, (ctx->Texture.Unit[0]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
210 CHECK( cube1_mm, (ctx->Texture.Unit[1]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
211 CHECK( cube2_mm, (ctx->Texture.Unit[2]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state_init.c 188 #define CHECK( NM, FLAG, ADD ) \
202 CHECK( always, GL_TRUE, 0 )
203 CHECK( always_add2, GL_TRUE, 2 )
204 CHECK( always_add4, GL_TRUE, 4 )
205 CHECK( tex0_mm, GL_TRUE, 3 )
206 CHECK( tex1_mm, GL_TRUE, 3 )
208 CHECK( tex2_mm, GL_TRUE, 3 )
209 CHECK( cube0_mm, (ctx->Texture.Unit[0]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
210 CHECK( cube1_mm, (ctx->Texture.Unit[1]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE )
211 CHECK( cube2_mm, (ctx->Texture.Unit[2]._ReallyEnabled & TEXTURE_CUBE_BIT), 2 + 4*5 - CUBE_STATE_SIZE
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 136 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
182 CHECK(service.get() != NULL);
366 CHECK(mDrmManagerClient);
387 CHECK(meta->findCString(kKeyMIMEType, &mime));
415 CHECK(meta->findCString(kKeyMIMEType, &_mime));
926 CHECK(!(mFlags & AUDIO_RUNNING));
1059 CHECK(!(mFlags & AUDIO_RUNNING));
    [all...]
AVIExtractor.cpp 104 CHECK(!mBufferGroup);
113 CHECK(mTrack.mMeta->findCString(kKeyMIMEType, &mime));
125 CHECK(mBufferGroup);
141 CHECK(mBufferGroup);
240 CHECK(mBuffer == NULL || mBuffer->size() == 0);
241 CHECK(buffer->meta_data()->findInt64(kKeyTime, &mBaseTimeUs));
918 CHECK(track->mMeta->findCString(kKeyMIMEType, &tmp));
1089 CHECK(meta->findInt32(kKeyWidth, &width));
1090 CHECK(meta->findInt32(kKeyHeight, &height));
1095 CHECK(meta->findData(kKeyAVCC, &type, &csd, &csdSize))
    [all...]
NuMediaExtractor.cpp 191 CHECK(meta->findCString(kKeyMIMEType, &mime));
243 CHECK(meta->findCString(kKeyMIMEType, &mime));
294 CHECK(source->getFormat()->findCString(kKeyMIMEType, &mime));
385 CHECK(info->mSample == NULL);
397 CHECK(info->mSample != NULL);
398 CHECK(info->mSample->meta_data()->findInt64(
MPEG4Extractor.cpp 318 CHECK(!"should not be here.");
435 CHECK(track->meta->findCString(kKeyMIMEType, &mime));
    [all...]
  /external/chromium_org/v8/test/cctest/
test-regexp.cc 89 CHECK(v8::internal::RegExpParser::ParseRegExp(
91 CHECK(result.tree != NULL);
92 CHECK(result.error.is_null());
104 CHECK(v8::internal::RegExpParser::ParseRegExp(
106 CHECK(result.tree != NULL);
107 CHECK(result.error.is_null());
123 CHECK(v8::internal::RegExpParser::ParseRegExp(
125 CHECK(result.tree != NULL);
126 CHECK(result.error.is_null());
134 #define CHECK_PARSE_ERROR(input) CHECK(!CheckParse(input)
    [all...]
  /frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp 133 CHECK(mFile != NULL);
197 CHECK(mDataSource != NULL);
285 CHECK(response->findMessage("format", &format));
373 CHECK(response->findBuffer("accessUnit", accessUnit));
406 CHECK(msg->findObject("source", &obj));
421 CHECK(!mSuspended);
439 CHECK(msg->findSize("needed", &needed));
485 CHECK(msg->findInt32("audio", &wantAudio));
514 CHECK(msg->senderAwaitsResponse(&replyID));
523 CHECK(msg->findInt32("audio", &wantAudio))
    [all...]
  /external/chromium/net/socket/
client_socket_pool_base.cc 228 CHECK(request->callback());
229 CHECK(request->handle());
241 CHECK(!request->handle()->is_initialized());
334 // We could check if we really have a stalled group here, but it requires
335 // a scan of all groups, so just flip a flag here, and do the check later.
463 CHECK(ContainsKey(group_map_, group_name));
497 CHECK(i != group_map_.end());
656 CHECK(it != group_map_.end());
713 CHECK(i != group_map_.end());
798 CHECK(group_it != group_map_.end())
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/management/
management_api.cc 298 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
306 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
325 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
327 CHECK(wrapper.Get(0, &value));
341 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
350 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
392 CHECK(parsed_manifest.get());
640 CHECK(registrar_.IsEmpty());
657 CHECK(profile);
658 CHECK(profile_->IsSameProfile(profile))
    [all...]
  /external/chromium_org/dbus/
bus.cc 77 CHECK(success) << "Unable to allocate memory";
89 CHECK(success) << "Unable to allocate memory";
95 CHECK(success) << "Unable to allocate memory";
171 CHECK(success) << "Unable to allocate memory";
217 // TODO(satorux): This check fails occasionally in browser_tests for tests
219 // Despite the check failing, the tests seem to run fine. crosbug.com/23416
234 // Check if we already have the requested object proxy.
263 // Check if we have the requested object proxy.
292 // Check if we already have the requested exported object.
339 // Check if we already have the requested object manager
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
map.h 108 CHECK(final_arc.ilabel == 0 && final_arc.olabel == 0);
191 CHECK(final_arc.ilabel == 0 && final_arc.olabel == 0);
308 CHECK(final_arc.ilabel == 0 && final_arc.olabel == 0);
370 // Check for superfinal arcs.
737 CHECK(l != kStringInfinity);
738 CHECK(l != kStringBad);
739 CHECK(arc.ilabel == arc.olabel);
740 CHECK(w1.Size() <= 1);
816 CHECK(l != kStringInfinity);
817 CHECK(l != kStringBad)
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.cpp 134 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
476 CHECK(mSource->getFormat()->findInt32(kKeySampleRate, &sampleRate));
477 CHECK(mSource->getFormat()->findInt32(kKeyChannelCount, &numChannels));
492 CHECK(meta->findInt32(kKeyWidth, &width));
493 CHECK(meta->findInt32(kKeyHeight, &height));
575 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs));
640 CHECK(!firstPacket || !lastPacket);
670 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs));
755 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs));
766 CHECK((isWide && FT <= 8) || (!isWide && FT <= 7))
    [all...]
  /art/runtime/
thread.cc 147 // Check that if we got here we cannot be shutting down (as shutdown should never have started
149 CHECK(!runtime->IsShuttingDown());
157 CHECK(self->jpeer_ != NULL);
188 // Sanity check that if we have a result it is either suspended or we hold the thread_list_lock_
230 CHECK(java_peer != NULL);
293 // we can handshake with the corresponding native thread when it's ready.) Check this native
295 CHECK(Thread::Current() == NULL);
304 CHECK(is_started_);
358 CHECK(runtime->IsStarted());
370 CHECK(IsExceptionPending())
    [all...]
dex_file.cc 66 CHECK(magic != NULL);
85 CHECK(checksum != NULL);
146 CHECK(IsReadOnly());
155 CHECK(!IsReadOnly());
166 CHECK(!location.empty());
230 CHECK(!location.empty());
254 CHECK(dex_file->IsReadOnly()) << location;
300 CHECK(header_->magic_ != NULL) << GetLocation();
861 CHECK(ptr_pos_ != NULL);
975 CHECK(IsInt(8, jval_.i))
    [all...]
  /art/runtime/gc/space/
dlmalloc_space.cc 126 CHECK(mspace != NULL);
131 CHECK(IsAligned<kGcCardSize>(reinterpret_cast<uintptr_t>(mem_map->Begin())));
132 CHECK(IsAligned<kGcCardSize>(reinterpret_cast<uintptr_t>(mem_map->End())));
166 // Sanity check arguments
269 CHECK(!kDebugSpaces || result == NULL || Contains(result));
352 CHECK(ptr != NULL);
353 CHECK(Contains(ptr)) << "Free (" << ptr << ") not in bounds of heap " << *this;
  /art/runtime/mirror/
class.cc 43 CHECK(java_lang_Class_ == NULL) << java_lang_Class_ << " " << java_lang_Class;
44 CHECK(java_lang_Class != NULL);
49 CHECK(java_lang_Class_ != NULL);
86 CHECK(old_exception.get() != NULL);
92 CHECK(!self->IsExceptionPending());
107 CHECK(sizeof(Status) == sizeof(uint32_t)) << PrettyClass(this);
124 // TODO: decide whether we want this check. It currently fails during bootstrap.
248 // Sanity check that the number of bits set in the reference offset bitmap
262 // Sanity check that the number of bits set in the reference offset bitmap
301 // trivial check again for array type
    [all...]
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.cc 382 // Check against tracked urls and log accuracy for the confidence we
436 CHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
462 CHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
479 CHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
499 CHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
524 CHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
536 CHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager.cc 217 // in progress. Sanity check this for http://crbug.com/276333.
218 CHECK(pending_render_view_host_);
262 CHECK(pending_nav_params_->transfer_url_chain.size());
430 // TODO(creis): Eventually we will want to check all navigation responses
445 CHECK(cross_navigation_pending_ || pending_nav_params_.get());
507 // Check for reasons to swap processes even if we are in a process model that
513 // current_entry, check the current SiteInstance's site, which might already
547 // Check with the content client as well. Important to pass current_url here,
591 CHECK(!entry.site_instance());
625 // do this check if the current_instance has a site, because for now, w
    [all...]
  /external/eigen/blas/
drotmg.f 94 * GO SCALE-CHECK..
109 * GO SCALE-CHECK
139 * PROCEDURE..SCALE-CHECK
srotmg.f 96 * GO SCALE-CHECK..
111 * GO SCALE-CHECK
141 * PROCEDURE..SCALE-CHECK
  /art/compiler/llvm/
llvm_compilation_unit.cc 138 CHECK(llvm_context != NULL);
211 CHECK(target != NULL) << errmsg;
226 CHECK(target_machine.get() != NULL) << "Failed to create target machine";
313 // Check whether the align is less than or equal to the code alignment of
  /art/runtime/base/
logging.h 29 #define CHECK(x) \
32 << "Check failed: " #x << " "
38 << "Check failed: " << #LHS << " " << #OP << " " << #RHS \
50 LOG(FATAL) << "Check failed: " \
69 #define DCHECK(x) CHECK(x)
83 CHECK(condition)
  /external/chromium/chrome/browser/automation/
automation_util.cc 123 CHECK(BrowserThread::PostTask(
150 CHECK(BrowserThread::PostTask(
176 CHECK(BrowserThread::PostTask(

Completed in 819 milliseconds

<<51525354555657585960>>