OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:configurable
(Results
151 - 175
of
953
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
apply-preserving-inline-style.js
39
descriptor.
configurable
= true;
93
configurable
: true,
104
configurable
: true,
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
OkHttpClientTest.java
116
SocketFactory socketFactory = SocketFactory.getDefault(); // Global isn't
configurable
.
117
OkHostnameVerifier hostnameVerifier = OkHostnameVerifier.INSTANCE; // Global isn't
configurable
.
118
CertificatePinner certificatePinner = CertificatePinner.DEFAULT; // Global isn't
configurable
.
/external/v8/test/mjsunit/es6/
object-literals-method.js
37
assertTrue(desc.
configurable
);
209
assertTrue(desc.
configurable
);
226
assertFalse(desc.
configurable
);
/external/v8/test/mjsunit/
function-prototype.js
106
assertFalse(desc.
configurable
);
112
assertFalse(desc.
configurable
);
118
assertFalse(desc.
configurable
);
/external/v8/src/
messages.h
200
"non-
configurable
property '%' which is either non-existant or " \
201
"
configurable
in the proxy target") \
210
"is non-
configurable
in the proxy target") \
216
"non-
configurable
data property on the proxy target but the proxy " \
219
"'get' on proxy: property '%' is a non-
configurable
accessor " \
231
"for property '%' which is either non-existant or
configurable
in the " \
238
"property '%' which is non-
configurable
in the proxy target") \
248
"the proxy target as non-
configurable
") \
269
"the proxy target as a non-
configurable
and non-writable data property " \
273
"the proxy target as a non-
configurable
and non-writable accessor "
[
all
...]
property.cc
18
os << (((attributes & DONT_DELETE) == 0) ? "C" : "_"); //
configurable
/external/v8/test/mjsunit/harmony/
reflect.js
56
{
configurable
: false });
58
{ writable: false,
configurable
: true, value: 44 });
60
{ get: function () {return this.bla},
configurable
: true });
62
{ set: function (x) {this.gaga = x},
configurable
: true });
64
{ set: function (x) {},
configurable
: true });
269
{
configurable
: false, writable: true, value: true});
271
{
configurable
: false, writable: true, value: true});
/frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_nan_WifiNanNative.cpp
253
/*
configurable
settings */
304
/* hard-coded settings - TBD: move to
configurable
*/
310
/*
configurable
settings */
372
/* hard-coded settings - TBD: move to
configurable
*/
383
/*
configurable
settings */
442
/* hard-coded settings - TBD: move to
configurable
*/
448
/*
configurable
settings */
/external/parameter-framework/upstream/parameter/
ParameterMgr.h
134
/** Creates a handle to a
configurable
element.
138
* @param[in] path A string representing a path to a
configurable
element.
286
//
Configurable
element - domain association
307
* Method that imports
Configurable
Domains from an Xml source.
322
* Method that imports a single
Configurable
Domain from an Xml source.
339
* Method that exports
Configurable
Domains to an Xml destination.
354
* Method that exports a given
Configurable
Domain to an Xml destination.
663
/** Get settings from a
configurable
element in binary format.
[
all
...]
ConfigurableDomains.cpp
121
strError = "Already existing
configurable
domain";
322
// Get all owned
configurable
elements
344
// Get all owned
configurable
elements
388
// Gather
configurable
elements owned by any domain
535
//
Configurable
element - domain association
613
strError = "
Configurable
domain " + strDomain + " not found";
ConfigurableDomains.h
51
* Adds a domain object to
configurable
domains. The ConfigurableDomains
137
/** Associate a
configurable
element to a domain
193
// Gather owned
configurable
elements owned by any domain
SubsystemObjectCreator.h
62
// Masximum expected size for
configurable
elment (-1 means none)
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
ResourceData.java
17
* being deserialized. To save the assets, the object should implement the {@link
Configurable
} interface and obtain
29
public static interface
Configurable
<T>{
126
/** Shared assets among all the
configurable
objects*/
ParticleControllerComponent.java
17
public abstract class ParticleControllerComponent implements Disposable, Json.Serializable, ResourceData.
Configurable
{
/prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar
/development/tools/idegen/
index-gen.sh
54
# TODO: make excludes more generic and
configurable
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
ServerConnection.cpp
77
/* XXX: Make
configurable
through system property */
/external/apache-http/src/org/apache/commons/logging/impl/
NoOpLog.java
27
*
configurable
system properties are supported.</p>
/external/autotest/client/tests/isic/
help
9
fields have a
configurable
tendancy.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
preferences.html
50
configurable
may be interesting to display others dimensions and see whether their
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
NoOpLog.java
24
* Trivial implementation of Log that throws away all messages. No
configurable
/external/v8/test/intl/break-iterator/
property-override.js
34
//
configurable
: true,
/external/v8/test/intl/collator/
property-override.js
34
//
configurable
: true,
/external/v8/test/intl/date-format/
property-override.js
34
//
configurable
: true,
/external/v8/test/intl/number-format/
property-override.js
34
//
configurable
: true,
Completed in 631 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>