HomeSort by relevance Sort by last modified time
    Searched full:setting (Results 101 - 125 of 2960) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java 60 * whether or not the setting should be saved to the database as well.
61 * @param name the name of the setting
62 * @param value the string value of the setting
65 * and in some cases the property value needs to be modified before setting.
  /frameworks/base/test-runner/src/android/test/
TimedTest.java 28 * Setting {@link #includeDetailedStats()} to true causes additional metrics such as memory usage
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeAssetManager.java 29 * {@link Bridge} calls this method after setting up a new bridge.
  /frameworks/base/tools/localize/
localize.cpp 198 SourcePos(settingsFile, -1).Error("settings file does not contain setting: %s\n",
242 const Settings& setting = settings.find(config)->second; local
245 err = Perforce::GetResourceFileNames(setting.currentVersion, rootDir,
246 setting.apps, &resFiles, true);
302 const Settings& setting = settings[config]; local
307 fprintf(stderr, " Old CL: %s\n", setting.oldVersion.c_str());
308 fprintf(stderr, " Current CL: %s\n", setting.currentVersion.c_str());
315 XLIFFFile* xliff = XLIFFFile::Create(english, translated, setting.currentVersion);
328 setting.currentVersion, true);
334 setting.currentVersion.c_str())
    [all...]
  /packages/apps/AccountsAndSyncSettings/res/values-mcc234/
strings.xml 21 <!-- Data synchronization settings screen, checkbox setting option name. Controls whether Gmail should be synced. Must use "Google Mail" to refer to this app. -->
  /packages/apps/AccountsAndSyncSettings/res/values-mcc262/
strings.xml 21 <!-- Data synchronization settings screen, checkbox setting option name. Controls whether Gmail should be synced. Must use "Google Mail" to refer to this app. -->
  /packages/apps/Gallery/src/com/android/camera/
GallerySettings.java 26 // This is the setting screen for Gallery.
  /packages/apps/Provision/src/com/android/provision/
DefaultActivity.java 34 // Add a persistent setting to allow other apps to know the device has been provisioned.
  /system/bluetooth/data/
audio.conf 20 # other one automatically so the default setting of true is usually a good
  /system/core/libacc/tests/
accarm 33 print "Setting up arm"
  /system/core/toolbox/
ionice.c 50 printf("Setting pid %d i/o class to %d, prio %d\n", pid, clazz, ioprio);
  /hardware/ti/wlan/wl1271/utils/
CmdInterfaceCodes.h 210 * Used for setting driver defaults. Done Sync with no memory allocation\n
257 * Used for Setting/Getting desired Channel to/from OS abstraction layer\n
267 * Used for Setting/Getting Desired Supported Rate to/from OS abstraction layer\n
277 * Used for Setting/Getting Desired Preamble Type to/from OS abstraction layer\n
288 * Used for Setting/Getting Desired Preamble Type to/from OS abstraction layer\n
300 * Used for Setting/Getting Desired Preamble Type to/from OS abstraction layer\n
313 * Used for Setting/Getting Current Channel to/from OS abstraction layer\n
353 * Used for Getting Desired Slot Time from OS abstraction layer and Setting Desired Slot Time to FW\n
393 * Used for Getting Beacon Filter Desired State from OS abstraction layer or Setting Beacon Filter Desired State to FW\n
415 * Used for Setting/Getting WiFi Simple Configuration Mode\
    [all...]
  /packages/apps/Phone/res/values/
strings.xml 60 <!-- In-call screen: call failure reason (call denied because of current FDN setting) -->
221 <!-- GSM Call settings screen, setting option name -->
223 <!-- CDM Call settings screen, setting option name -->
225 <!-- Mobile network settings screen, setting option name -->
229 <!-- Call settings screen, setting option name -->
233 <!-- Mobile network settings screen, setting option name -->
237 <!-- GSM Call settings screen, setting option name -->
239 <!-- GSM-only Call settings screen, setting option name-->
241 <!-- CDMA Call settings screen, setting option name -->
243 <!-- CDMA-only Call settings screen, setting option name--
    [all...]
  /frameworks/base/libs/binder/
Parcel.cpp 321 LOGV("setDataSize Setting data size of %p to %d\n", this, mDataSize);
486 LOGV("finishWrite Setting data pos of %p to %d\n", this, mDataPos);
489 LOGV("finishWrite Setting data size of %p to %d\n", this, mDataSize);
763 LOGV("read Setting data pos of %p to %d\n", this, mDataPos);
774 LOGV("readInplace Setting data pos of %p to %d\n", this, mDataPos);
885 LOGV("readCString Setting data pos of %p to %d\n", this, mDataPos);
1022 LOGV("readObject Setting data pos of %p to %d\n", this, mDataPos);
1049 LOGV("readObject Setting data pos of %p to %d\n", this, mDataPos);
1062 LOGV("readObject Setting data pos of %p to %d\n", this, mDataPos);
1116 //LOGI("setDataReference Setting data size of %p to %lu (pid=%d)\n", this, mDataSize, getpid())
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettings.java 183 // Before setting value, we may need to adjust the lists
259 Class<? extends android.app.Activity> setting = sender.getSettingActivityClass(); local
260 showOutgoing = (setting != null);
394 Class<? extends android.app.Activity> setting = store.getSettingActivityClass(); local
395 if (setting != null) {
396 java.lang.reflect.Method m = setting.getMethod("actionEditIncomingSettings",
411 Class<? extends android.app.Activity> setting = sender.getSettingActivityClass(); local
412 if (setting != null) {
413 java.lang.reflect.Method m = setting.getMethod("actionEditOutgoingSettings",
  /external/e2fsprogs/misc/
tune2fs.c 344 fprintf(stderr, _("Setting filesystem feature '%s' "
377 * code below handle creating setting the flag and
828 printf("Setting test filesystem flag\n");
951 printf (_("Setting maximal mount count to %d\n"),
957 printf (_("Setting current mount count to %d\n"), mount_count);
962 printf (_("Setting error behavior to %d\n"), errors);
967 printf (_("Setting reserved blocks gid to %lu\n"), resgid);
972 printf (_("Setting interval between checks to %lu seconds\n"), interval);
978 printf (_("Setting reserved blocks percentage to %g%% (%u blocks)\n"),
990 printf (_("Setting reserved blocks count to %lu\n")
    [all...]
  /external/easymock/src/org/easymock/
MockControl.java 147 "method call on the mock needed before setting void callable")
168 "method call on the mock needed before setting Throwable")
185 "method call on the mock needed before setting return value")
202 "method call on the mock needed before setting void callable")
225 "method call on the mock needed before setting Throwable")
244 "method call on the mock needed before setting return value")
263 "method call on the mock needed before setting return value")
278 ((MocksControl) expectLastCall("method call on the mock needed before setting default void callable"))
347 "method call on the mock needed before setting void callable")
352 IExpectationSetters<Object> setter = expectLastCall("method call on the mock needed before setting void callable");
    [all...]
  /external/jpeg/
cjpeg.1 79 reconstructed image: the higher the quality setting, the larger the JPEG file,
81 want to use the lowest quality setting (smallest file) that decompresses into
83 purpose the quality setting should be between 50 and 95; the default of 75 is
87 image. (The optimal setting will vary from one image to another.)
92 as roundoff error). This setting is mainly of interest for experimental
118 standard JPEG file of the same quality setting, and the total file size is
  /external/quake/quake/src/WinQuake/kit/
JOYSTICK.TXT 20 3. sensitivity setting for each control (allows tuning and inverting the control direction)
21 4. dead-zone setting for each control
23 The default joystick setting is for joystick left/right movement to control turning and for joystick forward/backward movement to control moving forward/backward. For optional strafing, add the 'sidestep' feature to one of your buttons (via the Customize menu). For optional looking, add the 'mouse look' feature to one of your buttons (also via the Customize menu).
51 4. sensitivity setting for any control (allows tuning and inverting the control direction)
52 5. threshold setting for any control (allows dead-zone setting)
  /external/wpa_supplicant/
config_ssid.h 272 * Alternatively, a named configuration blob can be used by setting
276 * certificate store by setting this to cert_store://<name>, e.g.,
304 * Alternatively, a named configuration blob can be used by setting
331 * Alternatively, a named configuration blob can be used by setting
346 * This is an optional configuration file for setting parameters for an
356 * Alternatively, a named configuration blob can be used by setting
404 * Alternatively, a named configuration blob can be used by setting
431 * Alternatively, a named configuration blob can be used by setting
444 * Alternatively, a named configuration blob can be used by setting
465 * Alternatively, a named configuration blob can be used by setting
    [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java 708 * capabilities before setting parameters. For example, the application
    [all...]
  /external/bluetooth/bluez/doc/
control-api.txt 70 void ChangeSetting(string setting, variant value)
122 SettingChanged(string setting, variant value)
  /external/dropbear/
filelist.txt 11 session.c Contains the main select() loop, and handles setting
59 localtcpfwd.c Handles -L style tcp forwarding requests, setting
  /external/emma/core/java12/com/vladium/logging/
ILogLevels.java 47 /** setting log level to NONE disables all logging */
49 /** setting log level to ALL enables all log levels */
  /external/kernel-headers/original/linux/
futex.h 60 * The death of the thread may race with userspace setting
80 * a FUTEX_WAKE on such futexes, after setting the bit, to wake

Completed in 447 milliseconds

1 2 3 45 6 7 8 91011>>