Home
last modified time | relevance | path

Searched defs:first (Results 1 – 25 of 1355) sorted by relevance

12345678910>>...55

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp62 static const char *parse_number(const char *first, const char *last) { in parse_number()
116 static const char *parse_floating_number(const char *first, const char *last, in parse_floating_number()
155 static const char *parse_source_name(const char *first, const char *last, in parse_source_name()
192 static const char *parse_substitution(const char *first, const char *last, in parse_substitution()
292 static const char *parse_builtin_type(const char *first, const char *last, in parse_builtin_type()
434 static const char *parse_cv_qualifiers(const char *first, const char *last, in parse_cv_qualifiers()
458 static const char *parse_template_param(const char *first, const char *last, in parse_template_param()
503 static const char *parse_const_cast_expr(const char *first, const char *last, in parse_const_cast_expr()
529 static const char *parse_dynamic_cast_expr(const char *first, const char *last, in parse_dynamic_cast_expr()
555 static const char *parse_reinterpret_cast_expr(const char *first, in parse_reinterpret_cast_expr()
[all …]
/third_party/protobuf/src/google/protobuf/
Ddynamic_message.h194 bool first = reflection->GetBool(*a, field_); in operator() local
199 int32 first = reflection->GetInt32(*a, field_); in operator() local
204 int64 first = reflection->GetInt64(*a, field_); in operator() local
209 uint32 first = reflection->GetUInt32(*a, field_); in operator() local
214 uint64 first = reflection->GetUInt64(*a, field_); in operator() local
219 std::string first = reflection->GetString(*a, field_); in operator() local
/third_party/elfutils/lib/
Dlist.h33 #define CDBL_LIST_ADD_REAR(first, newp) \ argument
49 #define CDBL_LIST_DEL(first, elem) \ argument
76 #define SNGL_LIST_PUSH(first, newp) \ argument
86 #define CSNGL_LIST_ADD_REAR(first, newp) \ argument
/third_party/typescript/tests/baselines/reference/
DcommentsAfterSpread.js38 first, argument
45 first, argument
58 first, .../* comment i */rest argument
62 first, argument
68 first, property
121 function k({ first, ... /* comment k */rest }) { property
DreverseMappedTypeAssignableToIndex.js9 first: "first"; property
13 first: { name: "first" }, property
DnoRepeatedPropertyNames.js3 const first = { a: 1, a: 2 }; variable
14 var first = { a: 1, a: 2 }; variable
/third_party/nghttp2/src/
Dbase64.h49 template <typename InputIt> std::string encode(InputIt first, InputIt last) { in encode()
89 OutputIt encode(InputIt first, InputIt last, OutputIt d_first) { in encode()
130 InputIt next_decode_input(InputIt first, InputIt last, const int *tbl) { in next_decode_input()
140 OutputIt decode(InputIt first, InputIt last, OutputIt d_first) { in decode()
193 template <typename InputIt> std::string decode(InputIt first, InputIt last) { in decode()
207 StringRef decode(BlockAllocator &balloc, InputIt first, InputIt last) { in decode()
/third_party/protobuf/js/experimental/runtime/testing/
Djasmine_protobuf.js21 const byteStringEquality = (first, second) => { argument
38 const arrayBufferCustomEquality = (first, second) => { argument
54 const bufferDecoderCustomEquality = (first, second) => { argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DPair.java20 public final F first; field in Pair
23 protected Pair(F first, S second) { in Pair()
34 public static <F, S> Pair<F, S> of(F first, S second) { in of()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPair.java18 public final F first; field in Pair
21 protected Pair(F first, S second) { in Pair()
32 public static <F, S> Pair<F, S> of(F first, S second) { in of()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DLocalizedNumberRangeFormatter.java37 public FormattedNumberRange formatRange(int first, int second) { in formatRange()
54 public FormattedNumberRange formatRange(double first, double second) { in formatRange()
74 public FormattedNumberRange formatRange(Number first, Number second) { in formatRange()
83 …FormattedNumberRange formatImpl(DecimalQuantity first, DecimalQuantity second, boolean equalBefore… in formatImpl()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DLocalizedNumberRangeFormatter.java37 public FormattedNumberRange formatRange(int first, int second) { in formatRange()
55 public FormattedNumberRange formatRange(double first, double second) { in formatRange()
76 public FormattedNumberRange formatRange(Number first, Number second) { in formatRange()
85 …FormattedNumberRange formatImpl(DecimalQuantity first, DecimalQuantity second, boolean equalBefore… in formatImpl()
/third_party/vixl/src/
Dcpu-features.h283 CPUFeatures(T first, U... others) : features_{} { in CPUFeatures()
324 void Combine(T first, U... others) { in Combine()
338 void Remove(T first, U... others) { in Remove()
368 bool Has(T first, U... others) const { in Has()
465 CPUFeaturesScope(T* cpu_features_wrapper, U first, V... features) in CPUFeaturesScope()
/third_party/curl/lib/
Dstrcase.c92 static int casecompare(const char *first, const char *second) in casecompare()
109 int curl_strequal(const char *first, const char *second) in curl_strequal()
119 static int ncasecompare(const char *first, const char *second, size_t max) in ncasecompare()
135 int curl_strnequal(const char *first, const char *second, size_t max) in curl_strnequal()
/third_party/skia/third_party/externals/freetype/src/cache/
Dftcmru.c31 FTC_MruNode first = *plist; in FTC_MruNode_Prepend() local
75 FTC_MruNode first = *plist; in FTC_MruNode_Up() local
124 FTC_MruNode first = *plist; in FTC_MruNode_Remove() local
206 FTC_MruNode first, node; in FTC_MruList_Find() local
330 FTC_MruNode first, node, next; in FTC_MruList_RemoveSelection() local
/third_party/alsa-utils/alsactl/
Dinfo.c25 static int pcm_device_list(snd_ctl_t *ctl, snd_pcm_stream_t stream, bool *first) in pcm_device_list()
92 static int rawmidi_device_list(snd_ctl_t *ctl, snd_rawmidi_stream_t stream, bool *first) in rawmidi_device_list()
156 bool first; in hwdep_device_list() local
221 bool first; in general_card_info() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_util.c40 draw_pt_split_prim(enum pipe_prim_type prim, unsigned *first, unsigned *incr) in draw_pt_split_prim()
100 draw_pt_trim_count(unsigned count, unsigned first, unsigned incr) in draw_pt_trim_count()
/third_party/vk-gl-cts/scripts/
Dlist_test_changes.py53 first = True variable
58 first = False variable
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dalgorithm.h78 It RotateImpl(It first, It middle, It last, std::true_type) { in RotateImpl()
83 It RotateImpl(It first, It middle, It last, std::false_type) { in RotateImpl()
131 bool linear_search(InputIterator first, InputIterator last, in linear_search()
148 ForwardIterator rotate(ForwardIterator first, ForwardIterator middle, in rotate()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dexplicit-padding.h8 uint8_t first; member
14 uint8_t first; member
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/range/
DStandardPluralRanges.java42 StandardPlural first = StandardPlural.fromString(value.getString()); in put() local
84 … private void addPluralRange(StandardPlural first, StandardPlural second, StandardPlural result) { in addPluralRange()
96 public StandardPlural resolve(StandardPlural first, StandardPlural second) { in resolve()
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
Dhash.cc22 uint64_t state, const unsigned char* first, size_t len) { in CombineLargeContiguousImpl32()
36 uint64_t state, const unsigned char* first, size_t len) { in CombineLargeContiguousImpl64()
/third_party/rust/crates/bindgen/bindgen-integration/cpp/
DTest.cc48 First::assert(unsigned char first, in assert()
58 Second::assert(int first, bool second) in assert()
64 Third::assert(int first, bool second, ItemKind third) in assert()
117 Seventh::assert(bool first, in assert()
/third_party/skia/third_party/externals/dawn/src/dawn_node/utils/
DDebug.h59 bool first = true; in Write() local
73 bool first = true; in Write() local
98 inline std::ostream& Write(std::ostream& out, FIRST&& first, REST&&... rest) { in Write()
/third_party/ffmpeg/libavfilter/
Dsignature_lookup.c60 static unsigned int intersection_word(const uint8_t *first, const uint8_t *second) in intersection_word()
75 static unsigned int union_word(const uint8_t *first, const uint8_t *second) in union_word()
90 static unsigned int get_l1dist(AVFilterContext *ctx, SignatureContext *sc, const uint8_t *first, co… in get_l1dist()
115 static int get_jaccarddist(SignatureContext *sc, CoarseSignature *first, CoarseSignature *second) in get_jaccarddist()
140 …rsecandidate(SignatureContext *sc, CoarseSignature *secondstart, CoarseSignature **first, CoarseSi… in find_next_coarsecandidate()
174 …t_matching_parameters(AVFilterContext *ctx, SignatureContext *sc, FineSignature *first, FineSignat… in get_matching_parameters()
533 …nfo lookup_signatures(AVFilterContext *ctx, SignatureContext *sc, StreamContext *first, StreamCont… in lookup_signatures()

12345678910>>...55