| /cts/tests/tests/opengl/src/android/opengl/cts/ | 
| D | NativeColorBufferTest.java | 41         float g = 0.0f;  in test_RGBA_1001()  local59         float g = 1.0f;  in test_RGBA_1101()  local
 77         float g = 1.0f;  in test_RGBA_1111()  local
 96         float g = 1.0f;  in test_RGBA_0101()  local
 115         float g = 0.0f;  in test_RGBA_0011()  local
 134         float g = 0.0f;  in test_RGBA_0000()  local
 153         float g = 0.7f;  in test_RGBA_rand_val_one()  local
 170     private float[] getVertexColors(float r, float g, float b, float a) {  in getVertexColors()
 183         float g = expectedColor[1];  in compare()  local
 
 | 
| D | ColorBufferTest.java | 46         float g = 0.0f;  in test_RGBA_1001()  local64         float g = 1.0f;  in test_RGBA_1101()  local
 82         float g = 1.0f;  in test_RGBA_1111()  local
 101         float g = 1.0f;  in test_RGBA_0101()  local
 120         float g = 0.0f;  in test_RGBA_0011()  local
 139         float g = 0.0f;  in test_RGBA_0000()  local
 158         float g = 0.7f;  in test_RGBA_rand_val_one()  local
 175     private float[] getVertexColors(float r, float g, float b, float a) {  in getVertexColors()
 189         float g = expectedColor[1];  in compare()  local
 
 | 
| D | Egl10Utils.java | 88                 int g = findConfigAttrib(egl, display, config, EGL10.EGL_GREEN_SIZE);  in chooseConfig()  local
 | 
| D | RendererOneColorBufferTest.java | 217         float g = (pixel >> 8) & 0xFF;  in doOnDrawFrame()  local
 | 
| /cts/tests/tests/systemui/src/android/systemui/cts/ | 
| D | ColorUtils.java | 26         int g = (argb >> 8) & 0xFF;  in brightness()  local36         int g = (argb >> 8) & 0xFF;  in hue()  local
 
 | 
| /cts/tests/tests/graphics/src/android/graphics/cts/utils/ | 
| D | CamUtils.java | 125         final float g = linearized(Color.green(argb));  in yFromInt()  local134         final float g = linearized(Color.green(argb));  in xyzFromInt()  local
 
 | 
| D | ColorUtils.java | 47         double g = (x * -0.9689 + y * 1.8758 + z * 0.0415) / 100;  in xyzToColor()  local
 | 
| /cts/apps/CtsVerifier/include/colorchecker/ | 
| D | vec3.h | 99     inline T g() const { return mGreen; }  in g()  function
 | 
| /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ | 
| D | BitmapUtils.java | 252             final int g = multiplyAlpha(Color.green(actual), a1) -  in distance()  local259             int g = Color.green(actual) - Color.green(expect);  in distance()  local
 
 | 
| /cts/hostsidetests/sustainedperf/shadertoy_android/src/ | 
| D | GLtestView.java | 135         public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) {  in ConfigChooser()199                 int g = findConfigAttrib(egl, display, config,  in chooseConfig()  local
 
 | 
| /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/view/ | 
| D | AlphaTestView.java | 80         float g = (float) Color.green(color1) * inverseRatio + (float) Color.green(color2) * ratio;  in blendColor()  local
 | 
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ | 
| D | ImageProcessingTest.java | 367         int pack(float a, float r, float g, float b) {  in pack()379         int pack(int a, int r, int g, int b) {  in pack()
 829             float g = f;  in testLUT()  local
 
 | 
| /cts/tests/tests/provider/src/android/provider/cts/media/ | 
| D | MediaStore_Audio_Genres_MembersTest.java | 245                     long g = c.getLong(c.getColumnIndex(Members.GENRE_ID));  in testStoreAudioGenresMembersExternal()  local
 | 
| /cts/apps/CameraITS/tests/scene1_1/ | 
| D | test_exposure.py | 89 def plot_rgb_means(title, x, r, g, b, test_name_with_path):  argument
 | 
| /cts/tests/media/src/android/mediav2/cts/ | 
| D | DecodeGlAccuracyTest.java | 478             int r, g, b;  in checkSurfaceFrame()  local
 | 
| D | EncodeDecodeAccuracyTest.java | 451             int r, g, b;  in checkSurfaceFrame()  local
 | 
| /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ | 
| D | AccessibilityTakeScreenshotTest.java | 394         final int g = Color.green(color);  in doesScreenshotContainColor()  local
 | 
| /cts/tests/vr/jni/ | 
| D | VrExtensionsJni.cpp | 330     float g = SrgbChannelToLinear(((color >> 8) & 0xff) / 255.0f);  in SrgbColorToLinear()  local341     float g = LinearChannelToSrgb(((color >> 8) & 0xff) / 255.0f);  in LinearColorToSrgb()  local
 
 | 
| /cts/tests/tests/widget/src/android/widget/cts/util/ | 
| D | TestUtils.java | 323         int g = compositeComponent(Color.green(foreground), fgAlpha,  in compositeColors()  local
 | 
| /cts/tests/tests/media/codec/src/android/media/codec/cts/ | 
| D | EncodeVirtualDisplayTest.java | 520         int g = mPixelBuf.get(1) & 0xff;  in checkSurfaceFrame()  local
 | 
| /cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/ | 
| D | StorageStatsTest.java | 415         final File g = useFallocate(makeUniqueFile(tomb), size, tombTime);  in testCacheBehavior()  local
 | 
| /cts/tests/camera/src/android/hardware/camera2/cts/ | 
| D | AllocationTest.java | 320         float g = y - 0.34414f * (cb - 128) - 0.71414f * (cr - 128);  in convertPixelYuvToRgb()  local
 | 
| /cts/tests/tests/graphics/src/android/graphics/cts/ | 
| D | YuvImageTest.java | 535         int g = Color.green(argb);  in argb2yuv()  local
 | 
| D | GainmapTest.java | 105     private static void assertAre(float r, float g, float b, float[] value) {  in assertAre()
 | 
| /cts/tests/vr/src/android/vr/cts/ | 
| D | OpenGLESActivity.java | 354                 int g = findConfigAttrib(egl, display, config,  in chooseConfig()  local
 |