/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/ |
D | ilm_input_test.cpp | 96 ilmInputDevice *bitmasks; in TEST_F() local 105 ASSERT_EQ(ILM_SUCCESS, ilm_getInputFocus(&surfaceIDs, &bitmasks, &num_ids)); in TEST_F() 112 EXPECT_EQ(bitmasks[i], 0); in TEST_F() 117 free(bitmasks); in TEST_F() 124 ASSERT_EQ(ILM_SUCCESS, ilm_getInputFocus(&surfaceIDs, &bitmasks, &num_ids)); in TEST_F() 129 EXPECT_EQ(bitmasks[i], ILM_INPUT_DEVICE_KEYBOARD); in TEST_F() 133 free(bitmasks); in TEST_F() 137 ASSERT_EQ(ILM_SUCCESS, ilm_getInputFocus(&surfaceIDs, &bitmasks, &num_ids)); in TEST_F() 141 EXPECT_EQ(bitmasks[i], 0); in TEST_F() 143 free(bitmasks); in TEST_F() [all …]
|
D | ilm_input_null_pointer_test.cpp | 79 ilmInputDevice *bitmasks; in TEST_F() local 86 EXPECT_EQ(ILM_FAILED, ilm_getInputFocus(0, &bitmasks, &num_ids)); in TEST_F() 90 EXPECT_EQ(ILM_FAILED, ilm_getInputFocus(&surfaceIDs, &bitmasks, NULL)); in TEST_F()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
D | RangeSpecification.java | 118 StringBuilder bitmasks = new StringBuilder(); in parse() local 129 bitmasks.append(ALL_DIGITS_MASK); in parse() 136 bitmasks.append(parseRange(s, n, end)); in parse() 142 bitmasks.append((char) (1 << (c - '0'))); in parse() 147 return new RangeSpecification(bitmasks.toString()); in parse() 333 private static RangeSpecification fromBitmasks(int[] bitmasks) { 334 checkArgument(bitmasks.length <= DigitSequence.MAX_DIGITS, 336 StringBuilder s = new StringBuilder(bitmasks.length); 337 s.setLength(bitmasks.length); 338 for (int n = 0; n < bitmasks.length; n++) { [all …]
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/ |
D | input_commands.cpp | 128 ilmInputDevice *bitmasks; variable 130 ilmErrorTypes callResult = ilm_getInputFocus(&surfaceIDs, &bitmasks, &num_ids); 141 << ((bitmasks[i] & ILM_INPUT_DEVICE_POINTER) ? "pointer " : "") 142 << ((bitmasks[i] & ILM_INPUT_DEVICE_KEYBOARD) ? "keyboard " : "") 143 << ((bitmasks[i] & ILM_INPUT_DEVICE_TOUCH) ? "touch" : "") 148 free(bitmasks);
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmInput/src/ |
D | ilm_input.c | 295 ilm_getInputFocus(t_ilm_surface **surfaceIDs, ilmInputDevice **bitmasks, in ilm_getInputFocus() argument 302 if ((surfaceIDs == NULL) || (bitmasks == NULL) in ilm_getInputFocus() 318 *bitmasks = calloc(*num_ids, sizeof **bitmasks); in ilm_getInputFocus() 319 if (*bitmasks == NULL) { in ilm_getInputFocus() 328 (*bitmasks)[i] = ctx_surf->prop.focus; in ilm_getInputFocus()
|
/third_party/mesa3d/src/vulkan/util/ |
D | gen_enum_to_str.py | 455 bitmasks = sorted(bitmask_factory.registry.values(), key=lambda e: e.name) 467 bitmasks=bitmasks,
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmInput/include/ |
D | ilm_input.h | 117 ilm_getInputFocus(t_ilm_surface **surfaceIDs, ilmInputDevice** bitmasks,
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.03.txt | 4 Change the m68k bit numbering for bitmasks to match the bit numbering
|
D | v1.36.txt | 160 Tune2fs will not mark rewrite the superblock if the feature bitmasks
|
/third_party/boost/libs/gil/doc/html/_sources/ |
D | index.rst.txt | 57 Defining bitmasks and images whose channels or pixels are not byte-aligned
|
/third_party/boost/libs/gil/doc/ |
D | index.rst | 57 Defining bitmasks and images whose channels or pixels are not byte-aligned
|
/third_party/popt/ |
D | CHANGES | 40 - jbj: permit type/group bitmasks to be changed (if needed somewhen).
|
/third_party/boost/libs/regex/doc/ |
D | match_result.qbk | 417 The bitmasks specified in flags determines what format specifiers or 463 which it refers. The bitmasks specified in flags determines what format
|
/third_party/mesa3d/docs/drivers/freedreno/ |
D | isaspec.rst | 109 dontcare bitmasks are a combination of those defined at the leaf node and
|
/third_party/mesa3d/src/compiler/isaspec/ |
D | README.rst | 109 dontcare bitmasks are a combination of those defined at the leaf node and
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_async.txt | 141 * Should name spaces be specified using enums instead of bitmasks?
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_async.txt | 141 * Should name spaces be specified using enums instead of bitmasks?
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NVX/ |
D | NVX_linked_gpu_multicast.txt | 128 bitmasks of the form 2^i, where i is the GPU index. A set of GPUs is specified by the union of
|
/third_party/openGLES/extensions/NVX/ |
D | NVX_linked_gpu_multicast.txt | 128 bitmasks of the form 2^i, where i is the GPU index. A set of GPUs is specified by the union of
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_tiled_rendering.txt | 181 extensions. Support could be added with some new bitmasks for the
|
/third_party/skia/third_party/externals/opengl-registry/extensions/QCOM/ |
D | QCOM_tiled_rendering.txt | 181 extensions. Support could be added with some new bitmasks for the
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_reusable_sync.txt | 481 overkill for this purposes when other bitmasks (surface type
|
D | EGL_KHR_create_context.txt | 530 using separate attributes rather than bitmasks. The reset notification
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_reusable_sync.txt | 481 overkill for this purposes when other bitmasks (surface type
|
/third_party/skia/third_party/externals/opengl-registry/extensions/3DFX/ |
D | 3DFX_multisample.txt | 70 * Fragment masks are not computed for images or for bitmasks.
|