Searched defs:check (Results 276 - 300 of 381) sorted by relevance

<<111213141516

/external/chromium_org/third_party/libxml/src/
H A DdebugXML.c48 int check; /* do just checkings */ member in struct:_xmlDebugCtxt
62 ctxt->check = 0;
140 if (ctxt->check)
233 if (ctxt->check) {
252 if (ctxt->check) {
424 if (ctxt->check) {
427 /* TODO: check UTF8 content of the string */
450 if (!ctxt->check)
460 if (!ctxt->check) {
483 if (!ctxt->check)
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
H A Dcompute.c231 bool (*check)(void *, void *, int))
246 if (!check)
247 check = default_check;
264 if (check(res, exp, dx) || (++err) > 20)
1158 bool check(void *x, void *y, int sz) { function
1196 expectf), check);
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DMediaEngine.java61 private void check(boolean value, String message) { method in class:MediaEngine
159 check(voe.init() == 0, "Failed voe Init");
161 check(audioChannel >= 0, "Failed voe CreateChannel");
163 check(vie.init() == 0, "Failed voe Init");
164 check(vie.setVoiceEngine(voe) == 0, "Failed setVoiceEngine");
166 check(audioChannel >= 0, "Failed voe CreateChannel");
167 check(vie.connectAudioChannel(videoChannel, audioChannel) == 0,
177 check(voe.setSpeakerVolume(volumeLevel) == 0,
179 check(voe.setAecmMode(VoiceEngine.AecmModes.SPEAKERPHONE, false) == 0,
181 check(vi
[all...]
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTestDlg.cc651 int check = button->GetCheck(); local
652 outBand = (check == BST_UNCHECKED);
862 int check = button->GetCheck(); local
863 const bool enable = (check == BST_CHECKED);
870 int check = button->GetCheck(); local
871 _PlayDtmfToneLocally = (check == BST_CHECKED);
891 // int check = button->GetCheck();
901 int check = button->GetCheck(); local
902 GetDlgItem(IDC_EDIT_EVENT_CODE)->EnableWindow(check?FALSE:TRUE);
903 GetDlgItem(IDC_BUTTON_SEND_TELEPHONE_EVENT)->EnableWindow(check
912 int check = button->GetCheck(); local
932 int check = button->GetCheck(); local
970 int check = button->GetCheck(); local
991 int check = button->GetCheck(); local
1012 int check = button->GetCheck(); local
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.cc110 // NOTE: don't check the delegate for NULL, UpdateMenuPartSizes() supplies a
785 // Render the check.
787 gfx::ImageSkia check = GetMenuCheckImage(render_selection); local
791 top_margin + (available_height - check.height()) / 2,
792 check.width(),
793 check.height());
795 canvas->DrawImageInt(check, check_bounds.x(), check_bounds.y());
/external/chromium_org/v8/src/
H A Dast.cc474 Handle<String>* check) {
477 *check = Handle<String>::cast(right->AsLiteral()->value());
485 Handle<String>* check) {
486 return MatchLiteralCompareTypeof(left_, op_, right_, expr, check) ||
487 MatchLiteralCompareTypeof(right_, op_, left_, expr, check);
470 MatchLiteralCompareTypeof(Expression* left, Token::Value op, Expression* right, Expression** expr, Handle<String>* check) argument
484 IsLiteralCompareTypeof(Expression** expr, Handle<String>* check) argument
/external/chromium_org/v8/src/ic/arm/
H A Dhandler-compiler-arm.cc175 // Generate code to check that a global property cell is empty. Create
512 PrototypeCheckType check) {
531 // Traverse the prototype chain and check the maps in the prototype chain for
561 if (depth != 1 || check == CHECK_ALL_MAPS) {
569 // the map check so that we know that the object is actually a global
601 // Log the check depth.
602 LOG(isolate(), IntEvent("check-maps-depth", depth + 1));
604 if (depth != 0 || check == CHECK_ALL_MAPS) {
609 // Perform security check for access to the global object.
708 // case might cause a miss during the prototype check
509 CheckPrototypes( Register object_reg, Register holder_reg, Register scratch1, Register scratch2, Handle<Name> name, Label* miss, PrototypeCheckType check) argument
[all...]
/external/chromium_org/v8/src/ic/arm64/
H A Dhandler-compiler-arm64.cc94 // Generate code to check that a global property cell is empty. Create
549 PrototypeCheckType check) {
567 // Traverse the prototype chain and check the maps in the prototype chain for
604 if (depth != 1 || check == CHECK_ALL_MAPS) {
609 // the map check so that we know that the object is actually a global
636 // Log the check depth.
637 LOG(isolate(), IntEvent("check-maps-depth", depth + 1));
640 if (depth != 0 || check == CHECK_ALL_MAPS) {
645 // Perform security check for access to the global object.
759 // case might cause a miss during the prototype check
546 CheckPrototypes( Register object_reg, Register holder_reg, Register scratch1, Register scratch2, Handle<Name> name, Label* miss, PrototypeCheckType check) argument
[all...]
H A Dic-arm64.cc57 // If probing finds an entry check that the value is a normal property.
96 // If probing finds an entry in the dictionary check that the value
154 // If not_fast_array is NULL, doesn't perform the elements map check.
263 // map check later, we do not need to check for interceptors or
274 // Load the elements object and check its map.
286 // Load element index and check whether it is the hole.
495 // If the receiver is a fast-case object, check the keyed lookup cache.
514 // check for match.
983 void PatchInlinedSmiCode(Address address, InlinedSmiCheck check) { argument
[all...]
/external/chromium_org/v8/src/ic/ia32/
H A Dic-ia32.cc172 // If not_fast_array is NULL, doesn't perform the elements map check.
248 // map check later, we do not need to check for interceptors or
259 // Load the elements into scratch1 and check its map.
271 // Load element index and check whether it is the hole.
370 // If the receiver is a fast-case object, check the keyed lookup
391 // check for match.
945 void PatchInlinedSmiCode(Address address, InlinedSmiCheck check) { argument
958 // The delta to the start of the map check instruction and the
970 DCHECK((check
[all...]
/external/chromium_org/v8/src/ic/mips/
H A Dhandler-compiler-mips.cc172 // Generate code to check that a global property cell is empty. Create
510 PrototypeCheckType check) {
529 // Traverse the prototype chain and check the maps in the prototype chain for
559 if (depth != 1 || check == CHECK_ALL_MAPS) {
567 // the map check so that we know that the object is actually a global
599 // Log the check depth.
600 LOG(isolate(), IntEvent("check-maps-depth", depth + 1));
602 if (depth != 0 || check == CHECK_ALL_MAPS) {
607 // Perform security check for access to the global object.
709 // case might cause a miss during the prototype check
507 CheckPrototypes( Register object_reg, Register holder_reg, Register scratch1, Register scratch2, Handle<Name> name, Label* miss, PrototypeCheckType check) argument
[all...]
/external/chromium_org/v8/src/ic/mips64/
H A Dhandler-compiler-mips64.cc172 // Generate code to check that a global property cell is empty. Create
510 PrototypeCheckType check) {
529 // Traverse the prototype chain and check the maps in the prototype chain for
565 if (depth != 1 || check == CHECK_ALL_MAPS) {
573 // the map check so that we know that the object is actually a global
599 // Log the check depth.
600 LOG(isolate(), IntEvent("check-maps-depth", depth + 1));
602 if (depth != 0 || check == CHECK_ALL_MAPS) {
607 // Perform security check for access to the global object.
709 // case might cause a miss during the prototype check
507 CheckPrototypes( Register object_reg, Register holder_reg, Register scratch1, Register scratch2, Handle<Name> name, Label* miss, PrototypeCheckType check) argument
[all...]
/external/chromium_org/v8/src/ic/x64/
H A Dic-x64.cc172 // If not_fast_array is NULL, doesn't perform the elements map check.
306 // If the receiver is a fast-case object, check the keyed lookup
325 // check for match.
481 // Writing a non-smi, check whether array allows non-smi elements.
661 // map check later, we do not need to check for interceptors or
669 Condition check = masm->CheckNonNegativeSmi(key); local
670 __ j(NegateCondition(check), slow_case);
672 // Load the elements into scratch1 and check its map. If not, jump
684 // Load element index and check whethe
951 PatchInlinedSmiCode(Address address, InlinedSmiCheck check) argument
[all...]
/external/chromium_org/v8/src/ic/x87/
H A Dic-x87.cc172 // If not_fast_array is NULL, doesn't perform the elements map check.
250 // map check later, we do not need to check for interceptors or
261 // Load the elements into scratch1 and check its map.
273 // Load element index and check whether it is the hole.
372 // If the receiver is a fast-case object, check the keyed lookup
393 // check for match.
947 void PatchInlinedSmiCode(Address address, InlinedSmiCheck check) { argument
960 // The delta to the start of the map check instruction and the
972 DCHECK((check
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp354 // minimum check for ICU-format data
491 /* check data format and format version */
512 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */
1227 // check dependency: make sure the target item is in the package
1243 Package::enumDependencies(void *context, CheckDependency check) { argument
1247 enumDependencies(items+i, context, check);
/external/iproute2/include/netinet/
H A Dtcp.h120 u_int16_t check; member in struct:tcphdr
/external/kernel-headers/original/uapi/linux/
H A Dtcp.h55 __sum16 check; member in struct:tcphdr
/external/libhevc/decoder/
H A Dihevcd_api.c322 /* check memrecords sizes are correct */
468 /* check memrecords sizes are correct */
480 /* check memrecords pointers are not NULL */
506 /* This array is populated to check memtab overlapp */
691 UWORD32 check = IV_SUCCESS; local
700 check = IV_FAIL;
711 check = IV_FAIL;
722 check = IV_FAIL;
726 check = IV_FAIL;
729 if(check
[all...]
/external/libpng/contrib/libtests/
H A Dpngunknown.c186 * to check for a definition outside a #if.
634 * a check to ensure the logic is correct.
641 check(FILE *fp, int argc, const char **argv, png_uint_32p flags/*out*/, function
722 * in this case, so we just check the arguments! This could
986 def = check(fp, argc, argv, flags[1], d, set_callback);
1129 if (check(fp, 1, &count_argv, default_flags, &d,
/external/libxml2/
H A DdebugXML.c48 int check; /* do just checkings */ member in struct:_xmlDebugCtxt
62 ctxt->check = 0;
140 if (ctxt->check)
233 if (ctxt->check) {
252 if (ctxt->check) {
424 if (ctxt->check) {
427 /* TODO: check UTF8 content of the string */
450 if (!ctxt->check)
460 if (!ctxt->check) {
483 if (!ctxt->check)
[all...]
/external/mdnsresponder/mDNSShared/
H A DDebugServices.h138 For Mac OS X kernel development, iDebug is enabled by default because we can dynamically check for the presence
480 @abstract Performs a compile-time check of something such as the size of an int.
508 @abstract Perform a compile-time check, suitable for placement in code, of something such as the size of an int.
533 #pragma mark == check macros ==
537 /*! @defined check
546 Code inside check() statements is not compiled into production builds.
550 #undef check macro
552 #if( !defined( check ) )
554 #define check( X ) \ macro
563 #define check( macro
[all...]
/external/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c231 bool (*check)(void *, void *, int))
246 if (!check)
247 check = default_check;
264 if (check(res, exp, dx) || (++err) > 20)
1158 bool check(void *x, void *y, int sz) { function
1196 expectf), check);
/external/mksh/src/
H A Deval.c517 /* check for special cases */
735 * does readonly check).
900 /* check for end of word or IFS separation */
1472 #define GF_EXCHECK BIT(0) /* do existence check on file */
1499 int check) /* GF_* flags */
1512 * We only need to check if the file exists if a pattern
1513 * is followed by a non-pattern (eg, foo*x/bar; no check
1518 if ((check & GF_EXCHECK) ||
1519 ((check & GF_MARKDIR) && (check
1495 globit(XString *xs, char **xpp, char *sp, XPtrV *wp, int check) argument
[all...]
/external/valgrind/main/coregrind/
H A Dm_translate.c667 (2) partial: known-problematic situations get a self-check
668 (3) full checking: all translations get a self-check
680 be non-self-checking. Otherwise, it needs a self-check.
682 This is complicated by Vex's basic-block chasing. If a self-check
774 self-check. See documentation of
788 Bool check = False; local
799 check = True;
802 if (!check) {
805 /* never check (except as per Darwin hack above) */
808 /* always check */
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_i.h35 Boolean (*check)(struct eap_sm *sm, void *priv, member in struct:eap_method

Completed in 787 milliseconds

<<111213141516