Home
last modified time | relevance | path

Searched defs:reversed (Results 1 – 25 of 41) sorted by relevance

12

/third_party/typescript/tests/cases/compiler/
DstaticAnonymousTypeNotReferencingTypeParameter.ts14 static reversed<T>(dit: typeof ListWrapper2, array: T[]): T[] { method in ListWrapper2
63 static reversed<T>(dit: typeof ListWrapper, array: T[]): T[] { method in ListWrapper
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
Dmod.rs282 let mut reversed = Graph::default(); in reverse() localVariable
301 reversed: Graph, field
310 let reversed = graph.reverse(); in new() localVariable
/third_party/node/benchmark/url/
Durl-searchparams-sort.js9 reversed: 'z&y&x&w&v&u&t&s&r&q&p&o&n&m&l&k&j&i&h&g&f&e&d&c&b&a', property
/third_party/rust/crates/tracing/examples/examples/
Dhyper-echo.rs63 let reversed = body.iter().rev().cloned().collect::<Vec<u8>>(); in echo() localVariable
/third_party/skia/src/pathops/
DSkPathOpsAsWinding.cpp312 bool reversed = false; in markReverse() local
414 bool reversed = false; in AsWinding() local
DSkOpContour.h299 bool reversed() const { in reversed() function
/third_party/flutter/skia/src/pathops/
DSkPathOpsAsWinding.cpp315 bool reversed = false; in markReverse() local
415 bool reversed = false; in AsWinding() local
DSkOpContour.h300 bool reversed() const { in reversed() function
/third_party/cef/libcef/browser/views/
Dtextfield_impl.cc94 void CefTextfieldImpl::SelectAll(bool reversed) { in SelectAll()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
DStatisticsTool.java292 ArrayList reversed = new ArrayList(statKeys.size()); in collectStatistics() local
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglfilterglass.c311 gfloat start_alpha, gfloat stop_alpha, gboolean reversed, gfloat rotation) in gst_gl_filter_glass_draw_video_plane()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DSimpleFilteredSentenceBreakIterator.java386 StringBuilder reversed = new StringBuilder(thisStr).reverse(); in wrapIteratorWithFilter() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleFilteredSentenceBreakIterator.java399 StringBuilder reversed = new StringBuilder(thisStr).reverse(); in wrapIteratorWithFilter() local
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dmathutil_unittest.cpp250 uint32_t reversed = (1u << (31u - 4u)) | (1u << (31u - 7u)); in TEST() local
/third_party/skia/third_party/externals/angle2/src/common/
Dmathutil_unittest.cpp259 uint32_t reversed = (1u << (31u - 4u)) | (1u << (31u - 7u)); in TEST() local
/third_party/skia/modules/skottie/src/text/
DTextAdapter.cpp77 SkPath reversed; in updateContourData() local
/third_party/python/Objects/
Dodictobject.c1731 int reversed = di->kind & _odict_ITER_REVERSED; in odictiter_nextkey() local
1909 int reversed = kind & _odict_ITER_REVERSED; in odictiter_new() local
/third_party/icu/tools/colprobe/
Dcolprobe.cpp1260 int32_t ordered = 0, reversed = 0; in checkCaseOrdering() local
1303 int32_t ordered = 0, reversed = 0; in checkSecondaryOrdering() local
DcolprobeNew.cpp455 int32_t ordered = 0, reversed = 0; in checkCaseOrdering() local
/third_party/rust/crates/memchr/src/memmem/
Dtwoway.rs706 let mut reversed = needle.to_vec(); in naive_maximal_suffix_reverse() localVariable
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java3476 Transliterator reversed = Transliterator.createFromRules("Reversed", BEGIN_END_RULES[17], in TestBeginEnd() local
3513 Transliterator reversed = Transliterator.createFromRules("Reversed", BEGIN_END_RULES[17], in TestBeginEndToRules() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DTransliteratorTest.java3479 Transliterator reversed = Transliterator.createFromRules("Reversed", BEGIN_END_RULES[17], in TestBeginEnd() local
3516 Transliterator reversed = Transliterator.createFromRules("Reversed", BEGIN_END_RULES[17], in TestBeginEndToRules() local
/third_party/cef/libcef_dll/ctocpp/views/
Dtextfield_ctocpp.cc215 NO_SANITIZE("cfi-icall") void CefTextfieldCToCpp::SelectAll(bool reversed) { in SelectAll()
/third_party/elfutils/libcpu/
Di386_parse.y906 struct instruction *reversed = NULL; in find_numbers() local
/third_party/cef/libcef_dll/cpptoc/views/
Dtextfield_cpptoc.cc215 int reversed) { in textfield_select_all()

12