Home
last modified time | relevance | path

Searched refs:configurable (Results 1 – 25 of 161) sorted by relevance

1234567

/external/v8/src/
Dproperty-descriptor.h80 bool configurable() const { return configurable_; } in configurable() function
81 void set_configurable(bool configurable) { in set_configurable() argument
82 configurable_ = configurable; in set_configurable()
112 (has_configurable() && !configurable() ? DONT_DELETE : NONE) | in ToAttributes()
Dproperty-descriptor.cc141 isolate->heap()->ToBoolean(configurable())); in ToObject()
155 isolate->heap()->ToBoolean(configurable())); in ToObject()
178 factory->ToBoolean(configurable())); in ToObject()
218 Handle<Object> configurable; in ToPropertyDescriptor() local
221 &configurable)) { in ToPropertyDescriptor()
225 if (!configurable.is_null()) { in ToPropertyDescriptor()
226 desc->set_configurable(configurable->BooleanValue(isolate)); in ToPropertyDescriptor()
/external/autotest/server/site_tests/enterprise_CFM_ConfigurableCfmTestSanity/
Dcontrol.join_leave9 PURPOSE = "Verifies the configurable CfM test infra with a simple scenario"
18 Verifies that we can specify and run a configurable cfm test.
Dcontrol.verifications9 PURPOSE = "Verifies the configurable CfM test infra with a simple scenario"
19 configurable CFM test.
/external/v8/tools/clusterfuzz/
Dv8_mock.js57 result, "constructor", { configurable: false, writable: false }); property
91 Error, 'prepareStackTrace', { configurable: false, writable: false }); property
/external/v8/src/js/
Dintl.js468 configurable: false, property
524 configurable: true}); property
1045 configurable: true}); property
1049 configurable: true}); property
1053 configurable: true}); property
1060 configurable: true}); property
1064 configurable: true}); property
1068 configurable: true}); property
/external/autotest/server/cros/cfm/configurable_test/
DREADME.md4 that clearly describes the steps executed. A sample of a configurable CfM test
27 A configurable test can be setup in a `control` file so that third parties
/external/u-boot/doc/
DREADME.qemu-arm14 - A freely configurable amount of CPU cores
17 - A freely configurable amount of RAM, described by the DTB
DREADME.N12131 N1213 is a configurable hard/soft core of NDS32's N12 CPU family.
/external/u-boot/doc/device-tree-bindings/leds/
Dcommon.txt15 "timer" - LED flashes at a fixed, configurable rate
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dcontrol.interrupt.full18 2. Disconnect the network for X minutes (X is configurable in the test).
/external/mockftpserver/tags/1.2/
DCHANGELOG.txt9 - Modify tests to make server port configurable (through "ftp.server.port" system property), allowi…
/external/conscrypt/
DNOTICE16 This product contains a modified portion of `Netty`, a configurable network
/external/u-boot/board/freescale/mpc8313erdb/
Dsdram.c61 #warning Chip select bounds is only configurable in 16MB increments in fixed_sdram()
/external/mockftpserver/tags/1.2.1/
DCHANGELOG.txt13 - Modify tests to make server port configurable (through "ftp.server.port" system property), allowi…
/external/mockftpserver/tags/2.x_Before_IDEA/
DCHANGELOG.txt13 - Modify tests to make server port configurable (through "ftp.server.port" system property), allowi…
/external/python/cpython3/Doc/
DREADME.rst37 configurable with the VENVDIR variable), you can run the following command to
44 (configurable with the SPHINXBUILD and BLURB variables).
/external/bcc/examples/networking/vlan_learning/
DREADME.txt3 destination) depending on a configurable mapping of src-mac to ifindex. As
/external/mockftpserver/tags/1.2.2/
DCHANGELOG.txt20 - Modify tests to make server port configurable (through "ftp.server.port" system property), allowi…
/external/u-boot/board/Arcturus/ucp1020/
DREADME8 The UCP1020 several configurable options
/external/mockftpserver/tags/1.2.3/
DCHANGELOG.txt26 - Modify tests to make server port configurable (through "ftp.server.port" system property), allowi…
/external/clang/docs/
DLibFormat.rst56 In the future, we plan on making this configurable.
/external/openssh/contrib/solaris/
DREADME15 3. look at the top of buildpkg.sh for the configurable options and put
/external/u-boot/board/sbc8349/
Dsbc8349.c90 #warning Chip select bounds is only configurable in 16MB increments in fixed_sdram()
/external/v8/src/inspector/
Dinjected-script-source.js313 descriptor.configurable = false;
473 …Arrays[i], value: typedArrays[i + 1], isOwn: true, enumerable: false, configurable: false, __proto… property
492 …var descriptor = { name: "__proto__", value: proto, writable: true, configurable: true, enumerable… property

1234567