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

1 2

  /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
45 static inline bool Is(uc32 c) {
48 default: return unibrow::Letter::Is(c);
55 static inline bool Is(uc32 c) {
56 return IdentifierStart::Is(c)
57 || unibrow::Number::Is(c)
58 || unibrow::CombiningMark::Is(c)
59 || unibrow::ConnectorPunctuation::Is(c);
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
147 // Note that default implementation is not efficient.
196 // implementation is free to decide whether it wants to use this
216 static bool Is(uchar c);
219 static bool Is(uchar c);
222 static bool Is(uchar c);
225 static bool Is(uchar c);
228 static bool Is(uchar c);
231 static bool Is(uchar c)
    [all...]
dateparser-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
72 if (!in.IsEnd() && !in.SkipWhiteSpace() && !in.Is('Z') &&
78 // sure that it is followed by a digit (for the time).
111 } else if (in.Is('(')) {
114 } else if ((in.IsAsciiSign() || in.Is(')')) && in.HasReadNumber()) {
115 // Extra sign or ')' is illegal if a number has been read.
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...]
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
50 // If parsing fails, return false (content of output array is not defined).
144 bool Is(uint32_t c) const { return ch_ == c; }
171 // and 'len' is the word length.
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);
ast.cc 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
113 // Ideally CONST-ness should match. However, this is very hard to achieve
281 // If the key of a computed property is in the table, do not emit
561 // implementation will not work. There is no stack frame to get them
689 // For primitive checks the holder is set up to point to the
724 // If the function is in new space we assume it's more likely to
836 bool RegExpTree::Is##Name() { return false; }
844 bool RegExp##Name::Is##Name() { return true; }
955 // parses to look as correct ones which is likely if the input an
    [all...]
accessors.cc 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
46 while (!Is<C>(obj)) {
105 // This means one of the object's prototypes is a JSArray and the
153 // If object is not a string we return 0 to be compatible with WebKit.
393 // If this is not a script compiled through eval there is no eval position.
525 // If the function isn't compiled yet, the length is not computed
619 // If there is an arguments variable in the stack, we return that.
628 // If there is no arguments variable in the stack or we have a
    [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/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/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
283 // The gap is capped at ten characters if specified as string.
288 //The gap is capped at ten characters if specified as number.
374 var func = function() { /* Is callable */ };
376 var funcJSON = function() { /* Is callable */ };
379 var re = /Is callable/;
381 var reJSON = /Is callable/;
  /dalvik/vm/mterp/armv5te/
OP_FILLED_NEW_ARRAY_JUMBO.S 66 cmp r1, #'I' @ Is int array?
OP_FILLED_NEW_ARRAY.S 89 cmp r1, #'I' @ Is int array?
  /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
86 if type is not None:
319 assert self.memory_list is None
326 return self.FindLocation(address) is not None
351 if location is None: return []
487 def Is(self, cls):
639 if self.shared.script.Is(Script) and self.shared.script.name.Is(String):
653 if self.shared.Is(SharedFunctionInfo)
    [all...]
  /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/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 41 1. Is this the right way to distinguish between 24/8 and 8/24
49 2. If not, is it correct to use _REV to indicate that stencil
78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats).
79 The new table is:
171 The assignment of elements to fields in the packed pixel is as
187 The new format is added to the discussion of Obtaining Pixels from the
188 Framebuffer. It should read " If the <format> is one of RED, GREEN,
190 the GL is in color index mode, then the color index is obtained."
192 The new format is added to the discussion of Index Lookup. It shoul
    [all...]
MESA_program_debug.spec 28 OpenGL 1.4 is required
29 The extension is written against the OpenGL 1.4 specification.
31 or NV_fragment_program is required.
38 The concept is that vertex and fragment program debuggers will be
48 The main feature is the ProgramCallbackMESA function. It allows the
71 1. Is this the right model for a debugger?
91 The rule is that the callback function can only issue glGet*()
97 4. Is this extension amenable to hardware implementation?
185 When the callback function is called, <target> will either be
187 program is currently executing and <data> will be the valu
    [all...]
  /external/v8/src/arm/
lithium-arm.h 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
173 virtual bool Is##type() const { return true; } \
175 ASSERT(instr->Is##type()); \
208 #define DECLARE_DO(type) virtual bool Is##type() const { return false; }
531 // Used when the right hand is a constant power of 2.
664 DECLARE_CONCRETE_INSTRUCTION(IsNull, "is-null")
676 DECLARE_CONCRETE_INSTRUCTION(IsNullAndBranch, "is-null-and-branch")
691 DECLARE_CONCRETE_INSTRUCTION(IsObject, "is-object")
702 DECLARE_CONCRETE_INSTRUCTION(IsObjectAndBranch, "is-object-and-branch"
    [all...]