| /third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
| H A D | objectivec_helpers.cc | 108 std::vector<string> values; in UnderscoresToCamelCase() local
|
| /third_party/python/Modules/ |
| H A D | _zoneinfo.c | 1769 uint8_t *values[2] = {&week, &day}; in parse_transition_rule() local
|
| H A D | _winapi.c | 789 PyObject *keys, *values; in getenvironment() local
|
| /third_party/python/Objects/ |
| H A D | listobject.c | 1097 PyObject **values; member [all...] |
| H A D | object.c | 1183 PyDictValues *values; in _PyObject_GetMethod() local
|
| H A D | bytearrayobject.c | 514 bytearray_setslice(PyByteArrayObject *self, Py_ssize_t lo, Py_ssize_t hi, PyObject *values) bytearray_setslice() argument 593 bytearray_ass_subscript(PyByteArrayObject *self, PyObject *index, PyObject *values) bytearray_ass_subscript() argument [all...] |
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | defs.c | 105 const google_protobuf_EnumValueDescriptorProto* const* values; in rewrite_enum_default() local
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | Descriptors.java | 1783 private EnumValueDescriptor[] values; global() field in Descriptors.EnumDescriptor [all...] |
| H A D | TextFormat.java | 775 printUnknownField( final int number, final int wireType, final List<?> values, final TextGenerator generator) printUnknownField() argument
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | wire_format_lite.h | 1049 ReadRepeatedPrimitive( int, uint32 tag, io::CodedInputStream* input, RepeatedField<CType>* values) ReadRepeatedPrimitive() argument 1065 ReadRepeatedFixedSizePrimitive( int tag_size, uint32 tag, io::CodedInputStream* input, RepeatedField<CType>* values) ReadRepeatedFixedSizePrimitive() argument 1140 ReadPackedPrimitive(io::CodedInputStream* input, RepeatedField<CType>* values) ReadPackedPrimitive() argument 1155 ReadPackedFixedSizePrimitive( io::CodedInputStream* input, RepeatedField<CType>* values) ReadPackedFixedSizePrimitive() argument 1236 ReadPackedPrimitiveNoInline(io::CodedInputStream* input, RepeatedField<CType>* values) ReadPackedPrimitiveNoInline() argument [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_types.py | 1114 def values(self): member in MappingProxyTests.test_customdict.customdict [all...] |
| /third_party/python/Modules/_ctypes/ |
| H A D | _ctypes_test.c | 249 EXPORT(void)testfunc_array(int values[4]) in testfunc_array() argument
|
| /third_party/rust/crates/clap/src/parser/matches/ |
| H A D | arg_matches.rs | 1907 let mut values: RawValues = Default::default(); unwrap_downcast_ref() variables [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| H A D | btree_test.cc | 410 void DoTest(const char *name, T *b, const std::vector<V> &values) { in DoTest() argument 1443 ExpectOperationCounts(const int expected_moves, const int expected_comparisons, const std::vector<int> &values, InstanceTracker *tracker, Set *set) ExpectOperationCounts() argument 1469 std::vector<int> values = TEST() local 1524 std::vector<int> values = TEST() local [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fDrawBuffersIndexedTests.cpp | 767 const float values[] = in shadeFragments() local 952 const char* const values[] = genFragmentSource() local 970 << ", " << values[(drawBufferNdx + 3) % 4] << ");\\n"; genFragmentSource() local 977 << "), uint(" << values[(drawBufferNdx + 3) % 4] << "));\\n"; genFragmentSource() local 984 << "), int(" << values[(drawBufferNdx + 3) % 4] << "));\\n"; genFragmentSource() local [all...] |
| H A D | es3fShaderStateQueryTests.cpp | 612 void verifyUniformValues (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, const GLfloat* values) in verifyUniformValues() argument 635 void verifyUniformMatrixValues (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLint location, const GLfloat* values, bool transpose) in verifyUniformMatrixValues() argument [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fOpaqueTypeIndexingTests.cpp | 475 const float values[] = { 0.1f, 0.3f, 0.5f, 0.7f, 0.9f }; in fillTextureData() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineMiscTests.cpp | 1131 runTest(BufferWithMemory& index, BufferWithMemory& values, size_t bufferSize, PipelineConstructionType type) runTest() argument 1301 float values[PipelineLibraryInterpolateAtSampleTestCase::ResultCount]; iterate() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| H A D | vktAtomicOperationTests.cpp | 636 void handleExceptionalFloatMinMaxValues(vector<T> &values, T x, T y) in handleExceptionalFloatMinMaxValues() argument 691 vector<T> values; floatMinValues() local 703 vector<T> values; floatMaxValues() local [all...] |
| H A D | vktOpaqueTypeIndexingTests.cpp | 446 const float values[] = { 0.1f, 0.3f, 0.5f, 0.7f, 0.9f }; in fillTextureData() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
| H A D | vktShaderRenderDerivateTests.cpp | 753 DerivateCaseValues values = dynamic_cast<TriangleDerivateCaseInstance&>(instance).getDerivateCaseValues(); in setup() local 621 TriangleDerivateCaseInstance(Context& context, const UniformSetup& uniformSetup, const DerivateCaseDefinition& definitions, const DerivateCaseValues& values) TriangleDerivateCaseInstance() argument 836 ConstantDerivateCaseInstance(Context& context, const UniformSetup& uniformSetup, const DerivateCaseDefinition& definitions, const DerivateCaseValues& values) ConstantDerivateCaseInstance() argument 983 LinearDerivateCaseInstance(Context& context, const UniformSetup& uniformSetup, const DerivateCaseDefinition& definitions, const DerivateCaseValues& values) LinearDerivateCaseInstance() argument 1238 TextureDerivateCaseInstance(Context& context, const UniformSetup& uniformSetup, const DerivateCaseDefinition& definitions, const DerivateCaseValues& values, const TextureCaseValues& textureValues) TextureDerivateCaseInstance() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 2473 ValuesVec getNextValues (const ValuesVec& values) in getNextValues() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
| H A D | vktShaderLibrary.cpp | 617 computeStd140Layout(const vector<Value>& values) computeStd140Layout() argument 640 computeStd430Layout(const vector<Value>& values) computeStd430Layout() argument 694 copyToLayout(void* dst, const ValueBufferLayout& layout, const vector<Value>& values, int arrayNdx) copyToLayout() argument 1213 writeValuesToMem(Context& context, const vk::Allocation& dst, const ValueBufferLayout& layout, const vector<Value>& values, int arrayNdx) writeValuesToMem() argument 1553 getNumSubCases(const ValueBlock& values) getNumSubCases() argument [all...] |
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluShaderLibrary.cpp | 66 const vector<Value>& values = storageNdx == 0 ? block.inputs : in isValid() local 1704 dumpValues(tcu::TestLog& log, const vector<Value>& values, const char* storageName, int arrayNdx) dumpValues() argument 1710 dumpValues(tcu::TestLog& log, const ValueBlock& values, int arrayNdx) dumpValues() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Framebuffer.cpp | 1609 clearBufferfv(const Context *context, GLenum buffer, GLint drawbuffer, const GLfloat *values) clearBufferfv() argument 1617 clearBufferuiv(const Context *context, GLenum buffer, GLint drawbuffer, const GLuint *values) clearBufferuiv() argument 1625 clearBufferiv(const Context *context, GLenum buffer, GLint drawbuffer, const GLint *values) clearBufferiv() argument
|