HomeSort by relevance Sort by last modified time
    Searched refs:gm (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main.cc 53 BOOL gm; local
54 while ((gm = ::GetMessage(&msg, NULL, 0, 0)) != 0 && gm != -1) {
63 (gm = ::GetMessage(&msg, NULL, 0, 0)) != 0 && gm != -1) {
  /external/skia/tools/
reformat-json.py 26 # We need to add the 'gm' directory, so that we can import gm_json.py within
28 # written out by the GM tool.
29 # Make sure that the 'gm' dir is in the PYTHONPATH, but add it at the *end*
32 # This assumes that the 'gm' directory has been checked out as a sibling of
36 os.path.join(os.path.dirname(os.path.dirname(__file__)), 'gm'))
git-skia-verify 8 # This script builds and runs GM in current workspace with another Skia
67 say "Running GM for current revision..."
75 ./out/Release/gm -w after
77 say "Running GM for revision $REVISION..."
89 ./out/Release/gm -w before
compare_baselines.py 2 Compares the gm results within the local checkout against those already
46 Compares the gm results within the local checkout against those already
54 OPTION_GM_BASEDIR = '--gm-basedir'
55 DEFAULT_GM_BASEDIR = os.path.join(TRUNK_PATH, os.pardir, 'gm-expected')
58 OPTION_SVN_GM_URL = '--svn-gm-url'
59 DEFAULT_SVN_GM_URL = 'http://skia.googlecode.com/svn/gm-expected'
133 """Compare the gm results within gm_basedir against those already
139 expected GM results
206 'expected GM baseline images; defaults to "%s"' %
  /packages/apps/DeskClock/src/com/android/alarmclock/
AnalogAppWidgetProvider.java 50 AppWidgetManager gm = AppWidgetManager.getInstance(context); local
51 gm.updateAppWidget(appWidgetIds, views);
  /external/skia/gm/
gmmain.cpp 9 * Code for the "gm" (Golden Master) rendering comparison tool.
11 * If you make changes to this, re-run the self-tests at gm/tests/run.sh
16 #include "gm.h"
81 // stop writing out XPS-format image baselines in gm.
106 GM* next() {
130 // image files read/written by GM use this file extension.
149 /* Write GM images if a write path is provided. */
151 /* Read reference GM images if a read path is provided. */
422 * Prepare an SkBitmap to render a GM into.
424 * After you've rendered the GM into the SkBitmap, you must cal
2086 GM* gm; local
    [all...]
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
TestAppWidgetProvider.java 57 AppWidgetManager gm = AppWidgetManager.getInstance(context); local
61 gm.updateAppWidget(appWidgetIds, views);
63 gm.updateAppWidget(new ComponentName("com.android.tests.appwidgethost",
  /frameworks/base/tests/appwidgets/AppWidgetProviderTest/src/com/android/tests/appwidgetprovider/
TestAppWidgetProvider.java 49 AppWidgetManager gm = AppWidgetManager.getInstance(context); local
53 gm.updateAppWidget(appWidgetIds, views);
55 gm.updateAppWidget(new ComponentName("com.android.tests.appwidgetprovider",
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_rgb9e5.h 105 int rm, gm, bm; local
131 gm = (int) floor(gc / denom + 0.5);
135 assert(gm <= MAX_RGB9E5_MANTISSA);
138 assert(gm >= 0);
142 retval.field.g = gm;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_rgb9e5.h 105 int rm, gm, bm; local
131 gm = (int) floor(gc / denom + 0.5);
135 assert(gm <= MAX_RGB9E5_MANTISSA);
138 assert(gm >= 0);
142 retval.field.g = gm;
  /external/chromium_org/v8/test/webkit/fast/regex/
malformed-escapes.js 30 regexp = /\ug/gm;
35 regexp = /\xg/gm;
40 regexp = /\c_/gm;
45 regexp = /[\B]/gm;
50 regexp = /[\b]/gm;
55 regexp = /\8/gm;
quantified-assertions.js 30 regexp = /(?=a){0}/gm;
35 regexp = /(?=a){1}/gm;
40 regexp = /(?!a){0}/gm;
45 regexp = /(?!a){1}/gm;
  /development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleBroadcastReceiver.java 43 AppWidgetManager gm = AppWidgetManager.getInstance(context); local
51 ExampleAppWidgetProvider.updateAppWidget(context, gm, appWidgetIds.get(i), texts.get(i));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wgl.c 480 GLYPHMETRICS gm; local
496 memset(&gm,0,sizeof(gm));
502 if( GetGlyphOutline(hdc, first, GGO_BITMAP, &gm, 0, NULL, &mat)
517 &gm, 0, NULL, &mat);
532 &gm, /* ptr to structure for metrics*/
549 glBitmap(gm.gmBlackBoxX,gm.gmBlackBoxY,
550 (GLfloat)-gm.gmptGlyphOrigin.x,
551 (GLfloat)gm.gmptGlyphOrigin.y
    [all...]
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wgl.c 480 GLYPHMETRICS gm; local
496 memset(&gm,0,sizeof(gm));
502 if( GetGlyphOutline(hdc, first, GGO_BITMAP, &gm, 0, NULL, &mat)
517 &gm, 0, NULL, &mat);
532 &gm, /* ptr to structure for metrics*/
549 glBitmap(gm.gmBlackBoxX,gm.gmBlackBoxY,
550 (GLfloat)-gm.gmptGlyphOrigin.x,
551 (GLfloat)gm.gmptGlyphOrigin.y
    [all...]
  /external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
ImageToAwt.java 53 final int bpp, am, rm, gm, bm, as, rs, gs, bs, im, is; field in class:ImageToAwt.DecodeParams
55 public DecodeParams(int bpp, int am, int rm, int gm, int bm, int as, int rs, int gs, int bs, int im, int is) {
59 this.gm = gm;
83 this.gm = 0;
218 int reductionG = 8 - Integer.bitCount(p.gm);
259 g = (g << p.gs) & p.gm;
323 if (inParams.rm != 0 && inParams.gm == 0 && inParams.bm == 0) {
325 } else if (inParams.rm != 0 && inParams.gm != 0 && inParams.bm != 0) {
331 int expansionG = 8 - Integer.bitCount(inParams.gm);
    [all...]
  /external/chromium_org/v8/test/mjsunit/
regexp-standalones.js 35 var pattern = /^\d/gm;
41 pattern = /\d$/gm;
48 pattern = /^\d/gm;
53 pattern = /\d$/gm;
  /external/v8/test/mjsunit/
regexp-standalones.js 35 var pattern = /^\d/gm;
41 pattern = /\d$/gm;
48 pattern = /^\d/gm;
53 pattern = /\d$/gm;
  /bionic/libc/upstream-dlmalloc/
malloc.c 2633 #define gm macro
    [all...]
  /external/eigen/bench/
spmv.cpp 191 GmmSparse gm(rows,cols);
192 eiToGmm(sm, gm);
198 SPMV_BENCH(gmm::mult(gm, gv, gres));
201 SPMV_BENCH(gmm::mult(gmm::transposed(gm), gv, gres));
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 176 GLYPHMETRICS gm; local
179 if (GetGlyphOutlineW(hdc, mid, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0,
880 GLYPHMETRICS gm; local
881 sk_bzero(&gm, sizeof(gm));
883 DWORD status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
886 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
897 if (1 == gm.gmBlackBoxX && 1 == gm.gmBlackBoxY) {
899 DWORD bufferSize = GetGlyphOutlineW(fDDC, glyphId, GGO_NATIVE | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22)
1019 GLYPHMETRICS gm; local
1631 GLYPHMETRICS gm; local
1756 GLYPHMETRICS gm; local
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 176 GLYPHMETRICS gm; local
179 if (GetGlyphOutlineW(hdc, mid, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0,
880 GLYPHMETRICS gm; local
881 sk_bzero(&gm, sizeof(gm));
883 DWORD status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
886 status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22);
897 if (1 == gm.gmBlackBoxX && 1 == gm.gmBlackBoxY) {
899 DWORD bufferSize = GetGlyphOutlineW(fDDC, glyphId, GGO_NATIVE | GGO_GLYPH_INDEX, &gm, 0, NULL, &fMat22)
1019 GLYPHMETRICS gm; local
1631 GLYPHMETRICS gm; local
1756 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...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 2066 #define gm macro
    [all...]

Completed in 1191 milliseconds

1 2 3 4