HomeSort by relevance Sort by last modified time
    Searched refs:specified (Results 151 - 175 of 1261) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/vulkan-validation-layers/build-android/
test_APK.sh 80 echo No platform specified.
86 echo No filter specified, running all tests.
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
wish.i 20 A startup file may be specified by defining the symbol SWIG_RcFileName
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
thumb2_ldmstm.s 25 @ Valid Thumb-2 encodings of LDM/LDMIA/LDMFD as specified by section
38 @ Valid Thumb-2 encodings of STM/STMIA/STMEA as specified by section
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcLowLevel.S 31 # and jump to the specified function.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
SetJumpLongJump.asm 23 ; Saves the current CPU context in the buffer specified by JumpBuffer and returns 0. The initial
49 ; Restores the CPU context from the buffer specified by JumpBuffer.
  /external/autotest/client/cros/cellular/
sms.py 101 not specified in the first.'''
  /external/curl/docs/cmdline-opts/
config.d 11 Options and their parameters must be specified on the same line in the file,
15 is specified with one or two dashes, there can be no colon or equals character
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
cpuhotplug07.sh 30 -c cpu which is specified for testing
71 # Validate the specified CPU is available
  /external/toolchain-utils/crosperf/
experiment_factory.py 21 # specified sets. Here we define sets of tests that users may want
134 # lock mechanism. So if the user specified use_file_locks, but did not
257 raise RuntimeError('No benchmarks specified')
311 raise RuntimeError('No labels specified')
  /external/vboot_reference/scripts/image_signing/
sign_firmware.sh 24 If no firmware version is specified, it is set as 1.
  /external/tensorflow/tensorflow/contrib/lite/toco/
args.h 17 // parse itself, and keep track of whether it was specified.
44 // command_line_flags.h don't track whether or not a flag is specified. Arg
45 // contains the value (which will be default if not specified) and also
46 // whether the flag is specified.
51 // default_value(), specified(), value(), parse(), bind().
60 // Return true if the command line argument was specified on the command line.
61 bool specified() const { return specified_; } function in class:toco::final
78 // Becomes true after parsing if the value was specified
89 // Return true if the command line argument was specified on the command line.
90 bool specified() const { return specified_; function in class:toco::final
125 bool specified() const { return specified_; } function in class:toco::final
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 493 (** [module_context m] returns the context of the specified module.
691 (** [type_by_name m name] returns the specified type from the current module
953 (** [const_element c] returns a constant for a specified index's element.
    [all...]
  /external/ImageMagick/www/api/
cache-view.php 113 <p>CloneCacheView() makes an exact copy of the specified cache view.</p>
135 <p>DestroyCacheView() destroys the specified view returned by a previous call to AcquireCacheView().</p>
233 <p>GetCacheViewColorspace() returns the image colorspace associated with the specified view.</p>
255 <p>GetCacheViewImage() returns the image associated with the specified view.</p>
277 <p>GetCacheViewStorageClass() returns the image storage class associated with the specified view.</p>
377 <p>GetOneCacheViewAuthenticPixel() returns a single pixel at the specified (x,y) location. The image background color is returned if an error occurs.</p>
403 <dd>return a pixel at the specified (x,y) location. </dd>
413 <p>GetOneCacheViewVirtualPixel() returns a single pixel at the specified (x,y) location. The image background color is returned if an error occurs. If you plan to modify the pixel, use GetOneCacheViewAuthenticPixel() instead.</p>
439 <dd>return a pixel at the specified (x,y) location. </dd>
449 <p>GetOneCacheViewVirtualPixelInfo() returns a single pixel at the specified (x,y) location. The image background color is returned if an error occurs. If you plan to modify (…)
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli 366 (** [module_context m] returns the context of the specified module.
557 (** [type_by_name m name] returns the specified type from the current module
    [all...]
  /external/selinux/libsepol/src/
conditional.c 37 if ((cur->node->key.specified & AVTAB_TYPE) && (top != cur)) {
322 cur->node->key.specified &= ~AVTAB_ENABLED;
324 cur->node->key.specified |= AVTAB_ENABLED;
331 cur->node->key.specified &= ~AVTAB_ENABLED;
333 cur->node->key.specified |= AVTAB_ENABLED;
637 if (k->specified & AVTAB_TYPE) {
655 (node_ptr, k->specified)) {
884 node = avtab_search_node_next(node, key->specified)) {
886 (node->key.specified & (AVTAB_ALLOWED | AVTAB_ENABLED)))
889 (node->key.specified & (AVTAB_AUDITDENY | AVTAB_ENABLED))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
__init__.py 154 output might include trailing whitespace when ``indent`` is specified.
218 output might include trailing whitespace when ``indent`` is specified.
264 be specified. Encodings that are not ASCII based (such as UCS-2) are
300 must be specified. Encodings that are not ASCII based (such as UCS-2)
316 ``parse_float``, if specified, will be called with the string
321 ``parse_int``, if specified, will be called with the string
326 ``parse_constant``, if specified, will be called with one of the
  /external/python/cpython2/Lib/json/
__init__.py 154 output might include trailing whitespace when ``indent`` is specified.
219 output might include trailing whitespace when ``indent`` is specified.
265 be specified. Encodings that are not ASCII based (such as UCS-2) are
301 must be specified. Encodings that are not ASCII based (such as UCS-2)
317 ``parse_float``, if specified, will be called with the string
322 ``parse_int``, if specified, will be called with the string
327 ``parse_constant``, if specified, will be called with one of the
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
__init__.py 154 output might include trailing whitespace when ``indent`` is specified.
218 output might include trailing whitespace when ``indent`` is specified.
264 be specified. Encodings that are not ASCII based (such as UCS-2) are
300 must be specified. Encodings that are not ASCII based (such as UCS-2)
316 ``parse_float``, if specified, will be called with the string
321 ``parse_int``, if specified, will be called with the string
326 ``parse_constant``, if specified, will be called with one of the
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
__init__.py 154 output might include trailing whitespace when ``indent`` is specified.
218 output might include trailing whitespace when ``indent`` is specified.
264 be specified. Encodings that are not ASCII based (such as UCS-2) are
300 must be specified. Encodings that are not ASCII based (such as UCS-2)
316 ``parse_float``, if specified, will be called with the string
321 ``parse_int``, if specified, will be called with the string
326 ``parse_constant``, if specified, will be called with one of the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 154 output might include trailing whitespace when ``indent`` is specified.
218 output might include trailing whitespace when ``indent`` is specified.
264 be specified. Encodings that are not ASCII based (such as UCS-2) are
300 must be specified. Encodings that are not ASCII based (such as UCS-2)
316 ``parse_float``, if specified, will be called with the string
321 ``parse_int``, if specified, will be called with the string
326 ``parse_constant``, if specified, will be called with one of the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 154 output might include trailing whitespace when ``indent`` is specified.
218 output might include trailing whitespace when ``indent`` is specified.
264 be specified. Encodings that are not ASCII based (such as UCS-2) are
300 must be specified. Encodings that are not ASCII based (such as UCS-2)
316 ``parse_float``, if specified, will be called with the string
321 ``parse_int``, if specified, will be called with the string
326 ``parse_constant``, if specified, will be called with one of the
  /external/llvm/test/MC/ARM/
diagnostics.s 11 @ CHECK-ERRORS: but 's' suffix specified
111 @CHECK-ERRORS: error: instruction 'hlt' is not predicable, but condition code specified
114 @CHECK-ERRORS: error: instruction 'hlt' is not predicable, but condition code specified
169 @ CHECK-ERRORS: error: instruction 'movw' can not set flags, but 's' suffix specified
223 @ CHECK-ERRORS: error: instruction 'setend' is not predicable, but condition code specified
435 @ CHECK-ERRORS: error: instruction 'dmb' is not predicable, but condition code specified
436 @ CHECK-ERRORS: error: instruction 'dsb' is not predicable, but condition code specified
437 @ CHECK-ERRORS: error: instruction 'isb' is not predicable, but condition code specified
442 @ CHECK-ERRORS: error: instruction 'dmb' is not predicable, but condition code specified
443 @ CHECK-ERRORS: error: instruction 'dsb' is not predicable, but condition code specified
    [all...]
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 58 * Inserts a node into the tree with the specified key and value if
59 * the tree does not already contain a node with the specified key. If
91 * Removes a node with the specified key from the tree if the tree
123 * Returns the node having the specified key or null if the tree doesn't contain
124 * a node with the specified key.
127 * @return {SplayTree.Node} Node having the specified key.
155 * is less than the specified key value.
  /external/v8/tools/
splaytree.js 60 * Inserts a node into the tree with the specified key and value if
61 * the tree does not already contain a node with the specified key. If
93 * Removes a node with the specified key from the tree if the tree
125 * Returns the node having the specified key or null if the tree doesn't contain
126 * a node with the specified key.
129 * @return {SplayTree.Node} Node having the specified key.
172 * is less or equal to the specified key value.
  /external/tensorflow/tensorflow/go/op/
wrappers.go 47 // If not specified, defaults to 3
229 // If not specified, defaults to 8
239 // If not specified, defaults to false
357 // If not specified, defaults to ""
368 // If not specified, defaults to ""
376 // If not specified, defaults to false
384 // If not specified, defaults to <>
426 // If not specified, defaults to false
473 // If not specified, defaults to ""
484 // If not specified, defaults to "
    [all...]

Completed in 1224 milliseconds

1 2 3 4 5 67 8 91011>>