Searched refs:tif (Results 1 - 9 of 9) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dgrfmt_tiff.cpp57 m_description = "TIFF Files (*.tiff;*.tif)";
115 TIFF* tif = (TIFF*)m_tif; local
116 TIFFClose( tif );
135 TIFF* tif = TIFFOpen( m_filename, "r" ); local
137 if( tif )
140 m_tif = tif;
142 if( TIFFRGBAImageOK( tif, errmsg ) &&
143 TIFFGetField( tif, TIFFTAG_IMAGEWIDTH, &width ) &&
144 TIFFGetField( tif, TIFFTAG_IMAGELENGTH, &height ) &&
145 TIFFGetField( tif, TIFFTAG_PHOTOMETRI
174 TIFF* tif = (TIFF*)m_tif; local
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil.c2061 void cil_tunif_init(struct cil_tunableif **tif) argument
2063 *tif = cil_malloc(sizeof(**tif));
2065 (*tif)->str_expr = NULL;
2066 (*tif)->datum_expr = NULL;
H A Dcil_build_ast.c2602 struct cil_tunableif *tif = NULL; local
2616 cil_tunif_init(&tif);
2618 rc = cil_gen_expr(parse_current->next, CIL_TUNABLE, &tif->str_expr);
2649 ast_node->data = tif;
2656 cil_destroy_tunif(tif);
2660 void cil_destroy_tunif(struct cil_tunableif *tif) argument
2662 if (tif == NULL) {
2666 cil_list_destroy(&tif->str_expr, CIL_TRUE);
2667 cil_list_destroy(&tif->datum_expr, CIL_FALSE);
2669 free(tif);
[all...]
H A Dcil_tree.c920 struct cil_tunableif *tif = node->data; local
924 cil_tree_print_expr(tif->datum_expr, tif->str_expr);
H A Dcil_build_ast.h125 void cil_destroy_tunif(struct cil_tunableif *tif);
H A Dcil_internal.h929 void cil_tunif_init(struct cil_tunableif **tif);
H A Dcil_resolve_ast.c2915 struct cil_tunableif *tif = (struct cil_tunableif*)current->data; local
2925 rc = cil_resolve_expr(CIL_TUNABLEIF, tif->str_expr, &tif->datum_expr, current, extra_args);
2930 result = __cil_evaluate_tunable_expr(tif->datum_expr->head);
/external/selinux/libsepol/cil/test/unit/
H A Dtest_cil_resolve_ast.c6831 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
6833 int rc = cil_resolve_expr_stack(tif->expr_stack, test_db->ast->root->cl_head->next->next->next, args);
7026 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
7028 cil_resolve_expr_stack(tif->expr_stack, test_db->ast->root->cl_head->next->next->next, args);
7029 int rc = cil_evaluate_expr_stack(tif->expr_stack, &result);
7053 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
7055 cil_resolve_expr_stack(tif->expr_stack, test_db->ast->root->cl_head->next->next->next, args);
7056 int rc = cil_evaluate_expr_stack(tif->expr_stack, &result);
7080 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
7082 cil_resolve_expr_stack(tif
7107 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
7134 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
7161 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
7189 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->next->data; local
7217 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->next->data; local
[all...]
/external/blktrace/btt/doc/
H A Dbtt.tex483 M*tif.''}, but is easy to parse for other plotting and/or analysis

Completed in 281 milliseconds