/external/opencv/cxcore/src/ |
cxcmp.cpp | 118 #define ICV_DEF_IN_RANGE_FUNC( flavor, arrtype, worktype, \ 121 icvInRange_##flavor##_C##cn##R( const arrtype* src1, int step1, \ 187 #define ICV_DEF_IN_RANGE_CONST_FUNC( flavor, arrtype, worktype, \ 190 icvInRangeC_##flavor##_C##cn##R( const arrtype* src1, int step1, \ 206 #define ICV_DEF_IN_RANGE_ALL( flavor, arrtype, worktype, _toggle_macro_ ) \ 207 ICV_DEF_IN_RANGE_FUNC( flavor, arrtype, worktype, _toggle_macro_, 1 ) \ 208 ICV_DEF_IN_RANGE_FUNC( flavor, arrtype, worktype, _toggle_macro_, 2 ) \ 209 ICV_DEF_IN_RANGE_FUNC( flavor, arrtype, worktype, _toggle_macro_, 3 ) \ 210 ICV_DEF_IN_RANGE_FUNC( flavor, arrtype, worktype, _toggle_macro_, 4 ) \ 212 ICV_DEF_IN_RANGE_CONST_FUNC( flavor, arrtype, worktype, _toggle_macro_, 1 ) [all...] |
/external/selinux/libsepol/cil/src/ |
cil_policy.c | 460 switch (curr->flavor) { 498 cil_log(CIL_ERR, "Unknown flavor in expression\n"); 510 if (curr->flavor == CIL_CLASSPERMS) { 512 if (FLAVOR(cp->class) == CIL_CLASS) { 533 void cil_constrain_to_policy(FILE **file_arr, __attribute__((unused)) uint32_t file_index, struct cil_constrain *cons, enum cil_flavor flavor) 537 if (flavor == CIL_CONSTRAIN) { 539 } else if (flavor == CIL_MLSCONSTRAIN) { 551 if (i->flavor == CIL_CLASSPERMS) { 553 if (FLAVOR(cp->class) == CIL_CLASS) { 655 switch (curr->flavor) { 949 uint32_t flavor = current->flavor; local [all...] |
cil_stack.h | 40 enum cil_flavor flavor; member in struct:cil_stack_item 56 void cil_stack_push(struct cil_stack *stack, enum cil_flavor flavor, void *data);
|
cil_symtab.h | 47 #define FLAVOR(f) (NODE(f)->flavor)
|
cil_verify.c | 323 if (i->flavor == CIL_DATUM) { 329 } else if (i->flavor == CIL_LIST) { 352 if (curr->flavor == CIL_LIST) { 368 uint32_t *flavor; member in struct:cil_args_verify_order 374 uint32_t *flavor = args->flavor; local 376 if (node->flavor == *flavor) { 377 if (node->flavor == CIL_SID) { 383 } else if (node->flavor == CIL_CLASS) 943 const char * flavor = cil_node_to_string(node); local [all...] |
cil_tree.c | 130 new_node->flavor = CIL_ROOT; 145 if ((*node)->flavor >= CIL_MIN_DECLARATIVE) { 149 cil_destroy_data(&(*node)->data, (*node)->flavor); 152 cil_destroy_data(&(*node)->data, (*node)->flavor); 260 switch (curr->flavor) { 403 cil_log(CIL_ERR, "Unknown flavor in expression\n"); 436 if (current_perm->flavor == CIL_PERM) { 438 } else if (current_perm->flavor == CIL_MAP_PERM) { 441 cil_log(CIL_INFO, "\n\n perms list contained unexpected data type: %d\n", current_perm->flavor); 500 if (i->flavor == CIL_CLASSPERMS) [all...] |
cil_parser.c | 68 node->flavor = CIL_NODE; 101 item->flavor = CIL_NODE;
|
cil_find.h | 37 int cil_find_matching_avrule_in_ast(struct cil_tree_node *current, enum cil_flavor flavor, void *target, struct cil_list *matching, int match_self);
|
/external/selinux/libsepol/cil/test/unit/ |
test_cil_tree.c | 48 CuAssertIntEquals(tc, 0, test_node->flavor); 66 CuAssertIntEquals(tc, 0, test_tree->root->flavor);
|
test_cil.c | 70 test_ast_node->parent->flavor = CIL_BLOCK; 88 test_ast_node->parent->flavor = CIL_CLASS; 106 test_ast_node->parent->flavor = CIL_ROOT; 124 test_ast_node->parent->flavor = 1234567;
|
/frameworks/base/include/androidfw/ |
StreamingZipInflater.h | 33 // Flavor that pages in the compressed data from a fd 36 // Flavor that gets the compressed data from an in-memory buffer
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
pimp.py | 348 """Compare two flavor strings. This is part of your preferences 425 flavor = p.get('Flavor') 426 if flavor == 'source': 428 elif flavor == 'binary': 430 elif flavor == 'installer': 432 elif flavor == 'hidden': 472 or as a dictionary with name, version and flavor entries. 482 # Split into name-version-flavor 492 flavor = fields[2 541 def flavor(self): return self._dict.get('Flavor') member in class:PimpPackage [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
pimp.py | 348 """Compare two flavor strings. This is part of your preferences 425 flavor = p.get('Flavor') 426 if flavor == 'source': 428 elif flavor == 'binary': 430 elif flavor == 'installer': 432 elif flavor == 'hidden': 472 or as a dictionary with name, version and flavor entries. 482 # Split into name-version-flavor 492 flavor = fields[2 541 def flavor(self): return self._dict.get('Flavor') member in class:PimpPackage [all...] |
/external/skia/infra/bots/flavor/ |
default_flavor.py | 9 """Default flavor utils class, used for desktop bots.""" 62 work. Each build step flavor should correspond to a subclass of 64 for that flavor. 75 """Runs a step as appropriate for this flavor."""
|
chromeos_flavor.py | 25 """Wrapper for the Step API; runs a step as appropriate for this flavor."""
|
/external/v8/tools/ |
gdbinit | 59 set disassembly-flavor intel
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/nfsd/ |
export.h | 41 /* The flags that may vary depending on security flavor: */
|
/build/kati/ |
var.go | 29 Flavor() string 59 func (v *targetSpecificVar) Flavor() string { 60 return v.v.Flavor() 98 func (v *simpleVar) Flavor() string { return "simple" } 160 func (v *automaticVar) Flavor() string { return "simple" } 213 func (v *recursiveVar) Flavor() string { return "recursive" } 270 func (undefinedVar) Flavor() string { return "undefined" }
|
/external/clang/include/clang/Basic/ |
DiagnosticIDs.h | 73 enum class Flavor { 240 bool getDiagnosticsInGroup(diag::Flavor Flavor, StringRef Group, 244 void getAllDiagnostics(diag::Flavor Flavor, 249 static StringRef getNearestOption(diag::Flavor Flavor, StringRef Group);
|
/external/selinux/libsepol/tests/ |
test-common.c | 150 void test_alias_datum(policydb_t * p, char *id, char *primary_id, char mode, unsigned int flavor) 163 my_flavor = type->flavor; 165 my_flavor = flavor; 180 CU_ASSERT(type->flavor == my_flavor); 241 CU_ASSERT(attr->flavor == TYPE_ATTRIB);
|
/external/valgrind/coregrind/m_syswrap/ |
syswrap-amd64-darwin.c | 120 thread_state_flavor_t flavor, 126 switch (flavor) { 138 ((x86_float_state_t *)mach_generic)->fsh.flavor = flavor; 144 ((x86_float_state_t *)mach_generic)->fsh.flavor = flavor; 154 VG_(printf)("thread_state_from_vex: flavor:%#x\n", flavor); 214 thread_state_flavor_t flavor, 220 switch(flavor) { [all...] |
/external/compiler-rt/make/ |
util.mk | 44 IsDefined = $(call strneq,undefined,$(flavor $(1))) 49 IsUndefined = $(call streq,undefined,$(flavor $(1)))
|
/external/llvm/lib/Transforms/ObjCARC/ |
DependencyAnalysis.h | 53 void FindDependencies(DependenceKind Flavor, 61 Depends(DependenceKind Flavor, Instruction *Inst, const Value *Arg,
|
/external/kernel-headers/original/uapi/linux/nfsd/ |
export.h | 58 /* The flags that may vary depending on security flavor: */
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/protocol/ |
CvvmProtocol.java | 26 * A flavor of OMTP protocol with a different mobile originated (MO) format
|