HomeSort by relevance Sort by last modified time
    Searched refs:Is (Results 26 - 50 of 469) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/v8/src/
unicode.h 2 // Use of this source code is governed by a BSD-style license that can be
114 // of UTF-8 data. The special case where the unit is a surrogate
115 // trail produces 1 byte net, because the encoding of the pair is
119 // One UTF-16 surrogate is endoded (illegally) as 3 UTF-8 bytes.
152 // A single surrogate is coded as a 3 byte UTF-8 sequence, but two together
173 static bool Is(uchar c);
176 static bool Is(uchar c);
179 static bool Is(uchar c);
182 static bool Is(uchar c);
185 static bool Is(uchar c)
    [all...]
  /external/skia/tests/
RecordPatternTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
16 typedef Pattern<Is<Save>,
17 Is<ClipRect>,
18 Is<Restore>>
81 Pattern<Is<Save>, Greedy<Is<ClipRect>>, Is<Restore>> pattern;
101 Pattern<Is<Save>,
102 Greedy<Not<Or<Is<Save>,
103 Is<Restore>
    [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/v8/src/compiler/
representation-change.cc 2 // Use of this source code is governed by a BSD-style license that can be
111 // parameter is only used for sanity checking - if the changer cannot figure
119 // The output representation should be set if the type is inhabited (i.e.,
120 // if the value is possible).
124 // Handle the no-op shortcuts when no checking is necessary.
135 // no representation change is necessary.
190 if (output_type->Is(Type::SignedSmall())) {
199 if (output_type->Is(Type::None())) {
200 // This is an impossible value; it should not be used at runtime.
204 if (output_type->Is(Type::Signed31()))
    [all...]
machine-operator-reducer.cc 2 // Use of this source code is governed by a BSD-style license that can be
123 // If the divisor is even, we can avoid using the expensive fixup by shifting
170 if (m.right().Is(0)) return Replace(m.left().node()); // x ror 0 => x
182 if (m.left().IsInt32Sub() && m.right().Is(0)) { // x - y == 0 => x == y
197 if (m.left().IsInt64Sub() && m.right().Is(0)) { // x - y == 0 => x == y
217 if (m.right().Is(0)) return Replace(m.right().node()); // x * 0 => 0
218 if (m.right().Is(1)) return Replace(m.left().node()); // x * 1 => x
222 if (m.right().Is(-1)) { // x * -1 => 0 - x
238 if (m.right().Is(2)) {
243 if (m.right().Is(-1))
    [all...]
simplified-lowering.cc 2 // Use of this source code is governed by a BSD-style license that can be
200 // Check that the new use informatin is a super-type of the old
320 // If there is an unvisited input, push it and continue.
488 // We need to guarantee that the feedback type is a subtype of the upper
494 if (type != nullptr && new_type->Is(type)) return false;
540 // Only weaken if there is range involved; we should converge quickly
541 // for all other types (the exception is a union of many constants,
548 // Range is involved => we are weakening.
563 // Process nodes from the queue until it is empty.
617 // for that input node. Add the input to {nodes_} if this is the first tim
    [all...]
typer.cc 2 // Use of this source code is governed by a BSD-style license that can be
317 CHECK(previous->Is(current));
320 if (!current->Is(previous)) {
372 // and uses that to type the given node. Note that f is never called with None
391 DCHECK(type->Is(Type::Boolean()));
393 if (type->Is(t->singleton_false_)) return t->singleton_true_;
394 if (type->Is(t->singleton_true_)) return t->singleton_false_;
423 if (type->Is(Type::Primitive()) && !type->Maybe(Type::Receiver())) {
431 if (type->Is(Type::Boolean())) return type;
432 if (type->Is(t->falsish_)) return t->singleton_false_
    [all...]
  /external/llvm/include/llvm/Support/
Format.h 5 // This file is distributed under the University of Illinois Open Source
35 /// This is a helper class used for handling formatted output. It is the
51 /// the length of the formatted string. If the buffer is too small, this
68 // Otherwise N is the length of output (not including the final '\0').
76 /// returns whether or not it is big enough.
82 template <std::size_t... Is>
84 index_sequence<Is...>) const {
86 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
88 return snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...)
    [all...]
  /external/robolectric/v1/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));
  /external/swiftshader/third_party/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/vixl/src/aarch32/
disasm-aarch32.cc 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS CONTRIBUTORS "AS IS" AND
998 if (dt.Is(Untyped16)) return k16BitAlign;
999 if (dt.Is(Untyped32)) return k32BitAlign;
1012 if (dt.Is(Untyped8)) return k16BitAlign;
1013 if (dt.Is(Untyped16)) return k32BitAlign;
1014 if (dt.Is(Untyped32)) return k64BitAlign;
1028 if (dt.Is(Untyped8)) return k32BitAlign;
1029 if (dt.Is(Untyped16)) return k64BitAlign;
1124 if (!rd.Is(rn))
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-template.cpp 15 template<typename T, T, const int *x, foo_mem a, void (foo::*b)(), void (*f)(), int ...Is>
74 // CHECK: [[TCARG7]] = !DITemplateValueParameter(tag: DW_TAG_GNU_template_parameter_pack, name: "Is", value: [[TCARG7_VALS:![0-9]*]])
113 // CHECK: [[TCNARG7]] = !DITemplateValueParameter(tag: DW_TAG_GNU_template_parameter_pack, name: "Is", value: [[EMPTY]])
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
IsEmptyCollectionTest.java 11 import static org.hamcrest.core.Is.is;
25 assertMismatchDescription("<[one, three]>", is(createMatcher()), collectionOfValues());
  /external/protobuf/src/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
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Format.h 5 // This file is distributed under the University of Illinois Open Source
36 /// This is a helper class used for handling formatted output. It is the
52 /// the length of the formatted string. If the buffer is too small, this
69 // Otherwise N is the length of output (not including the final '\0').
77 /// returns whether or not it is big enough.
93 template <std::size_t... Is>
95 index_sequence<Is...>) const {
97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
99 return snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Format.h 5 // This file is distributed under the University of Illinois Open Source
36 /// This is a helper class used for handling formatted output. It is the
52 /// the length of the formatted string. If the buffer is too small, this
69 // Otherwise N is the length of output (not including the final '\0').
77 /// returns whether or not it is big enough.
93 template <std::size_t... Is>
95 index_sequence<Is...>) const {
97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
99 return snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Format.h 5 // This file is distributed under the University of Illinois Open Source
36 /// This is a helper class used for handling formatted output. It is the
52 /// the length of the formatted string. If the buffer is too small, this
69 // Otherwise N is the length of output (not including the final '\0').
77 /// returns whether or not it is big enough.
93 template <std::size_t... Is>
95 index_sequence<Is...>) const {
97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
99 return snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Format.h 5 // This file is distributed under the University of Illinois Open Source
36 /// This is a helper class used for handling formatted output. It is the
52 /// the length of the formatted string. If the buffer is too small, this
69 // Otherwise N is the length of output (not including the final '\0').
77 /// returns whether or not it is big enough.
93 template <std::size_t... Is>
95 index_sequence<Is...>) const {
97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
99 return snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Format.h 5 // This file is distributed under the University of Illinois Open Source
36 /// This is a helper class used for handling formatted output. It is the
52 /// the length of the formatted string. If the buffer is too small, this
69 // Otherwise N is the length of output (not including the final '\0').
77 /// returns whether or not it is big enough.
93 template <std::size_t... Is>
95 index_sequence<Is...>) const {
97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
99 return snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Format.h 5 // This file is distributed under the University of Illinois Open Source
36 /// This is a helper class used for handling formatted output. It is the
52 /// the length of the formatted string. If the buffer is too small, this
69 // Otherwise N is the length of output (not including the final '\0').
77 /// returns whether or not it is big enough.
93 template <std::size_t... Is>
95 index_sequence<Is...>) const {
97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
99 return snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Format.h 5 // This file is distributed under the University of Illinois Open Source
36 /// This is a helper class used for handling formatted output. It is the
52 /// the length of the formatted string. If the buffer is too small, this
69 // Otherwise N is the length of output (not including the final '\0').
77 /// returns whether or not it is big enough.
93 template <std::size_t... Is>
95 index_sequence<Is...>) const {
97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
99 return snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Format.h 5 // This file is distributed under the University of Illinois Open Source
36 /// This is a helper class used for handling formatted output. It is the
52 /// the length of the formatted string. If the buffer is too small, this
69 // Otherwise N is the length of output (not including the final '\0').
77 /// returns whether or not it is big enough.
93 template <std::size_t... Is>
95 index_sequence<Is...>) const {
97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
99 return snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Format.h 5 // This file is distributed under the University of Illinois Open Source
36 /// This is a helper class used for handling formatted output. It is the
52 /// the length of the formatted string. If the buffer is too small, this
69 // Otherwise N is the length of output (not including the final '\0').
77 /// returns whether or not it is big enough.
93 template <std::size_t... Is>
95 index_sequence<Is...>) const {
97 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
99 return snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...)
    [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

Completed in 1555 milliseconds

12 3 4 5 6 7 8 91011>>