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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/tools/grit/grit/
exception.py 86 '''The specified message failed validation.'''
  /external/chromium_org/tools/grit/grit/tool/
newgrd.py 23 which is specified at build time. -->
  /external/libsepol/src/
hierarchy.c 165 if (!(k->specified & AVTAB_ALLOWED)) {
182 key.specified = AVTAB_ALLOWED;
201 key.specified = AVTAB_ALLOWED;
216 key.specified = AVTAB_ALLOWED;
services.c 367 * when it is applied to the specified source and target
856 avkey.specified = AVTAB_AV;
871 avtab_search_node_next(node, avkey.specified)) {
872 if (node->key.specified == AVTAB_ALLOWED)
874 else if (node->key.specified ==
877 else if (node->key.specified == AVTAB_AUDITDENY)
1073 * Return a class ID associated with the class string specified by
1165 * has the string representation specified by `scontext'.
1226 uint32_t specified, sepol_security_id_t * out_sid)
1251 switch (specified) {
    [all...]
  /frameworks/webview/chromium/tools/
merge_from_chromium.py 46 The contents of the specified file.
59 A dictionary of the contents of DEPS at the specified revision
433 Only one of root_sha1 and release should be specified.
502 parser.epilog = ('Takes a snapshot of the Chromium tree at the specified '
511 help=('Merge to the specified chromium sha1 revision from ' +
516 help=('Merge to the specified chromium release buildspec (e.g., "30.0.'
517 '1599.20"). Only one of --sha1 and --release should be specified'))
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 106 bool specified; member in struct:blink::GradientStop
110 , specified(false)
199 stops[i].specified = true;
205 stops[i].specified = true;
208 stops[i].specified = true;
212 // If a color-stop has a position that is less than the specified position of any
214 // largest specified position of any color-stop before it.
215 if (stops[i].specified && i > 0) {
218 if (stops[prevSpecifiedIndex].specified)
227 ASSERT(stops[0].specified && stops[numStops - 1].specified)
    [all...]
  /build/core/
executable_prefer_symlink.mk 2 # but this requires the primary version name specified via LOCAL_MODULE_STEM_32 or LOCAL_MODULE_STEM_64,
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
table_util.js 132 * @param {Node} rowNode The specified row node.
148 * @param {string} cellID The specified ID.
149 * @return {Array} An array containing the cell with the specified ID.
172 * @param {Node} colGroupNode The specified <COLGROUP> element.
key_util.js 136 * Returns the string representation of the specified key code.
179 * Returns the keycode of a string representation of the specified modifier.
213 * Checks if the specified key code is a key used for switching into a sequence
214 * mode. Sequence switch keys are specified in
232 * Get readable string description of the specified keycode.
366 * if the opt_readableKeyCode option is specified, the key code will return a
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/dom/
nodetype.js 25 * These constants match those specified in the Node interface. These are
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_options.py 78 'If not specified, only 0 or 1 connected devices are supported.')
110 help='Let the user interact with the page; the actions specified for '
317 "Directory specified by --profile-dir (%s) doesn't exist "
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
swipe.js 32 // This class swipes a page for a specified distance.
  /external/chromium_org/v8/src/
generator.js 14 // Generator functions and objects are specified by ES6, sections 15.19.3 and
  /external/chromium_org/v8/tools/push-to-trunk/
releases.py 256 # Retrieve history for a specified branch.
436 help=("The branch to analyze. If 'all' is specified, "
438 "is specified, track beta, stable and trunk."))
  /external/libunwind/doc/
unw_get_accessors.tex 21 routines that were specified when address space \Var{as} was created
  /external/llvm/utils/TableGen/
tdtags 29 -f <file> Write tags to the specified file (defaults to 'tags').
46 - Generate a tags file for each specified LLVM code generator
47 target, or if none are specified, all targets.
80 -x Run a canned recipe, rather than operate on specified files.
299 # Find directories containing .td files within the specified directory,
309 # Generate tags for the specified code generator targets, or
317 # Check that every specified argument is a target directory;
  /packages/inputmethods/LatinIME/native/jni/
TargetUnitTests.mk 48 # $(BUILD_NATIVE_TEST) fails when LOCAL_NDK_STL_VARIANT is specified.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 19 NonAndroidProjectError=Specified project is not an Android project
32 AndroidJUnitTab_NoRunnerError=Instrumentation runner not specified
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
splay.js 153 * Inserts a node into the tree with the specified key and value if
154 * the tree does not already contain a node with the specified key. If
186 * Removes a node with the specified key from the tree if the tree
218 * Returns the node having the specified key or null if the tree doesn't contain
219 * a node with the specified key.
222 * @return {SplayTree.Node} Node having the specified key.
250 * is less than the specified key value.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 147 * Inserts a node into the tree with the specified key and value if
148 * the tree does not already contain a node with the specified key. If
180 * Removes a node with the specified key from the tree if the tree
212 * Returns the node having the specified key or null if the tree doesn't contain
213 * a node with the specified key.
216 * @return {SplayTree.Node} Node having the specified key.
229 * is less or equal to the specified key value.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-splay.js 147 * Inserts a node into the tree with the specified key and value if
148 * the tree does not already contain a node with the specified key. If
180 * Removes a node with the specified key from the tree if the tree
212 * Returns the node having the specified key or null if the tree doesn't contain
213 * a node with the specified key.
216 * @return {SplayTree.Node} Node having the specified key.
229 * is less or equal to the specified key value.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-splay.js 148 * Inserts a node into the tree with the specified key and value if
149 * the tree does not already contain a node with the specified key. If
181 * Removes a node with the specified key from the tree if the tree
213 * Returns the node having the specified key or null if the tree doesn't contain
214 * a node with the specified key.
217 * @return {SplayTree.Node} Node having the specified key.
245 * is less than the specified key value.
  /external/chromium_org/v8/benchmarks/
splay.js 153 * Inserts a node into the tree with the specified key and value if
154 * the tree does not already contain a node with the specified key. If
186 * Removes a node with the specified key from the tree if the tree
218 * Returns the node having the specified key or null if the tree doesn't contain
219 * a node with the specified key.
222 * @return {SplayTree.Node} Node having the specified key.
250 * is less than the specified key value.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 264 specified or changed, and when applied to a fragment. Each parameter is
353 executed with target specified as PROXY_TEXTURE_3D, the
354 three-dimensional proxy state values of the specified level-of-detail
360 exactly as though the actual image array were being specified. No pixel
365 TexImage1D is executed with target specified as PROXY_TEXTURE_1D,
366 TexImage2D is executed with target specified as PROXY_TEXTURE_2D or
368 specified as PROXY_TETXURE_2D_ARRAY_EXT."
401 object of different dimensionality than the specified target. If the
691 consecutively in memory, with the layer closest to zero specified first.
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 264 specified or changed, and when applied to a fragment. Each parameter is
353 executed with target specified as PROXY_TEXTURE_3D, the
354 three-dimensional proxy state values of the specified level-of-detail
360 exactly as though the actual image array were being specified. No pixel
365 TexImage1D is executed with target specified as PROXY_TEXTURE_1D,
366 TexImage2D is executed with target specified as PROXY_TEXTURE_2D or
368 specified as PROXY_TETXURE_2D_ARRAY_EXT."
401 object of different dimensionality than the specified target. If the
691 consecutively in memory, with the layer closest to zero specified first.
    [all...]

Completed in 1130 milliseconds

1 2 34 5 6 7 8 91011>>