Home
last modified time | relevance | path

Searched refs:bitmasks (Results 1 – 25 of 37) sorted by relevance

12

/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/
Dilm_input_test.cpp96 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 …]
Dilm_input_null_pointer_test.cpp79 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/
DRangeSpecification.java118 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/
Dinput_commands.cpp128 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/
Dilm_input.c295 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/
Dgen_enum_to_str.py455 bitmasks = sorted(bitmask_factory.registry.values(), key=lambda e: e.name)
467 bitmasks=bitmasks,
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmInput/include/
Dilm_input.h117 ilm_getInputFocus(t_ilm_surface **surfaceIDs, ilmInputDevice** bitmasks,
/third_party/e2fsprogs/doc/RelNotes/
Dv1.03.txt4 Change the m68k bit numbering for bitmasks to match the bit numbering
Dv1.36.txt160 Tune2fs will not mark rewrite the superblock if the feature bitmasks
/third_party/boost/libs/gil/doc/html/_sources/
Dindex.rst.txt57 Defining bitmasks and images whose channels or pixels are not byte-aligned
/third_party/boost/libs/gil/doc/
Dindex.rst57 Defining bitmasks and images whose channels or pixels are not byte-aligned
/third_party/popt/
DCHANGES40 - jbj: permit type/group bitmasks to be changed (if needed somewhen).
/third_party/boost/libs/regex/doc/
Dmatch_result.qbk417 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/
Disaspec.rst109 dontcare bitmasks are a combination of those defined at the leaf node and
/third_party/mesa3d/src/compiler/isaspec/
DREADME.rst109 dontcare bitmasks are a combination of those defined at the leaf node and
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_async.txt141 * Should name spaces be specified using enums instead of bitmasks?
/third_party/openGLES/extensions/SGIX/
DSGIX_async.txt141 * Should name spaces be specified using enums instead of bitmasks?
/third_party/skia/third_party/externals/opengl-registry/extensions/NVX/
DNVX_linked_gpu_multicast.txt128 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/
DNVX_linked_gpu_multicast.txt128 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/
DQCOM_tiled_rendering.txt181 extensions. Support could be added with some new bitmasks for the
/third_party/skia/third_party/externals/opengl-registry/extensions/QCOM/
DQCOM_tiled_rendering.txt181 extensions. Support could be added with some new bitmasks for the
/third_party/EGL/extensions/KHR/
DEGL_KHR_reusable_sync.txt481 overkill for this purposes when other bitmasks (surface type
DEGL_KHR_create_context.txt530 using separate attributes rather than bitmasks. The reset notification
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_reusable_sync.txt481 overkill for this purposes when other bitmasks (surface type
/third_party/skia/third_party/externals/opengl-registry/extensions/3DFX/
D3DFX_multisample.txt70 * Fragment masks are not computed for images or for bitmasks.

12