HomeSort by relevance Sort by last modified time
    Searched defs:args (Results 2376 - 2400 of 5214) sorted by null

<<919293949596979899100>>

  /packages/apps/Launcher3/src/com/android/launcher3/
AutoInstallsLayout.java 598 SqlArguments args = new SqlArguments(uri, null, null); local
599 mDb.delete(args.table, args.where, args.args);
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsDetail.java 106 final Bundle args = getArguments(); local
107 mApp = args.getParcelable(EXTRA_PACKAGE_ENTRY);
109 mWeightToRam = args.getDouble(EXTRA_WEIGHT_TO_RAM);
110 mTotalTime = args.getLong(EXTRA_TOTAL_TIME);
111 mMaxMemoryUsage = args.getDouble(EXTRA_MAX_MEMORY_USAGE);
112 mTotalScale = args.getDouble(EXTRA_TOTAL_SCALE);
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationSettingsBase.java 127 Bundle args = getArguments(); local
129 if (intent == null && args == null) {
139 mPkg = args != null && args.containsKey(AppInfoBase.ARG_PACKAGE_NAME)
140 ? args.getString(AppInfoBase.ARG_PACKAGE_NAME)
142 mUid = args != null && args.containsKey(AppInfoBase.ARG_PACKAGE_UID)
143 ? args.getInt(AppInfoBase.ARG_PACKAGE_UID)
173 Bundle args = getArguments(); local
174 mChannel = (args != null && args.containsKey(Settings.EXTRA_CHANNEL_ID))
    [all...]
  /packages/apps/TV/src/com/android/tv/tuner/setup/
ScanFragment.java 122 Bundle args = getArguments(); local
124 startScan(args == null ? 0 : args.getInt(EXTRA_FOR_CHANNEL_SCAN_FILE, 0));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppManagementFragment.java 91 public static void prepareArgs(@NonNull Bundle args, String packageName) {
92 args.putString(ARG_PACKAGE_NAME, packageName);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogProvider.java 236 " selection=[" + selection + "] args=" + Arrays.toString(selectionArgs) +
397 " selection=[" + selection + "] args=" + Arrays.toString(selectionArgs) +
434 " selection=[" + selection + "] args=" + Arrays.toString(selectionArgs) +
660 final String[] args = new String[2]; local
684 args[0] = startTime;
685 args[1] = number;
687 Calls.DATE + " = ? AND " + Calls.NUMBER + " = ?", args) > 0) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 249 final String[] args = {String.valueOf(contactId), String.valueOf(rawContactId)}; local
267 args);
296 db.execSQL(superPrimaryUpdateSql, args);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
function.h 186 /* Number of bytes of args popped by function being compiled on its return.
191 /* If function's args have a fixed size, this is that size, in bytes.
206 used for the current function's args. */
241 struct incoming_args args;
240 struct incoming_args args; variable in typeref:struct:incoming_args
pretty-print.h 69 const char *args[PP_NL_ARGMAX * 2]; member in struct:chunk_info
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 877 ::std::vector<testing::internal::string> args = GetInjectableArgvs(); local
945 ExecDeathTestArgs* const args = static_cast<ExecDeathTestArgs*>(child_arg); local
1003 ExecDeathTestArgs args = { argv, close_fd }; local
1126 Arguments args; local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 877 ::std::vector<testing::internal::string> args = GetInjectableArgvs(); local
945 ExecDeathTestArgs* const args = static_cast<ExecDeathTestArgs*>(child_arg); local
1003 ExecDeathTestArgs args = { argv, close_fd }; local
1126 Arguments args; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/gradle/osdetector-gradle-plugin/1.4.0/
osdetector-gradle-plugin-1.4.0.jar 
  /prebuilts/tools/common/m2/repository/com/hannesdorfmann/mosby/mvp-common/2.0.1/
mvp-common-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/sun/istack/istack-commons-runtime/2.21/
istack-commons-runtime-2.21.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director.app_1.0.300.v20130327-2119.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java 1303 List<Float> args = new ArrayList<Float>(msg.getArgsCount() - 1); local
1309 List<Integer> args = new ArrayList<Integer>(msg.getArgsCount() - 1); local
    [all...]
  /system/core/init/
builtins.cpp 129 static int do_class_start(const std::vector<std::string>& args) {
135 ForEachServiceInClass(args[1], [] (Service* s) { s->StartIfNotDisabled(); });
139 static int do_class_stop(const std::vector<std::string>& args) {
141 ForEachServiceInClass(args[1], [] (Service* s) { s->Stop(); });
145 static int do_class_reset(const std::vector<std::string>& args) {
147 ForEachServiceInClass(args[1], [] (Service* s) { s->Reset(); });
151 static int do_class_restart(const std::vector<std::string>& args) {
153 ForEachServiceInClass(args[1], [] (Service* s) { s->Restart(); });
157 static int do_domainname(const std::vector<std::string>& args) {
158 return write_file("/proc/sys/kernel/domainname", args[1]) ? 0 : 1
571 LOG(WARNING) << "ignoring setrlimit " << args[1] << " " << args[2] << " " << args[3]; local
    [all...]
init.cpp 197 static int wait_for_coldboot_done_action(const std::vector<std::string>& args) {
234 static int mix_hwrng_into_linux_rng_action(const std::vector<std::string>& args)
368 static int set_mmap_rnd_bits_action(const std::vector<std::string>& args)
414 static int set_kptr_restrict_action(const std::vector<std::string>& args)
425 static int keychord_init_action(const std::vector<std::string>& args)
431 static int console_init_action(const std::vector<std::string>& args)
520 static int property_enable_triggers_action(const std::vector<std::string>& args)
527 static int queue_property_triggers_action(const std::vector<std::string>& args)
1019 char* args[] = { path, nullptr }; local
    [all...]
service.cpp 132 static void ExpandArgs(const std::vector<std::string>& args, std::vector<char*>* strs) {
134 expanded_args.resize(args.size());
135 strs->push_back(const_cast<char*>(args[0].c_str()));
136 for (std::size_t i = 1; i < args.size(); ++i) {
137 if (!expand_props(args[i], &expanded_args[i])) {
138 LOG(FATAL) << args[0] << ": cannot expand '" << args[i] << "'"; local
153 Service::Service(const std::string& name, const std::vector<std::string>& args)
168 args_(args) {
175 const std::vector<std::string>& args)
    [all...]
  /system/sepolicy/tools/
check_seapp.c 291 va_list args; local
292 va_start(args, fmt);
293 vfprintf(out, fmt, args);
294 va_end(args);
  /toolchain/binutils/binutils-2.25/binutils/
dllwrap.c 135 display (const char * message, va_list args)
140 vfprintf (stderr, message, args);
148 va_list args; local
150 va_start (args, message);
155 display (message, args);
157 va_end (args);
163 va_list args; local
165 va_start (args, format);
167 display (format, args);
169 va_end (args);
    [all...]
wrstabs.c 1146 char **args;
1170 args = NULL;
1176 args = NULL;
1179 args = (char **) xmalloc (1 * sizeof (*args));
1183 args[0] = stab_pop_type (info);
1189 args = (char **) xmalloc ((argcount + 1) * sizeof (*args));
1193 args[i] = stab_pop_type (info);
1200 args[argcount] = stab_pop_type (info)
1144 char **args; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-iq2000.c 139 const char ** args;
264 /* chlm: Added the following to allow defaulted args. */
305 iq2000_macro_defs[i].args);
137 const char ** args; member in struct:__anon108259
  /toolchain/binutils/binutils-2.25/gas/
listing.c 754 va_list args; local
756 va_start (args, format);
758 vfprintf (list_file, format, args);
762 va_end (args);
    [all...]

Completed in 545 milliseconds

<<919293949596979899100>>