| /third_party/gn/src/gn/ |
| H A D | ninja_writer.cc | 40 const Toolchain* toolchain = i.first; in WriteToolchains()
|
| H A D | runtime_deps.cc | 184 // Force the first output for shared-library-type linker outputs since in CollectRuntimeDepsFromFlag() 209 contents << pair.first.value() << std::endl; in WriteRuntimeDepsFile() 225 To a first approximation, the runtime dependencies of a target are the set of 283 the tool, the default will be the first output only. 317 if (!WriteRuntimeDepsFile(entry.first, entry.second, err)) in WriteRuntimeDepsFilesIfNecessary()
|
| /third_party/json/docs/examples/ |
| H A D | ordered_map.cpp | 11 std::cout << element.first << ":" << element.second << ' '; in output()
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_vs.h | 67 struct r300_vertex_shader_code *first; member
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate_small_type_uses.cpp | 37 const auto* user = use.first; in ValidateSmallTypeUses()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validate_small_type_uses.cpp | 37 const auto* user = use.first; in ValidateSmallTypeUses()
|
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| H A D | t1cmap.h | 72 FT_UInt first; member
|
| /third_party/spirv-tools/source/val/ |
| H A D | validate_small_type_uses.cpp | 37 const auto* user = use.first; in ValidateSmallTypeUses()
|
| /third_party/eudev/src/libudev/ |
| H A D | libudev-private.h | 114 #define udev_list_entry_foreach_safe(entry, tmp, first) \ 115 for (entry = first, tmp = udev_list_entry_get_next(entry); \
|
| /third_party/gn/src/base/ |
| H A D | environment.cc | 174 result.append(i->first); in AlterEnvironment() 215 value_storage.append(i->first); in AlterEnvironment()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | RBBIRuleBuilder.java | 77 // first status value in group 1 81 // first status value in group 2 335 int first = 0; field in RBBIRuleBuilder.IntPair 339 first = f; in IntPair()
|
| /third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
| H A D | BreakTransliterator.java | 93 for(boundary = bi.first(); boundary != BreakIterator.DONE && boundary < pos.limit; boundary = bi.next()) { in handleTransliterate() 189 * @param begin Index of the first character 231 * Implements CharacterIterator.first() for String. 232 * @see CharacterIterator#first 235 public char first() in first() method in BreakTransliterator.ReplaceableCharacterIterator
|
| /third_party/icu/icu4c/source/common/ |
| H A D | dictionarydata.cpp | 55 UStringTrieResult result = (codePointsMatched == 0) ? uct.first(c) : uct.next(c); in matches() 122 UStringTrieResult result = (codePointsMatched == 0) ? bt.first(transform(c)) : bt.next(transform(c)); in matches()
|
| H A D | ustr_titlecase_brkiter.cpp | 40 * Titlecasing only calls setText(), first(), and next(). 56 int32_t first() U_OVERRIDE; 106 int32_t WholeStringBreakIterator::first() { return 0; } in first() function in WholeStringBreakIterator
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | BreakTransliterator.java | 94 for(boundary = bi.first(); boundary != BreakIterator.DONE && boundary < pos.limit; boundary = bi.next()) { in handleTransliterate() 190 * @param begin Index of the first character 232 * Implements CharacterIterator.first() for String. 233 * @see CharacterIterator#first 236 public char first() in first() method in BreakTransliterator.ReplaceableCharacterIterator
|
| H A D | RBBIRuleBuilder.java | 77 // first status value in group 1 81 // first status value in group 2 325 int first = 0; field in RBBIRuleBuilder.IntPair 329 first = f; in IntPair()
|
| /third_party/libwebsockets/lib/misc/lwsac/ |
| H A D | lwsac.c | 55 lwsac_sizeof(int first) in lwsac_sizeof() argument 57 return sizeof(struct lwsac) + (first ? sizeof(struct lwsac_head) : 0); in lwsac_sizeof() 165 * We are the first, head, entry... in _lwsac_use()
|
| /third_party/node/tools/gyp/tools/emacs/ |
| H A D | gyp.el | 25 (setf (first python-indent-levels) 26 (- (first python-indent-levels) python-continuation-offset)))) 38 ;; Find first line ending with an opening brace that is not a comment.
|
| /third_party/musl/porting/liteos_a/user/src/string/arm/ |
| H A D | memcmp.S | 53 * Determine whether the first byte is different. 72 vsub.i8 q0, q0, q2 @ q0: Difference of the first 16 bytes 77 vorr d4, d0, d1 @ d4: Save the result of calculating whether the first 16 bytes are equal. 87 * We use r3 to indicate whether the first half of the multibytes are equal,
|
| /third_party/musl/src/string/arm/liteos_a/ |
| H A D | memcmp.S | 53 * Determine whether the first byte is different. 72 vsub.i8 q0, q0, q2 @ q0: Difference of the first 16 bytes 77 vorr d4, d0, d1 @ d4: Save the result of calculating whether the first 16 bytes are equal. 87 * We use r3 to indicate whether the first half of the multibytes are equal,
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ustr_titlecase_brkiter.cpp | 40 * Titlecasing only calls setText(), first(), and next(). 56 int32_t first() override; 106 int32_t WholeStringBreakIterator::first() { return 0; } in first() function in WholeStringBreakIterator
|
| H A D | dictionarydata.cpp | 55 UStringTrieResult result = (codePointsMatched == 0) ? uct.first(c) : uct.next(c); in matches() 122 UStringTrieResult result = (codePointsMatched == 0) ? bt.first(transform(c)) : bt.next(transform(c)); in matches()
|
| /third_party/node/deps/npm/node_modules/function-bind/test/ |
| H A D | index.js | 225 t.test('sets a correct length without thisArg and first argument', function (st) { 232 t.test('sets a correct length with thisArg and first argument', function (st) {
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | string-16.h | 138 void appendAll(T first, R... rest) { in appendAll() argument 139 append(first); in appendAll()
|
| /third_party/node/deps/v8/src/libplatform/ |
| H A D | default-foreground-task-runner.cc | 102 if (it->first == kNestable) return true; in HasPoppableTaskInQueue() 133 if (nesting_depth_ == 0 || it->first == kNestable) break; in PopTaskFromQueue()
|