/frameworks/av/services/mediaanalytics/ |
D | MediaAnalyticsService.cpp | 344 const char *only = NULL; in dump() local 374 if (only != NULL) { in dump() 375 free((void*)only); in dump() 377 only = q; in dump() 403 dumpSummaries(result, ts_since, only); in dump() 405 dumpRecent(result, ts_since, only); in dump() 457 void MediaAnalyticsService::dumpSummaries(String8 &result, nsecs_t ts_since, const char *only) { in dumpSummaries() argument 476 if (only != NULL && strcmp(only, (*it)->getKey()) != 0) { in dumpSummaries() 479 AString distilled = (*it)->dumpSummary(slot, only); in dumpSummaries() 487 void MediaAnalyticsService::dumpRecent(String8 &result, nsecs_t ts_since, const char * only) { in dumpRecent() argument [all …]
|
D | MediaAnalyticsService.h | 122 String8 dumpQueue(List<MediaAnalyticsItem*> *, nsecs_t, const char *only); 125 void dumpSummaries(String8 &result, nsecs_t ts_since, const char * only); 126 void dumpRecent(String8 &result, nsecs_t ts_since, const char * only);
|
D | MetricsSummarizer.cpp | 102 AString MetricsSummarizer::dumpSummary(int &slot, const char *only) in dumpSummary() argument 110 if (only != NULL && strcmp(only, (*it)->getKey().c_str()) != 0) { in dumpSummary()
|
D | MetricsSummarizer.h | 53 AString dumpSummary(int &slot, const char *only);
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 19 #error wrap_gles.h should only be used as an auto-included header, don't directly #include it
|
/frameworks/compile/slang/tests/F_root_compute_non_const_usrData/ |
D | stderr.txt.expect | 1 root_compute_non_const_usrData.rs:4:44: error: Compute kernel root() can only have one non-const po…
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | .gitignore | 7 # The only way to negate an exclusion is by including every single parent
|
D | gradle.properties | 16 # This option should only be used with decoupled projects. More details, visit
|
/frameworks/data-binding/internal-prebuilts/ |
D | README.md | 5 This repository is designed to only be referenced by the Android Gradle Plugin (platform/tools).
|
/frameworks/av/media/libnbaio/ |
D | Android.bp | 16 // libsndfile license is incompatible; uncomment to use for local debug only
|
/frameworks/hardware/interfaces/ |
D | current.txt | 2 # pre-existing interfaces will fail VTS and break framework-only OTAs
|
/frameworks/base/packages/WAPPushManager/ |
D | proguard.flags | 10 #WapPushManager is referenced only by AndroidManifest.xml
|
/frameworks/support/development/checkstyle/ |
D | README | 15 - The only source file used here is MissingDeprecatedCheck, which was adapted
|
/frameworks/support/core-ui/ |
D | NOTICES.md | 8 - Several public methods that are only meant to be called by app developers (and not internally by
|
/frameworks/av/services/audioflinger/ |
D | MmapTracks.h | 19 #error This header file should only be included from AudioFlinger.h
|
D | PatchPanel.h | 19 #error This header file should only be included from AudioFlinger.h
|
/frameworks/rs/script_api/ |
D | rs_for_each.spec | 39 allocations. This is a hint only. Implementations may not follow the suggestion. 110 This is a synchronous function. A call to this function only returns after all function 116 "root" in the specified script, and only a single input allocation can be used. 199 all cells in the input, this function only processes cells in the subspace of function 204 present if and only if the kernel has a non-void return value.
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | README.txt | 43 Scan-only mode with Wi-Fi turned off: 46 …with Wi-Fi turned off. This is done by disabling all networks and allowing only scans to be passed.
|
/frameworks/base/samples/training/network-usage/ |
D | README.txt | 11 when any network connection is available, or only when a Wi-Fi connection is available.
|
/frameworks/support/samples/SupportLeanbackShowcase/ |
D | gradle.properties | 16 # This option should only be used with decoupled projects. More details, visit
|
/frameworks/base/tests/TouchLatency/ |
D | gradle.properties | 16 # This option should only be used with decoupled projects. More details, visit
|
/frameworks/data-binding/integration-tests/TestApp/ |
D | gradle.properties | 16 # This option should only be used with decoupled projects. More details, visit
|
/frameworks/native/opengl/tests/testViewport/ |
D | README | 20 This bug only happens on Sapphire, it works correctly on Passion.
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 92 # Doxygen will generate a detailed section even if there is only a brief 112 # only done if one of the specified strings matches the left-hand part of 122 # If left blank only the name of the header file containing the class 185 # sources only. Doxygen will then generate output that is more tailored for C. 192 # sources only. Doxygen will then generate output that is more tailored for 199 # sources only. Doxygen will then generate output that is more tailored for 236 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. 245 # documentation. This will only work if the methods are indeed getting or 272 # types are typedef'ed and only the typedef is referenced, never the tag name. 315 # If set to NO only classes defined in header files are included. [all …]
|
/frameworks/native/docs/ |
D | Doxyfile | 116 # Doxygen will generate a detailed section even if there is only a brief 136 # only done if one of the specified strings matches the left-hand part of 148 # If left blank only the name of the header file containing the class 210 # This tag can be used to specify a number of word-keyword mappings (TCL only). 218 # sources only. Doxygen will then generate output that is more tailored for C. 225 # sources only. Doxygen will then generate output that is more tailored for 232 # sources only. Doxygen will then generate output that is more tailored for 261 # Disable only in case of backward compatibilities issues. 286 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. 295 # the documentation. This will only work if the methods are indeed getting or [all …]
|