OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:build_type
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/config/
gpu_test_config.h
50
void set_build_type(int32
build_type
);
57
int32
build_type
() const { return build_type_; }
function in class:gpu::GPUTestConfig
/frameworks/native/cmds/dumpstate/
dumpstate.c
52
char
build_type
[PROPERTY_VALUE_MAX];
local
56
property_get("ro.build.type",
build_type
, "(unknown)");
258
if (0 == strncmp(
build_type
, "user", PROPERTY_VALUE_MAX - 1)) {
Completed in 41 milliseconds