OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:property_value
(Results
1 - 7
of
7
) sorted by null
/external/freetype/src/base/
ftinit.c
120
char
property_value
[MAX_LENGTH + 1];
local
167
property_value
[i] = *p++;
169
property_value
[i] = '\0';
178
property_value
);
/external/libbrillo/brillo/dbus/
exported_object_manager_unittest.cc
44
std::string
property_value
;
local
46
ASSERT_TRUE(each_property.PopVariantOfString(&
property_value
));
50
EXPECT_EQ(
property_value
, kTestPropertyValue);
/external/webrtc/talk/media/devices/
linuxdeviceinfo.cc
121
const char*
property_value
= NULL;
local
142
property_value
= libudev_context->instance()->
147
if (!
property_value
) {
150
property->assign(
property_value
);
/bionic/libc/bionic/
malloc_heapprofd.cpp
209
char
property_value
[PROP_VALUE_MAX];
local
210
if (__system_property_get(kHeapprofdPropertyEnable,
property_value
) == 0) {
213
if (strcmp(
property_value
, "all") == 0) {
222
if (__system_property_get(program_property,
property_value
) == 0) {
225
return
property_value
[0] != '\0';
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderProgramInterfaces.cpp
569
glw::GLint
property_value
= 0;
local
574
&
property_value
);
577
if (
property_value
!= expected_value)
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c
2605
char
property_value
[PROPERTY_VALUE_MAX] = {0};
local
[
all
...]
/external/v8/src/regexp/
regexp-parser.cc
1208
int32_t
property_value
=
local
[
all
...]
Completed in 1066 milliseconds