Home
last modified time | relevance | path

Searched refs:first (Results 1526 - 1550 of 4544) sorted by relevance

1...<<61626364656667686970>>...182

/third_party/icu/icu4c/source/common/
H A Drbbi.cpp458 this->first(); in setText()
504 this->first(); in adoptText()
531 this->first(); in setText()
571 int32_t RuleBasedBreakIterator::first(void) { in first() function in RuleBasedBreakIterator
621 * @return The position of the first boundary after this one.
643 * Sets the iterator to refer to the first boundary position following
646 * @return The position of the first break after the current position.
652 return first(); in following()
689 * effect, leaves the iterator pointing to the first boundary position at
698 first(); // Fo in isBoundary()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberRangeFormatterTest.java752 int first = (Integer) cas[0]; in testPlurals()
755 String message = Integer.toString(first) + " " + Integer.toString(second); in testPlurals()
756 String actual = lnrf.formatRange(first, second).toString(); in testPlurals()
1043 private static FormattedNumberRange assertFormattedRangeEquals(String message, LocalizedNumberRangeFormatter l, Number first, in assertFormattedRangeEquals() argument
1045 FormattedNumberRange fnr = l.formatRange(first, second); in assertFormattedRangeEquals()
1047 assertEquals(message + ": " + first + ", " + second, expected, actual); in assertFormattedRangeEquals()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-string-prototype.c173 // When index_num is NaN, then the first two comparisons are false in ecma_builtin_string_prototype_char_at_helper()
392 ecma_value_t search_value, /**< routine's first argument */ in ecma_builtin_string_prototype_object_replace()
697 ecma_value_t arg1, /**< routine's first argument */ in ecma_builtin_string_prototype_object_slice()
937 ecma_value_t arg1, /**< routine's first argument */ in ecma_builtin_string_prototype_object_substring()
1012 * The URI encoding has two major phases: first we compute in ecma_builtin_string_prototype_object_conversion_helper()
1211 ecma_char_t first = ecma_string_get_char_at_pos (this_string_p, index); in ecma_builtin_string_prototype_object_code_point_at() local
1213 if (first < LIT_UTF16_HIGH_SURROGATE_MIN in ecma_builtin_string_prototype_object_code_point_at()
1214 || first > LIT_UTF16_HIGH_SURROGATE_MAX in ecma_builtin_string_prototype_object_code_point_at()
1217 return ecma_make_uint32_value (first); in ecma_builtin_string_prototype_object_code_point_at()
1225 return ecma_make_uint32_value (first); in ecma_builtin_string_prototype_object_code_point_at()
[all...]
/third_party/node/src/
H A Dnode_builtins.cc72 Local<String> key = OneByteString(isolate, x.first.c_str(), x.first.size()); in GetSourceObject()
87 ids.emplace_back(x.first); in GetBuiltinIds()
135 const std::string& id = x.first; in GetBuiltinCategories()
148 const std::string& id = x.first; in GetBuiltinCategories()
515 {item.first, in CopyCodeCache()
H A Dnode_options.cc618 "first tick", in EnvironmentOptionsParser()
1057 if (item.first[0] != '[') { in GetBashCompletion()
1058 out << item.first << " "; in GetBashCompletion()
1062 if (item.first[0] != '[') { in GetBashCompletion()
1063 out << item.first << " "; in GetBashCompletion()
1126 if (item.first == "--abort-on-uncaught-exception") { in GetCLIOptions()
1182 Local<Value> name = ToV8Value(context, item.first).ToLocalChecked(); in GetCLIOptions()
/third_party/node/deps/icu-small/source/common/
H A Drbbi.cpp428 this->first(); in setText()
474 this->first(); in adoptText()
501 this->first(); in setText()
541 int32_t RuleBasedBreakIterator::first() { in first() function in RuleBasedBreakIterator
591 * @return The position of the first boundary after this one.
613 * Sets the iterator to refer to the first boundary position following
616 * @return The position of the first break after the current position.
622 return first(); in following()
659 * effect, leaves the iterator pointing to the first boundary position at
668 first(); // Fo in isBoundary()
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector.h45 FastVector(InputIt first, InputIt last);
162 FastVector<T, N, Storage>::FastVector(InputIt first, InputIt last) in FastVector() argument
164 size_t newSize = last - first; in FastVector()
167 std::copy(first, last, begin()); in FastVector()
470 if (mData[index].first == key) in contains()
483 if (item.first == key) in get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp459 assert(Abbrev.first != 0); in emitAbbrevs()
460 Asm->EmitULEB128(Abbrev.first); in emitAbbrevs()
461 Asm->OutStreamer->AddComment(dwarf::TagString(Abbrev.first)); in emitAbbrevs()
462 Asm->EmitULEB128(Abbrev.first); in emitAbbrevs()
481 Asm->EmitULEB128(AbbrevIt->first, "Abbreviation code"); in emitEntry()
666 OS << "Name: " << Entry.first() << "\n"; in print()
/third_party/skia/src/core/
H A DSkScan_Hairline.cpp467 SkPoint* first = pts;
468 SkPoint* ctrl = first;
472 tangent = *first - *++ctrl;
481 first->fX += tangent.fX * capOutset;
482 first->fY += tangent.fY * capOutset;
483 ++first;
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationfastlatinbuilder.cpp144 // The first few reordering groups should be special groups in loadGroups()
320 // This is so that we can test the first primary and use the same mask for both, in getCEsFromCE32()
595 // We encode all contraction lists so that the first word of a list in encodeContractions()
670 CollationFastLatinBuilder::encodeTwoCEs(int64_t first, int64_t second) const { in encodeTwoCEs() argument
671 if(first == 0) { in encodeTwoCEs()
674 if(first == Collation::NO_CE) { in encodeTwoCEs()
677 U_ASSERT((uint32_t)(first >> 32) != Collation::NO_CE_PRIMARY); in encodeTwoCEs()
679 uint32_t miniCE = getMiniCE(first); in encodeTwoCEs()
684 uint32_t c = (((uint32_t)first & Collation::CASE_MASK) >> (14 - 3)); in encodeTwoCEs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DScaledNumber.h214 return getLgImpl(Digits, Scale).first; in getLg()
224 return Lg.first - (Lg.second > 0); in getLgFloor()
234 return Lg.first + (Lg.second < 0); in getLgCeiling()
517 : Digits(X.first), Scale(X.second) {} in ScaledNumber()
587 /// digits before the decimal place, it's printed accurately to the first
661 return joinSigned(scale(Unsigned.first), Unsigned.second); in scale()
665 return joinSigned(scaleByInverse(Unsigned.first), Unsigned.second); in scaleByInverse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp270 auto &InsertPts = InsertPtsMap[Node].first; in findBestInsertionSet()
287 auto &ParentInsertPts = InsertPtsMap[Parent].first; in findBestInsertionSet()
927 if (I.first->use_empty()) in deleteDeadCastInst()
928 I.first->eraseFromParent(); in deleteDeadCastInst()
951 findBaseConstants(MapEntry.first); in runImpl()
960 MadeChange |= emitBaseConstants(MapEntry.first); in runImpl()
/third_party/skia/tools/perf-canvaskit-puppeteer/
H A Dcanvas_perf.js374 ctx.first = CanvasKit.Matrix.rotated(Math.PI/2, 10, 20);
378 ctx.result = CanvasKit.Matrix.multiply(ctx.first, ctx.second);
468 ctx.first = CanvasKit.M44.rotated([10, 20, 30], Math.PI/2);
472 ctx.result = CanvasKit.M44.multiply(ctx.first, ctx.second);
521 ctx.first = new DOMMatrix().translate(10, 20).rotate(90).translate(-10, -20);
525 const result = ctx.first.multiply(ctx.second);
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbi.cpp444 this->first(); in setText()
490 this->first(); in adoptText()
517 this->first(); in setText()
557 int32_t RuleBasedBreakIterator::first(void) { in first() function in RuleBasedBreakIterator
607 * @return The position of the first boundary after this one.
629 * Sets the iterator to refer to the first boundary position following
632 * @return The position of the first break after the current position.
638 return first(); in following()
675 * effect, leaves the iterator pointing to the first boundary position at
684 first(); // Fo in isBoundary()
[all...]
/third_party/python/Python/
H A Dast_unparse.c53 APPEND_STR_IF(!first, (str)); \
54 first = false; \
218 bool first; in append_ast_args() local
221 first = true; in append_ast_args()
541 bool first; in append_ast_call() local
559 first = true; in append_ast_call()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers.cc152 // The huge-number case is first, in the hopes that the compiler will output in FastIntToBuffer()
279 // Given a 128-bit number expressed as a pair of uint64_t, high half first,
286 uint64_t bits64_95 = num.first & 0xFFFFFFFF; in Mul32()
287 uint64_t bits96_127 = num.first >> 32; in Mul32()
322 // Compute num * 5 ^ expfive, and return the first 128 bits of the result,
323 // where the first bit is always a one. So PowFive(1, 0) starts 0b100000,
347 int shift = countl_zero(result.first); in PowFive()
349 result.first = (result.first << shift) + (result.second >> (64 - shift)); in PowFive()
361 // into a base-10 exponent and 6 ASCII digits, where the first digi
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_format.cc583 const char first = *dp++; in ParseOffset() local
584 if (first == '+' || first == '-') { in ParseOffset()
601 if (first == '-') *offset = -*offset; in ParseOffset()
605 } else if (first == 'Z' || first == 'z') { // Zulu in ParseOffset()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureBufferTests.cpp70 bool first = true; in toTestName() local
78 stream << (first ? "" : "_") << bitInfos[infoNdx].str; in toTestName()
79 first = false; in toTestName()
101 bool first = true; in toTestName() local
109 stream << (first ? "" : "_") << bitInfos[infoNdx].str; in toTestName()
110 first = false; in toTestName()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDrawTests.cpp80 spec.first = 0; in genBasicSpec()
153 spec.first = 0; in init()
188 spec.first = 0; in init()
234 spec.first = 0; in init()
403 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]); in init()
406 spec.first = firsts[firstNdx]; in init()
455 this->addChild(new FirstGroup(m_context, "first", "First tests", m_method)); in init()
604 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights); in init()
/base/hiviewdfx/hiview/base/utility/
H A Dsql_util.cpp30 sql += field.first; in GenerateCreateSql()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dsql_util.cpp25 sql += ", " + field.first + " " + field.second; in CreateTable()
/base/customization/enterprise_device_management/services/edm_plugin/include/network/rule/
H A Ddomain_chain_rule.h36 static uint8_t CharToHex(const char& first, const char& second);
/base/print/print_fwk/utils/include/
H A Dprint_security_guard_util.h43 std::string key = iter->first; in GetPrinterType()
/base/notification/common_event_service/services/src/
H A Dcommon_event_support_mapper.cpp43 if (support == iter->first) { in GetMappedSupport()
/base/security/device_auth/frameworks/deviceauth_lite/inc/key_agreement/
H A Dkey_agreement.h51 /* first.second.third */
53 uint32_t first; member

Completed in 26 milliseconds

1...<<61626364656667686970>>...182