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

1 2 3 45 6 7

  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 30 OpenGL 1.2 or GL_EXT_texture3D is required.
32 Support for ARB_fragment_program is assumed, but not required.
34 Support for ARB_fragment_program_shadow is assumed, but not required.
36 Support for EXT_framebuffer_object is assumed, but not required.
54 texture applied to it. If the transition is from beach sand to
59 3. Storing short video clips in textures. Each depth slice is a
68 TEXTURE_2D_ARRAY, is added that functions identically to TEXTURE_3D in
70 traditional 3D texturing, the size of the N+1 LOD is half the size
72 the height and width of the N+1 LOD is halved, but the depth is th
    [all...]
  /external/chromium_org/tools/metrics/actions/
extract_actions.py 4 # Use of this source code is governed by a BSD-style license that can be
72 # language is added to app/l10n_util.cc, as follows:
81 # (Spanish in Latin America) is an exception.
88 'ia', 'id', 'is', 'it', 'it-CH', 'it-IT', 'ja', 'jw', 'ka', 'kk', 'km',
98 # new input method is added to
115 'xkb:hu::hun', 'xkb:il::heb', 'xkb:is::ice', 'xkb:it::ita', 'xkb:jp::jpn',
178 """Add actions that are in code which is not checked out by default
333 # an error if the line is not a comment.
335 print >>sys.stderr, 'WARNING: This line is marked for recording ' + \
336 'about:flags metrics, but is not in the proper format:\n' + lin
    [all...]
  /external/chromium_org/v8/src/
lithium.h 2 // Use of this source code is governed by a BSD-style license that can be
43 bool Is##name() const { return kind() == type; }
92 // USED_AT_START operand is guaranteed to be live only at
93 // instruction start. Register allocator is free to assign the same register
98 // USED_AT_END operand is treated as live until the end of
143 // The encoding used for LUnallocated operands depends on the policy that is
157 // The slot index is a signed value which requires us to decode it manually
281 // A move is redundant if it's been eliminated, if its source and
282 // destination are the same, or if its destination is unneeded or constant.
730 // Will not be moved to a register even if one is freely available
    [all...]
accessors.cc 2 // Use of this source code is governed by a BSD-style license that can be
64 if (Is<C>(iter.GetCurrent())) return C::cast(iter.GetCurrent());
90 if (type->Is(T::String())) {
987 // If the function isn't compiled yet, the length is not computed
1005 // Function length is non writable, non configurable.
    [all...]
api.h 2 // Use of this source code is governed by a BSD-style license that can be
20 // we want to keep them out of v8.h because it is an externally
62 // Change the value at an index to undefined value. If the index is
63 // out of bounds, the request is ignored. Returns the old value.
377 (*reinterpret_cast<v8::internal::Object* const*>(that))->Is##To()); \
409 // on how close it is to the new space top and the recorded usage
483 // This class is here in order to be able to declare it a friend of
486 // our public header file, which is undesirable.
489 // data. In multithreaded V8 programs this data is copied in and out of storage
582 // This is only used for threading support
    [all...]
ast.h 2 // Use of this source code is governed by a BSD-style license that can be
31 // The abstract syntax tree is an intermediate, light-weight
222 bool Is##type() const { return node_type() == AstNode::k##type; } \
224 return Is##type() ? reinterpret_cast<type*>(this) : NULL; \
227 return Is##type() ? reinterpret_cast<const type*>(this) : NULL; \
304 // The list stores pointers to Map*, that is Map**, so it's GC safe.
333 // names because [] for string objects is handled only by keyed ICs.
340 // True iff the expression is a literal represented as a smi.
343 // True iff the expression is a string literal.
346 // True iff the expression is the null literal
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 30 OpenGL 1.2 or GL_EXT_texture3D is required.
32 Support for ARB_fragment_program is assumed, but not required.
34 Support for ARB_fragment_program_shadow is assumed, but not required.
36 Support for EXT_framebuffer_object is assumed, but not required.
54 texture applied to it. If the transition is from beach sand to
59 3. Storing short video clips in textures. Each depth slice is a
68 TEXTURE_2D_ARRAY, is added that functions identically to TEXTURE_3D in
70 traditional 3D texturing, the size of the N+1 LOD is half the size
72 the height and width of the N+1 LOD is halved, but the depth is th
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox_json.js 2 // Use of this source code is governed by a BSD-style license that can be
10 * If it is possible to use the browser's built in native JSON, then
11 * cvox.ChromeVoxJSON is the same as JSON.
140 // If the value is a boolean or null, convert it to a string. Note:
141 // typeof null does not produce 'null'. The case is included here in
145 // If the type is 'object', we might be dealing with an object or an
150 // Due to a specification blunder in ECMAScript, typeof null is
163 // Is the value an array?
167 // The value is an array. Stringify every element. Use null as a
187 // If the replacer is an array, use it to select the members to b
    [all...]
description_util.js 2 // Use of this source code is governed by a BSD-style license that can be
25 * Lists all Node tagName's who's description is derived from its subtree.
42 * be used to determine what needs to be spoken. If this is not provided, the
136 // TODO(dtseng): Is this needed?
200 // Next, check to see if the current node is a collection type.
230 * descriptions. This function is here because most (currently all) walkers
232 * This is an awkward design, and should be changed in the future.
265 // selection is reversed.
304 * @param {?Element} prevnode The previous element if there is one.
354 * Modify the descriptions to say that it is a collection
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_walker.js 2 // Use of this source code is governed by a BSD-style license that can be
15 * which to operate is given by a CursorSelection, see that file for
19 * Since most operations are hard to even define if there is no root element,
20 * all operations may assume that the selection given is attached to the body
21 * node. The behavior is undefined if any part of the selection passed in
22 * is not attached to the body. As a user of this class, it is your
23 * responsibility to make sure the selection is attached.
30 * Is this an operation that applies to any element of any arbitrary set?
57 * following the selection passed in. If sel is at the "end" of a section
    [all...]
  /external/chromium_org/v8/test/mjsunit/
math-floor-of-div-nosudiv.js 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
30 // Use this function as reference. Make sure it is not inlined.
220 assertTrue(x == 0); // Is 0 or -0.
math-floor-of-div.js 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
30 // Use this function as reference. Make sure it is not inlined.
220 assertTrue(x == 0); // Is 0 or -0.
  /external/chromium_org/v8/test/webkit/fast/js/
parser-syntax-check.js 13 // THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' AND ANY
69 // it seems the End-Of-File terminator is converted to semicolon
70 // "a:[EOF]" is not parse error, while "{ a: }" is parse error
71 // "if (a)[EOF]" is not parse error, while "{ if (a) }" is parse error
215 valid ("do ; while(0) i++"); // Is this REALLY valid? (Firefox also accepts this)
  /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
96 if type is not None:
129 if is_executable is not False:
135 if is_ascii is not False:
158 if is_executable is not True and is_ascii is not True:
553 assert not self.arch is None
579 assert self.module_list is None
584 print >>sys.stderr, "Warning: This is not a full minidump!
    [all...]
  /external/vixl/test/
test-assembler-a64.cc 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS CONTRIBUTORS "AS IS" AND
86 // If more advanced computation is required before the assert then access the
416 // is a no-op for X registers, and a truncation for W registers.
    [all...]
  /external/chromium_org/v8/test/cctest/compiler/
test-simplified-lowering.cc 2 // Use of this source code is governed by a BSD-style license that can be
422 // TODO(titzer): test element and field accesses where the base is not
    [all...]
  /external/chromium_org/third_party/icu/source/data/
makedata.mak 21 # Is the directory containing this file (makedata.mak)
22 # Is the directory into which most data is built (prior to packaging)
23 # Is icu\source\data\
28 !MESSAGE ICU data make path is $(ICUMAKE)
52 !MESSAGE ICU root path is $(ICUP)
117 # This is the same place that all of the other ICU DLLs go (the code-containing DLLs)
140 # only the data is put in place.)
180 !MESSAGE ICU data source archive is $(ICUDATA_SOURCE_ARCHIVE)
187 # the following logic is much easier if UCM_SOURCE is never empty
    [all...]
  /external/icu/icu4c/source/data/
makedata.mak 21 # Is the directory containing this file (makedata.mak)
22 # Is the directory into which most data is built (prior to packaging)
23 # Is icu\source\data\
28 !MESSAGE ICU data make path is $(ICUMAKE)
52 !MESSAGE ICU root path is $(ICUP)
117 # This is the same place that all of the other ICU DLLs go (the code-containing DLLs)
140 # only the data is put in place.)
180 !MESSAGE ICU data source archive is $(ICUDATA_SOURCE_ARCHIVE)
187 # the following logic is much easier if UCM_SOURCE is never empty
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 10 // distributed under the License is distributed on an "AS IS" BASIS,
90 * @param {Object} defaultValue The default if the value is not set.
91 * @return {Object} The value, if it is
104 * Note that instanceof Array is not robust; for example an Array
107 * @return {boolean} Is the object an array?
131 // if opt_end is not provided.
163 * I.e. var_args are all the arguments that method is invoked with when
323 * returns window.document if node is null or the browser does not
324 * support ownerDocument. If the node is a document itself, return
    [all...]
  /external/chromium_org/third_party/jstemplate/
util.js 10 // distributed under the License is distributed on an "AS IS" BASIS,
89 * @param {*} defaultValue The default if the value is not set.
90 * @return {*} The value, if it is defined and not null; otherwise the default.
102 * Note that instanceof Array is not robust; for example an Array
105 * @return {boolean} Is the object an array?
129 // if opt_end is not provided.
162 * I.e. var_args are all the arguments that method is invoked with when
323 * returns window.document if node is null or the browser does not
324 * support ownerDocument. If the node is a document itself, return
    [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.h 2 // Use of this source code is governed by a BSD-style license that can be
43 // The kInvalid value is used to detect uninitialized static instances,
68 bool Is(const CPURegister& other) const;
85 bool is(const CPURegister& other) const { return Is(other); } function in struct:v8::internal::CPURegister
139 // TODO(all): Register x25 is currently free and could be available for
163 // Return true if the register is one that crankshaft can allocate.
173 // cp is the last allocatable register.
260 // - d15 which is used to keep the 0 double value
261 // - d30 which is used in crankshaft as a double scratch registe
    [all...]
  /external/chromium_org/v8/test/webkit/resources/
json2-es5-compat.js 2 // Use of this source code is governed by a BSD-style license that can be
26 of nested structures. If it is omitted, the text will
27 be packed without extra whitespace. If it is a number,
29 level. If it is a string (such as '\t' or '&nbsp;'),
34 When an object value is found, if the object contains a toJSON
60 object. The value that is returned from your method will be
64 If the replacer parameter is an array of strings, then it will be
76 value that is filled with line breaks and indentation to make it
79 If the space parameter is a non-empty string, then that string will
80 be used for indentation. If the space parameter is a number, the
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
omxSP_FFTFwd_RToCCS_S16_Sfs_s.S 4 @ Use of this source code is governed by a BSD-style license
255 @ the first BL would corrupt the flags. This is because the end of the
279 @ the first BL would corrupt the flags. This is because the end of the
306 TST count,#0x01 @ Is count even or odd ?
405 @ change the logic so that output after scaling is in pOut and not in pDst
454 @ Note: W^k is stored as negative values in the table.
625 @ Since (c,d) = (0,1) for the last element, result is just (a,-b)
  /external/chromium_org/v8/src/compiler/arm64/
code-generator-arm64.cc 2 // Use of this source code is governed by a BSD-style license that can be
368 DCHECK(d0.is(i.InputDoubleRegister(0)));
369 DCHECK(d1.is(i.InputDoubleRegister(1)));
370 DCHECK(d0.is(i.OutputDoubleRegister()));
454 if (csp.is(masm()->StackPointer())) {
460 if (csp.is(masm()->StackPointer())) {
549 // Materialize a full 64-bit 1 or 0 value. The result register is always the
684 if (!sp.Is(csp)) {
  /external/chromium_org/v8/src/compiler/
instruction.h 2 // Use of this source code is governed by a BSD-style license that can be
66 bool Is##name() const { return kind() == type; }
111 // USED_AT_START operand is guaranteed to be live only at
112 // instruction start. Register allocator is free to assign the same register
117 // USED_AT_END operand is treated as live until the end of
171 // that is
185 // The slot index is a signed value which requires us to decode it manually
290 // A move is redundant if it's been eliminated, if its source and
291 // destination are the same, or if its destination is unneeded or constant.

Completed in 3520 milliseconds

1 2 3 45 6 7