Searched defs:check (Results 326 - 350 of 381) sorted by relevance

<<111213141516

/external/libsepol/src/
H A Dexpand.c1326 /* check for duplicates */
1583 /* check for duplicates/conflicts */
1783 /* check to see if the expanded TE already exists --
2945 policydb_t * base, policydb_t * out, int verbose, int check)
3175 if (check) {
2944 expand_module(sepol_handle_t * handle, policydb_t * base, policydb_t * out, int verbose, int check) argument
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.h136 int (*check) (struct gl_context *, struct radeon_state_atom *atom); /* is this state active? */ member in struct:radeon_state_atom
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h136 int (*check) (struct gl_context *, struct radeon_state_atom *atom); /* is this state active? */ member in struct:radeon_state_atom
/external/opencv/ml/src/
H A Dmlsvm.cpp102 bool CvParamGrid::check() const function in class:CvParamGrid
106 CV_FUNCNAME( "CvParamGrid::check" );
1395 //check that while cross-validation there were the samples from all the classes
1402 // check if nu is feasible
1640 CV_CALL(C_grid.check());
1648 CV_CALL(gamma_grid.check());
1656 CV_CALL(p_grid.check());
1664 CV_CALL(nu_grid.check());
1672 CV_CALL(coef_grid.check());
1680 CV_CALL(degree_grid.check());
[all...]
/external/opencv/ml/include/
H A Dml.h111 // Apple defines a check() macro somewhere in the debug headers
113 #undef check macro
231 bool check() const;
1475 CvStatModelEstimateCheckClassifier check; \
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc2943 // NOTE: target is NOT checked because the service will check it
3014 // NOTE: target is NOT checked because the service will check it
3132 const ExtensionCheck& check = checks[ii]; local
3133 if (*check.status == kUnavailableExtensionStatus &&
3134 !strcmp(extension, check.extension)) {
3135 *check.status = kUnknownExtensionStatus;
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DNodes.py120 """Metaclass to check that type analysis functions return a node.
128 def check(name, func): function in function:CheckAnalysers.__new__
139 attrs[mname] = check(mname, m)
576 # exception_check boolean True if PyErr_Occurred check needed
1676 # functions, but check them anyway
2011 # Generate None check for one argument.
3342 # check the length here
3506 # copy the values from the args tuple and check that it's not too long
6924 # check whether or not entry is already cimported
7966 # TODO: check i
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dparser.c110 * Function to check non-linear entity expansion behaviour
128 * Do the check based on the replacement size of the entity
3329 /* failure (or end of input buffer), check with full function */
4871 * Parse the target name and check for special support like
5672 const xmlChar *check = CUR_PTR; local
5732 if (check == CUR_PTR) {
6414 const xmlChar *check = CUR_PTR; local
6432 if ((CUR_PTR == check) && (cons == ctxt->input->consumed)) {
6729 const xmlChar *check = CUR_PTR; local
6748 if ((CUR_PTR == check)
7981 const xmlChar *check = CUR_PTR; local
[all...]
H A Drelaxng.c576 * @value: the value to check
578 * Function provided by a type library to check if a type is exported
588 * @value: the value to check
591 * Function provided by a type library to check if a value match a type
606 * @value: the value to check
608 * Function provided by a type library to check a value facet
650 xmlRelaxNGTypeCheck check; /* the checking function */ member in struct:_xmlRelaxNGTypeLibrary
652 xmlRelaxNGFacetCheck facet; /* the facet check function */
1588 * check against recursion. If not found the resource is loaded and
1608 * check agains
2754 xmlRelaxNGRegisterTypeLibrary(const xmlChar * namespace, void *data, xmlRelaxNGTypeHave have, xmlRelaxNGTypeCheck check, xmlRelaxNGTypeCompare comp, xmlRelaxNGFacetCheck facet, xmlRelaxNGTypeFree freef) argument
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c928 sctp_select_a_tag(struct sctp_inpcb *inp, uint16_t lport, uint16_t rport, int check) argument
933 if (check) {
942 if (!check || sctp_is_vtag_good(x, lport, rport, &now)) {
1135 * count (streamoutcnt) but first check if we sent to any of
3043 * For this case, we check the actual socket buffer, since the assoc
3147 * For this case, we check the actual socket buffer, since the assoc
4299 * check the inbound datagram to make sure there is not an abort inside it,
4393 /* check and strip embedded scope junk */
4419 * are the two addresses the same? currently a "scopeless" check returns: 1
5611 /* Pre-check I
[all...]
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc304 { Comment cmnt(masm_, "[ Stack check");
1144 // guarantee cache validity, call the runtime system to check cache
1160 // modification check. Otherwise, we got a fixed array, and we have
1161 // to do a slow check.
1199 __ mov(r1, Operand(Smi::FromInt(1))); // Smi indicates slow check
1211 // Generate code for doing the condition check.
1398 // If no outer scope calls eval, we do not need to check more
1538 // Check if the binding really needs an initialization check. The check
1549 // The condition on the declaration scopes is a conservative check fo
4552 EmitLiteralCompareTypeof(Expression* expr, Expression* sub_expr, Handle<String> check) argument
[all...]
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc304 { Comment cmnt(masm_, "[ Stack check");
1136 // guarantee cache validity, call the runtime system to check cache
1152 // modification check. Otherwise, we got a fixed array, and we have
1153 // to do a slow check.
1186 __ Mov(x1, Smi::FromInt(1)); // Smi indicates slow check.
1189 // TODO(all): similar check was done already. Can we avoid it here?
1197 // Generate code for doing the condition check.
1384 // If no outer scope calls eval, we do not need to check more
1517 // Check if the binding really needs an initialization check. The check
4216 EmitLiteralCompareTypeof(Expression* expr, Expression* sub_expr, Handle<String> check) argument
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc508 // check the first item in each use list and rely on the tail() method to
1077 << ", check: " << NameOf(base_index());
1646 if (IsStabilityCheck()) os << "(stability-check)";
2058 void InductionVariableData::AddCheck(HBoundsCheck* check, argument
2061 if (limit_validity() != check->block() &&
2062 !limit_validity()->Dominates(check->block())) return;
2064 check->block()->current_loop())) return;
2068 if (length_checks->length() == check->length()) break;
2072 length_checks = new(check->block()->zone())
2073 ChecksRelatedToLength(check
2130 AddCheck( HBoundsCheck* check, int32_t upper_limit) argument
[all...]
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc298 { Comment cmnt(masm_, "[ Stack check");
1075 // guarantee cache validity, call the runtime system to check cache
1123 __ mov(ebx, Immediate(Smi::FromInt(1))); // Smi indicates slow check
1136 // Generate code for doing the condition check.
1320 // If no outer scope calls eval, we do not need to check more
1321 // context extensions. If we have reached an eval scope, we check
1461 // Check if the binding really needs an initialization check. The check
1472 // The condition on the declaration scopes is a conservative check for
2286 // Do combined smi check o
4517 EmitLiteralCompareTypeof(Expression* expr, Expression* sub_expr, Handle<String> check) argument
[all...]
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc313 { Comment cmnt(masm_, "[ Stack check");
1134 // guarantee cache validity, call the runtime system to check cache
1150 // modification check. Otherwise, we got a fixed array, and we have
1151 // to do a slow check.
1186 __ li(a1, Operand(Smi::FromInt(1))); // Smi indicates slow check
1198 // Generate code for doing the condition check.
1383 // If no outer scope calls eval, we do not need to check more
1521 // Check if the binding really needs an initialization check. The check
1532 // The condition on the declaration scopes is a conservative check fo
4570 EmitLiteralCompareTypeof(Expression* expr, Expression* sub_expr, Handle<String> check) argument
[all...]
H A Dlithium-codegen-mips.cc1164 // div runs in the background while we check for special cases.
1279 // check for special cases.
1396 // Easy case: We need no dynamic check for the dividend and the flooring
1432 // check for special cases.
1722 // Due to overflow check macros not supporting constant operands,
1913 // Due to overflow check macros not supporting constant operands,
2419 // Load instance type and check that it is in object type range.
2740 // with true or false. The distance from map check has to be constant.
2787 // offset to the location of the map check.
2824 Label done, check; local
[all...]
/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc307 { Comment cmnt(masm_, "[ Stack check");
1129 // guarantee cache validity, call the runtime system to check cache
1145 // modification check. Otherwise, we got a fixed array, and we have
1146 // to do a slow check.
1181 __ li(a1, Operand(Smi::FromInt(1))); // Smi indicates slow check
1193 // Generate code for doing the condition check.
1378 // If no outer scope calls eval, we do not need to check more
1518 // Check if the binding really needs an initialization check. The check
1529 // The condition on the declaration scopes is a conservative check fo
4571 EmitLiteralCompareTypeof(Expression* expr, Expression* sub_expr, Handle<String> check) argument
[all...]
H A Dlithium-codegen-mips64.cc1114 // div runs in the background while we check for special cases.
1229 // check for special cases.
1352 // Easy case: We need no dynamic check for the dividend and the flooring
1388 // check for special cases.
1681 // Due to overflow check macros not supporting constant operands,
1876 // Due to overflow check macros not supporting constant operands,
2389 // Load instance type and check that it is in object type range.
2710 // with true or false. The distance from map check has to be constant.
2757 // offset to the location of the map check.
2794 Label done, check; local
[all...]
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc296 { Comment cmnt(masm_, "[ Stack check");
1099 // guarantee cache validity, call the runtime system to check cache
1115 // modification check. Otherwise, we got a fixed array, and we have
1116 // to do a slow check.
1154 __ Move(rbx, Smi::FromInt(1)); // Smi indicates slow check
1167 // Generate code for doing the condition check.
1354 // If no outer scope calls eval, we do not need to check more
1355 // context extensions. If we have reached an eval scope, we check
1495 // Check if the binding really needs an initialization check. The check
4527 EmitLiteralCompareTypeof(Expression* expr, Expression* sub_expr, Handle<String> check) argument
[all...]
/external/chromium_org/v8/src/x87/
H A Dfull-codegen-x87.cc295 { Comment cmnt(masm_, "[ Stack check");
1064 // guarantee cache validity, call the runtime system to check cache
1112 __ mov(ebx, Immediate(Smi::FromInt(1))); // Smi indicates slow check
1125 // Generate code for doing the condition check.
1309 // If no outer scope calls eval, we do not need to check more
1310 // context extensions. If we have reached an eval scope, we check
1450 // Check if the binding really needs an initialization check. The check
1461 // The condition on the declaration scopes is a conservative check for
2276 // Do combined smi check o
4506 EmitLiteralCompareTypeof(Expression* expr, Expression* sub_expr, Handle<String> check) argument
[all...]
/external/libpng/contrib/tools/
H A Dpngfix.c11 * Tool to check and fix the zlib inflate 'too far back' problem, see the usage
1597 * that is used to check the compressed data in a chunk.)
1610 * includes any inter-chunk consistency check that libpng performs. Assume
1709 return 1; /* nothing to check */
1814 /* And store this for cleanup (and to check for double alloc or failure to
1923 /* We need to first check the entire sequence of IDAT chunks to ensure the
1929 * png_IDAT, process the whole stream using the list data to check validity
1955 /* This is the final IDAT chunk, so run the tests to check for the too far
2491 * IDAT specific check below.
2533 * this check i
2537 struct IDAT_list *check = list; local
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A DjFormatString.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
/external/libxml2/
H A Dparser.c117 * Function to check non-linear entity expansion behaviour
152 * Do the check based on the replacement size of the entity
3545 /* failure (or end of input buffer), check with full function */
5177 * Parse the target name and check for special support like
5994 const xmlChar *check = CUR_PTR; local
6054 if (check == CUR_PTR) {
6736 const xmlChar *check = CUR_PTR; local
6754 if ((CUR_PTR == check) && (cons == ctxt->input->consumed)) {
7051 const xmlChar *check = CUR_PTR; local
7070 if ((CUR_PTR == check)
8337 const xmlChar *check = CUR_PTR; local
[all...]
H A Drelaxng.c577 * @value: the value to check
579 * Function provided by a type library to check if a type is exported
589 * @value: the value to check
592 * Function provided by a type library to check if a value match a type
607 * @value: the value to check
609 * Function provided by a type library to check a value facet
651 xmlRelaxNGTypeCheck check; /* the checking function */ member in struct:_xmlRelaxNGTypeLibrary
653 xmlRelaxNGFacetCheck facet; /* the facet check function */
1589 * check against recursion. If not found the resource is loaded and
1609 * check agains
2755 xmlRelaxNGRegisterTypeLibrary(const xmlChar * namespace, void *data, xmlRelaxNGTypeHave have, xmlRelaxNGTypeCheck check, xmlRelaxNGTypeCompare comp, xmlRelaxNGFacetCheck facet, xmlRelaxNGTypeFree freef) argument
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp117 // We only want to check enough bits to cover the vector elements, because
131 // Okay, we have at least one ~0 value, check to see if the rest match or are
161 // We only want to check enough bits to cover the vector elements, because
548 // Target specific memory nodes could also have address spaces to check.
843 /// VerifyNodeCommon - Sanity check the given node. Aborts if it is invalid.
881 /// VerifySDNode - Sanity check the given SDNode. Aborts if it is invalid.
908 /// VerifyMachineNode - Sanity check the given MachineNode. Aborts if it is
1532 // Re-check whether both sides ended up undef.
1548 // Look through any bitcasts. We check that these don't change the number
4202 // Then check t
6780 bool check = force; local
[all...]

Completed in 694 milliseconds

<<111213141516