Searched refs:shortname (Results 1 - 11 of 11) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dthread.h18 char shortname[3]; member in struct:thread
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Des_generator.py106 'shortname' : 'es1'
112 'shortname' : 'es2'
169 shortname = VersionSpecificValues[version]['shortname'] variable
202 """ % (versionHeader, versionExtHeader, shortname.upper())
746 """ % (shortname, shortname, shortname, shortname)
765 #endif /* FEATURE_%s */""" % (shortname
[all...]
/external/mesa3d/src/mesa/main/
H A Des_generator.py106 'shortname' : 'es1'
112 'shortname' : 'es2'
169 shortname = VersionSpecificValues[version]['shortname'] variable
202 """ % (versionHeader, versionExtHeader, shortname.upper())
746 """ % (shortname, shortname, shortname, shortname)
765 #endif /* FEATURE_%s */""" % (shortname
[all...]
/external/chromium_org/third_party/icu/source/samples/ufortune/
H A Dfortunedefs.mk20 # Resource shortname
/external/icu/icu4c/source/samples/ufortune/
H A Dfortunedefs.mk20 # Resource shortname
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aavideo.c176 fprintf(stderr,"Using AAlib driver: %s (%s)\n", AA_context->driver->name, AA_context->driver->shortname);
178 AA_in_x11 = (SDL_strcmp(AA_context->driver->shortname,"X11") == 0);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet.jsp_2.0.0.v200806031607.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE.SF META-INF/ECLIPSE.RSA META ...
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-sched.c1312 if (!sched_in->shortname[0]) {
1313 sched_in->shortname[0] = sched->next_shortname1;
1314 sched_in->shortname[1] = sched->next_shortname2;
1337 printf("%2s ", sched->curr_thread[cpu]->shortname);
1347 sched_in->shortname, sched_in->comm, sched_in->tid);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof1357 # ->[0] is the shortname, ->[2] is the full name
2497 # Provides a map from fullname to shortname for cases where the
2498 # shortname is ambiguous. The symlist has both the fullname and
2499 # shortname for all symbols, which is usually fine, but sometimes --
2501 # the same shortname. In that case, we use the address of the
2504 # is not present in the map, the 'normal' shortname provided by the
2514 my $shortname = $symlist->[0];
2519 if (defined($shortnames_seen_once->{$shortname}) &&
2520 $shortnames_seen_once->{$shortname} ne $fullname) {
2521 $shortnames_seen_more_than_once->{$shortname}
[all...]
/external/jemalloc/bin/
H A Dpprof1357 # ->[0] is the shortname, ->[2] is the full name
2497 # Provides a map from fullname to shortname for cases where the
2498 # shortname is ambiguous. The symlist has both the fullname and
2499 # shortname for all symbols, which is usually fine, but sometimes --
2501 # the same shortname. In that case, we use the address of the
2504 # is not present in the map, the 'normal' shortname provided by the
2514 my $shortname = $symlist->[0];
2519 if (defined($shortnames_seen_once->{$shortname}) &&
2520 $shortnames_seen_once->{$shortname} ne $fullname) {
2521 $shortnames_seen_more_than_once->{$shortname}
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof1357 # ->[0] is the shortname, ->[2] is the full name
2497 # Provides a map from fullname to shortname for cases where the
2498 # shortname is ambiguous. The symlist has both the fullname and
2499 # shortname for all symbols, which is usually fine, but sometimes --
2501 # the same shortname. In that case, we use the address of the
2504 # is not present in the map, the 'normal' shortname provided by the
2514 my $shortname = $symlist->[0];
2519 if (defined($shortnames_seen_once->{$shortname}) &&
2520 $shortnames_seen_once->{$shortname} ne $fullname) {
2521 $shortnames_seen_more_than_once->{$shortname}
[all...]

Completed in 4134 milliseconds