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

  /external/chromium_org/v8/src/
char-predicates.h 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
49 static inline bool Is(uc32 c) {
52 default: return unibrow::Letter::Is(c);
59 static inline bool Is(uc32 c) {
60 return IdentifierStart::Is(c)
61 || unibrow::Number::Is(c)
62 || c == 0x200C // U+200C is Zero-Width Non-Joiner.
63 || c == 0x200D // U+200D is Zero-Width Joiner.
64 || unibrow::CombiningMark::Is(c
    [all...]
types.h 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
39 // A simple type system for compiler-internal use. It is based entirely on
70 // TODO(rossberg): the latter is not currently true for proxies, because of fix,
75 // T1->Is(T2) -- tests whether T1 is included in T2 (i.e., T1 <= T2)
78 // Typically, the former is to be used to select representations (e.g., via
79 // T->Is(Integer31())), and the to check whether a specific case needs handling
82 // There is no functionality to discover whether a type is a leaf in th
    [all...]
dateparser.h 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
49 // If parsing fails, return false (content of output array is not defined).
91 // is longer.
144 bool Is(uint32_t c) const { return ch_ == c; }
293 // and 'len' is the word length.
389 // If set, ensures that data is always parsed in year-month-date order.
394 // to continue with in the legacy date string parser. If parsing is
unicode.cc 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
73 * about a character is around 10, slightly higher if there is no
85 // next one is not also less than this one, we've arrived.
114 // which is of the specified length and uses the specified special case
115 // mapping for multi-char mappings. The next parameter is the character
118 // if the allow_caching_ptr is non-null then false will be stored in
121 // If ranges are linear, a match between a start and end point is
123 // the result is the same as for the start point on the entire range
    [all...]
objects-inl.h 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
31 // but it is absolutely needed to make sure gcc generates optimal
32 // code. gcc is not happy when attempting to inline too deep.
61 // Ensure the upper 2 bits have the same value by sign extending it. This is
75 bool Object::Is##type() { \
83 ASSERT(object->Is##type()); \
140 // External objects are not extensible, so the map check is enough.
154 // There is a constraint on the object; check.
282 // Dictionary is covered under FixedArray
    [all...]
  /external/v8/src/
char-predicates.h 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
47 static inline bool Is(uc32 c) {
50 default: return unibrow::Letter::Is(c);
57 static inline bool Is(uc32 c) {
58 return IdentifierStart::Is(c)
59 || unibrow::Number::Is(c)
60 || c == 0x200C // U+200C is Zero-Width Non-Joiner.
61 || c == 0x200D // U+200D is Zero-Width Joiner.
62 || unibrow::CombiningMark::Is(c
    [all...]
dateparser.h 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
49 // If parsing fails, return false (content of output array is not defined).
91 // is longer.
144 bool Is(uint32_t c) const { return ch_ == c; }
293 // and 'len' is the word length.
389 // If set, ensures that data is always parsed in year-month-date order.
394 // to continue with in the legacy date string parser. If parsing is
unicode.cc 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
70 * about a character is around 10, slightly higher if there is no
82 // next one is not also less than this one, we've arrived.
110 // which is of the specified length and uses the specified special case
111 // mapping for multi-char mappings. The next parameter is the character
114 // if the allow_caching_ptr is non-null then false will be stored in
117 // If ranges are linear, a match between a start and end point is
119 // the result is the same as for the start point on the entire range
    [all...]
objects-inl.h 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
31 // but it is absolutely needed to make sure gcc generates optimal
32 // code. gcc is not happy when attempting to inline too deep.
71 bool Object::Is##type() { \
79 ASSERT(object->Is##type()); \
149 // There is a constraint on the object; check.
208 // Because the symbol tag is non-zero and no non-string types have the
269 // Dictionary is covered under FixedArray.
544 // a deoptimization data array. Since this is used for asserts we ca
    [all...]
  /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/chromium_org/third_party/leveldatabase/src/util/
testharness.h 2 // Use of this source code is governed by a BSD-style license that can be
19 // environment variable "LEVELDB_TESTS" is not set, runs all tests.
40 // An instance of Tester is allocated to hold temporary state during
61 Tester& Is(bool b, const char* msg) {
105 #define ASSERT_TRUE(c) ::leveldb::test::Tester(__FILE__, __LINE__).Is((c), #c)
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 12 * distributed under the License is distributed on an "AS IS" BASIS,
75 inline bool Is(unsigned long f) {return (state & f) == f;}
84 ** Description: detremine if a char is printable
101 ** Description: detremine if a char is numeral digit
299 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,
75 inline bool Is(unsigned long f) {return (state & f) == f;}
84 ** Description: detremine if a char is printable
101 ** Description: detremine if a char is numeral digit
299 if (Is(IsStringValue) && base == 16 && i > 0)
  /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
87 if type is not None:
386 assert not self.arch is None
410 assert self.memory_list is None
416 assert self.memory_list64 is None
423 return self.FindLocation(address) is not None
449 if self.memory_list64 is not None:
454 if self.memory_list is not None:
462 if location is None: return [
    [all...]
  /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/chromium_org/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
89 if type is not None:
122 if is_executable is not False:
128 if is_ascii is not False:
151 if is_executable is not True and is_ascii is not True:
546 assert not self.arch is None
572 assert self.module_list is None
577 print >>sys.stderr, "Warning: This is not a full minidump!
    [all...]
  /external/robolectric/lib/main/
hamcrest-core-1.2.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 155 milliseconds