Home
last modified time | relevance | path

Searched refs:first (Results 1051 - 1075 of 6760) sorted by relevance

1...<<41424344454647484950>>...271

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DTestCanonicalIterator.java152 String first = null; in TestBasic()
155 if(first==null){ in TestBasic()
156 first = result; in TestBasic()
165 if(!it.next().equals(first)){ in TestBasic()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DDataDrivenTestHelper.java48 String first = components.iterator().next(); in appendLines()
49 String sep = first.startsWith("@") ? "=" : SEPARATOR; in appendLines()
92 String first = arguments.get(0); in test()
93 if (first.startsWith("@")) { in test()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DDataDrivenTestHelper.java47 String first = components.iterator().next(); in appendLines()
48 String sep = first.startsWith("@") ? "=" : SEPARATOR; in appendLines()
91 String first = arguments.get(0); in test()
92 if (first.startsWith("@")) { in test()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DTestCanonicalIterator.java149 String first = null; in TestBasic()
152 if(first==null){ in TestBasic()
153 first = result; in TestBasic()
162 if(!it.next().equals(first)){ in TestBasic()
/third_party/mesa3d/src/amd/compiler/tests/
H A Dmain.cpp246 printf("%s\n", test.first.c_str()); in main()
277 if (match_test(pair.first, name.first)) { in main()
288 printf("Running '%s'\n", pair.first.c_str()); in main()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-echo/
H A Dprotocol_lws_minimal_client_echo.c29 char first; member
177 pmsg->first, pmsg->final); in callback_minimal_client_echo()
187 lwsl_user(" wrote %d: flags: 0x%x first: %d final %d\n", in callback_minimal_client_echo()
188 m, flags, pmsg->first, pmsg->final); in callback_minimal_client_echo()
212 lwsl_user("LWS_CALLBACK_CLIENT_RECEIVE: %4d (rpp %5d, first %d, last %d, bin %d)\n", in callback_minimal_client_echo()
220 amsg.first = (char)lws_is_first_fragment(wsi); in callback_minimal_client_echo()
/third_party/node/deps/v8/src/diagnostics/
H A Dcompilation-statistics.cc24 it = phase_map_.insert(std::make_pair(phase_name_str, phase_stats)).first; in RecordPhaseStats()
39 .first; in RecordPhaseKindStats()
154 const auto& phase_kind_name = phase_kind_it->first; in operator <<()
159 const auto& phase_name = phase_it->first; in operator <<()
/third_party/node/deps/uv/src/
H A Didna.c121 int first; in uv__idna_toascii_label() local
170 /* Only write separator when we've written ASCII characters first. */ in uv__idna_toascii_label()
178 first = 1; in uv__idna_toascii_label()
244 if (first) { in uv__idna_toascii_label()
246 first = 0; in uv__idna_toascii_label()
/third_party/python/Tools/demo/
H A Dredemo.py35 self.showvar.set("first")
38 text="Highlight first match",
40 value="first",
135 first, last = m.span()
136 if last == first:
137 last = first+1
141 pfirst = "1.0 + %d chars" % first
152 if self.showvar.get() == "first":
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCallDAG.cpp82 (*idToIndex)[it.first] = static_cast<int>(data.index); in fillDataStructures()
229 bool first = true; in assignIndicesInternal() local
234 if (!first) in assignIndicesInternal()
239 first = false; in assignIndicesInternal()
/third_party/skia/src/core/
H A DSkRecordOpts.cpp47 record->replace<NoOp>(begin); // first SetMatrix in multiple_set_matrices()
65 record->replace<NoOp>(begin); // first SetMatrix
188 if (match->first<SaveLayer>()->backdrop) { in onMatch()
194 SkPaint* layerPaint = match->first<SaveLayer>()->paint; in onMatch()
241 if (match->first<SaveLayer>()->backdrop) { in onMatch()
246 SkPaint* opacityPaint = match->first<SaveLayer>()->paint; in onMatch()
284 // This might be useful as a first pass in the future if we want to weed in SkRecordOptimize()
289 // If we want to enable this we must first fix this bug: in SkRecordOptimize()
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/
H A Dwebgpu_absl_format.cpp212 bool first = true; variable
215 if (!first) {
218 first = false;
225 if (!first) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProf.cpp112 OS << " " << I.first << ":" << I.second; in print()
138 OS << SI->first << ": " << SI->second; in print()
154 OS << CS->first << ": inlined callee: " << FS.second.getName() << ": "; in print()
192 FS = FS->findFunctionSamplesAt(S[i].first, S[i].second); in findFunctionSamples()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTimeProfiler.cpp72 assert(!Stack.empty() && "Must call begin() first"); in end()
99 CountAndTotal.first++; in end()
147 auto Count = CountAndTotalPerName[E.first].first; in Write()
155 J.attribute("name", "Total " + E.first); in Write()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp109 if (C && ArgumentConstants[i].first == nullptr) { in PropagateConstantsIntoArguments()
110 ArgumentConstants[i].first = C; // First constant seen. in PropagateConstantsIntoArguments()
111 } else if (C && ArgumentConstants[i].first == C) { in PropagateConstantsIntoArguments()
135 Value *V = ArgumentConstants[i].first; in PropagateConstantsIntoArguments()
/third_party/skia/tools/
H A Dget_images_from_skps.cpp193 SkDebugf("%s %d\n", failure.first.c_str(), failure.second); in main()
195 writer.appendU32(failure.first.c_str(), failure.second); in main()
205 SkDebugf("%s %d\n", unsupported.first.c_str(), unsupported.second); in main()
207 writer.appendHexU32(unsupported.first.c_str(), unsupported.second); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h105 tmpFrontiers.insert(std::make_pair(I->first, I->second)); in compare()
110 BlockT *Node = I->first; in compare()
132 if (I->first) in print()
133 I->first->printAsOperand(OS, false); in print()
H A DIntervalIterator.h17 // in depth first order. These intervals are completely filled in except for
104 llvm_unreachable("ProcessInterval should never fail for first interval!"); in IntervalIterator()
117 llvm_unreachable("ProcessInterval should never fail for first interval!"); in IntervalIterator()
134 const Interval *operator*() const { return IntStack.back().first; } in operator *()
135 Interval *operator*() { return IntStack.back().first; } in operator *()
145 EndIt = succ_end(IntStack.back().first); in operator ++()
153 if (IOwnMem) delete IntStack.back().first; in operator ++()
/third_party/vixl/test/
H A Dtest-donkey.cc85 " encoding=`initial hex` - hex encoding of first instruction in test, " in main()
182 initial_state_vl[s.first] = state_hash; in main()
183 if (s.first == 128) seen_states.insert(state_hash); in main()
261 if (s.first == 128) continue; in main()
263 state_hash_vl[s.first] = state_hash; in main()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
H A Dtime_zone.h108 return lookup(detail::split_seconds(tp).first); in lookup()
172 // returns true and sets trans to the first recorded transition. Chains
200 return next_transition(detail::split_seconds(tp).first, trans); in next_transition()
206 return prev_transition(detail::split_seconds(tp).first, trans); in prev_transition()
318 return detail::format(fmt, p.first, n, tz); in format()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_ipv6_client.cpp318 int first = ipv6addr[0]-'0'; in AddIpv6Address() local
319 if (first == NUMBER_TWO || first == NUMBER_THREE) { // begin '2' '3' in AddIpv6Address()
321 DHCP_LOGI("AddIpv6Address add globalIpv6Addr, first=%{public}d", first); in AddIpv6Address()
327 DHCP_LOGI("AddIpv6Address add randIpv6Addr, first=%{public}d", first); in AddIpv6Address()
336 } else if (first == NUMBER_FIFTY_FOUR) { // begin 'f'->54 in AddIpv6Address()
342 DHCP_LOGI("AddIpv6Address add uniqueLocalAddr1, first=%{public}d", first); in AddIpv6Address()
[all...]
/third_party/ffmpeg/libavfilter/
H A Df_drawgraph.c50 int first[4]; member
114 s->first[0] = s->first[1] = s->first[2] = s->first[3] = 1; in init()
296 if (s->first[i]) { in filter_frame()
297 s->first[i] = 0; in filter_frame()
392 if (s->first[i]) { in request_frame()
393 s->first[i] = 0; in request_frame()
/third_party/gn/src/gn/
H A Dninja_build_writer.cc110 if (i->first != switches::kQuiet && i->first != switches::kRoot && in GetSelfInvocationCommandLine()
111 i->first != switches::kDotfile && i->first != switches::kArgs) { in GetSelfInvocationCommandLine()
114 cmdline.AppendSwitch(i->first, escaped_value); in GetSelfInvocationCommandLine()
156 // function to be called in the first place. in GetDuplicateOutputError()
288 // expected by the first of the two ninja rules used to accomplish in RunAndWriteFile()
425 // Always put the default toolchain first. in WriteSubninjas()
430 return GetNinjaFileForToolchain(a.first) < in WriteSubninjas()
431 GetNinjaFileForToolchain(b.first); in WriteSubninjas()
[all...]
/third_party/node/src/
H A Dinspector_socket_server.cc63 bool first = true; in MapToString() local
67 if (!first) in MapToString()
69 first = false; in MapToString()
70 json << " \"" << name_value.first << "\": \""; in MapToString()
79 bool first = true; in MapsToString() local
83 if (!first) in MapsToString()
85 first = false; in MapsToString()
299 connected_sessions_[session_id].first = id; in SessionStarted()
308 bool was_attached = connected_sessions_[session_id].first != ""; in SessionTerminated()
/third_party/node/deps/v8/src/runtime/
H A Druntime-strings.cc79 Handle<String> first = handle(cons.first(), isolate); in StringReplaceOneCharWithString() local
82 if (!StringReplaceOneCharWithString(isolate, first, search, replace, found, in StringReplaceOneCharWithString()
94 if (*found) return isolate->factory()->NewConsString(first, new_second); in StringReplaceOneCharWithString()
101 Handle<String> first = isolate->factory()->NewSubString(subject, 0, index); in StringReplaceOneCharWithString() local
104 isolate, cons1, isolate->factory()->NewConsString(first, replace), in StringReplaceOneCharWithString()
237 Object first = fixed_array.get(0); in RUNTIME_FUNCTION() local
238 if (first.IsString()) return first; in RUNTIME_FUNCTION()
274 // one-char strings in the cache. Gives up on the first cha
[all...]

Completed in 16 milliseconds

1...<<41424344454647484950>>...271