HomeSort by relevance Sort by last modified time
    Searched full:ver4 (Results 1 - 17 of 17) sorted by null

  /external/libdrm/exynos/
fimg2d_reg.h 30 #define BLEND_FUNCTION_REG (0x0108) /* VER4.1 */
31 #define ROUND_MODE_REG (0x010C) /* VER4.1 */
45 #define SRC_PLANE2_BASE_ADDR_REG (0x0318) /* VER4.1 */
60 #define DST_PLANE2_BASE_ADDR_REG (0x0418) /* VER4.1 */
73 #define MASK_LEFT_TOP_REG (0x0528) /* VER4.1 */
74 #define MASK_RIGHT_BOTTOM_REG (0x052C) /* VER4.1 */
75 #define MASK_MODE_REG (0x0530) /* VER4.1 */
95 #define SF_COLOR_REG (0x070C) /* VER4.1 */
105 #define YCbCr_SRC_COLORKEY_CTRL_REG (0x0728) /* VER4.1 */
106 #define YCbCr_SRC_COLORKEY_DR_MIN_REG (0x072C) /* VER4.1 *
    [all...]
exynos_fimg2d.h 39 G2D_COLOR_FMT_MASK, /* VER4.1 */
42 G2D_ORDER_AXRGB = (0 << 4), /* VER4.1 */
43 G2D_ORDER_RGBAX = (1 << 4), /* VER4.1 */
44 G2D_ORDER_AXBGR = (2 << 4), /* VER4.1 */
45 G2D_ORDER_BGRAX = (3 << 4), /* VER4.1 */
46 G2D_ORDER_MASK = (3 << 4), /* VER4.1 */
49 G2D_YCbCr_1PLANE = (0 << 8), /* VER4.1 */
50 G2D_YCbCr_2PLANE = (1 << 8), /* VER4.1 */
51 G2D_YCbCr_PLANE_MASK = (3 << 8), /* VER4.1 */
54 G2D_YCbCr_ORDER_CrY1CbY0 = (0 << 12), /* VER4.1 *
    [all...]
  /external/webrtc/webrtc/base/
versionparsing_unittest.cc 47 static const ExampleVersion ver4 = {1, 1, 3, 9861}; local
53 EXPECT_EQ(0, CompareVersions(ver4, ver4, kExampleSegments));
61 EXPECT_GT(0, CompareVersions(ver1, ver4, kExampleSegments));
62 EXPECT_LT(0, CompareVersions(ver4, ver1, kExampleSegments));
67 EXPECT_GT(0, CompareVersions(ver2, ver4, kExampleSegments));
68 EXPECT_LT(0, CompareVersions(ver4, ver2, kExampleSegments));
70 EXPECT_GT(0, CompareVersions(ver3, ver4, kExampleSegments));
71 EXPECT_LT(0, CompareVersions(ver4, ver3, kExampleSegments));
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
eabi-soft-float-ABI4.d 7 # if we compile for EABI ver4, ld should *not* set either of the float ABI flags
  /external/clang/test/CodeGen/
dwarf-version.c 3 // RUN: %clang -target x86_64-linux-gnu -gdwarf-4 -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER4
5 // RUN: %clang -target x86_64-linux-gnu -g -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER4
6 // RUN: %clang -target x86_64-linux-gnu -gdwarf -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER4
14 // RUN: %clang -target i686-pc-windows-msvc -gdwarf -gcodeview -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER4 --check-prefix=CODEVIEW
21 // VER4: !{i32 2, !"Dwarf Version", i32 4}
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_node_reader.h 31 * This class is used for helping to read nodes of ver4 patricia trie. This class handles moved
ver4_patricia_trie_node_writer.h 36 * This class is used for helping to writes nodes of ver4 patricia trie.
ver4_patricia_trie_node_reader.cpp 54 // Code point table is not used for ver4 dictionaries.
ver4_dict_buffers.cpp 38 AKLOGE("The header buffer must be valid to open ver4 dict buffers.");
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_node_reader.h 48 * This class is used for helping to read nodes of ver4 patricia trie. This class handles moved
ver4_patricia_trie_node_writer.h 55 * This class is used for helping to writes nodes of ver4 patricia trie.
ver4_dict_buffers.cpp 44 AKLOGE("The header buffer must be valid to open ver4 dict buffers.");
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
dictionary_structure_with_buffer_policy_factory.cpp 93 AKLOGE("Empty ver4 dictionary structure cannot be created on memory.");
151 AKLOGE("Dictionary file name is not valid as a ver4 dictionary. header path: %s",
159 AKLOGE("DICT: The dictionary doesn't satisfy ver4 format requirements. path: %s",
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/bigram/
ver4_bigram_list_policy.h 62 // Do nothing because we don't need to skip bigram lists in ver4 dictionaries.
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/shortcut/
ver4_shortcut_list_policy.h 63 // Do nothing because we don't need to skip shortcut lists in ver4 dictionaries.
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/shortcut/
ver4_shortcut_list_policy.h 53 // Do nothing because we don't need to skip shortcut lists in ver4 dictionaries.
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
dict_file_writing_utils.cpp 76 AKLOGE("Empty ver4 dictionary structure cannot be created on memory.");

Completed in 955 milliseconds