HomeSort by relevance Sort by last modified time
    Searched refs:Blue (Results 76 - 100 of 100) sorted by null

1 2 34

  /external/compiler-rt/lib/tsan/rtl/
tsan_report.cc 43 const char *Access() { return Blue(); }
  /external/flatbuffers/tests/FlatBuffers.Test/
FlatBuffersExampleTests.cs 290 Assert.AreEqual("Blue", Color.Blue.ToString());
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
X11GraphicsWindow.c 606 | ((pixel.Blue >> Drv->b.csize) << Drv->b.shift);
622 Pixel.Blue = (val >> Drv->b.shift) << Drv->b.csize;
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 1009 template <int Red, int Green, int Blue, int Alpha>
1014 c.blueSize() == Blue &&
    [all...]
  /external/giflib/
dgif_lib.c 286 GifFile->SColorMap->Colors[i].Blue = Buf[2];
393 GifFile->Image.ColorMap->Colors[i].Blue = Buf[2];
    [all...]
egif_lib.c 339 Buf[2] = ColorMap->Colors[i].Blue;
419 Buf[2] = ColorMap->Colors[i].Blue;
    [all...]
  /external/guice/core/test/com/google/inject/spi/
ProviderMethodsTest.java 210 @Blue
221 "Blue",
229 @interface Blue {}
    [all...]
  /external/compiler-rt/lib/lsan/
lsan_common.cc 117 const char *Leak() { return Blue(); }
  /external/flatbuffers/tests/
JavaTest.java 83 TestEq(Color.name(Color.Blue), "Blue");
monster_test_generated.js 33 Blue: 8, 8: 'Blue'
995 return offset ? /** @type {MyGame.Example.Color} */ (this.bb.readInt8(this.bb_pos + offset)) : MyGame.Example.Color.Blue;
    [all...]
py_test.py     [all...]
  /external/ImageMagick/coders/
wpg.c 73 unsigned char Blue;
    [all...]
  /external/compiler-rt/lib/asan/
asan_report.cc 72 const char *Access() { return Blue(); }
100 return Blue();
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
WinNtGopScreen.c 399 Fill.Blue = 0x00;
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
Monster.php 115 return $o != 0 ? $this->bb->getSbyte($o + $this->bb_pos) : \MyGame\Example\Color::Blue;
    [all...]
Monster.cs 43 public Color Color { get { int o = __p.__offset(16); return o != 0 ? (Color)__p.bb.GetSbyte(o + __p.bb_pos) : Color.Blue; } }
    [all...]
  /external/pdfium/third_party/lcms/src/
cmstypes.c 386 if (!_cmsRead15Fixed16Number(io, &chrm ->Blue.x)) goto Error;
387 if (!_cmsRead15Fixed16Number(io, &chrm ->Blue.y)) goto Error;
389 chrm ->Blue.Y = 1.0;
420 if (!SaveOneChromaticity(chrm -> Blue.x, chrm -> Blue.y, io)) return FALSE;
    [all...]
  /external/pdfium/third_party/lcms/include/
lcms2.h     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Font.c 24 {0x98, 0x00, 0x00, 0x00}, // BLUE
    [all...]
  /external/bcc/tests/cc/
catch.hpp 6 * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved.
    [all...]
  /external/kotlinc/lib/
kotlin-daemon-client.jar 
  /external/mesa3d/src/mesa/drivers/dri/i965/
genX_state_upload.c     [all...]
  /external/catch2/single_include/catch2/
catch.hpp 6 * Copyright (c) 2019 Two Blue Cubes Ltd. All rights reserved.
    [all...]
  /external/e2fsprogs/doc/
texinfo.tex     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]

Completed in 727 milliseconds

1 2 34