OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:properties
(Results
176 - 200
of
550
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/v8/test/mjsunit/
override-read-only-property.js
29
// allowed to override read-only
properties
, not even if the read-only
33
// of read-only
properties
in prototype chains.
delete-in-with.js
28
// It should be possible to delete
properties
of 'with' context
for-in-delete.js
28
// Test that
properties
deleted during a for-in iteration do not show up in
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h
40
struct
Properties
{
58
Q_CORE_EXPORT const
Properties
* QT_FASTCALL
properties
(uint ucs4);
59
Q_CORE_EXPORT const
Properties
* QT_FASTCALL
properties
(ushort ucs2);
181
const QUnicodeTables::
Properties
*prop = QUnicodeTables::
properties
(c);
239
const QUnicodeTables::
Properties
*prop = QUnicodeTables::
properties
(c);
/external/wpa_supplicant_6/wpa_supplicant/examples/
wpas-test.py
60
props = net.
properties
()
/external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-test.py
60
props = net.
properties
()
/frameworks/base/cmds/installd/
installd.h
37
#include <cutils/
properties
.h>
/frameworks/base/core/jni/
android_view_Display.cpp
20
#include <cutils/
properties
.h>
/frameworks/base/media/jni/mediaeditor/
VideoEditorPropertiesMain.cpp
95
jobject
properties
= NULL;
local
141
return (
properties
); // NULL
166
// Allocate a new
properties
structure.
169
sizeof(VideoEditPropClass_Properties), "
Properties
");
183
// Allocate a new clip
properties
structure.
201
// Get Video clip
properties
232
// Check if the
properties
could be retrieved.
235
// Set the
properties
.
265
// Free the clip
properties
.
302
// Create a
properties
object
[
all
...]
/frameworks/base/media/libmediaplayerservice/
TestPlayerStub.cpp
26
#include <cutils/
properties
.h>
/frameworks/base/media/libstagefright/
DataSource.cpp
38
#include <cutils/
properties
.h>
HTTPBase.cpp
30
#include <cutils/
properties
.h>
/frameworks/base/opengl/libs/EGL/
egl_tls.cpp
21
#include <cutils/
properties
.h>
/hardware/libhardware/
hardware.c
19
#include <cutils/
properties
.h>
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp
41
#include <cutils/
properties
.h>
64
status_t V4LCameraAdapter::initialize(CameraProperties::
Properties
* caps)
582
extern "C" int CameraAdapter_Capabilities(CameraProperties::
Properties
* properties_array,
586
CameraProperties::
Properties
*
properties
= NULL;
local
595
// TODO: Need to tell camera
properties
what other cameras we can support
598
properties
= properties_array + starting_camera;
599
properties
->set(CameraProperties::CAMERA_NAME, "USBCamera");
/hardware/ti/omap4xxx/camera/inc/
CameraProperties.h
31
#include "cutils/
properties
.h"
43
// Class that handles the Camera
Properties
146
// container class passed around for accessing
properties
147
class
Properties
150
Properties
()
161
~
Properties
()
183
int getProperties(int cameraIndex,
Properties
**
properties
);
191
Properties
mCameraProps[MAX_CAMERAS_SUPPORTED];
/libcore/luni/src/main/java/java/sql/
Connection.java
21
import java.util.
Properties
;
[
all
...]
/system/core/libcutils/
Android.mk
48
properties
.c \
/system/core/nexus/
DhcpClient.cpp
26
#include <cutils/
properties
.h>
/system/media/wilhelm/tests/mimeUri/
slesTestSlowDownUri.cpp
297
/* Get the default rate
properties
*/
298
SLuint32
properties
= 0;
local
299
res = (*rateItf)->GetProperties(rateItf, &
properties
); CheckErr(res);
300
printf("default rate
properties
: ");
301
printCapabilities(
properties
);
303
assert(SL_RATEPROP_NOPITCHCORAUDIO ==
properties
);
/system/netd/
NatController.cpp
25
#include <cutils/
properties
.h>
/system/vold/
Fat.cpp
39
#include <cutils/
properties
.h>
/development/tools/emulator/system/qemu-props/
Android.mk
29
# to setup various system
properties
sent by the emulator program.
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java
28
import java.util.
Properties
;
57
Properties
props;
83
static
Properties
initProps() throws Exception {
84
Properties
props = new
Properties
();
326
// root
properties
451
// // read
properties
don't affect handler
486
// read
properties
don't affect handler
535
Properties
properties
= new Properties()
local
551
Properties
properties
= new Properties();
local
[
all
...]
/external/emma/core/java12/com/vladium/emma/report/
AbstractReportGenerator.java
58
final SourcePathCache cache, final IProperties
properties
)
64
m_settings = ReportProperties.parseProperties (
properties
, getType ());
Completed in 1161 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>