/external/skia/bench/ |
Android.mk | 24 ../gm/gm.cpp \ 134 ../gm/SkLinearBitmapPipelineGM.cpp \ 135 ../gm/aaclip.cpp \ 136 ../gm/aarectmodes.cpp \ 137 ../gm/aaxfermodes.cpp \ 138 ../gm/addarc.cpp \ 139 ../gm/all_bitmap_configs.cpp \ 140 ../gm/alphagradients.cpp \ 141 ../gm/anisotropic.cpp [all...] |
GMBench.cpp | 10 GMBench::GMBench(skiagm::GM* gm) : fGM(gm) { 11 fName.printf("GM_%s", gm->getName()); 26 // Does the GM ever rely on drawBackground to lazily compute something?
|
GMBench.h | 12 #include "gm.h" 15 * Runs a GM as a benchmark by repeatedly drawing the GM. 19 // Constructor takes ownership of the GM param. 20 GMBench(skiagm::GM* gm); 30 skiagm::GM* fGM;
|
/external/skia/dm/ |
Android.mk | 27 ../gm/gm.cpp \ 290 ../gm/SkLinearBitmapPipelineGM.cpp \ 291 ../gm/aaclip.cpp \ 292 ../gm/aarectmodes.cpp \ 293 ../gm/aaxfermodes.cpp \ 294 ../gm/addarc.cpp \ 295 ../gm/all_bitmap_configs.cpp \ 296 ../gm/alphagradients.cpp \ 297 ../gm/anisotropic.cpp [all...] |
/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/bin/ |
fetch-skps | 21 gsutil -m cp -r gs://chromium-skia-gm/playback_$VERSION/skps .
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
GroveMoistureSample.java | 37 upm_grovemoisture.GroveMoisture gm = new upm_grovemoisture.GroveMoisture(1); local 40 int moisture_val = gm.value();
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
main.cc | 56 BOOL gm; local 57 while ((gm = ::GetMessage(&msg, NULL, 0, 0)) != 0 && gm != -1) { 66 (gm = ::GetMessage(&msg, NULL, 0, 0)) != 0 && gm != -1) {
|
/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/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/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;
|
/prebuilts/go/darwin-x86/src/runtime/ |
softfloat64.go | 197 gs, gm, ge, gi, gn := funpack64(g) 213 case fm == 0 && gm == 0 && fs != 0 && gs != 0: // -0 + -0 = -0 217 if gm == 0 { 222 case gm == 0: // f + 0 = f 227 if fe < ge || fe == ge && fm < gm { 228 f, g, fs, fm, fe, gs, gm, ge = g, f, gs, gm, ge, fs, fm, fe 233 gm <<= 2 234 trunc := gm & (1<<shift - 1) 235 gm >>= shif [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
softfloat64.go | 197 gs, gm, ge, gi, gn := funpack64(g) 213 case fm == 0 && gm == 0 && fs != 0 && gs != 0: // -0 + -0 = -0 217 if gm == 0 { 222 case gm == 0: // f + 0 = f 227 if fe < ge || fe == ge && fm < gm { 228 f, g, fs, fm, fe, gs, gm, ge = g, f, gs, gm, ge, fs, fm, fe 233 gm <<= 2 234 trunc := gm & (1<<shift - 1) 235 gm >>= shif [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/skia/samplecode/ |
GMSampleView.cpp | 10 GMSampleView::GMSampleView(GM* gm) : fShowSize(false), fGM(gm) {} 24 SkString name("GM:");
|
/external/pdfium/xfa/src/fgas/src/font/ |
fx_gdifont.cpp | 29 const GLYPHMETRICS& gm,
33 pGlyph->gm = gm;
410 GLYPHMETRICS gm;
local 414 GGO_GLYPH_INDEX | GGO_METRICS, &gm, 0, NULL,
416 bbox.left = gm.gmptGlyphOrigin.x;
417 bbox.top = gm.gmptGlyphOrigin.y;
418 bbox.width = gm.gmBlackBoxX;
419 bbox.height = gm.gmBlackBoxY;
453 GLYPHMETRICS& gm,
[all...] |
fx_gdifont.h | 13 GLYPHMETRICS gm;
member in struct:_FX_GDIGOCACHE 22 const GLYPHMETRICS& gm,
63 GLYPHMETRICS& gm,
|
/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...] |
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
IPControlsJB.java | 292 double gm[] = {1.0, 1.0, 1.0}; local 296 gm[t.group] *= rebase(mResults[ct], t); 299 gm[0] = java.lang.Math.pow(gm[0], 1.0 / count[0]); 300 gm[1] = java.lang.Math.pow(gm[1], 1.0 / count[1]); 301 gm[2] = java.lang.Math.pow(gm[2], 1.0 / count[2]); 303 String s = "Results: fp full=" + df.format(gm[0]) + 304 ", fp relaxed=" +df.format(gm[1]) [all...] |
/external/skia/platform_tools/chromeos/bin/ |
chromeos_make | 51 gsutil cp gs://chromium-skia-gm/chromeos-toolchains/${TARBALL} ${CHROMEOS_CHROOT}
|
/packages/services/Car/car-support-lib/src/android/support/car/ui/ |
GroupingCursorRecyclerViewAdapter.java | 231 GroupMetadata gm = new GroupMetadata(); local 232 gm.offsetInCursor = offset; 233 gm.itemNumber = itemNumber; 234 gm.isExpanded = isExpanded; 235 return gm;
|
GroupingRecyclerViewAdapter.java | 244 GroupMetadata gm = new GroupMetadata(); local 245 gm.offsetInDataList = offset; 246 gm.itemNumber = itemNumber; 247 gm.isExpanded = isExpanded; 248 return gm;
|