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

<<111213141516171819

  /external/v8/src/wasm/
wasm-objects.cc 2 // Use of this source code is governed by a BSD-style license that can be
535 // address to the address of a WasmModule. This is because we can
536 // handle both cases when the WasmModule's lifetime is managed through
630 // the right. Position is always greater than zero.
789 WCM_CHECK_TYPE(NAME, obj->IsUndefined(isolate) || obj->Is##TYPE())
791 WCM_CHECK_TYPE(NAME, TYPE::Is##TYPE(obj))
819 // At this point, no module wrapper exists, so the shared module data is
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
input.go 2 // Use of this source code is governed by a BSD-style
18 // Input is the main input: a stack of readers and some macro definitions.
54 fmt.Fprintf(os.Stderr, "asm: parsing -D: %q is not a valid identifier name\n", tokens[0])
76 // expectText is like Error but adds "got XXX" where XXX is a quoted representation of the most recent token.
81 // enabled reports whether the input is enabled by an ifdef, or is at the top level.
101 // The usual case is caught by Push, below, but be safe.
111 // Is it a macro name?
188 // Name is alphanumeric by definition
    [all...]
  /prebuilts/go/darwin-x86/src/compress/bzip2/
bzip2.go 2 // Use of this source code is governed by a BSD-style
15 // A StructuralError is returned when the bzip2 data is found to be
111 // bzip2 is a block based compressor, except that it has a run-length
122 // Any sequence of four equal bytes is followed by a length
125 // decompressing on-demand our state is kept in the reader
202 // Is there a file concatenated to this one?
238 bz2.wantBlockCRC = uint32(br.ReadBits64(32)) // skip checksum. TODO: check it if we can figure out what it is.
247 // If not every byte value is used in the block (i.e., it's text) then
248 // the symbol set is reduced. The symbols used are stored as
    [all...]
  /prebuilts/go/darwin-x86/src/strconv/
quote.go 2 // Use of this source code is governed by a BSD-style
231 // 4) an error that will be nil if the character is syntactically valid.
234 // and therefore which escaped quote character is permitted.
251 // hard case: c is backslash
347 // that s quotes. (If s is single-quoted, it would be a Go
366 // -1 because we know there is at least one \r to remove.
384 // Is it trivial? Avoid allocation.
430 // If there is no such i, bsearch16 returns len(a).
445 // If there is no such i, bsearch32 returns len(a).
459 // TODO: IsPrint is a local implementation of unicode.IsPrint, verified by the test
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
input.go 2 // Use of this source code is governed by a BSD-style
18 // Input is the main input: a stack of readers and some macro definitions.
54 fmt.Fprintf(os.Stderr, "asm: parsing -D: %q is not a valid identifier name\n", tokens[0])
76 // expectText is like Error but adds "got XXX" where XXX is a quoted representation of the most recent token.
81 // enabled reports whether the input is enabled by an ifdef, or is at the top level.
101 // The usual case is caught by Push, below, but be safe.
111 // Is it a macro name?
188 // Name is alphanumeric by definition
    [all...]
  /prebuilts/go/linux-x86/src/compress/bzip2/
bzip2.go 2 // Use of this source code is governed by a BSD-style
15 // A StructuralError is returned when the bzip2 data is found to be
111 // bzip2 is a block based compressor, except that it has a run-length
122 // Any sequence of four equal bytes is followed by a length
125 // decompressing on-demand our state is kept in the reader
202 // Is there a file concatenated to this one?
238 bz2.wantBlockCRC = uint32(br.ReadBits64(32)) // skip checksum. TODO: check it if we can figure out what it is.
247 // If not every byte value is used in the block (i.e., it's text) then
248 // the symbol set is reduced. The symbols used are stored as
    [all...]
  /prebuilts/go/linux-x86/src/strconv/
quote.go 2 // Use of this source code is governed by a BSD-style
231 // 4) an error that will be nil if the character is syntactically valid.
234 // and therefore which escaped quote character is permitted.
251 // hard case: c is backslash
347 // that s quotes. (If s is single-quoted, it would be a Go
366 // -1 because we know there is at least one \r to remove.
384 // Is it trivial? Avoid allocation.
430 // If there is no such i, bsearch16 returns len(a).
445 // If there is no such i, bsearch32 returns len(a).
459 // TODO: IsPrint is a local implementation of unicode.IsPrint, verified by the test
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 10 "inferior process" in gdb parlance) is itself python, or more specifically,
11 linked against libpython. In this situation, almost every item of data is a
12 (PyObject*), and having the debugger merely print their addresses is not very
21 given a PyObject* in the inferior process that is in fact a PyListObject*
23 generate a proxy value within the gdb process that is a list of strings:
118 to corrupt data, etc; this is the debugger, after all.
139 In Python 3, this is defined as an embedded PyVarObject type thus:
141 so that the "ob_size" field is located insize the "ob_base" field, and
142 the "ob_type" is most easily accessed by casting back to a (PyObject*).
200 Is the value of the underlying PyObject* visible to the debugger?
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.S 10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
19 # This is the code that goes from real-mode to protected mode.
162 # This is a bare bones transition to protected mode only
165 # After enabling protected mode, a far jump is executed to
180 .byte 0x80,0x3c,0xea #cmpb $0xEA, (%si) # Is it warm reset ?
310 # PEI Core should never return to here, this is just to capture an invalid return.
339 # Ensure cache is disabled.
  /external/boringssl/src/crypto/fipsmodule/bn/asm/
armv8-mont.pl 12 # project. The module is, however, dual licensed under OpenSSL and
21 # longer keys) on most processors, for some reason RSA2048 is not
23 # instruction issue rate is limited on processor in question, meaning
24 # that dedicated squaring procedure is a must. Well, actually all
28 # compiler-generated code. Recall that compiler is instructed to use
30 # to do the job. Assembly's edge is to minimize number of "collateral"
39 # is still modest on longest key lengths, while others exhibit e.g.
40 # 50-70% improvement for RSA4096 sign. RSA2048 sign is ~25% faster
106 // instructions. The outcome of first addition is
109 // question is when does it carry? Is there alternativ
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
_ast_util.py 4 # This module is part of Mako and is released under
26 module in general is to provide an easy to use interface for libraries
60 Is: 'is',
61 IsNot: 'is not',
90 is useful for debugging purposes, especially if you're dealing with custom
93 It could be that the sourcecode is evaluable when the AST itself is not
94 compilable / evaluable. The reason for this is that the AST contains som
    [all...]
  /external/python/cpython2/Include/
Python-ast.h 24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8,
  /external/python/cpython2/Modules/_ctypes/libffi/src/mips/
n32.S 6 Permission is hereby granted, free of charge, to any person obtaining
11 permit persons to whom the Software is furnished to do so, subject to
17 THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
78 ADDU t4, v0, 2 * FFI_SIZEOF_ARG -1 # make sure it is aligned
100 # Is it bigger than 8 * FFI_SIZEOF_ARG?
201 # If the return value pointer is NULL, assume no return value.
  /external/v8/src/
api.h 2 // Use of this source code is governed by a BSD-style license that can be
19 // we want to keep them out of v8.h because it is an externally
340 (*reinterpret_cast<v8::internal::Object* const*>(that))->Is##To()); \
379 // This class is here in order to be able to declare it a friend of
382 // our public header file, which is undesirable.
385 // data. In multithreaded V8 programs this data is copied in and out of storage
532 // This is only used for threading support.
frames.h 2 // Use of this source code is governed by a BSD-style license that can be
140 // |-----------------+---- is used, cp = 1, |
159 // is the last object pointer.
193 // |- - - - - - - - -| | is used, cp = 1, |
238 // |- - - - - - - - -| | is used, cp = 1, |
279 // |-----------------+---- is used, cp = 1, |
423 // Used by FrameScope to indicate that the stack frame is constructed
441 // The mark is an opaque value that should be pushed onto the stack directly,
461 // The marker is an opaque value, not intended to be interpreted in any way
466 // Note that the marker is not a Smi: Smis on 64-bit architectures are store
    [all...]
  /external/v8/src/builtins/arm64/
builtins-arm64.cc 2 // Use of this source code is governed by a BSD-style license that can be
47 // instead of the callee, due to the way that [[Construct]] is defined for
158 // Parameter is not a Number, use the ToNumber builtin to convert it.
285 // 3. Make sure x2 is a number.
436 // 3. Make sure x2 is a string.
523 // Checking whether the queued function is ready for install is optional,
526 // quite expensive. A good compromise is to first check against stack limit as
628 // Drop it if that is the case.
654 // If the result is an object (in the ECMA sense), we should get ri
    [all...]
  /external/v8/src/runtime/
runtime-test.cc 2 // Use of this source code is governed by a BSD-style license that can be
78 // This function is used by fuzzers to get coverage in compiler.
86 // If the function is not optimized, just return.
89 // TODO(turbofan): Deoptimization is not supported yet.
112 // If the function is not optimized, just return.
115 // TODO(turbofan): Deoptimization is not supported yet.
149 // This function is used by fuzzers, ignore calls with bogus arguments count.
154 // This function is used by fuzzers to get coverage for optimizations
176 // If the function is already optimized, just return.
255 // If the function is already optimized, just return
    [all...]
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
PopupMenuTest.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
32 import static org.hamcrest.core.Is.is;
85 // class name of the list view from MenuPopupWindow that is being used
86 // in PopupMenu. This is not the cleanest, but it's not making any assumptions
149 // Unlike ListPopupWindow, PopupMenu doesn't have an API to check whether it is showing.
151 onView(withClassName(Matchers.is(DROP_DOWN_CLASS_NAME)))
155 // and not the "on screen" visibility state. This is why we're testing the display
157 // onData(anything()).atPosition(x) operates on the content of the popup. It is used t
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8,
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8,
  /prebuilts/go/darwin-x86/src/fmt/
print.go 2 // Use of this source code is governed by a BSD-style
17 // This is less overhead than using buffer.Write with byte arrays.
39 // Write is the function to call to emit formatted output to be printed.
50 // Formatter is the interface implemented by values with a custom formatter.
57 // Stringer is implemented by any value that has a String method,
59 // The String method is used to print values passed as an operand
66 // GoStringer is implemented by any value that has a GoString method,
68 // The GoString method is used to print values passed as an operand
104 // pp is used to store a printer's state and is reused with sync.Pool to avoid allocations
    [all...]
  /prebuilts/go/darwin-x86/src/net/
net.go 2 // Use of this source code is governed by a BSD-style
49 By default the pure Go resolver is used, because a blocked DNS request consumes
51 When cgo is available, the cgo-based resolver is used instead under a variety of
53 when the LOCALDOMAIN environment variable is present (even if empty),
54 when the RES_OPTIONS or HOSTALIASES environment variable is non-empty,
55 when the ASR_CONFIG environment variable is non-empty (OpenBSD only),
58 or is an mDNS name.
91 // to build this binary, and whether cgo is available.
108 // and meaning of the strings is up to the implementation
    [all...]
  /prebuilts/go/darwin-x86/src/net/rpc/
server.go 2 // Use of this source code is governed by a BSD-style
10 objects (services) of different types but it is an error to register multiple
16 - the method's type is exported.
17 - the method is exported.
19 - the method's second argument is a pointer.
27 These requirements apply even if a different codec is used.
32 The method's return value, if non-nil, is passed back as a string that the client
33 sees as if created by errors.New. If an error is returned, the reply parameter
51 Unless an explicit codec is set up, package encoding/gob is used t
    [all...]

Completed in 1778 milliseconds

<<111213141516171819