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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/mojo/public/js/bindings/
support.js 27 * Cancels the asyncWait operation specified by the given |waitId|.
  /external/chromium_org/mojo/tools/
mojob.sh 30 Build/test options (specified before build/test/perftest):
34 Compiler options (specified before gyp):
  /external/chromium_org/third_party/mesa/src/docs/
MESA_window_pos.spec 106 Not specified at this time. However, a protocol message very similar
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.sh 32 * provide isolation from the name mangling specified via --with-mangling
  /external/libsepol/src/
expand.c     [all...]
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;
640 if (k->specified & AVTAB_TYPE) {
658 (node_ptr, k->specified)) {
887 node = avtab_search_node_next(node, key->specified)) {
889 (node->key.specified & (AVTAB_ALLOWED | AVTAB_ENABLED)))
892 (node->key.specified & (AVTAB_AUDITDENY | AVTAB_ENABLED))
    [all...]
  /external/libunwind/doc/
unw_destroy_addr_space.tex 20 address space specified by argument \Var{as} and thereby releases
  /external/mesa3d/docs/
MESA_window_pos.spec 106 Not specified at this time. However, a protocol message very similar
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
wish.i 20 A startup file may be specified by defining the symbol SWIG_RcFileName
  /external/chromium_org/third_party/polymer/components-chromium/core-animation/
core-animation-group-extracted.js 22 * be the specified duration of its children. If set to anything other than
59 // duration specified.
  /external/chromium_org/v8/test/intl/date-format/
parse-mdyhms.js 47 // AM/PM were not specified.
50 // Time was not specified.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
jsbundler.py 12 The top-level files are appended to the sorted list in the order specified
13 on the command line. If no root directories are specified, the source
148 '''Reads all source specified on the command line, including sources
255 '''Writes output in the specified format.
316 Die('At least one top-level source file must be specified.')
  /external/libvpx/libvpx/test/
tools_common.sh 14 # Sets $VPX_TOOL_TEST to the name specified by positional parameter one.
266 # Filters strings from positional parameter one using the filter specified by
299 # are run according to the rules specified in vpx_test_usage().
341 When the --bin-path option is not specified the script attempts to use
344 When the --config-path option is not specified the script attempts to use
347 When the -test-data-path option is not specified the script attempts to use
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh 14 # Sets $VPX_TOOL_TEST to the name specified by positional parameter one.
266 # Filters strings from positional parameter one using the filter specified by
299 # are run according to the rules specified in vpx_test_usage().
341 When the --bin-path option is not specified the script attempts to use
344 When the --config-path option is not specified the script attempts to use
347 When the -test-data-path option is not specified the script attempts to use
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 450 (** [module_context m] returns the context of the specified module.
648 (** [type_by_name m name] returns the specified type from the current module
    [all...]
  /external/checkpolicy/test/
dismod.c 224 if (avrule->specified & AVRULE_AV) {
225 if (avrule->specified & AVRULE_ALLOWED) {
228 if (avrule->specified & AVRULE_AUDITALLOW) {
231 if (avrule->specified & AVRULE_DONTAUDIT) {
234 } else if (avrule->specified & AVRULE_TYPE) {
235 if (avrule->specified & AVRULE_TRANSITION) {
238 if (avrule->specified & AVRULE_MEMBER) {
241 if (avrule->specified & AVRULE_CHANGE) {
244 } else if (avrule->specified & AVRULE_NEVERALLOW) {
247 fprintf(fp, " ERROR: no valid rule type specified\n")
    [all...]
  /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/chromium_org/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/chromium_org/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/chromium_org/third_party/simplejson/
__init__.py 205 If specified, *item_sort_key* is a callable used to sort the items in
300 If specified, *item_sort_key* is a callable used to sort the items in
355 *object_hook*, if specified, will be called with the result of every
369 *parse_float*, if specified, will be called with the string of every
374 *parse_int*, if specified, will be called with the string of every
379 *parse_constant*, if specified, will be called with one of the
411 *object_hook*, if specified, will be called with the result of every
425 *parse_float*, if specified, will be called with the string of every
430 *parse_int*, if specified, will be called with the string of every
435 *parse_constant*, if specified, will be called with one of th
    [all...]
  /external/chromium_org/v8/test/mjsunit/
array-iteration.js 45 // Use specified object as this object when calling the function.
84 // Use specified object as this object when calling the function.
126 // Use specified object as this object when calling the function.
165 // Use specified object as this object when calling the function.
201 // Use specified object as this object when calling the function.
  /external/chromium_org/ui/webui/resources/js/cr/ui/
bubble.js 44 // specified by the arrow location) so that the arrow points at the midpoint
48 // specified by the arrow location) so that its reference edge lines up with
52 // obstruct the anchor element, if possible. The specified arrow location is
72 * of the bubble (as specified by the arrow location). In pixels.
181 // specified by the arrow location). If the bubble is not entirely
203 // top/bottom as specified by the arrow location).
205 // bottom/top, opposite the specified arrow location).
207 // top/bottom as specified by the arrow location).
209 // bottom/top, opposite the specified arrow location).
302 * arrow and the reference edge of the bubble (as specified by the arro
    [all...]
  /external/chromium_org/tools/grit/grit/format/
html_inline.py 9 and inlines the specified file, producing one HTML file with no external
133 """Helper function that inlines the resources in a specified file.
356 """Inlines the resources in a specified file and returns it as a string.
377 """Inlines the resources in a specified file and writes it.
  /external/chromium_org/components/dom_distiller/webui/resources/
about_dom_distiller.js 54 * Sends a request to the browser process to add the URL specified to the list
65 * URL specified.

Completed in 3370 milliseconds

1 23 4 5 6 7 8 91011>>