Home
last modified time | relevance | path

Searched refs:values (Results 1401 - 1425 of 2267) sorted by relevance

1...<<51525354555657585960>>...91

/third_party/pulseaudio/src/modules/dbus/
H A Diface-stream.c354 volume[i] = s->volume.values[i]; in handle_get_volume()
407 new_vol.values[i] = volume[i]; in handle_set_volume()
539 volume[i] = s->volume.values[i]; in handle_get_all()
758 volume[i] = s->volume.values[i]; in volume_changed_cb()
/third_party/skia/third_party/externals/angle2/src/tests/
H A Dcapture_replay_tests.py665 for p in self.skipped_for_capture_tests_re.values():
672 for p in self.run_single_re.values():
676 for p in self.skipped_for_capture_tests_re.values():
898 # An item in the result list is a tuple with 3 values (testname, result, output).
899 # The "result" can take 3 values "Passed", "Failed", "Skipped". The output is the
1011 for count in unexpected_count.values():
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DNameTable.java122 for (NameId name : NameId.values()) { in valueOf()
150 for (UnicodeLanguageId language : UnicodeLanguageId.values()) { in valueOf()
299 for (MacintoshLanguageId language : MacintoshLanguageId.values()) { in valueOf()
534 for (WindowsLanguageId language : WindowsLanguageId.values()) { in valueOf()
833 * that the ranges of their values have an almost zero probability of ever in hashCode()
836 * values which is a common result in hashCode()
/third_party/skia/third_party/externals/jinja2/
H A Dparser.py238 values = []
246 values.append(self.parse_expression())
248 node.values = values
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djchuff-sse2.asm97 ; wN: xmmN treated as eight signed 16-bit values
98 ; wN[i]: perform the same operation on all eight signed 16-bit values, i=0..7
99 ; bN: xmmN treated as 16 unsigned 8-bit values
100 ; bN[i]: perform the same operation on all 16 unsigned 8-bit values, i=0..15
/third_party/skia/src/sksl/dsl/
H A DDSLCore.cpp338 ExpressionArray values; in Switch() local
339 values.reserve_back(cases.count()); in Switch()
343 values.push_back(c.fValue.releaseIfPossible()); in Switch()
348 value.release(), std::move(values), std::move(caseBlocks), in Switch()
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp292 // If dstWidth <= kNormal_Width (5), first check narrower values, then wider values. in getFontStyleDifference()
293 // If dstWidth > kNormal_Width, first check wider values, then narrower values. in getFontStyleDifference()
671 int values[2]; // value[0] - to save 'weight', value[1] - to save 'to' in parseAdjust() local
680 values[i] = root[key].asInt(); in parseAdjust()
683 AdjustInfo info = {values[0], values[1]}; in parseAdjust()
890 * \param variation the variation data from which axis values are generated
891 * \param[out] font the axis values wil
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dt1decode.c386 /* own use the values from the base glyph. */ in t1operator_seac()
487 /* its values first is buggy, but ... */ in FT_LOCAL_DEF()
654 /* According to the specification, values > 32000 or < -32000 must */ in FT_LOCAL_DEF()
905 FT_Long* values; in FT_LOCAL_DEF() local
940 values = top; in FT_LOCAL_DEF()
943 FT_Long tmp = values[0]; in FT_LOCAL_DEF()
951 *values++ = tmp; in FT_LOCAL_DEF()
1811 /* According to the specification, values > 32000 or < -32000 must */ in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cff1-table.hh632 values[i] = CFF_UNDEF_SID; in init()
636 { assert (i < ValCount); return values[i]; } in operator []()
639 { assert (i < ValCount); return values[i]; }
666 unsigned int values[ValCount];
/third_party/python/Lib/tkinter/
H A Dttk.py35 # if caller passes a Tcl script to tk.call, all the values need to
320 """Returns adict with its values converted from Tcl objects to Python
364 """Query or sets dynamic values of the specified option(s) in
408 allocated a parcel. Valid options/values are:
663 values."""
675 textvariable, values, width
682 element at position newindex in the list of values. Otherwise,
683 returns the index of the current value in the list of values
866 If kw is not given, returns a dict of the tab option values. If option
868 options to the corresponding values
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Ddecompose_memory_access.cc509 ast::ExpressionList values; in LoadFunc() local
515 values.emplace_back(b.Call(load, "buffer", offset)); in LoadFunc()
522 values.emplace_back(b.Call(load, "buffer", offset)); in LoadFunc()
528 b.Return(b.Construct(CreateASTTypeFor(ctx, el_ty), values)), in LoadFunc()
/third_party/python/Lib/test/
H A Dtest_range.py603 values = {None, 0, 1, -1, 2, -2, 5, -5, 19, -19,
605 for i in values:
606 for j in values:
607 for k in values - {0}:
/third_party/protobuf/src/google/protobuf/
H A Dstruct.pb.h662 // repeated .google.protobuf.Value values = 1;
675 const PROTOBUF_NAMESPACE_ID::Value& values(int index) const;
678 values() const;
1107 // repeated .google.protobuf.Value values = 1;
1118 // @@protoc_insertion_point(field_mutable:google.protobuf.ListValue.values) in mutable_values()
1123 // @@protoc_insertion_point(field_mutable_list:google.protobuf.ListValue.values) in mutable_values()
1129 inline const PROTOBUF_NAMESPACE_ID::Value& ListValue::values(int index) const { in values() function in ListValue
1130 // @@protoc_insertion_point(field_get:google.protobuf.ListValue.values) in values()
1137 // @@protoc_insertion_point(field_add:google.protobuf.ListValue.values) in add_values()
1141 ListValue::values() cons function in ListValue
[all...]
/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgenutil.py80 for (name, values) in inputs:
81 res.append("input %s = [ %s ];" % (name, " | ".join([str(v) for v in values]).lower()))
82 for (name, values) in outputs:
83 res.append("output %s = [ %s ];" % (name, " | ".join([str(v) for v in values]).lower()))
113 # Helpers to convert a list of Scalar/Vec values into another type.
/third_party/icu/icu4c/source/common/
H A Dumutablecptrie.cpp42 // Flag values for data blocks.
59 // Flag values for index-3 blocks while compacting/building.
418 // or the code writes more values than should be possible. in allocDataBlock()
698 if (mostRecent >= 0 && values[mostRecent] == value) { in findOrAdd()
703 if (values[i] == value) { in findOrAdd()
714 values[length] = value; in findOrAdd()
725 U_ASSERT(values[i] != value); in add()
734 values[least] = value; in add()
758 uint32_t values[CAPACITY]; member in __anon3198::AllSameBlocks
917 // The remaining upper bits store a partial hashCode of the block data values
[all...]
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dgldrv.h285 void (APIENTRY *glPixelMapfv )( GLenum map, GLint mapsize, const GLfloat *values );
286 void (APIENTRY *glPixelMapuiv )( GLenum map, GLint mapsize, const GLuint *values );
287 void (APIENTRY *glPixelMapusv )( GLenum map, GLint mapsize, const GLushort *values );
305 void (APIENTRY *glGetPixelMapfv )( GLenum map, GLfloat *values );
306 void (APIENTRY *glGetPixelMapuiv )( GLenum map, GLuint *values );
307 void (APIENTRY *glGetPixelMapusv )( GLenum map, GLushort *values );
/third_party/node/deps/icu-small/source/common/
H A Dumutablecptrie.cpp42 // Flag values for data blocks.
59 // Flag values for index-3 blocks while compacting/building.
418 // or the code writes more values than should be possible. in allocDataBlock()
698 if (mostRecent >= 0 && values[mostRecent] == value) { in findOrAdd()
703 if (values[i] == value) { in findOrAdd()
714 values[length] = value; in findOrAdd()
725 U_ASSERT(values[i] != value); in add()
734 values[least] = value; in add()
758 uint32_t values[CAPACITY]; member in __anon11850::AllSameBlocks
917 // The remaining upper bits store a partial hashCode of the block data values
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dffvertex_prog.c479 gl_constant_value values[4]; in register_const4f() local
482 values[0].f = s0; in register_const4f()
483 values[1].f = s1; in register_const4f()
484 values[2].f = s2; in register_const4f()
485 values[3].f = s3; in register_const4f()
486 idx = _mesa_add_unnamed_constant(p->program->Parameters, values, 4, in register_const4f()
865 * Get a bitmask of which material values vary on a per-vertex basis.
890 /* Put material values in the GENERIC slots -- they are not used in get_material()
906 * calculate these values dynamically in the case where material calls
/third_party/python/Lib/
H A Dast.py97 if len(node.keys) != len(node.values):
100 map(_convert, node.values)))
117 the returned string will show the names and the values for fields.
202 recursively where not already set, by setting them to the values of the
553 raise TypeError(f"{cls.__name__} got multiple values for argument {key!r}")
1169 for value in node.values:
1193 for value in node.values:
1342 lambda: self.write(", "), write_item, zip(node.keys, node.values)
1459 self.interleave(lambda: self.write(s), increasing_level_traverse, node.values)
/third_party/vk-gl-cts/external/amber/src/src/dawn/
H A Dengine_dawn.cc60 // Fill the default values for vertexBuffers and vertexAttributes in in ComboVertexInputDescriptor()
342 auto* values = host_texture.buffer->ValuePtr(); in MapDeviceTextureToHostBuffer() local
347 values->resize(host_texture.buffer->GetSizeInBytes()); in MapDeviceTextureToHostBuffer()
353 std::memcpy(values->data() + h * row_stride, in MapDeviceTextureToHostBuffer()
392 auto* values = host_buffer.buffer->ValuePtr(); in MapDeviceBufferToHostBuffer() local
393 values->resize(host_buffer.buffer->GetSizeInBytes()); in MapDeviceBufferToHostBuffer()
394 std::memcpy(values->data(), in MapDeviceBufferToHostBuffer()
978 // Fill the default values for vertexInput (buffers and attributes). in CreateRenderPipelineDescriptor()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL1.cpp523 const GLfloat *values) in ValidateGetPixelMapfv()
531 const GLuint *values) in ValidateGetPixelMapuiv()
539 const GLushort *values) in ValidateGetPixelMapusv()
900 const GLfloat *values) in ValidatePixelMapfv()
909 const GLuint *values) in ValidatePixelMapuiv()
918 const GLushort *values) in ValidatePixelMapusv()
520 ValidateGetPixelMapfv(const Context *, angle::EntryPoint entryPoint, GLenum map, const GLfloat *values) ValidateGetPixelMapfv() argument
528 ValidateGetPixelMapuiv(const Context *, angle::EntryPoint entryPoint, GLenum map, const GLuint *values) ValidateGetPixelMapuiv() argument
536 ValidateGetPixelMapusv(const Context *, angle::EntryPoint entryPoint, GLenum map, const GLushort *values) ValidateGetPixelMapusv() argument
896 ValidatePixelMapfv(const Context *, angle::EntryPoint entryPoint, GLenum map, GLsizei mapsize, const GLfloat *values) ValidatePixelMapfv() argument
905 ValidatePixelMapuiv(const Context *, angle::EntryPoint entryPoint, GLenum map, GLsizei mapsize, const GLuint *values) ValidatePixelMapuiv() argument
914 ValidatePixelMapusv(const Context *, angle::EntryPoint entryPoint, GLenum map, GLsizei mapsize, const GLushort *values) ValidatePixelMapusv() argument
H A DvalidationGL1_autogen.h257 const GLfloat *values);
261 const GLuint *values);
265 const GLushort *values);
446 const GLfloat *values);
451 const GLuint *values);
456 const GLushort *values);
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.h145 ANGLE_EXPORT void GL_APIENTRY GL_GetPixelMapfv(GLenum map, GLfloat *values);
146 ANGLE_EXPORT void GL_APIENTRY GL_GetPixelMapuiv(GLenum map, GLuint *values);
147 ANGLE_EXPORT void GL_APIENTRY GL_GetPixelMapusv(GLenum map, GLushort *values);
255 ANGLE_EXPORT void GL_APIENTRY GL_PixelMapfv(GLenum map, GLsizei mapsize, const GLfloat *values);
256 ANGLE_EXPORT void GL_APIENTRY GL_PixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values);
257 ANGLE_EXPORT void GL_APIENTRY GL_PixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values);
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Ddec_sse2.c319 // Updates values of 2 pixels at MB edge during complex filtering.
372 a = _mm_and_si128(a, mask); // mask filter values we don't care about in DoFilter2_SSE2()
393 // convert to signed values in DoFilter4_SSE2()
402 t1 = _mm_and_si128(t1, *mask); // mask filter values we don't care about in DoFilter4_SSE2()
1065 const __m128i values = _mm_set1_epi8(dst[-1]); in HE16_SSE2() local
1066 _mm_storeu_si128((__m128i*)dst, values); in HE16_SSE2()
1073 const __m128i values = _mm_set1_epi8(v); in Put16_SSE2() local
1075 _mm_storeu_si128((__m128i*)(dst + j * BPS), values); in Put16_SSE2()
1133 const __m128i values = _mm_set1_epi8(v); in Put8x8uv_SSE2() local
1135 _mm_storel_epi64((__m128i*)(dst + j * BPS), values); in Put8x8uv_SSE2()
[all...]
/third_party/skia/third_party/externals/brotli/research/
H A Dbrotlidump.py215 The set of symbol values does not need to be consecutive.
228 for index in sorted(self.decodeTable.values(), key=revBits)
299 self.minLength = min(lengthTable.values())
300 self.maxLength = max(lengthTable.values())
308 self.minLength = min(lengthTable.values())
309 self.maxLength = max(lengthTable.values())
318 code += sum(x==bits for x in lengthTable.values())
550 """Give the range of possible values in a tuple
1058 """Give relevant values for computations:
1723 Returns the number of differnt values o
[all...]

Completed in 48 milliseconds

1...<<51525354555657585960>>...91