| /third_party/skia/tools/debugger/ |
| H A D | DrawCommand.cpp | 591 static void store_bool(SkJSONWriter& writer, const char* key, bool value, bool defaultValue) { in store_bool() argument 582 store_scalar(SkJSONWriter& writer, const char* key, SkScalar value, SkScalar defaultValue) store_scalar() argument 1141 DrawAnnotationCommand(const SkRect& rect, const char key[], sk_sp<SkData> value) DrawAnnotationCommand() argument
|
| /third_party/skia/tools/viewer/ |
| H A D | Viewer.cpp | 2872 static void WriteStateObject(SkJSONWriter& writer, const char* name, const char* value, in WriteStateObject() argument
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ucurr.cpp | 2186 UnicodeString value = it.getString(); in populateCurrSymbolsEquiv() local 2644 char *value = NULL; ucurr_getKeywordValuesForLocale() local [all...] |
| H A D | uresbund.cpp | 1952 getAllItemsWithFallback( const UResourceBundle *bundle, ResourceDataValue &value, ResourceSink &sink, UErrorCode &errorCode) getAllItemsWithFallback() argument 2025 ures_getValueWithFallback(const UResourceBundle *bundle, const char *path, UResourceBundle *tempFillIn, ResourceDataValue &value, UErrorCode &errorCode) ures_getValueWithFallback() argument 2067 ResourceDataValue value; ures_getAllItemsWithFallback() local [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | ip.c | 227 static void init_arglist(struct arglist **list,int value, char* name) in init_arglist() argument [all...] |
| /third_party/tzdata/ |
| H A D | localtime.c | 1000 register int_fast32_t value; in transtime() local [all...] |
| /third_party/vixl/src/aarch64/ |
| H A D | macro-assembler-aarch64.cc | 1611 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 D | simulator-aarch64.h | 200 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 D | test-simulator-aarch64.cc | 5116 int32_t value = 0xbad; in TEST() local
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_negative.h | 1086 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 D | js_generator.cc | 717 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 D | descriptor_unittest.cc | 5640 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 D | map_test.cc | 113 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 D | text_format.cc | 708 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 D | message.cc | 597 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 D | launcher2.c | 1389 _registryReadString(const wchar_t **dest, HKEY root, const wchar_t *subkey, const wchar_t *value) in _registryReadString() argument
|
| /third_party/python/Python/ |
| H A D | specialize.c | 491 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.c | 493 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 D | itertoolsmodule.c | 328 PyObject *value; in groupby_reduce() local 621 PyObject *value; in teedataobject_getitem() local 819 PyObject *value, *link; tee_next() local [all...] |
| H A D | arraymodule.c | 2186 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 D | obmalloc.c | 2877 printone(FILE *out, const char* msg, size_t value) printone() argument [all...] |
| H A D | memoryobject.c | 2533 memory_ass_sub(PyMemoryViewObject *self, PyObject *key, PyObject *value) in memory_ass_sub() argument [all...] |
| H A D | bytesobject.c | 2701 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 D | policydb.c | 1658 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 D | policy_define.c | 153 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...] |