OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:configurable
(Results
101 - 125
of
953
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/v8/test/mjsunit/harmony/
regexp-flags.js
15
assertTrue(descriptor.
configurable
);
species.js
22
assertTrue(descriptor.
configurable
);
/external/v8/test/webkit/
array-defineOwnProperty-expected.txt
36
PASS Object.defineProperty([], 'length', {
configurable
: true }) threw exception TypeError: Cannot redefine property: length.
41
PASS var a = Object.defineProperty([42], '0', {
configurable
: false }); a.length = 0; a[0] is 42
44
PASS Object.defineProperty(Object.defineProperty([true], '0', {
configurable
:true, writable: false }), '0', { writable: true })[0] is true
45
PASS Object.defineProperty(Object.defineProperty([true], '0', {
configurable
:false, writable: false }), '0', { writable: true })[0] threw exception TypeError: Cannot redefine property: 0.
preventExtensions-expected.txt
61
PASS Object.getOwnPropertyDescriptor(freeze({0:0}), 0).
configurable
is false
62
PASS Object.getOwnPropertyDescriptor(freeze({10000001:0}), 10000001).
configurable
is false
/external/webrtc/webrtc/sound/
linuxsoundsystem.h
30
// Linux this is user-
configurable
, so we need to support both and choose the
/frameworks/minikin/app/
HyphTool.cpp
36
Hyphenator* hyph = loadHybFile("/tmp/en.hyb"); // should also be
configurable
/system/bt/bta/hh/
bta_hh_cfg.c
21
* This file contains compile-time
configurable
constants for the BTA Hid
/system/bt/bta/jv/
bta_jv_cfg.c
22
* This file contains compile-time
configurable
constants for advanced
/system/bt/bta/mce/
bta_mce_cfg.c
22
* This file contains compile-time
configurable
constants for MCE
/external/v8/test/mjsunit/es6/
unscopables.js
91
assertTrue(descr.
configurable
);
398
configurable
: true
427
configurable
: true
441
configurable
: true
455
configurable
: true
490
configurable
: true
499
configurable
: true
531
configurable
: true
541
configurable
: true
/external/parameter-framework/upstream/parameter/include/
ParameterMgrFullConnector.h
151
//
Configurable
element - domain association
172
* Method that imports
Configurable
Domains from an Xml source.
186
* Method that imports a single
Configurable
Domain from an Xml source.
202
* Method that imports a single
Configurable
Domain from an string
218
* Method that exports
Configurable
Domains to an Xml destination.
233
* Method that exports a given
Configurable
Domain to an Xml destination.
/external/v8/src/compiler/
js-global-object-specialization.cc
83
// Load from non-
configurable
, read-only data property on the global
91
// Load from non-
configurable
, data property on the global can be lowered to
100
// additional feedback, or the global property is
configurable
(i.e.
130
// Access to
configurable
global properties requires deoptimization support.
245
// Store to non-
configurable
, data property on the global can be lowered
249
// With deoptimization support, we can lower stores even to
configurable
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
retries.py
35
- And so on, up to a
configurable
maximum number of retries (default = 6),
36
with each retry period bounded by a
configurable
maximum period of time
/external/parameter-framework/upstream/parameter/
AreaConfiguration.h
99
// Associated
configurable
element
102
//
Configurable
element settings
ConfigurableElement.cpp
129
"for
configurable
element " +
144
"Configuration settings parsing: Under
configurable
element " +
152
// Parse child
configurable
element's settings
159
// There should remain no
configurable
element to parse
417
//
Configurable
domain association
534
// Browse all
configurable
domains for validity checking
573
// Browse all
configurable
domains for comparison
600
// Browse all
configurable
domains for comparison
ParameterBlackboard.h
58
* May be used to write a
configurable
element's settings
72
* May be used to read a
configurable
element's settings
SubsystemObject.h
58
//
Configurable
element retrieval
72
* @param[in] instanceConfigurableElement pointer to
configurable
element instance
/external/v8/test/mjsunit/strong/
load-proxy.js
17
// a trapping proxy's properties must always be
configurable
18
if (desc !== undefined) { desc.
configurable
= true; }
/external/v8/test/webkit/fast/regex/
lastIndex-expected.txt
37
PASS Object.defineProperty(/x/, 'lastIndex', {
configurable
:true}); true threw exception TypeError: Cannot redefine property: lastIndex.
38
PASS Object.defineProperty(/x/, 'lastIndex', {
configurable
:false}); true is true
/external/android-clat/
ring.h
40
// TODO: Make this
configurable
. This requires some refactoring because the packet socket is
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
BouncyCastleProvider.java
56
*
Configurable
symmetric ciphers
86
*
Configurable
asymmetric ciphers
113
*
Configurable
digests
128
*
Configurable
keystores
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
timeline.js
69
configurable
: true,
/external/clang/docs/
LibFormat.rst
56
In the future, we plan on making this
configurable
.
/external/freetype/include/
ftsynth.h
39
/* slanting are not
configurable
. Consider the functions as a */
/external/guava/guava-tests/test/com/google/common/io/
TestByteSource.java
29
* A byte source for testing that has
configurable
behavior.
Completed in 900 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>