Home
last modified time | relevance | path

Searched refs:pushed (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/cmds/statsd/src/shell/
DShellSubscriber.cpp73 for (const auto& pushed : config.pushed()) { in updateConfig() local
74 mPushedMatchers.push_back(pushed); in updateConfig()
75 VLOG("adding matcher for atom %d", pushed.atom_id()); in updateConfig()
Dshell_config.proto34 repeated SimpleAtomMatcher pushed = 1; field
Dshell_data.proto26 // The output of shell subscription, including both pulled and pushed subscriptions.
/frameworks/base/tools/bit/
Dmain.cpp856 const PushedFile& pushed = pushedFiles[i]; in run_phases() local
857 string dir = dirname(pushed.dest); in run_phases()
865 err = run_adb("push", pushed.file.filename.c_str(), pushed.dest.c_str(), NULL); in run_phases()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
Dconfigure.ac18 # version with the "-pre" suffix. (We used to use "-SNAPSHOT" but this pushed
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md89 - ANR trace feature has been pushed to version `3.0-dev-split-anr`
/frameworks/base/cmds/statsd/src/
Datoms.proto75 oneof pushed { oneof