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

12 3 4 5 6

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
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...]
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 21 What is Native Client Good For?
87 Native Client is a versatile technology; we expect that it will also be
111 Note that benchmark performance is sometimes bimodal, so different use
184 Is Native Client open? Is it a standard?
187 Native Client is completely open: the executable format is open and the
188 `source code is open <nacl_project_>`_. Right
189 now the Native Client project is in its early stages, so it's premature
194 example is our :doc:`PNaCl bitcode reference manua
    [all...]
  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
75 // This is initialized in BuildGraph()
136 // Update the static counter each time a new code stub is generated.
251 // Update the static counter each time a new code stub is generated.
288 // the runtime that is significantly faster than using the standard
313 // Check if the parameter is already a SMI or heap number.
550 // cell is really a Cell, and so no write barrier is needed.
551 // TODO(mvstanton): Add a debug_code check to verify the input cell is reall
    [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
45 bool result = T::Is(code_point);
90 // This is an uppercase of a Latin-1 character
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
stub-cache.cc 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
74 // Make sure that the code type is not included in the hash.
141 bool can_be_cached = !type->Is(Type::String());
191 // Compile the stub that is either shared for all names or
545 // MONOMORPHIC_PROTOTYPE_FAILURE state is used to make sure that miss stubs
660 // Extra IC state is irrelevant for debug break ICs. They jump to
679 // Extra IC state is irrelevant for debug break ICs. They jump to
720 // Map can be NULL, if the stub is constant function call
735 // Map can be NULL, if the stub is constant function cal
    [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/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/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/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
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/;
  /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/v8/src/
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/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?
97 // Format is sync-data-dump-$epoch-$year-$month-$day-$OS.csv.
  /external/chromium_org/third_party/mesa/src/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/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/robolectric/lib/main/
hamcrest-core-1.2.jar 
  /external/chromium_org/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
89 if type is not None:
122 if is_executable is not False:
128 if is_ascii is not False:
151 if is_executable is not True and is_ascii is not True:
546 assert not self.arch is None
572 assert self.module_list is None
577 print >>sys.stderr, "Warning: This is not a full minidump!
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 5 // This file is distributed under the University of Illinois Open Source
39 // "standard_opcode_lengths" table that is emitted in DwarfFileTable::Emit().
61 // This is called when an instruction is assembled into the specified section
62 // and if there is information from the last .loc directive that has yet to have
63 // a line entry made for it is made.
80 // clear DwarfLocSeen saying the current .loc info is now used.
90 // table is created using it by iterating through the MCLineSections
190 // and use INT64_MAX as the line delta which is the signal that this is
    [all...]

Completed in 768 milliseconds

12 3 4 5 6