HomeSort by relevance Sort by last modified time
    Searched refs:Is (Results 26 - 50 of 602) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 5 // This file is distributed under the University of Illinois Open Source
47 template <typename RuleType, typename... RequirementTypes, size_t... Is>
51 llvm::index_sequence<Is...>) {
54 std::make_tuple(std::get<Is>(Requirements).evaluate(Context)...);
55 auto Err = findError(std::get<Is>(Values)...);
60 RuleType((*std::get<Is>(Values))...).invoke(Consumer, Context);
83 template <typename... RequirementTypes, size_t... Is>
87 llvm::index_sequence<Is...>) {
88 visitRefactoringOptionsImpl(Visitor, std::get<Is>(Requirements)...);
92 /// type whose base is the given base type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MachineLocation.h 5 // This file is distributed under the University of Illinois Open Source
9 // The MachineLocation class is used to represent a simple location in a machine
24 bool IsRegister = false; // True if location is a register.
30 // The target register number for an abstract frame pointer. The value is
47 /// \return true iff this is a register-indirect location.
52 void setIsRegister(bool Is) { IsRegister = Is; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MachineLocation.h 5 // This file is distributed under the University of Illinois Open Source
9 // The MachineLocation class is used to represent a simple location in a machine
24 bool IsRegister = false; // True if location is a register.
30 // The target register number for an abstract frame pointer. The value is
47 /// \return true iff this is a register-indirect location.
52 void setIsRegister(bool Is) { IsRegister = Is; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MachineLocation.h 5 // This file is distributed under the University of Illinois Open Source
9 // The MachineLocation class is used to represent a simple location in a machine
24 bool IsRegister = false; // True if location is a register.
30 // The target register number for an abstract frame pointer. The value is
47 /// \return true iff this is a register-indirect location.
52 void setIsRegister(bool Is) { IsRegister = Is; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 5 // This file is distributed under the University of Illinois Open Source
47 template <typename RuleType, typename... RequirementTypes, size_t... Is>
51 llvm::index_sequence<Is...>) {
54 std::make_tuple(std::get<Is>(Requirements).evaluate(Context)...);
55 auto Err = findError(std::get<Is>(Values)...);
60 RuleType((*std::get<Is>(Values))...).invoke(Consumer, Context);
83 template <typename... RequirementTypes, size_t... Is>
87 llvm::index_sequence<Is...>) {
88 visitRefactoringOptionsImpl(Visitor, std::get<Is>(Requirements)...);
92 /// type whose base is the given base type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 5 // This file is distributed under the University of Illinois Open Source
47 template <typename RuleType, typename... RequirementTypes, size_t... Is>
51 llvm::index_sequence<Is...>) {
54 std::make_tuple(std::get<Is>(Requirements).evaluate(Context)...);
55 auto Err = findError(std::get<Is>(Values)...);
60 RuleType((*std::get<Is>(Values))...).invoke(Consumer, Context);
83 template <typename... RequirementTypes, size_t... Is>
87 llvm::index_sequence<Is...>) {
88 visitRefactoringOptionsImpl(Visitor, std::get<Is>(Requirements)...);
92 /// type whose base is the given base type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 5 // This file is distributed under the University of Illinois Open Source
47 template <typename RuleType, typename... RequirementTypes, size_t... Is>
51 llvm::index_sequence<Is...>) {
54 std::make_tuple(std::get<Is>(Requirements).evaluate(Context)...);
55 auto Err = findError(std::get<Is>(Values)...);
60 RuleType((*std::get<Is>(Values))...).invoke(Consumer, Context);
83 template <typename... RequirementTypes, size_t... Is>
87 llvm::index_sequence<Is...>) {
88 visitRefactoringOptionsImpl(Visitor, std::get<Is>(Requirements)...);
92 /// type whose base is the given base type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringActionRulesInternal.h 5 // This file is distributed under the University of Illinois Open Source
47 template <typename RuleType, typename... RequirementTypes, size_t... Is>
51 llvm::index_sequence<Is...>) {
54 std::make_tuple(std::get<Is>(Requirements).evaluate(Context)...);
55 auto Err = findError(std::get<Is>(Values)...);
60 RuleType((*std::get<Is>(Values))...).invoke(Consumer, Context);
83 template <typename... RequirementTypes, size_t... Is>
87 llvm::index_sequence<Is...>) {
88 visitRefactoringOptionsImpl(Visitor, std::get<Is>(Requirements)...);
92 /// type whose base is the given base type
    [all...]
  /external/vixl/test/aarch64/
test-api-aarch64.cc 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS CONTRIBUTORS "AS IS" AND
70 VIXL_CHECK(NoReg.Is(NoFPReg));
71 VIXL_CHECK(NoFPReg.Is(NoReg));
73 VIXL_CHECK(NoVReg.Is(NoReg));
74 VIXL_CHECK(NoReg.Is(NoVReg));
76 VIXL_CHECK(NoReg.Is(NoCPUReg));
77 VIXL_CHECK(NoCPUReg.Is(NoReg));
79 VIXL_CHECK(NoFPReg.Is(NoCPUReg));
80 VIXL_CHECK(NoCPUReg.Is(NoFPReg))
    [all...]
  /external/protobuf/src/google/protobuf/
any_test.cc 19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
76 EXPECT_TRUE(any.Is<protobuf_unittest::TestAny>());
77 EXPECT_FALSE(any.Is<google::protobuf::Any>());
82 EXPECT_FALSE(message.any_value().Is<protobuf_unittest::TestAny>());
83 EXPECT_TRUE(message.any_value().Is<google::protobuf::Any>());
  /prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/
clang-rename.py 4 Before installing make sure one of the following is satisfied:
6 * clang-rename is in your PATH
16 All you have to do now is to place a cursor on a variable/function/class which
34 Is your file empty?'''
  /prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/
clang-rename.py 4 Before installing make sure one of the following is satisfied:
6 * clang-rename is in your PATH
16 All you have to do now is to place a cursor on a variable/function/class which
34 Is your file empty?'''
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
clang-rename.py 4 Before installing make sure one of the following is satisfied:
6 * clang-rename is in your PATH
16 All you have to do now is to place a cursor on a variable/function/class which
34 Is your file empty?'''
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/clang/
clang-rename.py 4 Before installing make sure one of the following is satisfied:
6 * clang-rename is in your PATH
16 All you have to do now is to place a cursor on a variable/function/class which
34 Is your file empty?'''
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/clang/
clang-rename.py 4 Before installing make sure one of the following is satisfied:
6 * clang-rename is in your PATH
16 All you have to do now is to place a cursor on a variable/function/class which
34 Is your file empty?'''
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/clang/
clang-rename.py 4 Before installing make sure one of the following is satisfied:
6 * clang-rename is in your PATH
16 All you have to do now is to place a cursor on a variable/function/class which
34 Is your file empty?'''
  /prebuilts/clang/host/linux-x86/clang-4393122/share/clang/
clang-rename.py 4 Before installing make sure one of the following is satisfied:
6 * clang-rename is in your PATH
16 All you have to do now is to place a cursor on a variable/function/class which
34 Is your file empty?'''
  /prebuilts/clang/host/linux-x86/clang-4479392/share/clang/
clang-rename.py 4 Before installing make sure one of the following is satisfied:
6 * clang-rename is in your PATH
16 All you have to do now is to place a cursor on a variable/function/class which
34 Is your file empty?'''
  /prebuilts/clang/host/linux-x86/clang-4579689/share/clang/
clang-rename.py 4 Before installing make sure one of the following is satisfied:
6 * clang-rename is in your PATH
16 All you have to do now is to place a cursor on a variable/function/class which
34 Is your file empty?'''
  /prebuilts/clang/host/linux-x86/clang-4630689/share/clang/
clang-rename.py 4 Before installing make sure one of the following is satisfied:
6 * clang-rename is in your PATH
16 All you have to do now is to place a cursor on a variable/function/class which
34 Is your file empty?'''
  /prebuilts/clang/host/linux-x86/clang-4639204/share/clang/
clang-rename.py 4 Before installing make sure one of the following is satisfied:
6 * clang-rename is in your PATH
16 All you have to do now is to place a cursor on a variable/function/class which
34 Is your file empty?'''
  /prebuilts/clang/host/linux-x86/clang-4691093/share/clang/
clang-rename.py 4 Before installing make sure one of the following is satisfied:
6 * clang-rename is in your PATH
16 All you have to do now is to place a cursor on a variable/function/class which
34 Is your file empty?'''
  /prebuilts/go/darwin-x86/src/unicode/
graphic_test.go 2 // Use of this source code is governed by a BSD-style
12 // Independently check that the special "Is" functions work
34 want := Is(Letter, i)
44 want := Is(Upper, i)
54 want := Is(Lower, i)
64 want := Is(Number, i)
97 want := Is(Punct, i)
107 want := Is(White_Space, i)
117 want := Is(Symbol, i)
  /prebuilts/go/linux-x86/src/unicode/
graphic_test.go 2 // Use of this source code is governed by a BSD-style
12 // Independently check that the special "Is" functions work
34 want := Is(Letter, i)
44 want := Is(Upper, i)
54 want := Is(Lower, i)
64 want := Is(Number, i)
97 want := Is(Punct, i)
107 want := Is(White_Space, i)
117 want := Is(Symbol, i)
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
Is.java 15 * vs. assertThat(cheese, is(equalTo(smelly)))
17 public class Is<T> extends BaseMatcher<T> {
20 public Is(Matcher<T> matcher) {
31 description.appendText("is ").appendDescriptionOf(matcher);
43 * <pre>assertThat(cheese, is(equalTo(smelly)))</pre>
48 public static <T> Matcher<T> is(Matcher<T> matcher) { method in class:Is
49 return new Is<T>(matcher);
53 * A shortcut to the frequently used <code>is(equalTo(x))</code>.
55 * <pre>assertThat(cheese, is(smelly))</pre>
57 * <pre>assertThat(cheese, is(equalTo(smelly)))</pre
60 public static <T> Matcher<T> is(T value) { method in class:Is
    [all...]

Completed in 1054 milliseconds

12 3 4 5 6 7 8 91011>>