Home
last modified time | relevance | path

Searched refs:only (Results 1 – 25 of 227) sorted by relevance

12345678910

/frameworks/av/services/mediaanalytics/
DMediaAnalyticsService.cpp344 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 …]
DMediaAnalyticsService.h122 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);
DMetricsSummarizer.cpp102 AString MetricsSummarizer::dumpSummary(int &slot, const char *only) in dumpSummary() argument
110 if (only != NULL && strcmp(only, (*it)->getKey().c_str()) != 0) { in dumpSummary()
DMetricsSummarizer.h53 AString dumpSummary(int &slot, const char *only);
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h19 #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/
Dstderr.txt.expect1 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.gitignore7 # The only way to negate an exclusion is by including every single parent
Dgradle.properties16 # This option should only be used with decoupled projects. More details, visit
/frameworks/data-binding/internal-prebuilts/
DREADME.md5 This repository is designed to only be referenced by the Android Gradle Plugin (platform/tools).
/frameworks/av/media/libnbaio/
DAndroid.bp16 // libsndfile license is incompatible; uncomment to use for local debug only
/frameworks/hardware/interfaces/
Dcurrent.txt2 # pre-existing interfaces will fail VTS and break framework-only OTAs
/frameworks/base/packages/WAPPushManager/
Dproguard.flags10 #WapPushManager is referenced only by AndroidManifest.xml
/frameworks/support/development/checkstyle/
DREADME15 - The only source file used here is MissingDeprecatedCheck, which was adapted
/frameworks/support/core-ui/
DNOTICES.md8 - Several public methods that are only meant to be called by app developers (and not internally by
/frameworks/av/services/audioflinger/
DMmapTracks.h19 #error This header file should only be included from AudioFlinger.h
DPatchPanel.h19 #error This header file should only be included from AudioFlinger.h
/frameworks/rs/script_api/
Drs_for_each.spec39 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/
DREADME.txt43 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/
DREADME.txt11 when any network connection is available, or only when a Wi-Fi connection is available.
/frameworks/support/samples/SupportLeanbackShowcase/
Dgradle.properties16 # This option should only be used with decoupled projects. More details, visit
/frameworks/base/tests/TouchLatency/
Dgradle.properties16 # This option should only be used with decoupled projects. More details, visit
/frameworks/data-binding/integration-tests/TestApp/
Dgradle.properties16 # This option should only be used with decoupled projects. More details, visit
/frameworks/native/opengl/tests/testViewport/
DREADME20 This bug only happens on Sapphire, it works correctly on Passion.
/frameworks/wilhelm/doc/
DDoxyfile92 # 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/
DDoxyfile116 # 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 …]

12345678910