Searched refs:flavor (Results 101 - 121 of 121) sorted by relevance

12345

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8272 uint32_t flavor, count, left; local
8276 memcpy((char *)&flavor, begin, sizeof(uint32_t));
8279 flavor = 0;
8283 sys::swapByteOrder(flavor);
8293 if (flavor == MachO::x86_THREAD_STATE64) {
8294 outs() << " flavor x86_THREAD_STATE64\n";
8313 } else if (flavor == MachO::x86_THREAD_STATE) {
8314 outs() << " flavor x86_THREAD_STATE\n";
8332 if (ts.tsh.flavor == MachO::x86_THREAD_STATE64) {
8333 outs() << "\t tsh.flavor x86_THREAD_STATE6
[all...]
/external/selinux/libsepol/src/
H A Dpolicydb.c1553 if (!((base_role->flavor == ROLE_ROLE) &&
1554 (cur_role->flavor == ROLE_ROLE))) {
2233 role->flavor = le32_to_cpu(buf[0]);
2311 typdatum->flavor = TYPE_ATTRIB;
2314 typdatum->flavor = TYPE_ALIAS;
2323 typdatum->flavor = le32_to_cpu(buf[++pos]);
3939 if (p->type_val_to_struct[i] && p->type_val_to_struct[i]->flavor != TYPE_ATTRIB) {
H A Dmodule_to_cil.c2020 switch (role->flavor) {
2112 log_err("Unknown role type: %i", role->flavor);
2143 switch(type->flavor) {
2173 log_err("Unknown flavor (%i) of type %s", type->flavor, key);
/external/selinux/libsepol/cil/test/unit/
H A Dtest_cil_build_ast.c225 CuAssertIntEquals(tc, test_ast_node->flavor, CIL_BLOCK);
500 new_tree_node->flavor = CIL_CLASS;
581 new_tree_node->flavor = CIL_CLASS;
796 test_ast_node->flavor = CIL_CLASS;
826 test_ast_node->flavor = CIL_CLASS;
854 test_ast_node->flavor = CIL_CLASS;
1048 CuAssertIntEquals(tc, test_ast_node->flavor, CIL_CLASS);
1594 test_ast_node->flavor = CIL_CLASSMAP;
2027 CuAssertIntEquals(tc, test_ast_node->flavor, CIL_COMMON);
2303 CuAssertIntEquals(tc, test_ast_node->flavor, CIL_SIDCONTEX
[all...]
H A DCilTest.c93 new_tree->root->flavor = CIL_ROOT;
101 node->flavor = CIL_PARSE_NODE;
116 item->flavor = CIL_PARSE_NODE;
H A Dtest_cil_resolve_ast.c5864 ((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data)->macro->params->head->flavor = CIL_NETIFCON;
5991 item->flavor = CIL_CONTEXT;
6022 ((struct cil_param*)item->data)->flavor = CIL_CONTEXT;
6533 ((struct cil_args*)((struct cil_list_item *)((struct cil_call *)test_db->ast->root->cl_head->next->next->next->next->next->next->next->next->data)->args->head)->data)->flavor = CIL_SYM_UNKNOWN;
7246 new_cond->flavor = CIL_COND;
7249 new_cond->flavor = CIL_TUNABLE;
7351 new_cond->flavor = CIL_COND;
7354 new_cond->flavor = CIL_TUNABLE;
11007 test_ast_node_call->flavor = CIL_CALL;
11035 test_ast_node_call->flavor
[all...]
/external/opencv/cv/src/
H A Dcvderiv.cpp485 #define ICV_LAPLACE_ROW( flavor, srctype, dsttype, load_macro ) \
487 icvLaplaceRow_##flavor( const srctype* src, dsttype* dst, void* params )\
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/fonttools/Lib/fontTools/
H A Dsubset.py1840 flavor = None # May be 'woff' variable in class:Options
2152 if options.flavor and not hasattr(font, 'flavor'):
2154 font.flavor = options.flavor
/external/fonttools/Tools/fontTools/
H A Dsubset.py1840 flavor = None # May be 'woff' variable in class:Options
2152 if options.flavor and not hasattr(font, 'flavor'):
2154 font.flavor = options.flavor
/external/ltrace/
H A Doutput.c397 switch (param->flavor) {
417 assert(!"Invalid param flavor!");
H A Dread_config_file.c1074 return param->flavor == PARAM_FLAVOR_TYPE
/external/selinux/checkpolicy/test/
H A Ddismod.c310 if (type->flavor == TYPE_ATTRIB) {
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
H A Dlibhttplib2.tex373 % an example giving the flavor of the module may be given before the
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jar ... value public void setFlavor (java.lang.String) String flavor public void setLauncherConfig (java.lang.String) String launcherConfig ...
/external/iproute2/doc/
H A Dip-tunnels.tex142 Standard Linux-2.2 kernel supports three flavor of tunnels,
/external/opencv3/modules/imgproc/src/
H A Dsmooth.cpp1349 #define IPP_FILTER_BOX_BORDER(ippType, ippDataType, flavor) \
1357 IppStatus status = ippiFilterBoxBorder_##flavor(src.ptr<ippType>(), (int)src.step, dst.ptr<ippType>(), \
2655 #define IPP_FILTER_MEDIAN_BORDER(ippType, ippDataType, flavor) \
2662 IppStatus status = ippiFilterMedianBorder_##flavor(src.ptr<ippType>(), (int)src.step, \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/robolectric/v3/
H A Drobolectric-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/util/ org/robolectric/res/ org/ ...
/external/bison/build-aux/
H A Dtexinfo.tex4400 % The above is not enough to reproduce the bug, but it gives the flavor.
/external/libmicrohttpd/doc/
H A Dtexinfo.tex4401 % The above is not enough to reproduce the bug, but it gives the flavor.

Completed in 1853 milliseconds

12345