| /third_party/icu/icu4c/source/test/perf/ubrkperf/ |
| H A D | ubrkperf.cpp | 72 brkit->first(); 85 brkit->first();
|
| /third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
| H A D | BreakIteratorTest.java | 196 int jidx = jdkBrk.first(); in compareBreaks() 197 int iidx = icuBrk.first(); in compareBreaks() 199 errln("FAIL: Different first boundaries (jdk=" + jidx + ",icu=" + iidx + ") for text:\n" + text); in compareBreaks()
|
| /third_party/mesa3d/bin/ |
| H A D | perf-annotate-jit.py | 197 def parse_call(self, first): 204 if not first:
|
| /third_party/jerryscript/jerry-core/jcontext/ |
| H A D | jcontext.h | 90 * use the first 8 bytes of the heap, nothing prevents to use it 130 /* Update JERRY_CONTEXT_FIRST_MEMBER if the first non-external member changes */ 143 jmem_cpointer_t string_list_first_cp; /**< first item of the literal string list */ 145 jmem_cpointer_t symbol_list_first_cp; /**< first item of the global symbol list */ 147 jmem_cpointer_t number_list_first_cp; /**< first item of the literal number list */ 266 jmem_heap_free_t first; /**< first node in free region list */ member 309 jmem_heap_free_t first; /**< first node in free region list */ member
|
| /third_party/json/tests/src/ |
| H A D | unit-convenience.cpp | 32 void append(Iter first, Iter last) in append() 34 impl.append(first, last); in append()
|
| /third_party/node/tools/ |
| H A D | mk-ca-bundle.pl | 137 return defined(List::Util::first { $target eq $_ } @_); 183 return 1 if ( defined( List::Util::first { is_in_list( $_, @included_mozilla_trust_purposes ) } @{$trust_purposes_by_level{$level}} ) );
|
| /third_party/ntfs-3g/include/ntfs-3g/ |
| H A D | acls.h | 130 BOOL ntfs_same_sid(const SID *first, const SID *second); 163 struct POSIX_SECURITY *ntfs_merge_descr_posix(const struct POSIX_SECURITY *first,
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| H A D | unorm2.h | 314 * Appends the normalized form of the second string to the first string 315 * (merging them at the boundary) and returns the length of the first string. 316 * The result is normalized if the first string was normalized. 317 * The first and second strings must be different buffers. 319 * @param first string, should be normalized 320 * @param firstLength length of the first string, or -1 if NUL-terminated 321 * @param firstCapacity number of UChars that can be written to first 328 * @return first 333 UChar *first, int32_t firstLength, int32_t firstCapacity, 337 * Appends the second string to the first strin [all...] |
| /third_party/icu/icu4c/source/tools/genren/ |
| H A D | genren.pl | 113 the platform a chance to define it first. 114 Normally (if utypes.h or umachine.h was included first) this will not be necessary as it will already be defined.
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | heap-statistics-collector.cc | 83 const size_t type_index = it.first->second; in RecordObjectType() 112 stats.type_names[it.second] = reinterpret_cast<const char*>(it.first); in CollectDetailedStatistics()
|
| /third_party/libabigail/src/ |
| H A D | abg-reporter-priv.h | 20 /// @param S1 the first diff subject to take in account. 43 /// @param S1 the first diff subject to take in account. 160 report_size_and_alignment_changes(type_or_decl_base_sptr first, 172 report_name_size_and_alignment_changes(decl_base_sptr first,
|
| /third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/ |
| H A D | EdgeWriterTest.java | 130 private static Edge seq(Edge first, Edge second, Edge... rest) { in seq() argument 132 Edge edge = Edge.concatenation(first, second); in seq()
|
| /third_party/python/Tools/unicode/ |
| H A D | genmap_schinese.py | 125 Py_UCS4 first, last; 138 for first, last, base in ranges[1:]: 139 filler.write('{', str(first), ',', str(last), ',', str(base), '},')
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Context.inl.h | 123 ANGLE_INLINE void Context::drawArrays(PrimitiveMode mode, GLint first, GLsizei count) in drawArrays() argument 133 ANGLE_CONTEXT_TRY(mImplementation->drawArrays(this, mode, first, count)); in drawArrays()
|
| H A D | validationES2.h | 21 GLint first, in ValidateDrawArrays() 24 return ValidateDrawArraysCommon(context, entryPoint, mode, first, count, 1); in ValidateDrawArrays() 18 ValidateDrawArrays(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLint first, GLsizei count) ValidateDrawArrays() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | MIRVRegNamerUtils.cpp | 22 Changed = Changed || !MRI.reg_empty(E.first); in doVRegRenaming() 23 MRI.replaceRegWith(E.first, E.second); in doVRegRenaming()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.cpp | 62 auto &Prot = KV.first; in allocate() 125 Blocks[KV.first] = std::move(SegMem); in allocate()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
| H A D | OProfileJITEventListener.cpp | 93 SymbolRef Sym = P.first; in notifyObjectLoaded() 123 debug_line[i].vma = (unsigned long)It.first; in notifyObjectLoaded()
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
| H A D | IndexSubTableFormat2.java | 35 private IndexSubTableFormat2(ReadableFontData data, int first, int last) { in IndexSubTableFormat2() argument 36 super(data, first, last); in IndexSubTableFormat2()
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | private_to_local_pass.cpp | 61 if (!MoveVariable(p.first, p.second)) { in Process() 64 localized_variables.insert(p.first->result_id()); in Process() 135 // Place the variable at the start of the first basic block. in MoveVariable()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | private_to_local_pass.cpp | 61 if (!MoveVariable(p.first, p.second)) { in Process() 64 localized_variables.insert(p.first->result_id()); in Process() 135 // Place the variable at the start of the first basic block. in MoveVariable()
|
| /third_party/skia/third_party/externals/icu/source/tools/genren/ |
| H A D | genren.pl | 113 the platform a chance to define it first. 114 Normally (if utypes.h or umachine.h was included first) this will not be necessary as it will already be defined.
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
| H A D | serialization_test.cc | 62 EXPECT_TRUE((serialized_tables->find(b->first) != not_found)); in TestSerialization() 128 EXPECT_TRUE((serialized_tables->find(b->first) != not_found)); in TestSerializationBitmap()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | GenericIteratedDominanceFrontier.h | 159 DomTreeNodeBase<NodeTy> *Root = RootPair.first; in calculate() 160 unsigned RootLevel = RootPair.second.first; in calculate()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | MemDepPrinter.cpp | 145 const Instruction *DepInst = I.first.getPointer(); in print() 146 DepType type = I.first.getInt(); in print()
|