/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_layout.c | 98 bool forwards = target->index > start->block->index; in bi_block_offset() local 100 if (forwards) { in bi_block_offset()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | objectLiteralExcessProperties.js | 14 var b3: Book | (Book[]) = [{ foreword: "hello" }, { forwards: "back" }]; 57 var b3 = [{ foreword: "hello" }, { forwards: "back" }];
|
/third_party/protobuf/src/google/protobuf/compiler/js/ |
H A D | js_generator.h | 207 std::set<std::string>* forwards, 213 std::set<std::string>* forwards, 218 std::set<std::string>* forwards) const; 222 std::set<std::string>* forwards) const;
|
H A D | js_generator.cc | 1786 std::set<std::string> forwards; in GenerateRequiresForSCC() local 1792 FindRequiresForMessage(options, desc, &required, &forwards, in GenerateRequiresForSCC() 1799 GenerateRequiresImpl(options, printer, &required, &forwards, provided, in GenerateRequiresForSCC() 1812 std::set<std::string> forwards; in GenerateRequiresForLibrary() local 1821 FindRequiresForMessage(options, desc, &required, &forwards, in GenerateRequiresForLibrary() 1843 FindRequiresForField(options, extension, &required, &forwards); in GenerateRequiresForLibrary() 1848 GenerateRequiresImpl(options, printer, &required, &forwards, provided, in GenerateRequiresForLibrary() 1859 std::set<std::string> forwards; in GenerateRequiresForExtensions() local 1865 FindRequiresForExtension(options, field, &required, &forwards); in GenerateRequiresForExtensions() 1868 GenerateRequiresImpl(options, printer, &required, &forwards, provide in GenerateRequiresForExtensions() 1874 GenerateRequiresImpl(const GeneratorOptions& options, io::Printer* printer, std::set<std::string>* required, std::set<std::string>* forwards, std::set<std::string>* provided, bool require_jspb, bool require_extension, bool require_map) const GenerateRequiresImpl() argument 1916 FindRequiresForMessage(const GeneratorOptions& options, const Descriptor* desc, std::set<std::string>* required, std::set<std::string>* forwards, bool* have_message) const FindRequiresForMessage() argument [all...] |
/third_party/skia/src/sksl/analysis/ |
H A D | SkSLGetLoopUnrollInfo.cpp | 27 static int calculate_count(double start, double end, double delta, bool forwards, bool inclusive) { in calculate_count() argument 28 if (forwards != (start < end)) { in calculate_count() 32 if ((delta == 0.0) || forwards != (delta > 0.0)) { in calculate_count() 183 /*forwards=*/true, /*inclusive=*/false); in get_es2_loop_unroll_info() 188 /*forwards=*/false, /*inclusive=*/false); in get_es2_loop_unroll_info() 193 /*forwards=*/true, /*inclusive=*/true); in get_es2_loop_unroll_info() 198 /*forwards=*/false, /*inclusive=*/true); in get_es2_loop_unroll_info()
|
/third_party/icu/icu4c/source/common/ |
H A D | filteredbrk.cpp | 140 SimpleFilteredSentenceBreakData(UCharsTrie *forwards, UCharsTrie *backwards ) in SimpleFilteredSentenceBreakData() argument 141 : fForwardsPartialTrie(forwards), fBackwardsTrie(backwards), refcount(1) { } in SimpleFilteredSentenceBreakData() 175 SimpleFilteredSentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status); 259 SimpleFilteredSentenceBreakIterator::SimpleFilteredSentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status) : in SimpleFilteredSentenceBreakIterator() argument 261 fData(new SimpleFilteredSentenceBreakData(forwards, backwards)), in SimpleFilteredSentenceBreakIterator() 265 delete forwards; in SimpleFilteredSentenceBreakIterator() 333 // We matched the "Ph." in "Ph.D." - now we need to run everything through the forwards trie in breakExceptionAt() 356 return kNoExceptionHere; // internal error and/or no forwards trie in breakExceptionAt()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | filteredbrk.cpp | 140 SimpleFilteredSentenceBreakData(UCharsTrie *forwards, UCharsTrie *backwards ) in SimpleFilteredSentenceBreakData() argument 141 : fForwardsPartialTrie(forwards), fBackwardsTrie(backwards), refcount(1) { } in SimpleFilteredSentenceBreakData() 175 SimpleFilteredSentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status); 259 SimpleFilteredSentenceBreakIterator::SimpleFilteredSentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status) : in SimpleFilteredSentenceBreakIterator() argument 261 fData(new SimpleFilteredSentenceBreakData(forwards, backwards)), in SimpleFilteredSentenceBreakIterator() 265 delete forwards; in SimpleFilteredSentenceBreakIterator() 333 // We matched the "Ph." in "Ph.D." - now we need to run everything through the forwards trie in breakExceptionAt() 356 return kNoExceptionHere; // internal error and/or no forwards trie in breakExceptionAt()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | filteredbrk.cpp | 141 SimpleFilteredSentenceBreakData(UCharsTrie *forwards, UCharsTrie *backwards ) in SimpleFilteredSentenceBreakData() argument 142 : fForwardsPartialTrie(forwards), fBackwardsTrie(backwards), refcount(1) { } in SimpleFilteredSentenceBreakData() 176 SimpleFilteredSentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status); 260 SimpleFilteredSentenceBreakIterator::SimpleFilteredSentenceBreakIterator(BreakIterator *adopt, UCharsTrie *forwards, UCharsTrie *backwards, UErrorCode &status) : in SimpleFilteredSentenceBreakIterator() argument 262 fData(new SimpleFilteredSentenceBreakData(forwards, backwards)), in SimpleFilteredSentenceBreakIterator() 266 delete forwards; in SimpleFilteredSentenceBreakIterator() 334 // We matched the "Ph." in "Ph.D." - now we need to run everything through the forwards trie in breakExceptionAt() 357 return kNoExceptionHere; // internal error and/or no forwards trie in breakExceptionAt()
|
/third_party/gn/src/gn/ |
H A D | function_forward_variables_from.cc | 143 # It forwards all values from the invoker. 151 # variable, and forwards all others to the nested target.
|
H A D | variables.cc | 936 forwards the static libraries and source sets in its deps up the dependency 1024 # Create a default_optimization config that forwards to one of a set of more
|
/third_party/skia/modules/skparagraph/include/ |
H A D | DartTypes.h | 91 UnaryFunction directional_for_each(C& c, bool forwards, UnaryFunction f) { in directional_for_each() argument 92 return forwards in directional_for_each()
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | va_pack.c | 844 bool forwards = target->index > start->index; in va_lower_branch_target() local 846 if (forwards) { in va_lower_branch_target()
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | json.h | 261 // Beginning of content of file: include/json/forwards.h 303 // End of content of file: include/json/forwards.h 324 #include "forwards.h" 395 #include "forwards.h" 407 #include <cpptl/forwards.h>
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 233 // Beginning of content of file: include/json/forwards.h 275 // End of content of file: include/json/forwards.h 296 #include "forwards.h" 367 #include "forwards.h" 379 #include <cpptl/forwards.h>
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 233 // Beginning of content of file: include/json/forwards.h 275 // End of content of file: include/json/forwards.h 296 #include "forwards.h" 367 #include "forwards.h" 379 #include <cpptl/forwards.h>
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 233 // Beginning of content of file: include/json/forwards.h 275 // End of content of file: include/json/forwards.h 296 #include "forwards.h" 367 #include "forwards.h" 379 #include <cpptl/forwards.h>
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | usearch.cpp | 474 * @param shift table for forwards shift 927 // we have been iterating forwards previously in hasAccentsBeforeMatch() 1132 * @param forwards flag TRUE if we are moving in th forwards direction 1137 UBool forwards) in getColElemIterOffset() 1141 if (FALSE && !forwards && inNormBuf(coleiter) && !isFCDPointerNull(coleiter)) { in getColElemIterOffset() 3170 * beginning of the collation element iterator and iterate forwards that 1136 getColElemIterOffset(const UCollationElements *coleiter, UBool forwards) getColElemIterOffset() argument
|
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 3869 forwards=None, backwards=None, exact=None, 3875 if forwards: args.append('-forwards')
|