HomeSort by relevance Sort by last modified time
    Searched defs:flavor (Results 1 - 25 of 441) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/selinux/libsepol/cil/src/
cil_list.h 38 enum cil_flavor flavor; member in struct:cil_list
43 enum cil_flavor flavor; member in struct:cil_list_item
51 void cil_list_init(struct cil_list **list, enum cil_flavor flavor);
55 void cil_list_append(struct cil_list *list, enum cil_flavor flavor, void *data);
56 void cil_list_prepend(struct cil_list *list, enum cil_flavor flavor, void *data);
57 void cil_list_remove(struct cil_list *list, enum cil_flavor flavor, void *data, unsigned destroy_data);
58 struct cil_list_item *cil_list_insert(struct cil_list *list, struct cil_list_item *curr, enum cil_flavor flavor, void *data);
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_tree.h 47 enum cil_flavor flavor; member in struct:cil_tree_node
cil_find.c 39 enum cil_flavor flavor; member in struct:cil_args_find
47 enum cil_flavor f1 = ((struct cil_tree_node*)d1->nodes->head->data)->flavor;
48 enum cil_flavor f2 = ((struct cil_tree_node*)d2->nodes->head->data)->flavor;
80 enum cil_flavor f1 = ((struct cil_tree_node*)d1->nodes->head->data)->flavor;
81 enum cil_flavor f2 = ((struct cil_tree_node*)d2->nodes->head->data)->flavor;
118 if (n1->flavor != CIL_TYPEATTRIBUTE) {
165 if (curr->flavor == CIL_CLASSPERMS) {
167 if (FLAVOR(cp->class) == CIL_CLASS) {
194 if (curr->flavor == CIL_CLASSPERMS) {
196 if (FLAVOR(cp->class) == CIL_CLASS)
    [all...]
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_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_post.c 53 static int cil_verify_is_list(struct cil_list *list, enum cil_flavor flavor)
58 switch (curr->flavor) {
66 if (flavor == CIL_CAT) {
69 if (n->flavor == CIL_CATSET) {
331 switch(node->flavor) {
433 switch(node->flavor) {
630 if (node->flavor == CIL_TYPEATTRIBUTE) {
637 } else if (node->flavor == CIL_TYPEALIAS) {
684 if (node->flavor == CIL_USERATTRIBUTE) {
730 if (node->flavor == CIL_ROLEATTRIBUTE)
1043 enum cil_flavor flavor; local
1674 enum cil_flavor flavor; member in struct:perm_to_list
    [all...]
  /external/ltrace/
param.h 73 enum param_flavor flavor; member in struct:param
  /ndk/sources/cxx-stl/stlport/src/
cxa.c 43 long int flavor; member in struct:exit_function
77 new->flavor = ef_cxa;
122 if (l->fns[i].flavor == ef_free)
144 /* Mark entry as used, but we don't know the flavor now. */
146 l->fns[i].flavor = ef_us;
175 if ( (d == NULL || d == f->func.cxa.dso_handle) && (f->flavor == ef_cxa) ) {
176 f->flavor = ef_free;
  /toolchain/binutils/binutils-2.25/gas/
obj.h 41 int flavor; member in struct:format_ops
  /external/valgrind/coregrind/m_ume/
macho.c 283 unsigned int flavor; local
296 flavor = *p++; left--;
305 if (flavor == i386_THREAD_STATE && count == i386_THREAD_STATE_COUNT) {
319 if (flavor == x86_THREAD_STATE64 && count == x86_THREAD_STATE64_COUNT){
  /external/fonttools/Lib/fontTools/
subset.py 1840 flavor = None # May be 'woff' variable in class:Options
    [all...]
  /external/valgrind/coregrind/
pub_core_threadstate.h 245 UWord flavor; member in struct:__anon25325::__anon25326::__anon25345
  /ndk/sources/host-tools/make-3.81/
variable.c 508 if (p->variable.flavor == f_simple)
515 v->flavor = f_simple;
522 p->variable.flavor, 1);
1000 /* Given a variable, a value, and a flavor, define the variable.
1006 enum variable_flavor flavor, int target_var)
1015 switch (flavor)
1036 flavor = f_recursive;
1066 flavor = f_recursive;
1236 enum variable_flavor flavor = f_bogus; local
    [all...]
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
publisher-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
director-ant.jar 
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 910 thread_state_flavor_t flavor; local
914 flavor = ARM_THREAD_STATE;
919 flavor = ARM_THREAD_STATE64;
924 flavor = PPC_THREAD_STATE;
927 flavor = PPC_THREAD_STATE64;
932 flavor = i386_THREAD_STATE;
935 flavor = x86_THREAD_STATE64;
941 return thread_get_state(target_thread, flavor,
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
prdbg.c 71 const char *flavor; member in struct:pr_stack
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /toolchain/binutils/binutils-2.25/opcodes/
h8500-opc.h 152 unsigned char flavor; member in struct:__anon75922
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/freetype/include/freetype/internal/
tttypes.h 156 FT_ULong flavor; member in struct:WOFF_HeaderRec_
    [all...]

Completed in 930 milliseconds

1 2 3 4 5 6 7 8 91011>>