OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:properties
(Results
326 - 350
of
550
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/media/libstagefright/chromium_http/
ChromiumHTTPDataSource.cpp
28
#include <cutils/
properties
.h> // for property_get
/frameworks/base/media/mtp/
MtpServer.cpp
27
#include <cutils/
properties
.h>
452
mData.putAUInt16(deviceProperties); // Device
Properties
Supported
538
MtpObjectPropertyList*
properties
= mDatabase->getSupportedObjectProperties(format);
local
539
mData.putAUInt16(
properties
);
540
delete
properties
;
[
all
...]
/frameworks/base/opengl/libs/EGL/
Loader.cpp
26
#include <cutils/
properties
.h>
egl.cpp
31
#include <cutils/
properties
.h>
/frameworks/base/opengl/libs/GLES_CM/
gl.cpp
27
#include <cutils/
properties
.h>
/hardware/libhardware_legacy/qemu/
qemu.c
23
#include <cutils/
properties
.h>
/hardware/ril/rild/
rild.c
30
#include <cutils/
properties
.h>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
AndroidPropertyPage.java
17
package com.android.ide.eclipse.adt.internal.
properties
;
45
* "
Properties
".
130
// simply update the
properties
copy. Eclipse will be notified of the file change
180
// make a working copy of the
properties
/system/core/debuggerd/arm/
machine.c
32
#include <cutils/
properties
.h>
/system/core/libcutils/
properties.c
17
#define LOG_TAG "
properties
"
26
#include <cutils/
properties
.h>
74
* to set/get/list
properties
. The file descriptor is shared by all
89
* Connect to the
properties
server.
/system/core/libnetutils/
dhcp_utils.c
26
#include <cutils/
properties
.h>
210
/* copy dns data to system
properties
- TODO - remove this after we have async
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js
144
// is a super-fast way to populate an object with array-like
properties
311
// as
properties
will not be copied (such as the
612
// exclude the following css
properties
to add px
734
// A method for quickly swapping in/out CSS
properties
to get correct calculations
[
all
...]
/external/webkit/Source/WebCore/inspector/front-end/
ElementsTreeOutline.js
415
var
properties
= JSON.parse(result.description);
416
var offsetWidth =
properties
[0];
417
var offsetHeight =
properties
[1];
418
var naturalWidth =
properties
[2];
419
var naturalHeight =
properties
[3];
[
all
...]
/external/v8/test/mjsunit/
object-define-property.js
147
// Accessor
properties
253
// Data
properties
497
// Defining
properties
null should fail even when we have
513
// existing
properties
should not return true, but throw an error if the
591
// Make sure we can still redefine if all
properties
are the same.
678
// Make sure we can still redefine if all
properties
are the same.
933
// Ignore inherited
properties
.
mirror-script.js
43
// Check the mirror
properties
.
mirror-unresolved-function.js
55
// Check the mirror
properties
for unresolved functions.
value-wrapper.js
120
// Run test after
properties
have been set to a different value.
/external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js
501
return (object.type == "object" && object.
properties
);
506
for (var p in object.
properties
) {
507
var prop = object.
properties
[p];
/external/v8/src/
data-flow.cc
367
for (int i = 0; i < expr->
properties
()->length(); i++) {
368
Visit(expr->
properties
()->at(i)->value());
parser.h
538
// Populate the constant
properties
fixed array for a materialized object
541
ZoneList<ObjectLiteral::Property*>*
properties
,
548
void BuildArrayLiteralBoilerplateLiterals(ZoneList<Expression*>*
properties
,
/external/v8/test/mjsunit/regress/
regress-70066.js
87
// Delete on an argument found in the arguments object. Such
properties
are
/external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
optional-event-properties.js
1
description("Tests the optional
properties
of DeviceMotionEvent. Each property should be null if not set, or set to null or undefined.");
/frameworks/base/media/java/android/media/videoeditor/
MediaImageItem.java
29
import android.media.videoeditor.MediaArtistNativeHelper.
Properties
;
105
final
Properties
properties
= mMANativeHelper.getMediaProperties(filename);
local
107
switch (mMANativeHelper.getFileType(
properties
.fileType)) {
886
*
properties
data populated.If the image has Ken Burns effect applied,
[
all
...]
/dalvik/vm/
Globals.h
164
* java.lang.System
properties
set from the command line with -D.
168
std::vector<std::string>*
properties
;
member in struct:DvmGlobals
/external/bluetooth/bluez/attrib/
att.h
156
uint8_t
properties
;
member in struct:att_char
Completed in 878 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>