OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getProp
(Results
1 - 5
of
5
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp
140
GetHandlerPropertyFunc
getProp
,
146
return
getProp
(propID, &prop);
150
GetHandlerPropertyFunc
getProp
,
155
RINOK(ReadProp(
getProp
, getProp2, index, propID, prop));
164
GetHandlerPropertyFunc
getProp
,
169
RINOK(ReadProp(
getProp
, getProp2, index, propID, prop));
239
GetHandlerPropertyFunc
getProp
= 0;
243
getProp
= (GetHandlerPropertyFunc)lib.GetProc("GetHandlerProperty");
244
if (
getProp
== NULL)
263
RINOK(ReadStringProp(
getProp
, getProp2, i, NArchive::kName, item.Name));
[
all
...]
/frameworks/rs/
rsContext.cpp
214
static uint32_t
getProp
(const char *str) {
305
rsc->props.mLogTimes =
getProp
("debug.rs.profile") != 0;
306
rsc->props.mLogScripts =
getProp
("debug.rs.script") != 0;
307
rsc->props.mLogObjects =
getProp
("debug.rs.object") != 0;
308
rsc->props.mLogShaders =
getProp
("debug.rs.shader") != 0;
309
rsc->props.mLogShadersAttr =
getProp
("debug.rs.shader.attributes") != 0;
310
rsc->props.mLogShadersUniforms =
getProp
("debug.rs.shader.uniforms") != 0;
311
rsc->props.mLogVisual =
getProp
("debug.rs.visual") != 0;
312
rsc->props.mDebugMaxThreads =
getProp
("debug.rs.max-threads");
323
if (
getProp
("debug.rs.default-CPU-driver") != 0)
[
all
...]
/frameworks/rs/cpp/
RenderScript.cpp
421
static uint32_t
getProp
(const char *str) {
444
if (
getProp
("debug.rs.forcecompat") == 0) {
/external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerBase.java
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 88 milliseconds