/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
CommandLine.h | 83 // PrintOptionValues - Print option values. 84 // With -print-options print the difference between option values and defaults. 85 // With -print-all-options print all option values. 97 /// Literal options are used by some parsers to register special option values. 519 // Non-class option values. 599 // values - For custom data types, allow specifying a group of values together 600 // as the values that go into the mapping that the option handler uses. 606 SmallVector<OptionEnumValue, 4> Values; 610 : Values(Options) { 621 template <typename... OptsTy> ValuesClass values(OptsTy... Options) { function in namespace:llvm [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/ |
MCDwarf.h | 194 /// -5 was chosen to give a reasonable range of values. 361 std::vector<char> Values; 365 Values(V.begin(), V.end()) { 494 return StringRef(&Values[0], Values.size());
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
CommandLine.h | 88 // PrintOptionValues - Print option values. 89 // With -print-options print the difference between option values and defaults. 90 // With -print-all-options print all option values. 102 /// Literal options are used by some parsers to register special option values. 522 // Non-class option values. 602 // values - For custom data types, allow specifying a group of values together 603 // as the values that go into the mapping that the option handler uses. 609 SmallVector<OptionEnumValue, 4> Values; 613 : Values(Options) { 624 template <typename... OptsTy> ValuesClass values(OptsTy... Options) { function in namespace:llvm [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/ |
MCDwarf.h | 194 /// -5 was chosen to give a reasonable range of values. 361 std::vector<char> Values; 365 Values(V.begin(), V.end()) { 494 return StringRef(&Values[0], Values.size());
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
CommandLine.h | 88 // PrintOptionValues - Print option values. 89 // With -print-options print the difference between option values and defaults. 90 // With -print-all-options print all option values. 102 /// Literal options are used by some parsers to register special option values. 522 // Non-class option values. 602 // values - For custom data types, allow specifying a group of values together 603 // as the values that go into the mapping that the option handler uses. 609 SmallVector<OptionEnumValue, 4> Values; 613 : Values(Options) { 624 template <typename... OptsTy> ValuesClass values(OptsTy... Options) { function in namespace:llvm [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
CommandLine.h | 88 // PrintOptionValues - Print option values. 89 // With -print-options print the difference between option values and defaults. 90 // With -print-all-options print all option values. 102 /// Literal options are used by some parsers to register special option values. 524 // Non-class option values. 604 // values - For custom data types, allow specifying a group of values together 605 // as the values that go into the mapping that the option handler uses. 611 SmallVector<OptionEnumValue, 4> Values; 615 : Values(Options) { 626 template <typename... OptsTy> ValuesClass values(OptsTy... Options) { function in namespace:llvm [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
CommandLine.h | 88 // PrintOptionValues - Print option values. 89 // With -print-options print the difference between option values and defaults. 90 // With -print-all-options print all option values. 102 /// Literal options are used by some parsers to register special option values. 524 // Non-class option values. 604 // values - For custom data types, allow specifying a group of values together 605 // as the values that go into the mapping that the option handler uses. 611 SmallVector<OptionEnumValue, 4> Values; 615 : Values(Options) { 626 template <typename... OptsTy> ValuesClass values(OptsTy... Options) { function in namespace:llvm [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
CommandLine.h | 88 // PrintOptionValues - Print option values. 89 // With -print-options print the difference between option values and defaults. 90 // With -print-all-options print all option values. 102 /// Literal options are used by some parsers to register special option values. 524 // Non-class option values. 604 // values - For custom data types, allow specifying a group of values together 605 // as the values that go into the mapping that the option handler uses. 611 SmallVector<OptionEnumValue, 4> Values; 615 : Values(Options) { 626 template <typename... OptsTy> ValuesClass values(OptsTy... Options) { function in namespace:llvm [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
CommandLine.h | 88 // PrintOptionValues - Print option values. 89 // With -print-options print the difference between option values and defaults. 90 // With -print-all-options print all option values. 102 /// Literal options are used by some parsers to register special option values. 524 // Non-class option values. 604 // values - For custom data types, allow specifying a group of values together 605 // as the values that go into the mapping that the option handler uses. 611 SmallVector<OptionEnumValue, 4> Values; 615 : Values(Options) { 626 template <typename... OptsTy> ValuesClass values(OptsTy... Options) { function in namespace:llvm [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/ |
MCDwarf.h | 194 /// -5 was chosen to give a reasonable range of values. 361 std::vector<char> Values; 365 Values(V.begin(), V.end()) { 494 return StringRef(&Values[0], Values.size());
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
CommandLine.h | 83 // PrintOptionValues - Print option values. 84 // With -print-options print the difference between option values and defaults. 85 // With -print-all-options print all option values. 97 /// Literal options are used by some parsers to register special option values. 519 // Non-class option values. 599 // values - For custom data types, allow specifying a group of values together 600 // as the values that go into the mapping that the option handler uses. 606 SmallVector<OptionEnumValue, 4> Values; 610 : Values(Options) { 621 template <typename... OptsTy> ValuesClass values(OptsTy... Options) { function in namespace:llvm [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/ |
MCDwarf.h | 194 /// -5 was chosen to give a reasonable range of values. 361 std::vector<char> Values; 365 Values(V.begin(), V.end()) { 494 return StringRef(&Values[0], Values.size());
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/ |
CommandLine.h | 88 // PrintOptionValues - Print option values. 89 // With -print-options print the difference between option values and defaults. 90 // With -print-all-options print all option values. 102 /// Literal options are used by some parsers to register special option values. 522 // Non-class option values. 602 // values - For custom data types, allow specifying a group of values together 603 // as the values that go into the mapping that the option handler uses. 609 SmallVector<OptionEnumValue, 4> Values; 613 : Values(Options) { 624 template <typename... OptsTy> ValuesClass values(OptsTy... Options) { function in namespace:llvm [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/ |
MCDwarf.h | 194 /// -5 was chosen to give a reasonable range of values. 361 std::vector<char> Values; 365 Values(V.begin(), V.end()) { 494 return StringRef(&Values[0], Values.size());
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/ |
CommandLine.h | 88 // PrintOptionValues - Print option values. 89 // With -print-options print the difference between option values and defaults. 90 // With -print-all-options print all option values. 102 /// Literal options are used by some parsers to register special option values. 522 // Non-class option values. 602 // values - For custom data types, allow specifying a group of values together 603 // as the values that go into the mapping that the option handler uses. 609 SmallVector<OptionEnumValue, 4> Values; 613 : Values(Options) { 624 template <typename... OptsTy> ValuesClass values(OptsTy... Options) { function in namespace:llvm [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/ |
CommandLine.h | 88 // PrintOptionValues - Print option values. 89 // With -print-options print the difference between option values and defaults. 90 // With -print-all-options print all option values. 102 /// Literal options are used by some parsers to register special option values. 524 // Non-class option values. 604 // values - For custom data types, allow specifying a group of values together 605 // as the values that go into the mapping that the option handler uses. 611 SmallVector<OptionEnumValue, 4> Values; 615 : Values(Options) { 626 template <typename... OptsTy> ValuesClass values(OptsTy... Options) { function in namespace:llvm [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/ |
CommandLine.h | 88 // PrintOptionValues - Print option values. 89 // With -print-options print the difference between option values and defaults. 90 // With -print-all-options print all option values. 102 /// Literal options are used by some parsers to register special option values. 524 // Non-class option values. 604 // values - For custom data types, allow specifying a group of values together 605 // as the values that go into the mapping that the option handler uses. 611 SmallVector<OptionEnumValue, 4> Values; 615 : Values(Options) { 626 template <typename... OptsTy> ValuesClass values(OptsTy... Options) { function in namespace:llvm [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/ |
CommandLine.h | 88 // PrintOptionValues - Print option values. 89 // With -print-options print the difference between option values and defaults. 90 // With -print-all-options print all option values. 102 /// Literal options are used by some parsers to register special option values. 524 // Non-class option values. 604 // values - For custom data types, allow specifying a group of values together 605 // as the values that go into the mapping that the option handler uses. 611 SmallVector<OptionEnumValue, 4> Values; 615 : Values(Options) { 626 template <typename... OptsTy> ValuesClass values(OptsTy... Options) { function in namespace:llvm [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/ |
CommandLine.h | 88 // PrintOptionValues - Print option values. 89 // With -print-options print the difference between option values and defaults. 90 // With -print-all-options print all option values. 102 /// Literal options are used by some parsers to register special option values. 524 // Non-class option values. 604 // values - For custom data types, allow specifying a group of values together 605 // as the values that go into the mapping that the option handler uses. 611 SmallVector<OptionEnumValue, 4> Values; 615 : Values(Options) { 626 template <typename... OptsTy> ValuesClass values(OptsTy... Options) { function in namespace:llvm [all...] |
/cts/tests/tests/syncmanager/src/android/content/syncmanager/cts/ |
CtsSyncManagerTest.java | 18 import static android.content.syncmanager.cts.common.Values.ACCOUNT_1_A; 19 import static android.content.syncmanager.cts.common.Values.APP1_AUTHORITY; 20 import static android.content.syncmanager.cts.common.Values.APP1_PACKAGE;
|
/external/libvpx/libvpx/test/ |
encode_test_driver.h | 37 ::testing::Values(::libvpx_test::kRealTime, ::libvpx_test::kOnePassGood, \ 42 ::testing::Values(::libvpx_test::kRealTime, ::libvpx_test::kOnePassGood, \ 46 ::testing::Values(::libvpx_test::kTwoPassGood, ::libvpx_test::kTwoPassBest)
|
vp9_scale_test.cc | 202 ::testing::Values(vp9_scale_and_extend_frame_c)); 206 ::testing::Values(vp9_scale_and_extend_frame_ssse3)); 211 ::testing::Values(vp9_scale_and_extend_frame_neon));
|
/external/llvm/lib/IR/ |
AttributeImpl.h | 84 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { 86 if (!Values.empty()) ID.AddString(Values);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
DIE.h | 134 /// Attributes values. 136 SmallVector<DIEValue*, 32> Values; 153 const SmallVector<DIEValue*, 32> &getValues() const { return Values; } 163 Values.push_back(Value); 392 /// DIEBlock - A block of values. Primarily used for location expressions.
|
/external/webrtc/talk/app/webrtc/ |
statstypes.h | 329 // scoped_refptr for values. 331 typedef std::map<StatsValueName, ValuePtr> Values; 353 const Values& values() const { return values_; } function in class:webrtc::StatsReport 373 Values values_;
|