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

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/rtsp/
AMPEG4ElementaryAssembler.cpp 133 CHECK(GetAttribute(params.c_str(), "mode", &value));
164 CHECK(x == 0 || x == 1);
194 CHECK(GetSampleRateIndex(sampleRate, &mSampleRateIndex));
241 CHECK(buffer->meta()->findInt32("rtp-time", (int32_t *)&rtpTime));
366 CHECK(!mPackets.empty());
409 CHECK(mNextExpectedSeqNoValid);
  /frameworks/av/media/libstagefright/wifi-display/sink/
TunnelRenderer.cpp 310 CHECK(msg->findBuffer("buffer", &buffer));
349 CHECK(mSurfaceControl != NULL);
350 CHECK(mSurfaceControl->isValid());
358 CHECK(mSurface != NULL);
364 CHECK(service.get() != NULL);
371 CHECK(mPlayer != NULL);
  /external/chromium/chrome/browser/extensions/
extension_proxy_api.cc 66 CHECK(extension_pref->IsType(Value::TYPE_DICTIONARY));
94 CHECK(browser_pref->IsType(Value::TYPE_DICTIONARY));
  /external/chromium/chrome/browser/sync/syncable/
directory_manager.cc 68 // Check to see if it's already open.
140 CHECK(good_checked_);
146 CHECK(good_checked_);
  /external/chromium/net/spdy/
spdy_session_pool.cc 67 // Check if we have a Session through a domain alias.
143 // Check if we have a session via an alias.
373 CHECK(list);
375 CHECK(session);
388 CHECK(list);
390 CHECK(session);
396 CHECK(list);
398 CHECK(session);
416 CHECK(list);
421 CHECK(session)
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_headers_token_utils.cc 14 CHECK(tokens);
96 CHECK(tokens);
  /external/libffi/testsuite/libffi.call/
cls_12byte.c 2 Purpose: Check structure passing with different structure size.
78 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
90 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_12byte_gn, NULL) == FFI_OK);
cls_16byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Check overlapping.
79 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
95 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_16byte_gn, NULL) == FFI_OK);
cls_18byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Double alignment check on darwin.
84 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
96 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_18byte_gn, NULL) == FFI_OK);
cls_19byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Double alignment check on darwin.
88 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
101 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_19byte_gn, NULL) == FFI_OK);
cls_20byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Check overlapping.
79 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
91 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_20byte_gn, NULL) == FFI_OK);
cls_20byte1.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Check overlapping.
81 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
93 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_20byte_gn, NULL) == FFI_OK);
cls_3_1byte.c 2 Purpose: Check structure passing with different structure size.
83 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
95 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_3_1byte_gn, NULL) == FFI_OK);
cls_4_1byte.c 2 Purpose: Check structure passing with different structure size.
86 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
98 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_4_1byte_gn, NULL) == FFI_OK);
cls_5_1_byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Check overlapping.
89 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
108 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_5byte_gn, NULL) == FFI_OK);
cls_5byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Check overlapping.
82 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
98 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_5byte_gn, NULL) == FFI_OK);
cls_6byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Check overlapping.
86 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
98 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_6byte_gn, NULL) == FFI_OK);
cls_7byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Check overlapping.
85 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
97 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_7byte_gn, NULL) == FFI_OK);
cls_align_double.c 2 Purpose: Check structure alignment of double.
81 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
93 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_align_gn, NULL) == FFI_OK);
cls_align_float.c 2 Purpose: Check structure alignment of float.
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_longdouble.c 2 Purpose: Check structure alignment of long double.
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);
cls_align_pointer.c 2 Purpose: Check structure alignment of pointer.
81 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
93 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_align_gn, NULL) == FFI_OK);
cls_align_sint16.c 2 Purpose: Check structure alignment of sint16.
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_sint32.c 2 Purpose: Check structure alignment of sint32.
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_sint64.c 2 Purpose: Check structure alignment of sint64.
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);

Completed in 123 milliseconds

<<11121314151617181920>>