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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/
char-predicates.h 2 // Use of this source code is governed by a BSD-style license that can be
42 static inline bool Is(uc32 c) {
44 return unibrow::ID_Start::Is(c);
56 static inline bool Is(uc32 c) {
58 return unibrow::ID_Start::Is(c) || unibrow::ID_Continue::Is(c);
66 // so it is also included.
70 static inline bool Is(uc32 c) { return unibrow::WhiteSpace::Is(c); }
77 static inline bool Is(uc32 c)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/util/
tuple.hpp 4 // Permission is hereby granted, free of charge, to any person obtaining a
9 // Software is furnished to do so, subject to the following conditions:
14 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33 template<int... Is>
39 template<int N, int... Is>
41 typedef typename enumerate<N-1, N-1, Is...>::type
45 template<int... Is>
46 struct enumerate<0, Is...> {
47 typedef integral_sequence<Is...> type
    [all...]
adaptor.hpp 4 // Permission is hereby granted, free of charge, to any person obtaining a
9 // Software is furnished to do so, subject to the following conditions:
14 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36 /// value of the source iterators \a Is on dereference by use of
42 template<typename F, typename... Is>
47 F(typename std::iterator_traits<Is>::reference...)
56 iterator_adaptor(F f, std::tuple<Is...> &&its) :
164 std::tuple<Is...> its;
167 template<typename F, typename... Is>
    [all...]
  /external/skia/src/core/
SkRecordOpts.cpp 4 * Use of this source code is governed by a BSD-style license that can be
40 typedef Pattern<Is<SetMatrix>,
41 Greedy<Is<NoOp>>,
42 Is<SetMatrix> >
58 typedef Pattern<Is<SetMatrix>,
59 Greedy<Is<NoOp>>,
60 Is<SetMatrix> >
77 typedef Pattern<Is<Save>,
78 Greedy<Or<Is<NoOp>, IsDraw>>,
79 Is<Restore>
    [all...]
  /external/skqp/src/core/
SkRecordOpts.cpp 4 * Use of this source code is governed by a BSD-style license that can be
40 typedef Pattern<Is<SetMatrix>,
41 Greedy<Is<NoOp>>,
42 Is<SetMatrix> >
58 typedef Pattern<Is<SetMatrix>,
59 Greedy<Is<NoOp>>,
60 Is<SetMatrix> >
77 typedef Pattern<Is<Save>,
78 Greedy<Or<Is<NoOp>, IsDraw>>,
79 Is<Restore>
    [all...]
  /external/v8/src/compiler/
operation-typer.cc 2 // Use of this source code is governed by a BSD-style license that can be
86 // minima (or negative infinity if there is no such entry).
100 // maxima (or infinity if there is no such entry).
116 if (!type->Is(cache_.kInteger)) {
134 // Any -0 is converted to 0.
149 // Any -0 is converted to 0.
173 // On the other hand, if none of the "results" above is nan, then the
200 // On the other hand, if none of the "results" above is nan, then the actual
229 // "results" above is nan, the actual result may still be, so we have to do a
245 if (type->Is(Type::Number())) return type
    [all...]
  /external/v8/src/crankshaft/
hydrogen-types.cc 2 // Use of this source code is governed by a BSD-style license that can be
17 if (AstType::Any()->Is(type)) return HType::Any();
19 if (type->Is(AstType::SignedSmall())) return HType::Smi();
20 if (type->Is(AstType::Number())) return HType::TaggedNumber();
21 if (type->Is(AstType::Null())) return HType::Null();
22 if (type->Is(AstType::String())) return HType::String();
23 if (type->Is(AstType::Boolean())) return HType::Boolean();
24 if (type->Is(AstType::Undefined())) return HType::Undefined();
25 if (type->Is(AstType::Object())) return HType::JSObject();
26 if (type->Is(AstType::DetectableReceiver())) return HType::JSReceiver()
    [all...]
  /art/compiler/utils/arm64/
managed_register_arm64_test.cc 11 * distributed under the License is distributed on an "AS IS" BASIS,
595 EXPECT_TRUE(vixl::aarch64::x0.Is(Arm64Assembler::reg_x(X0)));
596 EXPECT_TRUE(vixl::aarch64::x1.Is(Arm64Assembler::reg_x(X1)));
597 EXPECT_TRUE(vixl::aarch64::x2.Is(Arm64Assembler::reg_x(X2)));
598 EXPECT_TRUE(vixl::aarch64::x3.Is(Arm64Assembler::reg_x(X3)));
599 EXPECT_TRUE(vixl::aarch64::x4.Is(Arm64Assembler::reg_x(X4)));
600 EXPECT_TRUE(vixl::aarch64::x5.Is(Arm64Assembler::reg_x(X5)));
601 EXPECT_TRUE(vixl::aarch64::x6.Is(Arm64Assembler::reg_x(X6)));
602 EXPECT_TRUE(vixl::aarch64::x7.Is(Arm64Assembler::reg_x(X7)))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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
25 bool IsRegister = false; ///< True if location is a register.
30 // The target register number for an abstract frame pointer. The value is
45 /// \return true iff this is a register-indirect location.
49 void setIsRegister(bool Is) { IsRegister = Is; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/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
25 bool IsRegister = false; ///< True if location is a register.
30 // The target register number for an abstract frame pointer. The value is
45 /// \return true iff this is a register-indirect location.
49 void setIsRegister(bool Is) { IsRegister = Is; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/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
25 bool IsRegister = false; ///< True if location is a register.
30 // The target register number for an abstract frame pointer. The value is
45 /// \return true iff this is a register-indirect location.
49 void setIsRegister(bool Is) { IsRegister = Is; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/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
25 bool IsRegister = false; ///< True if location is a register.
30 // The target register number for an abstract frame pointer. The value is
45 /// \return true iff this is a register-indirect location.
49 void setIsRegister(bool Is) { IsRegister = Is; }
  /prebuilts/clang/host/linux-x86/clang-4579689/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
25 bool IsRegister = false; ///< True if location is a register.
30 // The target register number for an abstract frame pointer. The value is
45 /// \return true iff this is a register-indirect location.
49 void setIsRegister(bool Is) { IsRegister = Is; }
  /prebuilts/clang/host/linux-x86/clang-4630689/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
25 bool IsRegister = false; ///< True if location is a register.
30 // The target register number for an abstract frame pointer. The value is
45 /// \return true iff this is a register-indirect location.
49 void setIsRegister(bool Is) { IsRegister = Is; }
  /prebuilts/clang/host/linux-x86/clang-4639204/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
25 bool IsRegister = false; ///< True if location is a register.
30 // The target register number for an abstract frame pointer. The value is
45 /// \return true iff this is a register-indirect location.
49 void setIsRegister(bool Is) { IsRegister = Is; }
  /prebuilts/clang/host/linux-x86/clang-4691093/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
25 bool IsRegister = false; ///< True if location is a register.
30 // The target register number for an abstract frame pointer. The value is
45 /// \return true iff this is a register-indirect location.
49 void setIsRegister(bool Is) { IsRegister = Is; }
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
enumeration.h 24 template <typename Is, typename... Ts>
29 // enumeration is instantiated this way the compiler is able to deduce either I
31 template <std::size_t... Is, typename... Ts>
32 struct ElementIndexer<IndexSequence<Is...>, Ts...> : IndexedElement<Is, Ts>... {
56 // this implementation is provided here for symmetry.
  /external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/
IsTest.java 7 import static org.hamcrest.core.Is.is;
8 import static org.hamcrest.core.Is.isA;
15 Matcher<String> matcher = is("something");
23 final Matcher<Boolean> matcher = is(equalTo(true));
31 assertDescription("is <true>", is(equalTo(true)));
32 assertDescription("is \"A\"", is("A"));
37 final Matcher<String> matcher = is("A")
    [all...]
  /external/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
27 bool IsRegister; // True if location is a register.
32 // The target register number for an abstract frame pointer. The value is
51 /// \return true iff this is a register-indirect location.
56 void setIsRegister(bool Is) { IsRegister = Is; }
  /prebuilts/clang/host/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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...]

Completed in 1368 milliseconds

1 2 3 4 5 6 7 8 91011>>