/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
|
/external/skia/dm/ |
DMUtil.h | 15 // Draw gm to picture. Passes recordFlags to SkPicture::beginRecording(). 16 void RecordPicture(skiagm::GM* gm, SkPicture* picture, uint32_t recordFlags = 0); 18 // Prepare bitmap to have gm draw into it with this config. 19 void SetupBitmap(const SkBitmap::Config config, skiagm::GM* gm, SkBitmap* bitmap);
|
DMUtil.cpp | 13 void RecordPicture(skiagm::GM* gm, SkPicture* picture, uint32_t recordFlags) { 14 const SkISize size = gm->getISize(); 16 canvas->concat(gm->getInitialTransform()); 17 gm->draw(canvas); 22 void SetupBitmap(const SkBitmap::Config config, skiagm::GM* gm, SkBitmap* bitmap) { 23 const SkISize size = gm->getISize();
|
DMReplayTask.cpp | 14 skiagm::GM* gm, 19 , fGM(gm) 39 if (fGM->getFlags() & skiagm::GM::kSkipPicture_Flag) {
|
DMPipeTask.cpp | 37 skiagm::GM* gm, 44 , fGM(gm) 74 if (fGM->getFlags() & skiagm::GM::kSkipPipe_Flag) { 78 fGM->getFlags() & skiagm::GM::kSkipPipeCrossProcess_Flag) {
|
DMSerializeTask.cpp | 14 skiagm::GM* gm, 18 , fGM(gm) 50 return !FLAGS_serialize || fGM->getFlags() & skiagm::GM::kSkipPicture_Flag;
|
DMTileGridTask.cpp | 14 TileGridTask::TileGridTask(const Task& parent, skiagm::GM* gm, SkBitmap reference, SkISize tileSize) 17 , fGM(gm) 71 if (fGM->getFlags() & skiagm::GM::kSkipPicture_Flag) { 74 if (fGM->getFlags() & skiagm::GM::kSkipTiled_Flag) {
|
/packages/apps/DeskClock/src/com/android/alarmclock/ |
AnalogAppWidgetProvider.java | 50 AppWidgetManager gm = AppWidgetManager.getInstance(context); local 51 gm.updateAppWidget(appWidgetIds, views);
|
/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;
|
/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" 79 // stop writing out XPS-format image baselines in gm. 101 GM* next() { 125 // image files read/written by GM use this file extension. 144 /* Write GM images if a write path is provided. */ 146 /* Read reference GM images if a read path is provided. */ 445 * Prepare an SkBitmap to render a GM into. 447 * After you've rendered the GM into the SkBitmap, you must cal 2271 GM* gm; local [all...] |
/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));
|