Home
last modified time | relevance | path

Searched defs:value (Results 9901 - 9925 of 10598) sorted by relevance

1...<<391392393394395396397398399400>>...424

/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c557 crc_init_4(png_uint_32 value) crc_init_4() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcalendar.cpp1203 Calendar::set(UCalendarDateFields field, int32_t value) in set() argument
1785 int32_t value = internalGet(field) + amount; roll() local
2491 setFirstDayOfWeek(UCalendarDaysOfWeek value) setFirstDayOfWeek() argument
2516 setMinimalDaysInFirstWeek(uint8_t value) setMinimalDaysInFirstWeek() argument
2853 int32_t value = fFields[field]; validateField() local
3951 internalSet(EDateFields field, int32_t value) internalSet() argument
[all...]
H A Dsmpdtfmt.cpp1271 _appendSymbolWithMonthPattern(UnicodeString& dst, int32_t value, cons argument
1260 _appendSymbol(UnicodeString& dst, int32_t value, const UnicodeString* symbols, int32_t symbolsCount) _appendSymbol() argument
1503 int32_t value = 0; subFormat() local
2136 zeroPaddingNumber( const NumberFormat *currentNumberFormat, UnicodeString &appendTo, int32_t value, int32_t minDigits, int32_t maxDigits) const zeroPaddingNumber() argument
2981 int32_t value = 0; subParse() local
4088 setContext(UDisplayContext value, UErrorCode& status) setContext() argument
[all...]
H A Dtznames_impl.cpp137 CharacterNode::addValue(void *value, UObjectDeleter *valueDeleter, UErrorCode &status) { in addValue() argument
211 TextTrieMap::put(const UnicodeString &key, void *value, ZNStringPoo argument
219 put(const UChar *key, void *value, UErrorCode &status) put() argument
248 putImpl(const UnicodeString &key, void *value, UErrorCode &status) putImpl() argument
641 void* value; createMetaZoneAndPutInCache() local
683 void* value = (void*) (new ZNames(names, locationName)); createTimeZoneAndPutInCache() local
1668 void* value = uhash_get(fTZNamesMap, copy.getTerminatedBuffer()); internalLoadAllDisplayNames() local
1777 const UChar *value = ures_getStringByKey(rbTable, TZDBNAMES_KEYS[i], &len, &status); createInstance() local
[all...]
H A Dusearch.cpp212 addTouint32_tArray(int32_t *destination, uint32_t offset, uint32_t *destinationlength, uint32_t value, uint32_t increments, UErrorCode *status) addTouint32_tArray() argument
252 addTouint64_tArray(int64_t *destination, uint32_t offset, uint32_t *destinationlength, uint64_t value, uint32_t increments, UErrorCode *status) addTouint64_tArray() argument
2835 usearch_setAttribute(UStringSearch *strsrch, USearchAttribute attribute, USearchAttributeValue value, UErrorCode *status) usearch_setAttribute() argument
2881 int16_t value = strsrch->search->elementComparisonType; usearch_getAttribute() local
[all...]
H A Dvtzone.cpp399 UnicodeString prop, attr, value; in parseRRULE() local
1419 UnicodeString value; // RFC2445 prop value parse() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dmicrohttpd.h907 intptr_t value; member
[all...]
/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp329 void SkPDFDevice::drawAnnotation(const SkRect& rect, const char key[], SkData* value) { in drawAnnotation() argument
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp94 const char *value = ParseFlagValue(flag, argument); in ParseIntArg() local
137 const char *value = ParseFlagValue(flag, argument); in ParseStringArg() local
751 const js::Value &value in GetTestResultsFromJSON() local
1924 addHistogramSample(const std::string &measurement, const std::string &story, double value, const std::string &units) addHistogramSample() argument
[all...]
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp463 IterT BinaryFindSorted(const IterT& beg, const IterT& end, const KeyT& value, const CmpLess& cmp) in BinaryFindSorted() argument
950 InsertSorted(const T& value, const CmpLess& cmp) InsertSorted() argument
962 RemoveSorted(const T& value, const CmpLess& cmp) RemoveSorted() argument
1728 push_back(const T& value) push_back() argument
1730 insert(iterator it, const T& value) insert() argument
1820 PushBack(const T& value) PushBack() argument
1828 PushFront(const T& value) PushFront() argument
1950 InsertBefore(Item* pItem, const T& value) InsertBefore() argument
1958 InsertAfter(Item* pItem, const T& value) InsertAfter() argument
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dencode.c146 BrotliEncoderSetParameter( BrotliEncoderState* state, BrotliEncoderParameter p, uint32_t value) BrotliEncoderSetParameter() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gsubgpos.hh837 static inline bool intersects_glyph (const hb_set_t *glyphs, const HBUINT16 &value, const void *data HB_UNUSED) in intersects_glyph() argument
841 static inline bool intersects_class (const hb_set_t *glyphs, const HBUINT16 &value, const void *data) in intersects_class() argument
846 static inline bool intersects_coverage (const hb_set_t *glyphs, const HBUINT16 &value, cons in intersects_class() argument
853 intersected_glyph(const hb_set_t *glyphs HB_UNUSED, const void *data, unsigned value, hb_set_t *intersected_glyphs) intersected_glyph() argument
858 intersected_class_glyphs(const hb_set_t *glyphs, const void *data, unsigned value, hb_set_t *intersected_glyphs) intersected_class_glyphs() argument
863 intersected_coverage_glyphs(const hb_set_t *glyphs, const void *data, unsigned value, hb_set_t *intersected_glyphs) intersected_coverage_glyphs() argument
883 collect_glyph(hb_set_t *glyphs, const HBUINT16 &value, const void *data HB_UNUSED) collect_glyph() argument
887 collect_class(hb_set_t *glyphs, const HBUINT16 &value, const void *data) collect_class() argument
892 collect_coverage(hb_set_t *glyphs, const HBUINT16 &value, const void *data) collect_coverage() argument
911 match_glyph(hb_codepoint_t glyph_id, const HBUINT16 &value, const void *data HB_UNUSED) match_glyph() argument
915 match_class(hb_codepoint_t glyph_id, const HBUINT16 &value, const void *data) match_class() argument
920 match_coverage(hb_codepoint_t glyph_id, const HBUINT16 &value, const void *data) match_coverage() argument
1267 context_closure_recurse_lookups(hb_closure_context_t *c, unsigned inputCount, const HBUINT16 input[], unsigned lookupCount, const LookupRecord lookupRecord[] , unsigned value, ContextFormat context_format, const void *data, intersected_glyphs_func_t intersected_glyphs_func) context_closure_recurse_lookups() argument
1498 context_closure_lookup(hb_closure_context_t *c, unsigned int inputCount, const HBUINT16 input[], unsigned int lookupCount, const LookupRecord lookupRecord[], unsigned value, ContextClosureLookupContext &lookup_context) context_closure_lookup() argument
1702 closure(hb_closure_context_t *c, unsigned value, ContextClosureLookupContext &lookup_context) const closure() argument
[all...]
/third_party/python/Modules/
H A D_cursesmodule.c238 long value; in PyCurses_ConvertToChtype() local
312 long value; PyCurses_ConvertToCchar_t() local
2448 PyCursesWindow_set_encoding(PyCursesWindowObject *self, PyObject *value, void *Py_UNUSED(ignored)) PyCursesWindow_set_encoding() argument
4462 long value; PyCurses_ConvertToWchar_t() local
[all...]
H A D_elementtree.c864 PyObject *key, *value; in deepcopy() local
1387 PyObject *value = PyDict_GetItemWithError(attrib, key); in _elementtree_Element_get_impl() local
1654 _elementtree_Element_set_impl(ElementObject *self, PyObject *key, PyObject *value) _elementtree_Element_set_impl() argument
1763 element_ass_subscr(PyObject* self_, PyObject* item, PyObject* value) element_ass_subscr() argument
1995 element_tag_setter(ElementObject *self, PyObject *value, void *closure) element_tag_setter() argument
2004 element_text_setter(ElementObject *self, PyObject *value, void *closure) element_text_setter() argument
2013 element_tail_setter(ElementObject *self, PyObject *value, void *closure) element_tail_setter() argument
2022 element_attrib_setter(ElementObject *self, PyObject *value, void *closure) element_attrib_setter() argument
3079 PyObject* value; makeuniversal() local
3200 PyObject* value; expat_default_handler() local
3266 PyObject* value = PyUnicode_DecodeUTF8(attrib_in[1], strlen(attrib_in[1]), "strict"); expat_start_handler() local
3612 ignore_attribute_error(PyObject *value) ignore_attribute_error() argument
[all...]
H A D_asynciomodule.c2406 _asyncio_Task_set_name(TaskObj *self, PyObject *value) in _asyncio_Task_set_name() argument
[all...]
/third_party/python/Include/internal/
H A Dpycore_ast.h215 expr_ty value; member
224 expr_ty value; member
231 expr_ty value; member
237 expr_ty value; member
329 expr_ty value; member
357 expr_ty value; member
403 expr_ty value; member
413 expr_ty value; member
417 expr_ty value; member
421 expr_ty value; member
437 expr_ty value; global() member
447 constant value; global() member
452 expr_ty value; global() member
458 expr_ty value; global() member
464 expr_ty value; global() member
542 expr_ty value; global() member
577 expr_ty value; global() member
581 constant value; global() member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp87 static constexpr std::size_t value = 1 + __length<U...>::value; member
91 static constexpr std::size_t value = 1; member
[all...]
/third_party/skia/tools/debugger/
H A DDrawCommand.cpp591 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 DViewer.cpp2872 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 Ducurr.cpp2186 UnicodeString value = it.getString(); in populateCurrSymbolsEquiv() local
2644 char *value = NULL; ucurr_getKeywordValuesForLocale() local
[all...]
H A Duresbund.cpp1952 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 Dip.c227 static void init_arglist(struct arglist **list,int value, char* name) in init_arglist() argument
[all...]
/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...]

Completed in 69 milliseconds

1...<<391392393394395396397398399400>>...424