Home
last modified time | relevance | path

Searched defs:value (Results 6976 - 7000 of 7524) sorted by relevance

1...<<271272273274275276277278279280>>...301

/third_party/tzdata/
H A Dlocaltime.c1000 register int_fast32_t value; in transtime() local
[all...]
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc1611 void MacroAssembler::Fcmp(const VRegister& fn, double value, FPTrapFlags trap) { in Emit() argument
1628 void MacroAssembler::Fcmpe(const VRegister& fn, double value) { in Emit() argument
[all...]
H A Dsimulator-aarch64.h200 static void SetActive(bool value) { is_active = value; } in SetActive() argument
220 R value = (pair == map->end()) ? nullptr : &pair->second; in GetAttribute() local
370 T value; in Read() local
386 Write(A address, T value, Instruction const* pc = nullptr) const Write() argument
621 SetActive(VectorFormat vform, int lane_index, bool value) SetActive() argument
679 ZeroExtend(uint8_t byte, int index, int psize, bool value) ZeroExtend() argument
779 uint64_t value = UintLeftJustified(vform, index); IntLeftJustified() local
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc5116 int32_t value = 0xbad; in TEST() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_negative.h1086 void SetDefaultUserCropT (const dng_urational &value) in SetDefaultUserCropT() argument
1093 void SetDefaultUserCropL (const dng_urational &value) in SetDefaultUserCropL() argument
1100 void SetDefaultUserCropB (const dng_urational &value) in SetDefaultUserCropB() argument
1107 SetDefaultUserCropR(const dng_urational &value) SetDefaultUserCropR() argument
1349 SetNoiseReductionApplied(const dng_urational &value) SetNoiseReductionApplied() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/js/
H A Djs_generator.cc717 int value = (in[i] << 16) | (((i + 1) < in.size()) ? (in[i + 1] << 8) : 0) | in EscapeBase64() local
789 std::string FloatToString(float value) { in FloatToString() argument
794 std::string DoubleToString(double value) { in DoubleToString() argument
3374 const EnumValueDescriptor* value = enumdesc->value(i); GenerateEnum() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc5640 EmbedAggregateValue(const char* value) EmbedAggregateValue() argument
6049 FieldDescriptorProto* value = TEST_F() local
6059 FieldDescriptorProto* value = TEST_F() local
6069 FieldDescriptorProto* value = TEST_F() local
[all...]
H A Dmap_test.cc113 void ExpectSingleElement(int32 key, int32 value) { in ExpectSingleElement() argument
128 void ExpectElement(int32 key, int32 value) { in ExpectElement() argument
236 MapValueRef value; TEST_F() local
695 int32 value = 100; TEST_F() local
740 int32 value = 100; TEST_F() local
796 int32 value = 100; TEST_F() local
1090 Int(const std::string& value) Int() argument
1542 int32 value = TEST_F() local
1562 double value = message.GetReflection()->GetDouble( TEST_F() local
1582 std::string value = message.GetReflection()->GetString( TEST_F() local
2754 const FieldDescriptor* value = TEST() local
2776 const FieldDescriptor* value = TEST() local
[all...]
H A Dtext_format.cc708 int64 value; in ConsumeFieldValue() local
715 uint64 value; in ConsumeFieldValue() local
722 int64 value; ConsumeFieldValue() local
729 uint64 value; ConsumeFieldValue() local
736 double value; ConsumeFieldValue() local
743 double value; ConsumeFieldValue() local
750 std::string value; ConsumeFieldValue() local
758 uint64 value; ConsumeFieldValue() local
762 std::string value; ConsumeFieldValue() local
778 std::string value; ConsumeFieldValue() local
977 ConsumeUnsignedInteger(uint64* value, uint64 max_value) ConsumeUnsignedInteger() argument
998 ConsumeSignedInteger(int64* value, uint64 max_value) ConsumeSignedInteger() argument
1027 ConsumeUnsignedDecimalAsDouble(double* value, uint64 max_value) ConsumeUnsignedDecimalAsDouble() argument
1056 ConsumeDouble(double* value) ConsumeDouble() argument
1149 Consume(const std::string& value) Consume() argument
1165 TryConsume(const std::string& value) TryConsume() argument
2188 CopyValue(const MapValueRef& value, Message* message, const FieldDescriptor* field_desc) CopyValue() argument
2367 const std::string& value = PrintFieldValue() local
2494 const std::string& value = field.length_delimited(); PrintUnknownFields() local
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc597 bool VerifyIntegerCastAndRange(PyObject* arg, ValueType value) { in VerifyIntegerCastAndRange() argument
615 bool CheckAndGetInteger(PyObject* arg, T* value) { in CheckAndGetInteger() argument
700 CheckAndGetDouble(PyObject* arg, double* value) CheckAndGetDouble() argument
709 CheckAndGetFloat(PyObject* arg, float* value) CheckAndGetFloat() argument
718 CheckAndGetBool(PyObject* arg, bool* value) CheckAndGetBool() argument
806 char* value; CheckAndSetString() local
824 ToStringObject(const FieldDescriptor* descriptor, const std::string& value) ToStringObject() argument
973 GetIntegerEnumValue(const FieldDescriptor& descriptor, PyObject* value) GetIntegerEnumValue() argument
1103 PyObject* value; InitAttributes() local
2207 int32 value = reflection->GetInt32(*message, field_descriptor); InternalGetScalar() local
2212 int64 value = reflection->GetInt64(*message, field_descriptor); InternalGetScalar() local
2217 uint32 value = reflection->GetUInt32(*message, field_descriptor); InternalGetScalar() local
2222 uint64 value = reflection->GetUInt64(*message, field_descriptor); InternalGetScalar() local
2227 float value = reflection->GetFloat(*message, field_descriptor); InternalGetScalar() local
2232 double value = reflection->GetDouble(*message, field_descriptor); InternalGetScalar() local
2237 bool value = reflection->GetBool(*message, field_descriptor); InternalGetScalar() local
2243 const std::string& value = InternalGetScalar() local
2567 SetCompositeField(CMessage* self, const FieldDescriptor* field, ContainerBase* value) SetCompositeField() argument
2606 ContainerBase* value = it->second; GetFieldValue() local
2670 SetFieldValue(CMessage* self, const FieldDescriptor* field_descriptor, PyObject* value) SetFieldValue() argument
[all...]
/third_party/python/PC/
H A Dlauncher2.c1389 _registryReadString(const wchar_t **dest, HKEY root, const wchar_t *subkey, const wchar_t *value) in _registryReadString() argument
/third_party/python/Python/
H A Dspecialize.c491 PyObject *value = NULL; in specialize_module_load_attr() local
641 PyObject *value = NULL; in specialize_dict_access() local
/third_party/python/Modules/
H A D_tkinter.c493 unicodeFromTclObj(Tcl_Obj *value) in unicodeFromTclObj() argument
751 Tcl_Obj *value; member
891 asBignumObj(PyObject *value) asBignumObj() argument
928 AsObj(PyObject *value) AsObj() argument
1065 fromBoolean(TkappObject *tkapp, Tcl_Obj *value) fromBoolean() argument
1074 fromWideIntObj(TkappObject *tkapp, Tcl_Obj *value) fromWideIntObj() argument
1089 fromBignumObj(TkappObject *tkapp, Tcl_Obj *value) fromBignumObj() argument
1137 FromObj(TkappObject *tkapp, Tcl_Obj *value) FromObj() argument
1335 Tcl_Obj *value = Tcl_GetObjResult(self->interp); Tkapp_ObjectResult() local
1901 Tcl_Obj *value; _tkinter_tkapp_getint() local
[all...]
H A Ditertoolsmodule.c328 PyObject *value; in groupby_reduce() local
621 PyObject *value; in teedataobject_getitem() local
819 PyObject *value, *link; tee_next() local
[all...]
H A Darraymodule.c2186 array_array___reduce_ex___impl(arrayobject *self, PyTypeObject *cls, PyObject *value) array_array___reduce_ex___impl() argument
2406 array_ass_subscr(arrayobject* self, PyObject* item, PyObject* value) array_ass_subscr() argument
[all...]
/third_party/python/Objects/
H A Dobmalloc.c2877 printone(FILE *out, const char* msg, size_t value) printone() argument
[all...]
H A Dmemoryobject.c2533 memory_ass_sub(PyMemoryViewObject *self, PyObject *key, PyObject *value) in memory_ass_sub() argument
[all...]
H A Dbytesobject.c2701 Py_ssize_t value; in _PyBytes_FromList() local
2747 Py_ssize_t value; _PyBytes_FromTuple() local
2798 Py_ssize_t value; _PyBytes_FromIterator() local
[all...]
/third_party/selinux/libsepol/src/
H A Dpolicydb.c1658 symtab_insert(policydb_t * pol, uint32_t sym, hashtab_key_t key, hashtab_datum_t datum, uint32_t scope, uint32_t avrule_decl_id, uint32_t * value) symtab_insert() argument
[all...]
/third_party/selinux/checkpolicy/
H A Dpolicy_define.c153 uint32_t value; in define_class() local
707 uint32_t value; /* dummy variable -- its value is never used */ define_sens() local
886 uint32_t value; define_category() local
1747 uint32_t value; define_bool_tunable() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp572 static string shaderVarValueStr (const VarValue& value) in shaderVarValueStr() argument
605 apiVarValueStr(const VarValue& value) apiVarValueStr() argument
996 const VarValue value = glu::isDataTypeSampler(type) ? generateRandomVarValue(type, rnd, samplerUnitCounter++) generateBasicUniforms() local
1021 const VarValue value = glu::isDataTypeSampler(elemBasicType) ? generateRandomVarValue(elemBasicType, rnd, samplerUnitCounter++) generateBasicUniforms() local
1206 setupTexture(const VarValue& value) setupTexture() argument
1274 VarValue value; getUniforms() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelinePushConstantTests.cpp401 const tcu::Vec4 value = tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f); in init() local
790 const void* value = DE_NULL; in updatePushConstants() local
1923 tcu::Vec4 value = tcu::Vec4(1.0f, 0.0f, 0.0f, 1.0f); PushConstantComputeTestInstance() local
2497 tcu::Vec4 value[2] = iterate() local
[all...]
H A DvktPipelineVertexInputTests.cpp103 deUint32 getNextMultipleOffset (deUint32 divisor, deUint32 value) in getNextMultipleOffset() argument
1304 void writeVertexInputValueSint (deUint8* destPtr, VkFormat format, int componentNdx, deInt32 value) in writeVertexInputValueSint() argument
1328 void writeVertexInputValueIntPacked(deUint8* destPtr, deUint32& packedFormat, deUint32& componentOffset, VkFormat format, deUint32 componentNdx, deUint32 value) in writeVertexInputValueIntPacked() argument
1341 void writeVertexInputValueUint (deUint8* destPtr, VkFormat format, int componentNdx, deUint32 value) in writeVertexInputValueUint() argument
1365 writeVertexInputValueSfloat(deUint8* destPtr, VkFormat format, int componentNdx, float value) writeVertexInputValueSfloat() argument
1388 writeVertexInputValueUfloat(deUint8* destPtr, deUint32& packedFormat, deUint32& componentOffset, VkFormat format, deUint32 componentNdx, float value) writeVertexInputValueUfloat() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp1911 bool compareTessCoordRange (tcu::TestLog& log, const float value) in compareTessCoordRange() argument
1921 bool compareOneMinusTessCoord (tcu::TestLog& log, const float value) in compareOneMinusTessCoord() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp928 const int value = rnd.getInt(1, 127); in generateValue() local

Completed in 97 milliseconds

1...<<271272273274275276277278279280>>...301