/external/chromium_org/third_party/skia/samplecode/ |
SampleAll.cpp | 243 { 0x808080, 0x000000 }, // just-mul case 244 { 0xFFFFFF, 0x000000 } // identity case
|
/external/skia/samplecode/ |
SampleAll.cpp | 243 { 0x808080, 0x000000 }, // just-mul case 244 { 0xFFFFFF, 0x000000 } // identity case
|
/art/runtime/ |
dex_instruction.h | 148 kVerifyNone = 0x000000,
|
/external/guava/guava-tests/test/com/google/common/collect/ |
AbstractImmutableSetTest.java | 342 assertEquals(0x000000, (int) webSafeColorArray[0]);
|
ImmutableListTest.java | 700 assertEquals(0x000000, (int) webSafeColorArray[0]);
|
/external/libnfc-nci/src/nfa/int/ |
nfa_hci_int.h | 44 #define NFA_HCI_VERSION_HW 0x000000 /* HCI HW Version number */
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_ph_video.c | 327 /* 24 bit RGB */ {0xFF0000, 0x00FF00, 0x0000FF, 0x000000, 24},
|
/external/valgrind/main/none/tests/ppc32/ |
test_isa_2_06_part1.c | 137 * +0.0 : 0 0x00 0x000000 => 0x00000000 138 * -0.0 : 1 0x00 0x000000 => 0x80000000 139 * +infinity : 0 0xFF 0x000000 => 0x7F800000 140 * -infinity : 1 0xFF 0x000000 => 0xFF800000 [all...] |
/external/valgrind/main/none/tests/ppc64/ |
test_isa_2_07_part1.c | 922 * +0.0 : 0 0x00 0x000000 => 0x00000000 923 * -0.0 : 1 0x00 0x000000 => 0x80000000 924 * +infinity : 0 0xFF 0x000000 => 0x7F800000 925 * -infinity : 1 0xFF 0x000000 => 0xFF800000 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d2d1helper.h | 209 Black = 0x000000,
|
/external/libpcap/ |
pcap-filter.manmisc.in | 386 0x000000, for encapsulated Ethernet; it doesn't check whether the packet 387 is in SNAP format with an OUI of 0x000000. 417 frame or an 802.2 SNAP frame with an OUI of 0x000000;
|
gencode.c | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PaletteControl.java | [all...] |
/bionic/libc/kernel/uapi/drm/ |
i915_drm.h | 617 #define I915_OVERLAY_NO_SWAP 0x000000
|
/external/bluetooth/bluedroid/stack/include/ |
bt_types.h | 631 /* TRACE_TYPE 0x000000^^*/
|
/external/chromium_org/third_party/skia/src/utils/ |
SkParseColor.cpp | 44 { "black", 0x000000 },
|
/external/chromium_org/ui/events/keycodes/dom4/ |
keycode_converter_data.h | 15 USB_KEYMAP(0x000000, 0x0000, 0x0000, 0xffff, NULL), // Invalid
|
/external/kernel-headers/original/uapi/drm/ |
i915_drm.h | 930 #define I915_OVERLAY_NO_SWAP 0x000000 [all...] |
/external/libnfc-nci/src/include/ |
bt_types.h | 623 /* TRACE_TYPE 0x000000^^*/
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_cursor.c | 499 const Uint32 pixels[2] = { 0xFFFFFF, 0x000000 };
|
/external/skia/src/utils/ |
SkParseColor.cpp | 44 { "black", 0x000000 },
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/ |
i915_drm.h | 765 #define I915_OVERLAY_NO_SWAP 0x000000
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
i915_drm.h | 765 #define I915_OVERLAY_NO_SWAP 0x000000
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
output.h | 388 #define SECTION_UNNAMED 0x000000
|
/external/chromium_org/third_party/sqlite/src/src/ |
parse.y | 318 refarg(A) ::= MATCH nm. { A.value = 0; A.mask = 0x000000; } 319 refarg(A) ::= ON INSERT refact. { A.value = 0; A.mask = 0x000000; } [all...] |