Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 902) sorted by relevance

12345678910>>...37

/frameworks/native/services/utils/tests/
DPriorityDumper_test.cpp63 Vector<String16> args; in TEST_F() local
69 Vector<String16> args; in TEST_F() local
76 Vector<String16> args; in TEST_F() local
84 Vector<String16> args; in TEST_F() local
94 Vector<String16> args; in TEST_F() local
104 Vector<String16> args; in TEST_F() local
114 Vector<String16> args; in TEST_F() local
124 Vector<String16> args; in TEST_F() local
134 Vector<String16> args; in TEST_F() local
145 Vector<String16> args; in TEST_F() local
[all …]
/frameworks/base/cmds/statsd/tools/localtools/src/com/android/statsd/shelltools/localdrive/
DLocalDrive.java95 public static void main(String[] args) { in main()
131 private static boolean cmdUpload(String[] args) { in cmdUpload()
136 private static boolean cmdUpdate(String[] args) { in cmdUpdate()
140 private static boolean updateConfig(String[] args, boolean removeOldConfig) { in updateConfig()
221 private static boolean cmdGetData(String[] args) { in cmdGetData()
277 private static boolean cmdClear(String[] args) { in cmdClear()
299 private static boolean cmdRemove(String[] args) { in cmdRemove()
340 private static long getConfigId(boolean justUseDefault, String[] args, int idx) in getConfigId()
/frameworks/base/core/java/android/service/notification/
DNotificationAssistantService.java297 SomeArgs args = SomeArgs.obtain(); in onNotificationEnqueuedWithChannel() local
315 SomeArgs args = SomeArgs.obtain(); in onNotificationSnoozedUntilContext() local
324 SomeArgs args = SomeArgs.obtain(); in onNotificationsSeen() local
333 SomeArgs args = SomeArgs.obtain(); in onNotificationExpansionChanged() local
343 SomeArgs args = SomeArgs.obtain(); in onNotificationDirectReply() local
351 SomeArgs args = SomeArgs.obtain(); in onSuggestedReplySent() local
360 SomeArgs args = SomeArgs.obtain(); in onActionClicked() local
397 SomeArgs args = (SomeArgs) msg.obj; in handleMessage() local
422 SomeArgs args = (SomeArgs) msg.obj; in handleMessage() local
430 SomeArgs args = (SomeArgs) msg.obj; in handleMessage() local
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/utils/
DPriorityDumpTest.java76 final String[] args = { in testNonPriorityArgs() local
85 final String[] args = { in testMissingPriority() local
94 final String[] args = { in testInvalidPriorityNoExtraArgs() local
103 final String[] args = { in testInvalidPriorityExtraArgs() local
114 final String[] args = { in testNoPriorityCallsAllMethods() local
257 public void dumpCritical(FileDescriptor fd, PrintWriter pw, String[] args, in dumpCritical()
265 public void dumpHigh(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dumpHigh()
272 public void dumpNormal(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dumpNormal()
/frameworks/native/services/inputflinger/tests/
DTestInputListener.cpp94 void TestInputListener::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()
98 void TestInputListener::notifyDeviceReset(const NotifyDeviceResetArgs* args) { in notifyDeviceReset()
102 void TestInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey()
106 void TestInputListener::notifyMotion(const NotifyMotionArgs* args) { in notifyMotion()
110 void TestInputListener::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()
/frameworks/base/tools/bit/
Dprint.cpp63 va_list args; in print_status() local
95 va_list args; in print_error() local
109 va_list args; in print_warning() local
123 va_list args; in print_info() local
141 va_list args; in print_one_line() local
151 va_list args; in print_one_line() local
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DLog.java30 public void debug(String format, Object... args) { in debug()
37 public void debugNoln(String format, Object... args) { in debugNoln()
44 public void info(String format, Object... args) { in info()
49 public void error(String format, Object... args) { in error()
54 public void exception(Throwable t, String format, Object... args) { in exception()
/frameworks/base/telecomm/java/android/telecom/
DLog.java83 public static void d(String prefix, String format, Object... args) { in d()
92 public static void d(Object objectPrefix, String format, Object... args) { in d()
102 public static void i(String prefix, String format, Object... args) { in i()
108 public static void i(Object objectPrefix, String format, Object... args) { in i()
114 public static void v(String prefix, String format, Object... args) { in v()
123 public static void v(Object objectPrefix, String format, Object... args) { in v()
133 public static void w(String prefix, String format, Object... args) { in w()
139 public static void w(Object objectPrefix, String format, Object... args) { in w()
145 public static void e(String prefix, Throwable tr, String format, Object... args) { in e()
151 public static void e(Object objectPrefix, Throwable tr, String format, Object... args) { in e()
[all …]
/frameworks/native/cmds/installd/tests/
Dinstalld_otapreopt_test.cpp50 const char** args) { in verifyPackageParameters()
125 std::vector<const char*> args; in getArgs() local
169 std::vector<const char*> args = getArgs(version, versioned, shared_libs); in VerifyReadArguments() local
209 std::vector<const char*> args = getArgs(9, true, "&"); in TEST_F() local
215 std::vector<const char*> args = getArgs(10, true, "&"); in TEST_F() local
221 std::vector<const char*> args = getArgs(5, true); in TEST_F() local
228 std::vector<const char*> args = getArgs(4, true); in TEST_F() local
235 std::vector<const char*> args = getArgs(4, true); in TEST_F() local
242 std::vector<const char*> args = getArgs(3, true); in TEST_F() local
/frameworks/base/core/java/com/android/internal/os/
DHandlerCaller.java101 SomeArgs args = (SomeArgs)msg.obj; in sendMessageAndWait() local
127 SomeArgs args = SomeArgs.obtain(); in obtainMessageBOO() local
157 SomeArgs args = SomeArgs.obtain(); in obtainMessageIIOO() local
165 SomeArgs args = SomeArgs.obtain(); in obtainMessageIOO() local
172 SomeArgs args = SomeArgs.obtain(); in obtainMessageIOOO() local
181 SomeArgs args = SomeArgs.obtain(); in obtainMessageIIOOO() local
190 SomeArgs args = SomeArgs.obtain(); in obtainMessageIIOOOO() local
200 SomeArgs args = SomeArgs.obtain(); in obtainMessageOO() local
208 SomeArgs args = SomeArgs.obtain(); in obtainMessageOOO() local
217 SomeArgs args = SomeArgs.obtain(); in obtainMessageOOOO() local
[all …]
DTransferPipe.java60 String[] args) throws RemoteException; in go()
89 public static void dumpAsync(IBinder binder, FileDescriptor out, String[] args) in dumpAsync()
102 public static byte[] dumpAsync(@NonNull IBinder binder, @Nullable String... args) in dumpAsync()
134 String prefix, String[] args) throws IOException, RemoteException { in go()
139 String prefix, String[] args, long timeout) throws IOException, RemoteException { in go()
156 String[] args) throws IOException, RemoteException { in goDump()
161 String[] args, long timeout) throws IOException, RemoteException { in goDump()
172 binder.dumpAsync(tp.getWriteFd().getFileDescriptor(), args); in goDump() local
/frameworks/base/tools/aapt2/link/
DResourceExcluder_test.cpp55 auto args = BuildArgList("en"); in TEST() local
73 auto args = BuildArgList("fr"); in TEST() local
91 auto args = BuildArgList("fr"); in TEST() local
115 auto args = BuildArgList("fr"); in TEST() local
142 std::vector<ConfigDescription> args; in TEST() local
167 auto args = BuildArgList("fr-land"); in TEST() local
189 auto args = BuildArgList("night"); in TEST() local
212 auto args = BuildArgList("hdpi"); in TEST() local
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp32 compositionengine::DisplayCreationArgs&& args) { in createDisplay()
36 Display::Display(const CompositionEngine& compositionEngine, DisplayCreationArgs&& args) in Display()
113 void Display::createDisplayColorProfile(DisplayColorProfileCreationArgs&& args) { in createDisplayColorProfile()
117 void Display::createRenderSurface(RenderSurfaceCreationArgs&& args) { in createRenderSurface()
/frameworks/native/services/inputflinger/
DInputClassifier.cpp70 static bool isTouchEvent(const NotifyMotionArgs& args) { in isTouchEvent()
76 ClassifierEvent::ClassifierEvent(std::unique_ptr<NotifyMotionArgs> args) : in ClassifierEvent()
78 ClassifierEvent::ClassifierEvent(std::unique_ptr<NotifyDeviceResetArgs> args) : in ClassifierEvent()
80 ClassifierEvent::ClassifierEvent(ClassifierEventType type, std::unique_ptr<NotifyArgs> args) : in ClassifierEvent()
265 MotionClassification MotionClassifier::classify(const NotifyMotionArgs& args) { in classify()
284 void MotionClassifier::reset(const NotifyDeviceResetArgs& args) { in reset()
364 void InputClassifier::notifyConfigurationChanged(const NotifyConfigurationChangedArgs* args) { in notifyConfigurationChanged()
369 void InputClassifier::notifyKey(const NotifyKeyArgs* args) { in notifyKey()
374 void InputClassifier::notifyMotion(const NotifyMotionArgs* args) { in notifyMotion()
388 void InputClassifier::notifySwitch(const NotifySwitchArgs* args) { in notifySwitch()
[all …]
/frameworks/base/services/core/java/com/android/server/utils/
DPriorityDump.java140 String[] args) { in dump()
220 default void dumpCritical(FileDescriptor fd, PrintWriter pw, String[] args, in dumpCritical()
228 default void dumpHigh(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dumpHigh()
235 default void dumpNormal(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dumpNormal()
247 default void dump(FileDescriptor fd, PrintWriter pw, String[] args, boolean asProto) { in dump()
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMapper.java191 final String[] args; in startAddingDocuments() local
243 String[] args, in putDocuments()
262 queryCandidate(selection, args, mappingKeys, values)) { in putDocuments() argument
320 final String[] args; in stopAddingDocuments() local
371 final String[] args; in cancelAddingDocuments() local
411 String selection, String[] args, String[] mappingKeys, ContentValues values) { in queryCandidate()
433 String selection, String[] args, String mappingKey, ContentValues values) { in queryCandidate()
/frameworks/base/startop/scripts/app_startup/
Dapp_startup_runner_test.py74 def assert_bad_argument(args, msg): argument
82 def parse_args(args): argument
148 def generate_run_combinations(*args):
/frameworks/base/core/java/android/app/
DLoaderManager.java78 public Loader<D> onCreateLoader(int id, Bundle args); in onCreateLoader()
153 public abstract <D> Loader<D> initLoader(int id, Bundle args, in initLoader()
171 public abstract <D> Loader<D> restartLoader(int id, Bundle args, in restartLoader()
196 public abstract void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args); in dump()
253 public LoaderInfo(int id, Bundle args, LoaderManager.LoaderCallbacks<Object> callbacks) { in LoaderInfo()
520 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) { in dump()
561 private LoaderInfo createLoader(int id, Bundle args, in createLoader()
569 private LoaderInfo createAndInstallLoader(int id, Bundle args, in createAndInstallLoader()
616 … public <D> Loader<D> initLoader(int id, Bundle args, LoaderManager.LoaderCallbacks<D> callback) { in initLoader()
666 …public <D> Loader<D> restartLoader(int id, Bundle args, LoaderManager.LoaderCallbacks<D> callback)… in restartLoader()
[all …]
/frameworks/base/core/java/com/android/internal/app/
DResolverTargetActionsDialogFragment.java51 Bundle args = new Bundle(); in ResolverTargetActionsDialogFragment() local
60 final Bundle args = getArguments(); in onCreateDialog() local
73 final Bundle args = getArguments(); in onClick() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIService.java69 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { in dump()
75 dumpServices(((SystemUIApplication) getApplication()).getServices(), fd, pw, args); in dump() local
80 SystemUI[] services, FileDescriptor fd, PrintWriter pw, String[] args) { in dumpServices()
DSystemUISecondaryUserService.java40 protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { in dump()
42 ((SystemUIApplication) getApplication()).getServices(), fd, pw, args); in dump() local
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSessionService.java76 public abstract VoiceInteractionSession onNewSession(Bundle args); in onNewSession()
108 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { in dump()
117 void doNewSession(IBinder token, Bundle args, int startFlags) { in doNewSession()
/frameworks/native/libs/gui/
DSurface.cpp429 va_list args; in hook_perform() local
970 int Surface::perform(int operation, va_list args) in perform()
1083 int Surface::dispatchConnect(va_list args) { in dispatchConnect()
1088 int Surface::dispatchDisconnect(va_list args) { in dispatchDisconnect()
1093 int Surface::dispatchSetUsage(va_list args) { in dispatchSetUsage()
1098 int Surface::dispatchSetUsage64(va_list args) { in dispatchSetUsage64()
1103 int Surface::dispatchSetCrop(va_list args) { in dispatchSetCrop()
1108 int Surface::dispatchSetBufferCount(va_list args) { in dispatchSetBufferCount()
1113 int Surface::dispatchSetBuffersGeometry(va_list args) { in dispatchSetBuffersGeometry()
1124 int Surface::dispatchSetBuffersDimensions(va_list args) { in dispatchSetBuffersDimensions()
[all …]
/frameworks/base/core/java/android/util/
DLocalLog.java79 public synchronized void dump(FileDescriptor fd, PrintWriter pw, String[] args) { in dump()
90 public synchronized void reverseDump(FileDescriptor fd, PrintWriter pw, String[] args) { in reverseDump()
107 public void dump(FileDescriptor fd, PrintWriter pw, String[] args) { in dump()
113 public void reverseDump(FileDescriptor fd, PrintWriter pw, String[] args) { in reverseDump()
/frameworks/native/services/surfaceflinger/
DSurfaceFlingerFactory.cpp117 sp<ContainerLayer> createContainerLayer(const LayerCreationArgs& args) override { in createSurfaceFlinger()
121 sp<BufferQueueLayer> createBufferQueueLayer(const LayerCreationArgs& args) override { in createSurfaceFlinger()
125 sp<BufferStateLayer> createBufferStateLayer(const LayerCreationArgs& args) override { in createSurfaceFlinger()
129 sp<ColorLayer> createColorLayer(const LayerCreationArgs& args) override { in createSurfaceFlinger()

12345678910>>...37