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

  /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/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...]
  /external/robolectric/lib/main/
hamcrest-core-1.2.jar 
  /prebuilts/devtools/tools/lib/
jython-2.5.3.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 

Completed in 1285 milliseconds