/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_win.cpp | 177 GLYPHMETRICS gm; local 180 if (GetGlyphOutlineW(hdc, mid, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, 912 GLYPHMETRICS gm; local 913 sk_bzero(&gm, sizeof(gm)); 915 DWORD status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22); 918 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22); 929 if (1 == gm.gmBlackBoxX && 1 == gm.gmBlackBoxY) { 1051 GLYPHMETRICS gm; local 1679 GLYPHMETRICS gm; local 1808 GLYPHMETRICS gm; local [all...] |
/external/skia/src/ports/ |
SkFontHost_win.cpp | 177 GLYPHMETRICS gm; local 180 if (GetGlyphOutlineW(hdc, mid, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, 912 GLYPHMETRICS gm; local 913 sk_bzero(&gm, sizeof(gm)); 915 DWORD status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22); 918 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22); 929 if (1 == gm.gmBlackBoxX && 1 == gm.gmBlackBoxY) { 1051 GLYPHMETRICS gm; local 1679 GLYPHMETRICS gm; local 1808 GLYPHMETRICS gm; local [all...] |
/external/eigen/unsupported/test/mpreal/ |
dlmalloc.c | 2500 #define gm macro [all...] |
/external/libffi/src/ |
dlmalloc.c | 2056 #define gm macro [all...] |
closures.c | 459 msegmentptr seg = segment_holding (gm, start); 507 msegmentptr seg = segment_holding (gm, ptr); 523 msegmentptr seg = segment_holding_code (gm, ptr);
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
SDL_malloc.c | 2066 #define gm macro [all...] |
/external/pixman/test/ |
utils.h | 205 uint32_t am, rm, gm, bm; member in struct:__anon24464 237 uint32_t *gm,
|
utils.c | [all...] |
/frameworks/base/core/java/android/widget/ |
ExpandableListConnector.java | 903 GroupMetadata gm = new GroupMetadata(); local [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
RenderManager.java | 692 Geometry gm = (Geometry) s;
local 697 rq.addToShadowQueue(gm, RenderQueue.ShadowMode.Cast);
725 Geometry gm = (Geometry) scene;
local 726 if (gm.getMaterial() == null) {
727 throw new IllegalStateException("No material is set for Geometry: " + gm.getName());
730 gm.getMaterial().preload(this);
731 Mesh mesh = gm.getMesh();
800 Geometry gm = (Geometry) scene;
local 801 if (gm.getMaterial() == null) {
802 throw new IllegalStateException("No material is set for Geometry: " + gm.getName()); [all...] |
/packages/apps/Music/src/com/android/music/ |
MediaAppWidgetProvider.java | 79 final AppWidgetManager gm = AppWidgetManager.getInstance(context); local 81 gm.updateAppWidget(appWidgetIds, views); 83 gm.updateAppWidget(new ComponentName(context, this.getClass()), views);
|
/external/skia/gm/ |
Android.mk | 6 gm.cpp \ 179 external/skia/gm \
|
/external/skia/gm/tests/ |
run.sh | 3 # Self-tests for gm, based on tools/tests/run.sh 6 # so make sure that they still pass when you make changes to gm! 8 # To generate new baselines when gm behavior changes, run gm/tests/rebaseline.sh 22 GM_BINARY=out/Debug/gm 69 # Run gm... 99 grep ^GM: $ACTUAL_OUTPUT_DIR/stdout >$ACTUAL_OUTPUT_DIR/stdout-tmp 101 grep ^GM: $ACTUAL_OUTPUT_DIR/stderr >$ACTUAL_OUTPUT_DIR/stderr-tmp 124 # that gm will match or mismatch as appropriate. 142 # Run GM to write out the images actually generated [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ |
pariscid.pl | 220 $code =~ s/cmpib,\*/comib,/gm if ($SIZE_T==4); 221 $code =~ s/,\*/,/gm if ($SIZE_T==4);
|
/external/openssl/crypto/ |
pariscid.pl | 220 $code =~ s/cmpib,\*/comib,/gm if ($SIZE_T==4); 221 $code =~ s/,\*/,/gm if ($SIZE_T==4);
|
/external/skia/tools/tests/ |
run.sh | 90 URL=http://chromium-skia-gm.commondatastorage.googleapis.com/perfdata/${PLATFORM}/${FILE} 147 EXPECTATIONS_TO_MODIFY_DIR="$ACTUAL_OUTPUT_DIR/gm-expectations"
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
omnibox_custom_bindings.js | 18 var kRemoveChars = /(\r|\n|\t|\u2028|\u2029)/gm;
|
/external/skia/tools/ |
rebaseline.py | 11 Rebaselines the given GM tests, on all bots and all configurations. 25 # We need to add the 'gm' directory, so that we can import gm_json.py within 27 # written out by the GM tool. 28 # Make sure that the 'gm' dir is in the PYTHONPATH, but add it at the *end* 31 # This assumes that the 'gm' directory has been checked out as a sibling of 35 os.path.join(os.path.dirname(os.path.dirname(__file__)), 'gm')) 267 # within this builder's subdirectory in expectations/gm . 357 'summaries of actual GM results; defaults to ' 362 default='http://skia-autogen.googlecode.com/svn/gm-actual') 409 default=os.path.join('expectations', 'gm')) [all...] |
/external/chromium_org/v8/test/mjsunit/ |
regexp.js | 45 re = /^./gm; // any non-newline character at the beginning of a line 55 re = /.$/gm; // any non-newline character at the end of a line 65 re = /^[^]/gm; // *any* character at the beginning of a line 76 re = /[^]$/gm; // *any* character at the end of a line 469 re.compile("ri+", "gm");
|
/external/v8/test/mjsunit/ |
regexp.js | 45 re = /^./gm; // any non-newline character at the beginning of a line 55 re = /.$/gm; // any non-newline character at the end of a line 65 re = /^[^]/gm; // *any* character at the beginning of a line 76 re = /[^]$/gm; // *any* character at the end of a line 469 re.compile("ri+", "gm");
|
/external/qemu/telephony/ |
sms.c | 229 struct tm gm = *(gmtime(&now_time)); local 240 tzdiff = (local.tm_hour*4 + local.tm_min/15) - (gm.tm_hour*4 + gm.tm_min/15); 241 if (local.tm_yday > gm.tm_yday) 243 else if (local.tm_yday < gm.tm_yday) [all...] |
/ndk/sources/host-tools/make-3.81/tests/ |
test_driver.pl | 648 $slurp =~ s/^.*modification time .*in the future.*\n//gm; 649 $slurp =~ s/^.*Clock skew detected.*\n//gm;
|
/development/tools/labpretest/ |
labpretest.sh | 569 $ADB -s $device shell monkey -p com.android.alarmclock -p com.android.browser -p com.android.calculator2 -p com.android.calendar -p com.android.camera -p com.android.contacts -p com.google.android.gm -p com.android.im -p com.android.launcher -p com.google.android.apps.maps -p com.android.mms -p com.android.music -p com.android.phone -p com.android.settings -p com.google.android.street -p com.android.vending -p com.google.android.youtube -p com.android.email -p com.google.android.voicesearch -c android.intent.category.LAUNCHER --ignore-security-exceptions -s $seed $MEVENTS
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
armv4-mont.pl | 204 $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compile with -march=armv4
|
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha1-armv4-large.pl | 246 $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compile with -march=armv4
|