| /xsrc/external/mit/xedit/dist/ |
| tags.c | 28 * Linux kernel 2.6x is an example, the tags file itself is almost 80Mb 33 * Possible workarounds could be to load the tags file in a separate 35 * as the tags file metadata would need to be stored in some very fast 37 * a linear search in a huge tags file. 75 /* Used when searching for alternate tags and failing descending to 79 /* Flag to know if tags file is in xedit cwd and allow using relative 82 * wrong file) if file is edited and tags is not in the current dir */ 86 XeditTagsInfo *tags; /* If trying another TagsInfo */ member in struct:_XeditTagsInfo 87 TagsEntry *entry; /* Entry in tags->tags */ 319 XeditTagsInfo *tags; local 337 XeditTagsInfo *tags; local [all...] |
| xedit.h | 87 XeditTagsInfo *tags; member in struct:_xedit_flist_item 180 /* tags.c */
|
| /xsrc/external/mit/xf86-input-vmmouse/dist/tools/ |
| hal-probe-vmmouse.in | 29 __HAL_BIN_PREFIX__/hal-set-property --direct --udi "$UDI" --key input.tags --string "vmmouse"
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| inpututils.c | 349 char **tags, **new_tags; local 370 if ((tags = attrs->tags)) 372 while(*tags++) 375 new_attr->tags = calloc(ntags + 1, sizeof(char*)); 376 if (!new_attr->tags) 379 tags = attrs->tags; 380 new_tags = new_attr->tags; 382 while(*tags) 403 char **tags; local [all...] |
| /xsrc/external/mit/freetype/dist/src/base/ |
| ftoutln.c | 56 char* tags; local 101 tags = outline->tags + first; 102 tag = FT_CURVE_TAG( tags[0] ); 112 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON ) 129 tags--; 141 tags++; 143 tag = FT_CURVE_TAG( tags[0] ); 174 tags++; 175 tag = FT_CURVE_TAG( tags[0] ) [all...] |
| ftgloadr.c | 111 FT_FREE( loader->base.outline.tags ); 150 current->tags = FT_OFFSET( base->tags, base->n_points ); 222 /* check points & tags */ 235 FT_RENEW_ARRAY( base->tags, old_max, new_max ) )
|
| ftstroke.c | 317 FT_Byte* tags; member in struct:FT_StrokeBorderRec_ 345 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) ) 375 border->tags[start] = border->tags[count]; 396 /* then the tags */ 398 FT_Byte* tag1 = border->tags + start + 1; 399 FT_Byte* tag2 = border->tags + count - 1; 414 border->tags[start ] |= FT_STROKE_TAG_BEGIN; 415 border->tags[count - 1] |= FT_STROKE_TAG_END; 451 FT_Byte* tag = border->tags + border->num_points 660 FT_Byte* tags = border->tags; local 731 FT_Byte* tags = border->tags; local 2072 char* tags; local [all...] |
| ftbbox.c | 498 if ( FT_CURVE_TAG( outline->tags[n] ) == FT_CURVE_TAG_ON )
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| inpututils.c | 351 char **tags, **new_tags; local 372 if ((tags = attrs->tags)) { 373 while (*tags++) 376 new_attr->tags = calloc(ntags + 1, sizeof(char *)); 377 if (!new_attr->tags) 380 tags = attrs->tags; 381 new_tags = new_attr->tags; 383 while (*tags) { 403 char **tags; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/config/ |
| udev.c | 131 tags_prop = udev_device_get_property_value(udev_device, "ID_INPUT.tags"); 132 LOG_PROPERTY(path, "ID_INPUT.tags", tags_prop); 133 attrs.tags = xstrtokenize(tags_prop, ","); 212 if (attrs.tags) { 213 char **tag = attrs.tags; 218 free(attrs.tags);
|
| hal.c | 166 hal_tags = get_prop_string(hal_ctx, udi, "input.tags"); 167 attrs.tags = xstrtokenize(hal_tags, ","); 408 if (attrs.tags) { 409 char **tag = attrs.tags; 414 free(attrs.tags);
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/lava/ |
| lava-submit.sh | 47 --lava-tags "${LAVA_TAGS}" >> results/lava.log
|
| /xsrc/external/mit/ctwm/dist/ |
| Makefile | 20 .PHONY: tags 21 man-pdf doxygen doxyclean tags: build/Makefile
|
| /xsrc/external/mit/freetype/dist/src/truetype/ |
| ttgload.c | 471 /* reading the point tags */ 472 flag = (FT_Byte*)outline->tags; 498 if ( n_points && outline->tags[0] & OVERLAP_SIMPLE ) 505 flag = (FT_Byte*)outline->tags; 542 flag = (FT_Byte*)outline->tags; 802 zone->tags = (FT_Byte*)load->outline.tags + start_point; 893 current_outline.tags[0] |= 964 outline->tags[n_points ] = 0; 965 outline->tags[n_points + 1] = 0 1758 char tags[4] = { 1, 1, 1, 1 }; local 1949 char* tags = NULL; local [all...] |
| /xsrc/external/mit/MesaLib/dist/include/android_stub/cutils/ |
| trace.h | 34 * using one of the tags defined below. It must be defined to one of the 44 * ATRACE_TAG_HAL should be bitwise ORed with the relevant tags for tracing 88 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h 92 * Opens the trace file for writing and reads the property for initial tags. 93 * The atrace.tags.enableflags property sets the tags to trace. 101 * debug.atrace.tags.enableflags. Can be used as a sysprop change callback.
|
| /xsrc/external/mit/fontconfig/dist/doc/ |
| fcformat.fncs | 42 and tags which are interpreted to construct text from the pattern in a 67 tags are expanded, the named identifier will be looked up in 75 Simple tags expand to list of all values for an element. To only choose 114 Sub-expression tags are useful for aligning an entire sub-expression, or to 214 Expands to the list of PackageKit font() tags for the pattern. 215 Currently this includes tags for each family name, and each language 216 from the pattern, enumerated and sanitized into a set of tags terminated 217 by newline. Package management systems can use these tags to tag their
|
| /xsrc/external/mit/xorg-server/dist/config/ |
| udev.c | 207 tags_prop = udev_device_get_property_value(udev_device, "ID_INPUT.tags"); 208 LOG_PROPERTY(path, "ID_INPUT.tags", tags_prop); 209 attrs.tags = xstrtokenize(tags_prop, ","); 304 if (attrs.tags) { 305 char **tag = attrs.tags; 311 free(attrs.tags);
|
| hal.c | 168 hal_tags = get_prop_string(hal_ctx, udi, "input.tags"); 169 attrs.tags = xstrtokenize(hal_tags, ","); 421 if (attrs.tags) { 422 char **tag = attrs.tags; 428 free(attrs.tags);
|
| /xsrc/external/mit/pixman/dist/ |
| release.sh | 26 prev_version="$(git describe --tags --abbrev=0)" 97 git push --follow-tags
|
| /xsrc/external/mit/freetype/dist/src/smooth/ |
| ftgrays.c | 1385 char* tags; local 1430 tags = outline->tags + first; 1431 tag = FT_CURVE_TAG( tags[0] ); 1441 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON ) 1458 tags--; 1470 tags++; 1472 tag = FT_CURVE_TAG( tags[0] ); 1503 tags++; 1504 tag = FT_CURVE_TAG( tags[0] ) [all...] |
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| ftimage.h | 302 * tags :: 331 * The B/W rasterizer only checks bit~2 in the `tags` array for the first 342 char* tags; /* the points flags */ member in struct:FT_Outline_ 428 * rasterizer; see the `tags` field in @FT_Outline. 461 /* see the `tags` field in `FT_Outline` for a description of the values */ 685 * This macro converts four-letter tags to an unsigned long type.
|
| /xsrc/external/mit/freetype/dist/src/raster/ |
| ftraster.c | 1781 char* tags; local 1803 tags = ras.outline.tags + first; 1806 if ( tags[0] & FT_CURVE_TAG_HAS_SCANMODE ) 1807 ras.dropOutControl = (Byte)tags[0] >> 5; 1809 tag = FT_CURVE_TAG( tags[0] ); 1819 if ( FT_CURVE_TAG( ras.outline.tags[last] ) == FT_CURVE_TAG_ON ) 1836 tags--; 1845 tags++; 1847 tag = FT_CURVE_TAG( tags[0] ) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/ |
| Android.common.mk | 40 -Wno-mismatched-tags \
|
| /xsrc/external/mit/xorgproto/dist/scripts/ |
| keysym-generator.py | 77 tags = stdout.split("\n") 79 filter(lambda v: re.match(r"^v[2-6]\.[0-9]+(\.[0-9]+)?$", v), tags) 444 help="Path to a kernel git repo, required to find git tags",
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| pan_cs.c | 623 unsigned tags = MALI_FBD_TAG_IS_MFBD; local 704 tags |= MALI_FBD_TAG_HAS_ZS_RT; 721 tags |= MALI_POSITIVE(MAX2(fb->rt_count, 1)) << 2; 723 return tags;
|