HomeSort by relevance Sort by last modified time
    Searched refs:configurable (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /external/v8/src/
property-descriptor.h 77 bool configurable() const { return configurable_; } function in class:v8::internal::PropertyDescriptor
78 void set_configurable(bool configurable) {
79 configurable_ = configurable;
109 (has_configurable() && !configurable() ? DONT_DELETE : NONE) |
property-descriptor.cc 141 isolate->heap()->ToBoolean(configurable()));
155 isolate->heap()->ToBoolean(configurable()));
178 factory->ToBoolean(configurable()));
217 // configurable?
218 Handle<Object> configurable; local
221 &configurable)) {
224 // 9c. Set the [[Configurable]] field of desc to conf.
225 if (!configurable.is_null()) {
226 desc->set_configurable(configurable->BooleanValue());
310 // [[Enumerable]]: false, [[Configurable]]: false}
    [all...]
objects.cc     [all...]
keys.cc 781 // 14b. If desc is not undefined and desc.[[Configurable]] is false, then
782 if (found.FromJust() && !desc.configurable()) {
    [all...]
  /external/syslinux/core/
ldlinux.asm 29 ; Some semi-configurable constants... change on your own risk.
pxelinux.asm 29 ; Some semi-configurable constants... change on your own risk.
isolinux.asm 26 ; Some semi-configurable constants... change on your own risk.
  /build/soong/android/
config.go 111 func loadFromConfigFile(configurable jsonConfigurable, filename string) error {
118 // Make a file-configurable-options with defaults, write it out using
120 configurable.SetDefaultConfig()
121 err = saveToConfigFile(configurable, filename)
128 err = jsonDecoder.Decode(configurable)
218 // Load any configurable options from the configuration file
  /compatibility/cdd/9_security-model/
9_7_kernel-security-features.md 15 below the Android framework configurable to the user or app developer.
24 which allows filtering of system calls using a configurable policy from
  /external/v8/tools/foozzie/
v8_mock.js 64 Error, 'prepareStackTrace', { configurable: false, writable: false });
  /compatibility/cdd/5_multimedia/
5_2_video-encoding.md 41 * [C-2-1] MUST support dynamically configurable bitrates.
49 * SHOULD support dynamically configurable bitrates for the supported encoder.
58 * SHOULD support dynamically configurable bitrates for the supported encoder.
  /external/libogg/
libogg.spec 106 - add support for configurable prefixes
  /external/libvorbis/
libvorbis.spec 118 - Updated for configurable prefixes
  /external/v8/src/js/
prologue.js 119 configurable: true,
128 // The "prototype" property of the function object is made non-configurable,
i18n.js 602 * configurable: false, writable: false, enumerable: true.
611 configurable: false,
689 * Configurable is false by default.
699 * Sets configurable descriptor to false.
709 * Defines a property and sets writable, enumerable and configurable to true.
715 configurable: true});
    [all...]
  /external/v8/src/inspector/
injected-script-source.js 351 if (!("configurable" in descriptor))
352 descriptor.configurable = false;
416 // Not all bindings provide proper descriptors. Fall back to the writable, configurable property.
420 descriptor = { name: name, value: o[property], writable: false, configurable: false, enumerable: false, __proto__: null };
498 yield { name: "__proto__", value: proto, writable: true, configurable: true, enumerable: false, isOwn: true, __proto__: null };
    [all...]
  /external/libpng/projects/owatcom/
pngconfig.mak 55 This is a locally configurable build of libpng.lib; for configuration
  /external/libvorbis/doc/
08-residue.tex 106 It is worth mentioning at this point that no configurable value in the
01-introduction.tex 82 For these reasons, configurable aspects of codec setup intentionally
04-codec.tex 92 Vorbis codec setup is configurable to an extreme degree:
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.0/
sdk-common-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.2/
sdk-common-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.5.0/
sdk-common-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.5.1/
sdk-common-22.5.1.jar 

Completed in 359 milliseconds

1 2 3 4 5 6