OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debugSupport
(Results
1 - 4
of
4
) sorted by null
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestFeatures.java
28
public boolean
debugSupport
= true;
62
return
debugSupport
;
/external/skia/src/gpu/gl/
GrGLCaps.h
294
bool
debugSupport
() const { return fDebugSupport; }
/external/skqp/src/gpu/gl/
GrGLCaps.h
304
bool
debugSupport
() const { return fDebugSupport; }
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
ActionHandlerTest.java
569
mFeatures.
debugSupport
= false;
580
mFeatures.
debugSupport
= true;
Completed in 1267 milliseconds