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

1 2

  /external/v8/src/compiler/
type-hints.cc 2 // Use of this source code is governed by a BSD-style license that can be
109 bool BinaryOperationHints::Is(Hint h1, Hint h2) {
131 if (Is(h1, h2)) return h2;
132 if (Is(h2, h1)) return h1;
node-matchers.h 2 // Use of this source code is governed by a BSD-style license that can be
37 bool Is##Opcode() const { return opcode() == IrOpcode::k##Opcode; }
114 bool Is(const T& value) const {
151 bool Is(const T& value) const {
158 return this->Is(0.0) && std::signbit(this->Value());
161 bool IsZero() const { return this->Is(0.0) && !std::signbit(this->Value()); }
182 bool Is(const ExternalReference& value) const {
544 // base is already part of the match, then the (1 << N + 1) scale factor
  /external/hamcrest/src/org/hamcrest/core/
Is.java 15 * vs assertThat(cheese, is(equalTo(smelly)))
17 public class Is<T> extends BaseMatcher<T> {
21 public Is(Matcher<T> matcher) {
30 description.appendText("is ").appendDescriptionOf(matcher);
38 * vs assertThat(cheese, is(equalTo(smelly)))
41 public static <T> Matcher<T> is(Matcher<T> matcher) { method in class:Is
42 return new Is<T>(matcher);
46 * This is a shortcut to the frequently used is(equalTo(x)).
48 * eg. assertThat(cheese, is(equalTo(smelly))
52 public static <T> Matcher<T> is(T value) { method in class:Is
63 public static Matcher<Object> is(Class<?> type) { method in class:Is
    [all...]
  /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...]
dateparser.h 2 // Use of this source code is governed by a BSD-style license that can be
27 // If parsing fails, return false (content of output array is not defined).
69 // is longer.
106 bool Is(uint32_t c) const { return ch_ == c; }
255 // and 'len' is the word length.
351 // If set, ensures that data is always parsed in year-month-date order.
356 // to continue with in the legacy date string parser. If parsing is
types.h 2 // Use of this source code is governed by a BSD-style license that can be
18 // A simple type system for compiler-internal use. It is based entirely on
56 // There is no subtyping relation between Array, Function, or Context types
61 // TODO(rossberg): the latter is not currently true for proxies, because of fix,
99 // itself is also included in the range. A range never contains NaN or -0.
101 // If a value v happens to be an integer n, then Constant(v) is considered a
103 // In order to avoid large unions, however, it is usually a good idea to use
111 // T1->Is(T2) -- tests whether T1 is included in T2 (i.e., T1 <= T2)
114 // Typically, the former is to be used to select representations (e.g., vi
    [all...]
unicode.cc 2 // Use of this source code is governed by a BSD-style license that can be
52 * about a character is around 10, slightly higher if there is no
64 // next one is not also less than this one, we've arrived.
93 // which is of the specified length and uses the specified special case
94 // mapping for multi-char mappings. The next parameter is the character
97 // if the allow_caching_ptr is non-null then false will be stored in
100 // If ranges are linear, a match between a start and end point is
102 // the result is the same as for the start point on the entire range.
120 // is not also less than this one, we've arrived
    [all...]
objects-inl.h 2 // Use of this source code is governed by a BSD-style license that can be
8 // but it is absolutely needed to make sure gcc generates optimal
9 // code. gcc is not happy when attempting to inline too deep.
47 // Ensure the upper 2 bits have the same value by sign extending it. This is
62 bool HeapObject::Is##type() const { \
68 SLOW_DCHECK(object->Is##type()); \
72 SLOW_DCHECK(object->Is##type()); \
143 // External objects are not extensible, so the map check is enough.
155 bool HeapObject::Is##Type() const { return map() == GetHeap()->type##_map(); }
160 bool Object::Is##type_() const {
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
any.h 19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
71 // A type is consdiered matching if its full name matches the full name after
74 bool Is() const {
97 // See if message is of type google.protobuf.Any, if so, return the descriptors
any.pb.h 12 #error This file was generated by a newer version of protoc which is
17 #error This file was generated by an older version of protoc which is
66 template<typename T> bool Is() const {
67 return _any_metadata_.Is<T>();
  /external/deqp/framework/common/
tcuEither.hpp 16 * distributed under the License is distributed on an "AS IS" BASIS,
23 * \brief Template class that is either type of First or Second.
63 bool is (void) const;
114 struct Is;
117 struct Is<First, First, Second>
119 static bool is (const Either<First, Second>& either) function in struct:tcu::EitherDetail::Is
126 struct Is<Second, First, Second>
128 static bool is (const Either<First, Second>& either) function in struct:tcu::EitherDetail::Is
135 bool is (const Either<First, Second>& either function in namespace:tcu::EitherDetail
259 bool Either<First, Second>::is (void) const function in class:tcu::Either
    [all...]
  /external/skia/src/core/
SkRecordPattern.h 4 * Use of this source code is governed by a BSD-style license that can be
20 class Is {
22 Is() : fPtr(nullptr) {}
69 // Abstracts away whether the paint is always part of the command or optional.
96 // Greedy is a special matcher that greedily matches Matcher 0 or more times. Stores nothing.
105 // This is the main entry point to pattern matching, and so provides a couple of extra API bits:
128 // If there is no such span, return false. If there is, return true and set [*begin, *end).
157 // If first is a Greedy, walk i until it doesn't match.
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 12 * distributed under the License is distributed on an "AS IS" BASIS,
74 inline bool Is(unsigned long f) {return (state & f) == f;}
83 ** Description: detremine if a char is printable
100 ** Description: detremine if a char is numeral digit
298 if (Is(IsStringValue) && base == 16 && i > 0)
  /external/libnfc-nci/src/adaptation/
config.cpp 12 * distributed under the License is distributed on an "AS IS" BASIS,
74 inline bool Is(unsigned long f) {return (state & f) == f;}
83 ** Description: detremine if a char is printable
100 ** Description: detremine if a char is numeral digit
309 if (Is(IsStringValue) && base == 16 && i > 0)
  /external/libnfc-nci/halimpl/pn54x/utils/
phNxpConfig.cpp 12 * distributed under the License is distributed on an "AS IS" BASIS,
32 * distributed under the License is distributed on an "AS IS" BASIS,
111 inline bool Is(unsigned long f) {return (state & f) == f;}
120 ** Description: determine if 'c' is printable
137 ** Description: determine if 'c' is numeral digit
359 if (Is(IsStringValue) && base == 16 && i > 0)
899 ** return -1 in case bufflen is not enough.
901 ** Returns: TRUE[1] if config param name is found in the config file, else FALSE[0
    [all...]
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
phNxpConfig.cpp 11 * distributed under the License is distributed on an "AS IS" BASIS,
88 inline bool Is (unsigned long f) {return (state & f) == f;}
97 ** Description: determine if 'c' is printable
114 ** Description: determine if 'c' is numeral digit
345 if (Is (IsStringValue) && base == 16 && i > 0)
808 ** return -1 in case bufflen is not enough.
810 ** Returns: TRUE[1] if config param name is found in the config file, else FALSE[0]
  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
mox.py 10 # distributed under the License is distributed on an "AS IS" BASIS,
15 # This is a fork of the pymox library intended to work with Python 3.
21 a mock object, it is in record mode. You then programmatically set
29 parameters) is called, then an exception will be raised.
84 This can occur if Verify() is called before all expected methods have been
112 """Raised when an unexpected method is called.
114 This can occur if a method is called with incorrect parameters, or out of
131 if expected is None:
146 """Raised if an unknown method is requested of the mock object.""
    [all...]
  /external/chromium-trace/catapult/third_party/mox3/mox3/
mox.py 10 # distributed under the License is distributed on an "AS IS" BASIS,
15 # This is a fork of the pymox library intended to work with Python 3.
21 a mock object, it is in record mode. You then programmatically set
29 parameters) is called, then an exception will be raised.
84 This can occur if Verify() is called before all expected methods have been
112 """Raised when an unexpected method is called.
114 This can occur if a method is called with incorrect parameters, or out of
131 if expected is None:
146 """Raised if an unknown method is requested of the mock object.""
    [all...]
  /external/v8/src/arm64/
assembler-arm64-inl.h 2 // Use of this source code is governed by a BSD-style license that can be
121 inline bool CPURegister::Is(const CPURegister& other) const {
270 // Default initializer is for int types
371 return reg_.Is(NoReg);
539 return (addrmode_ == Offset) && regoffset_.Is(NoReg);
544 return (addrmode_ == Offset) && !regoffset_.Is(NoReg);
603 // Call sequence on ARM64 is:
615 // The call, generated by MacroAssembler::Call, is one of two possible
628 // The return address is immediately after the blr instruction in both cases,
666 // Intuitively, we would think it is necessary to always flush th
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.1/
hamcrest-core-1.1.jar 
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8,
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8,
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8,
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8,
  /external/v8/tools/
grokdump.py 18 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
96 if type is not None:
129 if is_executable is not False:
135 if is_ascii is not False:
159 if is_executable is not True and is_ascii is not True:
627 assert not self.arch is None
659 assert self.module_list is None
668 print >>sys.stderr, "Warning: This is not a full minidump!
    [all...]

Completed in 494 milliseconds

1 2