HomeSort by relevance Sort by last modified time
    Searched refs:Is (Results 51 - 75 of 174) sorted by null

1 23 4 5 6 7

  /external/chromium_org/v8/src/ic/arm64/
ic-compiler-arm64.cc 2 // Use of this source code is governed by a BSD-style license that can be
46 // check whether the name is unique.
65 map_reg.is(ElementTransitionAndStoreDescriptor::MapRegister()));
77 if (type->Is(HeapType::Number())) {
114 // This argument is used by the handler stub. For example, see
  /external/chromium_org/v8/src/ic/
handler-compiler.cc 2 // Use of this source code is governed by a BSD-style license that can be
33 // TODO(jkummerow/verwaest): If there is no prototype and the property
34 // is nonexistent, introduce a builtin to handle this (fast properties
59 // Compile the stub that is either shared for all names or
95 if (type()->Is(HeapType::String())) {
97 } else if (type()->Is(HeapType::Symbol())) {
99 } else if (type()->Is(HeapType::Number())) {
101 } else if (type()->Is(HeapType::Boolean())) {
150 // If |type| has null as its prototype, |holder()| is
309 // TODO(verwaest): Cleanup. holder() is actually the receiver
    [all...]
  /external/chromium_org/v8/src/ic/ia32/
ic-compiler-ia32.cc 2 // Use of this source code is governed by a BSD-style license that can be
20 // Return address is on the stack.
21 DCHECK(!ebx.is(StoreDescriptor::ReceiverRegister()) &&
22 !ebx.is(StoreDescriptor::NameRegister()) &&
23 !ebx.is(StoreDescriptor::ValueRegister()));
49 // check whether the name is unique.
69 map_reg.is(ElementTransitionAndStoreDescriptor::MapRegister()));
79 if (type->Is(HeapType::Number())) {
  /external/chromium_org/v8/src/ic/mips/
ic-compiler-mips.cc 2 // Use of this source code is governed by a BSD-style license that can be
28 // check whether the name is unique.
43 __ JumpIfSmi(receiver(), smi_target, match); // Reg match is 0 if Smi.
48 map_reg.is(ElementTransitionAndStoreDescriptor::MapRegister()));
61 if (type->Is(HeapType::Number())) {
  /external/chromium_org/v8/src/ic/mips64/
ic-compiler-mips64.cc 2 // Use of this source code is governed by a BSD-style license that can be
28 // check whether the name is unique.
43 __ JumpIfSmi(receiver(), smi_target, match); // Reg match is 0 if Smi.
48 map_reg.is(ElementTransitionAndStoreDescriptor::MapRegister()));
61 if (type->Is(HeapType::Number())) {
  /external/chromium_org/v8/src/ic/x64/
ic-compiler-x64.cc 2 // Use of this source code is governed by a BSD-style license that can be
20 // Return address is on the stack.
21 DCHECK(!rbx.is(StoreDescriptor::ReceiverRegister()) &&
22 !rbx.is(StoreDescriptor::NameRegister()) &&
23 !rbx.is(StoreDescriptor::ValueRegister()));
83 // check whether the name is unique.
103 map_reg.is(ElementTransitionAndStoreDescriptor::MapRegister()));
114 if (type->Is(HeapType::Number())) {
  /external/chromium_org/v8/src/ic/x87/
ic-compiler-x87.cc 2 // Use of this source code is governed by a BSD-style license that can be
20 // Return address is on the stack.
21 DCHECK(!ebx.is(StoreDescriptor::ReceiverRegister()) &&
22 !ebx.is(StoreDescriptor::NameRegister()) &&
23 !ebx.is(StoreDescriptor::ValueRegister()));
49 // check whether the name is unique.
69 map_reg.is(ElementTransitionAndStoreDescriptor::MapRegister()));
79 if (type->Is(HeapType::Number())) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
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/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...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.1/
hamcrest-core-1.1.jar 
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 12 * distributed under the License is distributed on an "AS IS" BASIS,
74 inline bool Is(unsigned long f) {return (state & f) == f;}
83 ** Description: detremine if a char is printable
100 ** Description: detremine if a char is numeral digit
298 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,
74 inline bool Is(unsigned long f) {return (state & f) == f;}
83 ** Description: detremine if a char is printable
100 ** Description: detremine if a char is numeral digit
309 if (Is(IsStringValue) && base == 16 && i > 0)
  /external/chromium_org/v8/src/compiler/x64/
instruction-selector-x64.cc 2 // Use of this source code is governed by a BSD-style license that can be
249 if (m.right().Is(-1)) {
260 if (m.right().Is(-1)) {
284 if (mright.right().Is(0x1F)) {
310 if (mright.right().Is(0x3F)) {
373 if (m.left().Is(0)) {
384 if (m.left().Is(0)) {
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64-inl.h 2 // Use of this source code is governed by a BSD-style license that can be
459 if (!rd.is(rn)) {
707 // registers. fmov(s0, s0) is not a no-op because it clears the top word of
708 // d0. Technically, fmov(d0, d0) is not a no-op either because it clears the
710 if (!fd.Is(fn) || !fd.Is64Bits()) {
947 // not X registers. Note that mov(w0, w0) is not a no-op because it clears
949 if (!rd.Is(rn) || !rd.Is64Bits()) {
1231 DCHECK(!csp.Is(sp_));
    [all...]
lithium-codegen-arm64.cc 2 // Use of this source code is governed by a BSD-style license that can be
73 // converting the comparison to Cbz/Cbnz if the right-hand side is 0.
103 // If the condition is 'eq' or 'ne' this will use MacroAssembler's
132 // The inverse of "all clear" is "any set" and vice versa.
153 // Test the input and branch if it is non-zero and not a NaN.
162 // Compare with 0.0. Because scratch_ is positive, the result can be one of
180 // Test the input and branch if it is a heap number.
199 // Test the input and branch if it is the specified root value.
408 DCHECK(ToRegister(instr->context()).is(cp));
409 DCHECK(ToRegister(instr->function()).Is(x1))
    [all...]
regexp-macro-assembler-arm64.cc 2 // Use of this source code is governed by a BSD-style license that can be
30 * the end of the string. Please notice that this is
49 * is done.
62 * used by an exit frame if this is a
103 * The call is performed by NativeRegExpMacroAssembler::Execute()
107 * area is overwritten with the LR register by the RegExp code. When doing a
108 * direct call from generated code, the return address is placed there by
246 // This method is only ever called from the cctests.
249 // Is last character of required match inside string.
342 __ Cmp(w10, 'z' - 'a'); // Is w10 a lowercase letter
    [all...]
code-stubs-arm64.cc 2 // Use of this source code is governed by a BSD-style license that can be
100 // Update the static counter each time a new code stub is generated.
109 x0.Is(descriptor.GetEnvironmentParameterRegister(param_count - 1)));
132 DCHECK(jssp.Is(masm->StackPointer()));
142 // Account for saved regs if input is jssp.
143 if (input.is(jssp)) double_offset += 2 * kPointerSize;
147 if (input.is(jssp)) double_offset += 1 * kDoubleSize;
164 // It the exponent is >= 84 (kMantissaBits + 32), the result is always 0 since
232 // Comparing JS objects with <=, >= is complicated
    [all...]
  /external/chromium_org/v8/test/cctest/
test-utils-arm64.cc 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
273 DCHECK(!xn.Is(csp));
276 // This is the first register we've hit, so construct the literal.
296 // This is the first register we've hit, so construct the literal.
323 DCHECK(__ StackPointer().Is(csp));
  /external/chromium_org/v8/test/mjsunit/
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
328 // The gap is capped at ten characters if specified as string.
333 //The gap is capped at ten characters if specified as number.
418 var func = function() { /* Is callable */ };
420 var funcJSON = function() { /* Is callable */ };
423 var re = /Is callable/;
425 var reJSON = /Is callable/;
  /external/vixl/test/
test-utils-a64.cc 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS CONTRIBUTORS "AS IS" AND
273 VIXL_ASSERT(!xn.Is(sp));
276 // This is the first register we've hit, so construct the literal.
296 // This is the first register we've hit, so construct the literal.
323 VIXL_ASSERT(__ StackPointer().Is(sp));
  /external/chromium_org/v8/src/compiler/arm64/
instruction-selector-arm64.cc 2 // Use of this source code is governed by a BSD-style license that can be
293 if (m.right().Is(-1)) {
304 if (m.right().Is(-1)) {
365 if (m.left().Is(0)) {
377 if (m.left().Is(0)) {
  /external/chromium_org/v8/src/
unicode-inl.h 2 // Use of this source code is governed by a BSD-style license that can be
22 bool result = T::Is(code_point);
67 // This is an uppercase of a Latin-1 character
89 // replace_invalid is set to true, orphan surrogate code units will be replaced
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 21 What is Native Client Good For?
115 Note that benchmark performance is sometimes bimodal, so different use
191 Is Native Client open? Is it a standard?
194 Native Client is completely open: the executable format is open and the
195 `source code is open <https://code.google.com/p/nativeclient/>`_. Right
196 now the Native Client project is in its early stages, so it's premature
201 example is our :doc:`PNaCl bitcode reference manual
215 Portable Native Client but is only supported on the Chrome We
    [all...]
  /external/chromium_org/chrome/browser/resources/sync_internals/
data.js 2 // Use of this source code is governed by a BSD-style license that can be
53 // TODO(mmontgomery): ugly? Hacky? Is there a better way?
88 * @return {boolean} True if the type's checkbox is selected.
107 // Format is sync-data-dump-$epoch-$year-$month-$day-$OS.csv.

Completed in 761 milliseconds

1 23 4 5 6 7