HomeSort by relevance Sort by last modified time
    Searched refs:components (Results 226 - 250 of 1210) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/services/Telecomm/src/com/android/server/telecom/components/
UserCallActivity.java 17 package com.android.server.telecom.components;
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.cpp 472 int components = 0; local
519 components = 1;
522 components = 2;
528 components = 3;
532 components = 4;
539 components = 0;
542 pixelsize = components * componentsize;
  /external/deqp/modules/gles2/functional/
es2fDefaultVertexAttributeTests.cpp 95 COMPONENTS = (COMPS) \
101 tcu::Vector<TYPE, COMPONENTS> value; \
102 value = convertToTypeVec<Type, COMPONENTS>(v); \
129 COMPONENTS = (COMPS) \
135 tcu::Vector<TYPE, COMPONENTS> value; \
136 value = convertToTypeVec<Type, COMPONENTS>(v); \
328 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); local
349 if (components == 1)
351 else if (components == 2)
353 else if (components == 3
405 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDefaultVertexAttributeTests.cpp 97 COMPONENTS = (COMPS) \
103 tcu::Vector<TYPE, COMPONENTS> value; \
104 value = convertToTypeVec<Type, COMPONENTS>(v); \
131 COMPONENTS = (COMPS) \
137 tcu::Vector<TYPE, COMPONENTS> value; \
138 value = convertToTypeVec<Type, COMPONENTS>(v); \
165 COMPONENTS = (COMPS) \
171 tcu::Vector<TYPE, COMPONENTS> value; \
172 value = convertToTypeVec<Type, COMPONENTS>(v); \
199 COMPONENTS = (COMPS)
404 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); local
482 const int components = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::getDataTypeScalarSize(m_dataType)); local
    [all...]
  /external/libexif/libexif/canon/
mnote-canon-entry.c 52 _("Invalid number of components (%i, " \
61 _("Invalid number of components (%i, " \
513 return entry->components;
572 CC (entry->components, n, val, maxlen);
635 CC (entry->components, n, val, maxlen);
691 CC (entry->components, 32, val, maxlen);
700 /* CC2 (entry->components, 24, 32, val, maxlen); Can also be 22 */
706 CC (entry->components, 1, val, maxlen);
715 CC (entry->components, 1, val, maxlen);
724 CC (entry->components, n, val, maxlen)
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageSettingBase.java 464 void setEnabledComponents(ArraySet<String> components, int userId) {
465 modifyUserState(userId).enabledComponents = components;
468 void setDisabledComponents(ArraySet<String> components, int userId) {
469 modifyUserState(userId).disabledComponents = components;
472 void setEnabledComponentsCopy(ArraySet<String> components, int userId) {
473 modifyUserState(userId).enabledComponents = components != null
474 ? new ArraySet<String>(components) : null;
477 void setDisabledComponentsCopy(ArraySet<String> components, int userId) {
478 modifyUserState(userId).disabledComponents = components != null
479 ? new ArraySet<String>(components) : null
    [all...]
  /external/libexif/libexif/fuji/
exif-mnote-data-fuji.c 115 exif_set_long (*buf + o + 4, n->order, n->entries[i].components);
118 n->entries[i].components;
206 n->entries[tcount].components = exif_get_long (buf + o + 4, n->order);
217 s = exif_format_get_size (n->entries[tcount].format) * n->entries[tcount].components;
307 n->entries[i].components, o_orig, o);
  /external/libmojo/mojo/public/tools/bindings/generators/
mojom_java_generator.py 115 components = NameToComponent(name)
116 if components[0] == 'k' and len(components) > 1:
117 components = components[1:]
119 if components[0][0].isdigit():
120 components[0] = '_' + components[0]
121 return '_'.join([x.upper() for x in components])
  /cts/tests/tests/graphics/src/android/graphics/cts/
Color_ColorLongTest.java 177 float[] components = { 0.5f, 0.5f, 1.0f, 0.25f, 0.5f, 0.8f }; local
178 Color color8 = valueOf(components, ColorSpace.get(Named.SRGB));
185 components[0] = 127.0f;
186 assertNotEquals(color8.red(), components[0]); local
210 float[] components = c.getComponents(); local
211 assertEquals(c.getComponentCount(), components.length);
212 assertEquals(c.red(), components[0], 0.0f); local
213 assertEquals(c.green(), components[1], 0.0f); local
214 assertEquals(c.blue(), components[2], 0.0f); local
215 assertEquals(c.alpha(), components[3], 0.0f) local
219 assertNotEquals(c.red(), components[0]); local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
fold_spec_constant_op_and_composite_pass.cpp 198 // Vectors with longer than 32-bit scalar components are not accepted in this
211 // is that we do not create temporary null constants as components
220 "Vector components with longer than 32-bit width are not allowed "
228 "components");
274 // all of their components are Normal Constants, they will be turned into
312 // all of its components are Normal Constants already, the Spec
413 // Because components of a NullConstant are always NullConstants, we can
435 // A temporary null constants that can be used as the components fo the
441 // with the components from the first and the second operand of VectorShuffle.
468 // Append the null scalar consts to the concatenated components
681 auto components = GetConstsFromIds(literal_words_or_ids); local
704 auto components = GetConstsFromIds(literal_words_or_ids); local
708 auto components = GetConstsFromIds(literal_words_or_ids); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pprint.py 280 components = []
281 append = components.append
292 return "{%s}" % _commajoin(components), readable, recursive
314 components = []
315 append = components.append
325 return format % _commajoin(components), readable, recursive
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 39 into several main components, as well as a few additional utility components,
42 == Library Components
44 Not all components of the ANTLR3 library are necessary within ANTLR generated
45 code. Some components are only used within specific types of recognizers and
47 when requiring 'antlr3', only the essential core components are loaded
56 the most important components of the runtime library. loaded by default
184 # Set up non-essential components to be loaded on-demand
  /external/libjpeg-turbo/
rdtarga.c 339 int idlen, cmaptype, subtype, flags, interlace_type, components; local
383 components = 3; /* until proven different */
412 components = 1;
429 (JDIMENSION) width * components, (JDIMENSION) height, (JDIMENSION) 1);
442 (JDIMENSION) width * components, (JDIMENSION) 1);
464 cinfo->input_components = components;
  /external/mesa3d/docs/specs/
EXT_shader_integer_mix.spec 44 and bool components.
118 2) Should we allow mix() to select between boolean components?
137 selects between boolean components.
WL_bind_wayland_display.spec 119 describes how many EGLImages must be used, which components will
120 be sampled from each EGLImage and how they map to rgba components
123 how those components map to the rgba value returned by the
  /external/mesa3d/src/compiler/glsl/
lower_variable_index_to_cond_assign.cpp 64 * \param components Number of unique index values to compare. This must
74 unsigned base, unsigned components, void *mem_ctx)
80 assert(components >= 1 && components <= 4);
82 if (components > 1) {
83 const ir_swizzle_mask m = { 0, 0, 0, 0, components, false };
102 glsl_type::bvec(components),
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_disasm.c 256 print_components(uint8_t components)
258 if (components == 15)
262 if (components & INST_COMPS_X)
267 if (components & INST_COMPS_Y)
272 if (components & INST_COMPS_Z)
277 if (components & INST_COMPS_W)
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sol_state.c 123 const unsigned components = linked_xfb_info->Outputs[i].NumComponents; local
124 unsigned component_mask = (1 << components) - 1;
134 assert(components == 1);
137 assert(components == 1);
140 assert(components == 1);
161 * input by the number of components that should be skipped.
164 * for fake "hole" components, rather than simply taking the offset
186 next_offset[buffer] += components;
  /external/python/cpython2/Lib/
pprint.py 276 components = []
277 append = components.append
288 return "{%s}" % _commajoin(components), readable, recursive
310 components = []
311 append = components.append
321 return format % _commajoin(components), readable, recursive
  /external/tensorflow/tensorflow/contrib/image/python/ops/
image_ops.py 446 """Labels the connected components in a batch of images.
449 and all have the same non-zero value. The components using a squared
451 below, left, and right). Components across all images have consecutive ids 1
452 through n. Components are labeled according to the first pixel of the
463 Components with the same shape as `images`. False entries in `images` have
479 components = gen_image_ops.image_connected_components(images)
483 components_flat = array_ops.reshape(components, [-1])
504 components = array_ops.reshape(
505 array_ops.gather(new_ids, id_index), array_ops.shape(components))
507 return components[0, :, :
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
queue_ops.cc 71 // The op has 1 + k inputs, where k is the number of components in the
98 OpInputList components; variable
99 OP_REQUIRES_OK_ASYNC(ctx, ctx->input_list("components", &components),
101 for (const Tensor& Tcomponent : components) {
120 // The op has 1 + k inputs, where k is the number of components in the
127 // N.B. All tuple components must have the same size in the 0th
150 OpInputList components; variable
151 OP_REQUIRES_OK_ASYNC(ctx, ctx->input_list("components", &components),
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pprint.py 283 components = []
284 append = components.append
295 return "{%s}" % _commajoin(components), readable, recursive
317 components = []
318 append = components.append
328 return format % _commajoin(components), readable, recursive
  /prebuilts/gdb/linux-x86/lib/python2.7/
pprint.py 283 components = []
284 append = components.append
295 return "{%s}" % _commajoin(components), readable, recursive
317 components = []
318 append = components.append
328 return format % _commajoin(components), readable, recursive
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pprint.py 283 components = []
284 append = components.append
295 return "{%s}" % _commajoin(components), readable, recursive
317 components = []
318 append = components.append
328 return format % _commajoin(components), readable, recursive
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pprint.py 283 components = []
284 append = components.append
295 return "{%s}" % _commajoin(components), readable, recursive
317 components = []
318 append = components.append
328 return format % _commajoin(components), readable, recursive

Completed in 1632 milliseconds

1 2 3 4 5 6 7 8 91011>>