| /packages/modules/Bluetooth/tools/rootcanal/model/setup/ | 
| D | test_command_handler.cc | 83                                        const vector<std::string>& args) {  in HandleCommand()98 void TestCommandHandler::AddDevice(const vector<std::string>& args) {  in AddDevice()
 120 void TestCommandHandler::AddRemote(const vector<std::string>& args) {  in AddRemote()
 148 void TestCommandHandler::RemoveDevice(const vector<std::string>& args) {  in RemoveDevice()
 157 void TestCommandHandler::AddPhy(const vector<std::string>& args) {  in AddPhy()
 173 void TestCommandHandler::RemovePhy(const vector<std::string>& args) {  in RemovePhy()
 182 void TestCommandHandler::AddDeviceToPhy(const vector<std::string>& args) {  in AddDeviceToPhy()
 198 void TestCommandHandler::RemoveDeviceFromPhy(const vector<std::string>& args) {  in RemoveDeviceFromPhy()
 214 void TestCommandHandler::List(const vector<std::string>& args) {  in List()
 222 void TestCommandHandler::SetDeviceAddress(const vector<std::string>& args) {  in SetDeviceAddress()
 [all …]
 
 | 
| /packages/modules/Bluetooth/tools/rootcanal/scripts/ | 
| D | test_channel.py | 99     def send_command(self, name, args):  argument125     def lint_command(self, name, args, name_size, args_size):  argument
 157     def do_add(self, args):  argument
 163     def do_del(self, args):  argument
 169     def do_add_phy(self, args):  argument
 175     def do_del_phy(self, args):  argument
 181     def do_add_device_to_phy(self, args):  argument
 187     def do_del_device_from_phy(self, args):  argument
 193     def do_add_remote(self, args):  argument
 199     def do_get(self, args):  argument
 [all …]
 
 | 
| D | hci_socket.py | 296     def do_send(self, args):  argument302     def do_connect(self, args):  argument
 358     def do_le_scan(self, args):  argument
 373     def do_scan(self, args):  argument
 386     def do_wait(self, args):  argument
 392     def do_quit(self, args):  argument
 402     def do_help(self, args):  argument
 
 | 
| D | link_layer_socket.py | 126     def send_binary(self, args):  argument148     def do_send(self, args):  argument
 154     def do_quit(self, args):  argument
 164     def do_help(self, args):  argument
 
 | 
| /packages/services/Telephony/src/com/android/services/telephony/ | 
| D | Log.java | 43     public static void d(String prefix, String format, Object... args) {  in d()48     public static void d(Object objectPrefix, String format, Object... args) {  in d()
 53     public static void i(String prefix, String format, Object... args) {  in i()
 58     public static void i(Object objectPrefix, String format, Object... args) {  in i()
 63     public static void v(String prefix, String format, Object... args) {  in v()
 68     public static void v(Object objectPrefix, String format, Object... args) {  in v()
 73     public static void w(String prefix, String format, Object... args) {  in w()
 78     public static void w(Object objectPrefix, String format, Object... args) {  in w()
 83     public static void e(String prefix, Throwable tr, String format, Object... args) {  in e()
 88     public static void e(Object objectPrefix, Throwable tr, String format, Object... args) {  in e()
 [all …]
 
 | 
| /packages/modules/adb/ | 
| D | bugreport_test.cpp | 73     virtual Result Perform(const ArgumentTuple& args) {  in Perform()105     virtual Result Perform(const ArgumentTuple& args) {  in Perform()
 153     const char* args[] = {"bugreport", "to", "principal"};  in TEST_F()  local
 172     const char* args[] = {"bugreport"};  in TEST_F()  local
 191     const char* args[] = {"bugreport"};  in TEST_F()  local
 211     const char* args[] = {"bugreport"};  in TEST_F()  local
 225     const char* args[] = {"bugreport", "file.zip"};  in TEST_F()  local
 241     const char* args[] = {"bugreport", "file.zip"};  in TEST_F()  local
 277     const char* args[] = {"bugreport", "file.zip"};  in TEST_F()  local
 308     const char* args[] = {"bugreport", "file.zip"};  in TEST_F()  local
 [all …]
 
 | 
| /packages/modules/Virtualization/apex/ | 
| D | sign_virt_apex.py | 58 def Async(fn, *args, wait=None, **kwargs):120 def RunCommand(args, cmd, env=None, expected_return_values=None):  argument
 148 def ExtractAvbPubkey(args, key, output):  argument
 153 def AvbInfo(args, image_path):  argument
 214 def AddHashFooter(args, key, image_path, partition_name, additional_descriptors=None):  argument
 237 def AddHashTreeFooter(args, key, image_path):  argument
 261 def UpdateVbmetaBootconfig(args, initrds, vbmeta_img):  argument
 337 def MakeVbmetaImage(args, key, vbmeta_img, images=None, chained_partitions=None):  argument
 379 def UnpackSuperImg(args, super_img, work_dir):  argument
 385 def MakeSuperImage(args, partitions, output):  argument
 [all …]
 
 | 
| /packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/ | 
| D | LogUtils.java | 156   public static void v(String tag, String format, Object... args) {  in v()172   public static void v(String tag, Throwable tr, String format, Object... args) {  in v()
 187   public static void d(String tag, String format, Object... args) {  in d()
 203   public static void d(String tag, Throwable tr, String format, Object... args) {  in d()
 218   public static void i(String tag, String format, Object... args) {  in i()
 234   public static void i(String tag, Throwable tr, String format, Object... args) {  in i()
 249   public static void w(String tag, String format, Object... args) {  in w()
 265   public static void w(String tag, Throwable tr, String format, Object... args) {  in w()
 280   public static void e(String tag, String format, Object... args) {  in e()
 296   public static void e(String tag, Throwable tr, String format, Object... args) {  in e()
 [all …]
 
 | 
| /packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/sound/ | 
| D | RingtonePickerPreferenceControllerTest.java | 121         Bundle args = new Bundle();  in onStart_setArgs_validRingtoneTypeSet()  local136         Bundle args = new Bundle();  in onStart_doesNotShowSilent_noExtraPreference()  local
 157         Bundle args = new Bundle();  in onStart_showSilent_hasExtraPreference()  local
 179         Bundle args = new Bundle();  in onStart_showSilent_firstPreferenceIsSilent()  local
 196         Bundle args = new Bundle();  in onStart_hasSilent_defaultRingtoneSelected()  local
 222         Bundle args = new Bundle();  in onPreferenceClick_clickCurrentlySelectedItem_nothingChanges()  local
 249         Bundle args = new Bundle();  in onPreferenceClick_clickDifferentItem_selectionChanges()  local
 274         Bundle args = new Bundle();  in onStop_stopRingtone()  local
 
 | 
| /packages/modules/Bluetooth/system/gd/os/ | 
| D | handler.h | 57   void Call(Functor&& functor, Args&&... args) {  in Call()62   void CallOn(T* obj, Functor&& functor, Args&&... args) {  in CallOn()
 67   common::ContextualOnceCallback<common::MakeUnboundRunType<Functor, Args...>> BindOnce(  in BindOnce()
 74   common::ContextualOnceCallback<common::MakeUnboundRunType<Functor, T, Args...>> BindOnceOn(  in BindOnceOn()
 81 …ualCallback<common::MakeUnboundRunType<Functor, Args...>> Bind(Functor&& functor, Args&&... args) {  in Bind()
 87   common::ContextualCallback<common::MakeUnboundRunType<Functor, T, Args...>> BindOn(  in BindOn()
 
 | 
| D | log.h | 52 #define LOG_VERBOSE(fmt, args...)                                                      \  argument59 #define LOG_DEBUG(fmt, args...)                                                      \  argument
 67 #define LOG_INFO(fmt, args...) ALOGI("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args)  argument
 68 #define LOG_WARN(fmt, args...) ALOGW("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args)  argument
 70 #define LOG_ERROR(fmt, args...) ALOGE("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args)  argument
 76 #define LOGWRAPPER(fmt, args...) VERBOSE_INFO(bluetooth, "bluetooth: %s:%d - %s: " fmt, \  argument
 84 #define LOG_ALWAYS_FATAL(fmt, args...)                                              \  argument
 94 #define LOGWRAPPER(tag, fmt, args...) \  argument
 136 #define LOGWRAPPER(fmt, args...)                                                                   …  argument
 166 #define LOG_VERBOSE(fmt, args...)                                                      \  argument
 [all …]
 
 | 
| /packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ | 
| D | tracelogger.py | 40     def _log_with(self, logging_lambda, trace_level, msg, *args, **kwargs):44     def exception(self, msg, *args, **kwargs):
 47     def debug(self, msg, *args, **kwargs):
 50     def error(self, msg, *args, **kwargs):
 53     def warn(self, msg, *args, **kwargs):
 56     def warning(self, msg, *args, **kwargs):
 59     def info(self, msg, *args, **kwargs):
 
 | 
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ | 
| D | BluetoothActionFragment.java | 62     public static void prepareArgs(Bundle args, String key, int iconResId, int titleResId,  in prepareArgs()95             Bundle args = getArguments();  in onCreateActions()  local
 106         Bundle args = getArguments();  in onGuidedActionClicked()  local
 127         Bundle args = getArguments();  in onViewCreated()  local
 146         Bundle args = getArguments();  in onGuidedActionEditedAndProceed()  local
 166         Bundle args = getArguments();  in getTitleImpl()  local
 175         Bundle args = getArguments();  in getSummaryImpl()  local
 180         Bundle args = getArguments();  in getDrawableImpl()  local
 187         Bundle args = getArguments();  in getChoices()  local
 
 | 
| /packages/apps/Launcher3/src/com/android/launcher3/ | 
| D | LauncherProvider.java | 53     public void dump(FileDescriptor fd, PrintWriter writer, String[] args) {  in dump()75         SqlArguments args = new SqlArguments(uri, null, null);  in getType()  local
 86         SqlArguments args = new SqlArguments(uri, selection, selectionArgs);  in query()  local
 145         SqlArguments args = new SqlArguments(uri, selection, selectionArgs);  in delete()  local
 151         SqlArguments args = new SqlArguments(uri, selection, selectionArgs);  in update()  local
 176         public final String[] args;  field in SqlArguments
 178         SqlArguments(Uri url, String where, String[] args) {  in SqlArguments()
 
 | 
| /packages/apps/Dialer/java/com/android/dialer/common/ | 
| D | Assert.java | 105       boolean expression, @Nullable String messageTemplate, Object... args) {  in checkArgument()132       boolean expression, @Nullable String messageTemplate, Object... args) {  in checkState()
 161       @Nullable T reference, @Nullable String messageTemplate, Object... args) {  in isNotNull()
 184   public static void isMainThread(@Nullable String messageTemplate, Object... args) {  in isMainThread()
 188     checkState(Looper.getMainLooper().equals(Looper.myLooper()), messageTemplate, args);  in isMainThread()  local
 207   public static void isWorkerThread(@Nullable String messageTemplate, Object... args) {  in isWorkerThread()
 214   private static String format(@Nullable String messageTemplate, Object... args) {  in format()
 
 | 
| D | LogUtil.java | 44   public static void v(@NonNull String tag, @Nullable String msg, @Nullable Object... args) {  in v()60   public static void d(@NonNull String tag, @Nullable String msg, @Nullable Object... args) {  in d()
 75   public static void i(@NonNull String tag, @Nullable String msg, @Nullable Object... args) {  in i()
 102   public static void w(@NonNull String tag, @Nullable String msg, @Nullable Object... args) {  in w()
 118   public static void e(@NonNull String tag, @Nullable String msg, @Nullable Object... args) {  in e()
 204       @Nullable Object... args) {  in println()
 
 | 
| /packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/localdrive/ | 
| D | LocalDrive.java | 96     public static void main(String[] args) {  in main()154     private static boolean cmdUpload(String[] args, int idx, String deviceSerial) {  in cmdUpload()
 159     private static boolean cmdUpdate(String[] args, int idx, String deviceSerial) {  in cmdUpdate()
 163     private static boolean updateConfig(String[] args, int idx, boolean removeOldConfig,  in updateConfig()
 246     private static boolean cmdGetData(String[] args, int idx, String deviceSerial) {  in cmdGetData()
 303     private static boolean cmdClear(String[] args, int idx, String deviceSerial) {  in cmdClear()
 326     private static boolean cmdRemove(String[] args, int idx) {  in cmdRemove()
 367     private static long getConfigId(boolean justUseDefault, String[] args, int idx)  in getConfigId()
 
 | 
| /packages/modules/Bluetooth/tools/rootcanal/emulator/include/ | 
| D | log.h | 30 #define LOGWRAPPER(level, fmt, args...)                                      \  argument38 #define LOGWRAPPER(level, fmt, args...)                                  \  argument
 45 #define LOG_VERBOSE(fmt, args...) LOGWRAPPER(EMULATOR_LOG_VERBOSE, fmt, ##args);  argument
 46 #define LOG_DEBUG(fmt, args...) LOGWRAPPER(EMULATOR_LOG_DEBUG, fmt, ##args);  argument
 66 #define ASSERT_LOG(condition, fmt, args...)                              \  argument
 
 | 
| /packages/services/Car/car-builtin-lib/src/android/car/builtin/util/ | 
| D | Slogf.java | 163     public static void v(@NonNull String tag, @NonNull String format, @Nullable Object... args) {  in v()179     public static void d(@NonNull String tag, @NonNull String format, @Nullable Object... args) {  in d()
 195     public static void i(@NonNull String tag, @NonNull String format, @Nullable Object... args) {  in i()
 211     public static void w(@NonNull String tag, @NonNull String format, @Nullable Object... args) {  in w()
 228             @Nullable Object... args) {  in w()
 244     public static void e(@NonNull String tag, @NonNull String format, @Nullable Object... args) {  in e()
 261             @Nullable Object... args) {  in e()
 271     public static void wtf(@NonNull String tag, @NonNull String format, @Nullable Object... args) {  in wtf()
 280             @NonNull String format, @Nullable Object... args) {  in wtf()
 284     private static String getMessage(@NonNull String format, @Nullable Object... args) {  in getMessage()
 
 | 
| /packages/modules/Bluetooth/system/embdrv/lc3/test/ | 
| D | tns_py.c | 26 static PyObject *compute_lpc_coeffs_py(PyObject *m, PyObject *args)  in compute_lpc_coeffs_py()50 static PyObject *lpc_reflection_py(PyObject *m, PyObject *args)  in lpc_reflection_py()
 66 static PyObject *quantize_rc_py(PyObject *m, PyObject *args)  in quantize_rc_py()
 84 static PyObject *unquantize_rc_py(PyObject *m, PyObject *args)  in unquantize_rc_py()
 103 static PyObject *analyze_py(PyObject *m, PyObject *args)  in analyze_py()
 127 static PyObject *synthesize_py(PyObject *m, PyObject *args)  in synthesize_py()
 150 static PyObject *get_nbits_py(PyObject *m, PyObject *args)  in get_nbits_py()
 
 | 
| D | sns_py.c | 26 static PyObject *compute_scale_factors_py(PyObject *m, PyObject *args)  in compute_scale_factors_py()49 static PyObject *resolve_codebooks_py(PyObject *m, PyObject *args)  in resolve_codebooks_py()
 65 static PyObject *quantize_py(PyObject *m, PyObject *args)  in quantize_py()
 90 static PyObject *unquantize_py(PyObject *m, PyObject *args)  in unquantize_py()
 115 static PyObject *spectral_shaping_py(PyObject *m, PyObject *args)  in spectral_shaping_py()
 138 static PyObject *analyze_py(PyObject *m, PyObject *args)  in analyze_py()
 163 static PyObject *synthesize_py(PyObject *m, PyObject *args)  in synthesize_py()
 186 static PyObject *get_nbits_py(PyObject *m, PyObject *args)  in get_nbits_py()
 
 | 
| /packages/modules/Bluetooth/system/gd/common/ | 
| D | contextual_callback.h | 48   void Invoke(Args... args) {  in Invoke()52   void InvokeIfNotEmpty(Args... args) {  in InvokeIfNotEmpty()
 84   void Invoke(Args... args) {  in Invoke()
 88   void InvokeIfNotEmpty(Args... args) {  in InvokeIfNotEmpty()
 
 | 
| /packages/apps/Car/systemlibs/car-assist-client-lib/src/com/android/car/assist/client/ | 
| D | BundleBuilder.java | 43         Bundle args = new Bundle();  in buildAssistantReadBundle()  local57         Bundle args = new Bundle();  in buildAssistantReplyBundle()  local
 72         Bundle args = new Bundle();  in buildAssistantHandleExceptionBundle()  local
 
 | 
| /packages/services/Telecomm/src/com/android/server/telecom/bluetooth/ | 
| D | BluetoothRouteManager.java | 154             SomeArgs args = (SomeArgs) msg.obj;  in processMessage()  local230             SomeArgs args = SomeArgs.obtain();  in enter()  local
 250             SomeArgs args = (SomeArgs) msg.obj;  in processMessage()  local
 368             SomeArgs args = (SomeArgs) msg.obj;  in processMessage()  local
 491             SomeArgs args = (SomeArgs) msg.obj;  in onPreHandleMessage()  local
 526         SomeArgs args = SomeArgs.obtain();  in isBluetoothAudioConnectedOrPending()  local
 554         SomeArgs args = SomeArgs.obtain();  in connectBluetoothAudio()  local
 564         SomeArgs args = SomeArgs.obtain();  in disconnectBluetoothAudio()  local
 586         SomeArgs args = SomeArgs.obtain();  in onDeviceAdded()  local
 595         SomeArgs args = SomeArgs.obtain();  in onDeviceLost()  local
 [all …]
 
 | 
| /packages/modules/Virtualization/libs/hyp/src/hypervisor/ | 
| D | kvm.rs | 93         let mut args = [0u64; 17];  in mmio_guard_map()  localVariable103         let mut args = [0u64; 17];  in mmio_guard_unmap()  localVariable
 115         let mut args = [0u64; 17];  in mem_share()  localVariable
 122         let mut args = [0u64; 17];  in mem_unshare()  localVariable
 129         let args = [0u64; 17];  in memory_protection_granule()  localVariable
 140     let args = [0u64; 17];  in mmio_guard_granule()  localVariable
 147     let args = [0u64; 17];  in mmio_guard_enroll()  localVariable
 
 |