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

1 2 3 4 5 6 78 91011>>

  /external/v8/test/mjsunit/es6/
classes.js 86 assertTrue(descr.configurable);
95 assertFalse(descr.configurable);
111 assertTrue(descr.configurable);
194 assertTrue(descr.configurable);
204 assertTrue(descr.configurable);
214 assertTrue(descr.configurable);
224 assertTrue(descr.configurable);
436 configurable: true
447 configurable: true
string-iterator.js 66 assertTrue(desc.configurable);
collection-iterator.js 28 assertTrue(desc.configurable);
138 assertTrue(desc.configurable);
  /external/v8/test/mjsunit/
migrations.js 155 configurable: true,
166 accessor1: { value: this.a_, configurable: true },
170 configurable: true,
273 configurable: true,
  /external/v8/test/mjsunit/regress/
readonly5.js 59 Object.defineProperty(this, "x", {writable:false, configurable:true});
regress-1790.js 43 configurable: true
regress-252797.js 41 killMe: {value: 0, configurable: true},
  /frameworks/av/services/audiopolicy/
Android.mk 72 $(error Configurable policy does not support legacy conf file)
  /frameworks/wilhelm/src/
sync.c 34 // or at least make the poll interval longer or configurable
  /external/autotest/server/cros/dynamic_suite/
frontend_wrappers.py 40 Timeout for retries and delay between retries are configurable.
102 Timeout for retries and delay between retries are configurable.
  /external/nanohttpd/src/main/checkstyle/
nanohttpd-style.xml 8 - some best practices Checkstyle is very configurable. Be sure to read the documentation at http://checkstyle.sf.net (or in your downloaded distribution). Most Checks are configurable,
  /external/parameter-framework/upstream/parameter/include/
ParameterMgrPlatformConnector.h 97 /** Creates a handle to a configurable element.
101 * @param[in] path A string representing a path to a configurable element.
  /external/v8/test/mjsunit/harmony/
proxies-integrity.js 15 const noconf = {configurable: false}; property in class:const
16 const noconf_nowrite = {configurable: false, writable: false}; property in class:const
proxies-json.js 54 return { enumerable: true, configurable: true };
91 return { enumerable: true, configurable: true };
116 return { enumerable: true, configurable: true };
205 return { enumerable: true, configurable: true };
487 {value: 5, configurable: true, writable: true, enumerable: true}], log[3]);
  /external/v8/test/webkit/
preventExtensions.js 156 shouldBeFalse('Object.getOwnPropertyDescriptor(freeze({0:0}), 0).configurable');
157 shouldBeFalse('Object.getOwnPropertyDescriptor(freeze({10000001:0}), 10000001).configurable');
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
PointCloud.java 47 private float width = 200.0f; // TODO: Make configurable
120 mPaint.setColor(Color.rgb(255, 255, 255)); // TODO: make configurable
  /external/parameter-framework/upstream/tools/xmlGenerator/
EddParser.py 554 """return a list. Each elements consist of a list of configurable element of a configuration
556 return a list consisting of all configurable elements for each configuration.
557 These configurable elements are organized in a list"""
651 """ check that all configurable elements defined in child configuration are the sames"""
653 # get a list. Each elements of is the configurable element list of a configuration
659 # get first configuration configurable element list sort
664 # sort current configurable element list
669 # if different, 2 configurations those not have the same configurable element list
670 # => one or more configurable element is missing in one of the 2 configuration
681 # add configurable element
    [all...]
  /external/v8/test/mjsunit/es7/
object-observe.js 145 assertTrue(notifyDesc.configurable);
183 configurable: true,
335 configurable: true,
340 configurable: false,
345 configurable: false,
372 configurable: true,
377 configurable: false,
382 configurable: false,
867 Object.defineProperty(obj, "a", {get: function() {}, configurable: true});
874 Object.defineProperty(obj, "a", {value: 11, configurable: true})
    [all...]
  /docs/source.android.com/src/devices/tech/power/
device.jd 171 CURRENT_AVERAGE resolution 156.25uA, update period configurable 0.7s - 6.4h, default 11.25 secs.<br>
206 CURRENT_AVERAGE resolution 156.25uA, update period configurable 0.7s - 6.4h, default 11.25 secs.<br>
242 CURRENT_AVERAGE update period is 28 seconds (not configurable).<br>
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /bootable/recovery/bootloader_message/include/bootloader_message/
bootloader_message.h 27 // are not configurable without changing all of them.
  /developers/build/prebuilts/gradle/BasicSyncAdapter/
README.md 15 code at configurable intervals, while efficiently using battery and
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/
README.md 15 code at configurable intervals, while efficiently using battery and
template-params.xml 69 code at configurable intervals, while efficiently using battery and
  /external/bison/tests/
atlocal.in 2 # Configurable variable values for Bison test suite.

Completed in 1091 milliseconds

1 2 3 4 5 6 78 91011>>