HomeSort by relevance Sort by last modified time
    Searched full:configurable (Results 226 - 250 of 953) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
config-extensions.def 14 # virtual event bindings for the extension that are not user re-configurable.
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
config-extensions.def 14 # virtual event bindings for the extension that are not user re-configurable.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
config-extensions.def 14 # virtual event bindings for the extension that are not user re-configurable.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
config-extensions.def 14 # virtual event bindings for the extension that are not user re-configurable.
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.0.4/
commons-logging-1.0.4.pom 7 <description>Commons Logging is a thin adapter allowing configurable bridging to other,
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging-api/1.1/
commons-logging-api-1.1.pom 7 <description>Commons Logging is a thin adapter allowing configurable bridging to other,
  /system/bt/bta/dm/
bta_dm_cfg.c 21 * This file contains compile-time configurable constants for the device
52 /* For Insight, PM cfg lookup tables are runtime configurable (to allow tweaking of params for power consumption measurements) */
455 /* Entries at the end of the pm_spec table are user-defined (runtime configurable),
501 /* Entries at the end of the bta_dm_pm_md table are user-defined (runtime configurable),
  /system/update_engine/
omaha_response.h 53 // next URL in the current pass. This is a configurable value from the
  /docs/source.android.com/src/devices/tech/test_infra/tradefed/fundamentals/
options.jd 30 Developer to mark a Java class member as being configurable, at which point the value of that member
64 without paying much attention to the fact that they're configurable. Because the
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
prod.py 34 or download a file larger than a configurable threshold (by default, this
41 it in a configurable location (the default location is ~/.gsutil/, in a file
  /external/chromium-trace/catapult/third_party/webapp2/docs/
todo.rst 93 By convention, modules that are configurable in webapp2 use the module
110 ones. For convenience, configurable modules have a 'default_config'
  /external/v8/test/mjsunit/
array-concat.js 209 }, configurable: true})
218 }, configurable: true})
strict-mode.js 557 configurable: true });
560 configurable: true });
563 configurable: true });
566 configurable: true });
    [all...]
function-bind.js 288 assertTrue(cdesc.configurable);
291 assertTrue(adesc.configurable);
  /external/v8/test/mjsunit/es6/
array-iterator.js 42 assertEquals(desc.configurable, !(attrs & DONT_DELETE));
170 assertTrue(desc.configurable);
templates.js 293 assertFalse(raw.configurable);
302 assertFalse(cooked0.configurable);
307 assertFalse(raw0.configurable);
312 assertFalse(length.configurable);
317 assertFalse(length.configurable);
425 configurable: true
collections.js 335 configurable: false
363 configurable: true
388 configurable: true,
445 assertTrue(setSizeDescriptor.configurable);
466 assertTrue(mapSizeDescriptor.configurable);
1232 configurable: true
    [all...]
symbols.js 284 Object.defineProperty(obj, symbols[i], {value: i, configurable: true})
336 assertTrue(desc.configurable)
455 assertFalse(desc.configurable)
  /external/v8/src/js/
i18n.js 257 configurable: true
575 * configurable: false, writable: false, enumerable: true.
582 configurable: false,
647 * Configurable is false by default.
657 * Sets configurable descriptor to false.
667 * Defines a property and sets writable, enumerable and configurable to true.
673 configurable: true});
989 // Writable, configurable and enumerable are set to false by default.
    [all...]
v8natives.js 260 %AddNamedProperty(obj, "configurable", desc.isConfigurable(), NONE);
276 if ("configurable" in obj) {
277 desc.setConfigurable(TO_BOOLEAN(obj.configurable));
392 function PropertyDescriptor_SetConfigurable(configurable) {
393 this.configurable_ = configurable;
627 // Send flags - enumerable and configurable are common - writable is
629 // Take special care if enumerable and configurable is not defined on
    [all...]
  /external/autotest/client/cros/
verity_utils.py 24 # TODO(wad) make this configurable when dm-verity doesn't hard-code 4096.
193 # Set up the configurable bits.
  /external/parameter-framework/upstream/parameter/
Subsystem.cpp 404 // Then check configurable element size is correct
434 // Handle a configurable element mapping
  /external/parameter-framework/upstream/parameter/include/
ElementHandle.h 139 * configurable element's one otherwise this operation will fail
261 /** Reference to the handled Configurable element. */
  /external/v8/test/mjsunit/harmony/
private.js 235 Object.defineProperty(obj, symbols[i], {value: i, configurable: true})
279 assertTrue(desc.configurable)
reflect-construct.js 343 // Ensure that constructor.prototype is non-writable, non-configurable.
345 assertFalse(desc.configurable, name);

Completed in 1679 milliseconds

1 2 3 4 5 6 7 8 91011>>