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

1 2 3

  /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...]
inspector.cc 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
51 if (obj->Is##type()) { \
unicode.h 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
135 // of UTF-8 data. The special case where the unit is a surrogate
136 // trail produces 1 byte net, because the encoding of the pair is
140 // One UTF-16 surrogate is endoded (illegally) as 3 UTF-8 bytes.
169 // A single surrogate is coded as a 3 byte UTF-8 sequence, but two together
188 // Note that default implementation is not efficient.
239 // implementation is free to decide whether it wants to use this
259 static bool Is(uchar c);
262 static bool Is(uchar c)
    [all...]
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...]
unicode-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
43 bool result = T::Is(code_point);
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
  /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/ppp/pppd/plugins/radius/etc/
dictionary.compat 43 ATTRIBUTE User-Name-Is-Star 1035 integer
44 VALUE User-Name-Is-Star No 0
45 VALUE User-Name-Is-Star Yes 1
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ShapeDrawableTest.java 9 import static org.hamcrest.core.Is.is;
20 assertThat(shapeDrawable.getPaint(), is(paint)); method
NotificationTest.java 11 import static org.hamcrest.core.Is.is;
21 assertThat(pendingIntent, is(notification.contentIntent));
ProgressDialogTest.java 19 import static org.hamcrest.core.Is.is;
45 CharSequence message = "This is only a test";
69 assertThat(shadowProgressDialog.getContext(), is(context)); method
75 assertThat(cancelListener.onCancelDialogInterface, is((DialogInterface) progressDialog));
TabSpecTest.java 18 import static org.hamcrest.core.Is.is;
36 assertThat(self, is(spec));
37 assertThat(shadowOf(spec).getIndicatorAsView(), is(view)); method
45 assertThat(self, is(spec));
46 assertThat(shadowOf(spec).getContentAsIntent(), is(intent)); method
56 assertThat(shadowOf(spec).getIndicatorLabel(), is("labelText"));
57 assertThat(shadowOf(spec).getText(), is("labelText"));
64 assertThat(shadowOf(spec).getIndicatorLabel(), is("labelText"));
65 assertThat(shadowOf(spec).getText(), is("labelText"))
66 assertThat(shadowOf(spec).getIndicatorIcon(), is(icon1)); method
    [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
14 // The MachineMove class is used to represent abstract move operations in the
29 bool IsRegister; // True if location is a register.
34 // The target register number for an abstract frame pointer. The value is
54 void setIsRegister(bool Is) { IsRegister = Is; }
  /external/hamcrest/src/org/hamcrest/
CoreMatchers.java 11 * vs assertThat(cheese, is(equalTo(smelly)))
13 public static <T> org.hamcrest.Matcher<T> is(org.hamcrest.Matcher<T> matcher) { method in class:CoreMatchers
14 return org.hamcrest.core.Is.is(matcher);
18 * This is a shortcut to the frequently used is(equalTo(x)).
20 * eg. assertThat(cheese, is(equalTo(smelly)))
21 * vs assertThat(cheese, is(smelly))
23 public static <T> org.hamcrest.Matcher<T> is(T value) { method in class:CoreMatchers
24 return org.hamcrest.core.Is.is(value)
33 public static org.hamcrest.Matcher<java.lang.Object> is(java.lang.Class<?> type) { method in class:CoreMatchers
    [all...]
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 5 * This file is distributed under the University of Illinois Open Source
18 (** [GenericValue.t] is a boxed union type used to portably pass arguments to
20 selection of types; for more complex argument types, it is necessary to
61 Is invalid if [gv] has a bitwidth greater than 32 bits. See the field
66 Is invalid if [gv] has a bitwidth greater than the host bit width (but the
72 [nativeint]. Is invalid if [gv] has a bitwidth greater than
77 Is invalid if [gv] has a bitwidth greater than [int64]. See the field
84 (** An execution engine is either a JIT compiler or an interpreter, capable of
92 is not garbage collected and must be destroyed with [dispose ee].
98 execution engine is not garbage collected and must be destroyed wit
    [all...]
  /external/v8/test/mjsunit/
negate-zero.js 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
29 assertTrue(x == 0); // Is 0 or -0.
json.js 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
281 // The gap is capped at ten characters if specified as string.
286 //The gap is capped at ten characters if specified as number.
372 var func = function() { /* Is callable */ };
374 var funcJSON = function() { /* Is callable */ };
377 var re = /Is callable/;
379 var reJSON = /Is callable/;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/
TestHttpResponseTest.java 11 import static org.hamcrest.core.Is.is;
51 assertThat(resp.containsHeader("X-Zombo-Com"), is(true)); method
52 assertThat(resp.containsHeader("Location"), is(false)); method
64 assertThat(it.hasNext(), is(true)); method
67 assertThat(it.hasNext(), is(false)); method
80 assertThat(it.hasNext(), is(true)); method
82 assertThat(it.hasNext(), is(true)); method
84 assertThat(it.hasNext(), is(false)); method
98 assertThat(headers.length, is(2))
    [all...]
  /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...]
  /dalvik/vm/mterp/armv5te/
OP_FILLED_NEW_ARRAY.S 89 cmp r1, #'I' @ Is int array?
  /dalvik/vm/mterp/mips/
OP_FILLED_NEW_ARRAY.S 97 seq t1, a1, 'I' # Is int array?
  /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)
  /dalvik/vm/arch/arm/
CallOldABI.S 11 * distributed under the License is distributed on an "AS IS" BASIS,
18 * JNI method invocation. This is used to call a C/C++ JNI method. The
50 r9 is given special treatment in some situations, but not for us
52 r11 (fp) is used by gcc
53 r12 (ip) is scratch -- not preserved across method calls
61 Stack is "full descending". Only the arguments that don't fit in the first 4
89 @ sp or the current pc if "-fomit-frame-pointer" is in use for the
106 @ argc is already in a scratch register (r3). Put argv into one. Note
110 @ Is this a static method
    [all...]
  /external/robolectric/lib/main/
hamcrest-core-1.2.jar 

Completed in 593 milliseconds

1 2 3