HomeSort by relevance Sort by last modified time
    Searched full:flavor (Results 26 - 50 of 648) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/skia/infra/bots/
compile_skia.py 19 bot.flavor.compile(t)
  /external/skia/infra/bots/flavor/
cmake_flavor.py 13 """CMake flavor utils, used for building Skia with CMake."""
  /system/sepolicy/tools/sepolicy-analyze/
dups.c 37 attrib1 = stype->flavor || ttype->flavor;
53 attrib2 = stype2->flavor || ttype2->flavor;
attribute.c 19 if (attr->flavor != TYPE_ATTRIB) {
  /external/selinux/libsepol/cil/src/
cil_resolve_ast.c 87 if (parent->flavor == CIL_CALL) {
90 } else if (parent->flavor == CIL_MACRO) {
114 cil_list_init(perm_datums, perm_strs->flavor);
117 if (curr->flavor == CIL_LIST) {
125 } else if (curr->flavor == CIL_STRING) {
139 cil_list_append(*perm_datums, curr->flavor, curr->data);
211 if (curr->flavor == CIL_CLASSPERMS) {
255 cil_list_append(cp->classperms, curr->flavor, curr->data);
268 if (FLAVOR(datum) == CIL_TYPEATTRIBUTE) {
393 if (result_node->flavor != CIL_TYPE)
2713 enum cil_flavor flavor = ((struct cil_param*)item->data)->flavor; local
    [all...]
cil_build_ast.c 58 int cil_fill_list(struct cil_tree_node *current, enum cil_flavor flavor, struct cil_list **list)
73 cil_list_init(list, flavor);
101 ast_node->flavor = nflavor;
119 if (ast_node->flavor >= CIL_MIN_DECLARATIVE && ast_node->parent->flavor == CIL_MACRO) {
125 if (param->flavor == ast_node->flavor) {
150 ast_node->flavor = CIL_NONE;
234 ast_node->flavor = CIL_BLOCKINHERIT;
279 ast_node->flavor = CIL_BLOCKABSTRACT
    [all...]
cil_build_ast.h 41 int cil_parse_to_list(struct cil_tree_node *parse_cl_head, struct cil_list *ast_cl, enum cil_flavor flavor);
55 int cil_gen_perm(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, enum cil_flavor flavor, unsigned int *num_perms);
57 int cil_gen_perm_nodes(struct cil_db *db, struct cil_tree_node *current_perm, struct cil_tree_node *ast_node, enum cil_flavor flavor, unsigned int *num_perms);
127 int cil_gen_constrain_expr(struct cil_tree_node *current, enum cil_flavor flavor, struct cil_list **stack);
128 int cil_gen_expr(struct cil_tree_node *current, enum cil_flavor flavor, struct cil_list **stack);
133 int cil_gen_condblock(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, enum cil_flavor flavor);
135 int cil_gen_alias(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, enum cil_flavor flavor);
137 int cil_gen_aliasactual(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, enum cil_flavor flavor);
167 int cil_gen_constrain(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, enum cil_flavor flavor);
169 int cil_gen_validatetrans(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, enum cil_flavor flavor);
    [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...]
cil_copy_ast.c 54 cil_list_init(&new, data->flavor);
57 switch (orig_item->flavor) {
72 pn->flavor = po->flavor;
78 cil_list_append(new, orig_item->flavor, orig_item->data);
204 if (orig_item->flavor == CIL_CLASSPERMS) {
1345 cil_list_init(new, orig->flavor);
1348 switch (curr->flavor) {
1359 cil_list_append(*new, curr->flavor, curr->data);
1362 cil_list_append(*new, curr->flavor, curr->data)
    [all...]
cil_stack.c 70 void cil_stack_push(struct cil_stack *stack, enum cil_flavor flavor, void *data)
79 stack->stack[stack->pos].flavor = flavor;
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/androidTest/debug/com/android/layoutlib/test/myapplication/test/
BuildConfig.class 
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
BuildConfig.class 
  /external/autotest/client/deps/glbench/src/
texturetest.cc 83 for (unsigned int flavor = 0; flavor < arraysize(kFlavors); flavor++) {
84 flavor_ = kFlavors[flavor];
92 kTexelFormatNames[fmt] + "_" + kFlavorNames[flavor] + "_" +
  /external/ltrace/
param.c 32 param->flavor = PARAM_FLAVOR_TYPE;
40 param->flavor = PARAM_FLAVOR_STOP;
56 param->flavor = PARAM_FLAVOR_PACK;
120 switch (param->flavor) {
141 assert(!"Unknown value of param flavor!");
  /external/selinux/libsepol/tests/
test-common.h 49 * mode: 0 = test the datum according to the flavor value in the call
50 1 = automatically detect the flavor value and test the datum accordingly
51 * flavor = flavor value if in mode 0
53 extern void test_alias_datum(policydb_t * p, char *id, char *primary_id, char mode, unsigned int flavor);
  /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;
  /external/fonttools/Lib/fontTools/ttLib/
sfnt.py 28 self.flavor = None
45 self.flavor = "woff"
61 # Load flavor data if any
62 if self.flavor == "woff":
101 flavor=None, flavorData=None):
105 self.flavor = flavor
108 if self.flavor == "woff":
115 assert not self.flavor, "Unknown flavor '%s'" % self.flavo
    [all...]
  /packages/experimental/
README 2 not included with any flavor of the device, the SDK, or any other kind
  /system/tools/aidl/tests/java_app/
README 3 1) Build your favorite AOSP flavor.
  /external/opencv/cv/src/
cvmorph.cpp 46 #define IPCV_MORPHOLOGY_PTRS( morphtype, flavor ) \
47 icv##morphtype##Rect_##flavor##_C1R_t \
48 icv##morphtype##Rect_##flavor##_C1R_p = 0; \
49 icv##morphtype##Rect_GetBufSize_##flavor##_C1R_t \
50 icv##morphtype##Rect_GetBufSize_##flavor##_C1R_p = 0; \
51 icv##morphtype##Rect_##flavor##_C3R_t \
52 icv##morphtype##Rect_##flavor##_C3R_p = 0; \
53 icv##morphtype##Rect_GetBufSize_##flavor##_C3R_t \
54 icv##morphtype##Rect_GetBufSize_##flavor##_C3R_p = 0; \
55 icv##morphtype##Rect_##flavor##_C4R_t
    [all...]
  /prebuilts/misc/common/android-support-test/espresso/
exposed-instrumentation-api-publish-0.5-release-no-dep.jar 
  /external/opencv/cxcore/src/
cxnorm.cpp     [all...]
cxsumpixels.cpp 231 #define ICV_DEF_SUM_NOHINT_BLOCK_FUNC_2D( name, flavor, cn, \
233 IPCVAPI_IMPL(CvStatus, icv##name##_##flavor##_C##cn##R,( \
261 #define ICV_DEF_SUM_NOHINT_FUNC_2D( name, flavor, cn, \
263 IPCVAPI_IMPL(CvStatus, icv##name##_##flavor##_C##cn##R,( \
281 #define ICV_DEF_SUM_HINT_FUNC_2D( name, flavor, cn, \
283 IPCVAPI_IMPL(CvStatus, icv##name##_##flavor##_C##cn##R,( \
302 #define ICV_DEF_SUM_NOHINT_BLOCK_FUNC_2D_COI( name, flavor, \
304 static CvStatus CV_STDCALL icv##name##_##flavor##_CnCR( \
333 #define ICV_DEF_SUM_NOHINT_FUNC_2D_COI( name, flavor, \
335 static CvStatus CV_STDCALL icv##name##_##flavor##_CnCR(
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 61 diag::Flavor getFlavor() const {
62 return Class == CLASS_REMARK ? diag::Flavor::Remark
63 : diag::Flavor::WarningOrError;
515 /// were filtered out due to having the wrong flavor.
516 static bool getDiagnosticsInGroup(diag::Flavor Flavor,
522 return Flavor == diag::Flavor::Remark;
529 if (GetDiagInfo(*Member)->getFlavor() == Flavor) {
538 NotFound &= getDiagnosticsInGroup(Flavor, &OptionTable[(short)*SubGroups]
    [all...]
  /external/ipsec-tools/
Android.mk 64 ifneq (,$(wildcard $(TOP)/external/boringssl/flavor.mk))
65 include $(TOP)/external/boringssl/flavor.mk
67 include $(TOP)/external/openssl/flavor.mk

Completed in 1091 milliseconds

12 3 4 5 6 7 8 91011>>