Home
last modified time | relevance | path

Searched defs:addOptions (Results 1 – 7 of 7) sorted by relevance

/external/cronet/stable/third_party/icu/source/tools/ctestfw/
Duperf.cpp97 UOption addOptions[], int32_t addOptionsCount, in UPerfTest()
112 void UPerfTest::init(UOption addOptions[], int32_t addOptionsCount, in init()
/external/cronet/tot/third_party/icu/source/tools/ctestfw/
Duperf.cpp97 UOption addOptions[], int32_t addOptionsCount, in UPerfTest()
112 void UPerfTest::init(UOption addOptions[], int32_t addOptionsCount, in init()
/external/icu/icu4c/source/tools/ctestfw/
Duperf.cpp97 UOption addOptions[], int32_t addOptionsCount, in UPerfTest()
112 void UPerfTest::init(UOption addOptions[], int32_t addOptionsCount, in init()
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.h120 void addOptions(uint64_t Options) { this->Options |= Options; } in addOptions() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCDisassembler/
DDisassembler.h117 void addOptions(uint64_t Options) { this->Options |= Options; } in addOptions() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DDisassembler.h117 void addOptions(uint64_t Options) { this->Options |= Options; } in addOptions() function
/external/icu/icu4c/source/i18n/
Dmessageformat2_parser.cpp1092 OptionAdder<Operator::Builder> addOptions(ratorBuilder); in parseAnnotation() local