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

<<11121314151617181920>>

  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
ReentrantLock.java 32 * slower) than those using the default setting, but have smaller
40 * honor the fairness setting. It will succeed if the lock
250 * immediately, setting the lock hold count to one.
269 * immediately, setting the lock hold count to one.
319 * returns immediately with the value {@code true}, setting the
326 * the fairness setting for this lock, then use
350 * immediately with the value {@code true}, setting the lock hold count
  /device/htc/dream-sapphire/tools/
btconfig.c 148 printf("Setting baud rate to %d\n", rate);
357 hci_sco.packet_size = 0x00; /* packet size--keep current setting */
359 hci_sco.max_latency[1] = 0x00; /* max latency--keep current setting */
360 hci_sco.bad_crc = 0xFF; /* bad CRC handling--keep current setting */
367 printf("Setting Vendor-specific SCO over %s.\n",
391 printf("Setting data direction.\n");
393 printf("Error setting data direction\n");
  /external/dbus/dbus/
dbus-internals.c 235 * fatally by setting DBUS_FATAL_WARNINGS, but this is rarely
908 const char *setting; local
926 setting = _dbus_getenv ("DBUS_TEST_MALLOC_FAILURES");
927 if (setting != NULL)
931 _dbus_string_init_const (&str, setting);
934 _dbus_warn ("couldn't parse '%s' as integer\n", setting);
942 i = setting ? max_failures_to_try - 1 : 1;
  /frameworks/base/media/java/android/media/
RingtoneManager.java 269 "Setting filter columns should be done before querying for ringtones.");
624 String setting = getSettingForType(type); local
625 if (setting == null) return null;
626 final String uriString = Settings.System.getString(context.getContentResolver(), setting);
641 String setting = getSettingForType(type); local
642 if (setting == null) return;
643 Settings.System.putString(context.getContentResolver(), setting,
  /packages/apps/Calendar/res/values/
strings.xml 343 <!-- This is the title of the screen for setting user preferences. -->
347 <string name="preferences_general_title">Calendar view setting</string>
363 <!-- Settings screen, setting summary text -->
367 <!-- List item label for setting the default number of reminder minutes -->
369 <!-- Title of dialog for setting the default number of reminder minutes -->
391 <!-- The value to use then migrating from old versions for a true vibrate setting -->
393 <!-- The value to use then migrating from old versions for a false vibrate setting -->
  /cts/tests/tests/text/src/android/text/method/cts/
ScrollingMovementMethodTest.java 111 * several steps,setting the content at first, waiting the layout, and checking the
225 * several steps,setting the content at first, waiting the layout, and checking the
338 * several steps,setting the content at first, waiting the layout, and checking the
429 * several steps,setting the content at first, waiting the layout, and checking the
470 * several steps,setting the content at first, waiting the layout, and checking the
530 * several steps,setting the content at first, waiting the layout, and checking the
591 * several steps,setting the content at first, waiting the layout, and checking the
    [all...]
  /frameworks/base/awt/javax/imageio/metadata/
IIOMetadataNode.java 295 * if a DOM error occurred while setting the attribute type.
328 * if a DOM error occurred while setting the attribute type.
360 * if a DOM error occurred while setting the attribute type.
633 * When it is defined to be null, setting it has no effect. On setting, any
640 * Text.isElementContentWhitespace). Similarly, on setting, no parsing is
682 * When it is defined to be null, setting it has no effect. On setting, any
689 * Text.isElementContentWhitespace). Similarly, on setting, no parsing is
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
messages.sgml 131 You can make warnings fatal at runtime by setting the %G_DEBUG environment
148 You can also make critical warnings fatal at runtime by setting
245 fatal at runtime by setting the %G_DEBUG environment variable (see
  /external/bluetooth/glib/tests/
threadpool-test.c 50 DEBUG_MSG (("[funcs] Setting max unused threads to %d",
67 DEBUG_MSG (("[funcs] Setting max idle time to %d",
75 DEBUG_MSG (("[funcs] Setting max idle time to 0"));
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessor.java 84 * @param fileName [null unsets the previous override setting]
103 * @param merge [null unsets the previous override setting]
112 * @param dir [null unsets the previous setting]
  /external/opencore/pvmi/pvmf/include/
pvmi_config_and_capability.h 66 * This method allows setting of an observer to listen for completion of asynchronous commands.
74 * The attributes that can be requested are capabilities, current parameter setting and default
75 * setting.
  /external/webkit/WebKit/mac/WebCoreSupport/
WebInspectorClient.mm 306 // Setting the height based on the previous height is done to work with
330 String shouldAttach = [_inspectedWebView page]->inspectorController()->setting(inspectorStartsAttachedName);
397 // Setting the height based on the difference is done to work with
  /frameworks/base/core/java/android/provider/
LiveFolders.java 36 * passes it back to the system by setting it as an
42 * <h3>Setting up the live folder activity</h3>
117 * <h3>Setting up the content provider</h3>
  /frameworks/base/include/utils/
AssetManager.h 102 * language setting. The vendor is less likely to change.
148 * packages. Depending on the cache setting and previous accesses,
160 * packages. Depending on the cache setting and previous accesses,
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 46 * applications setting. A memory check is made at this point and the user is notified of out
259 //check setting
261 //ask user to enable setting first
  /external/icu4c/test/cintltst/
cnumtst.c 545 log_err("Formatting failed after setting symbols. result=%s temp1=%s\n", result, temp1);
586 log_verbose("\nTesting getting and setting text attributes\n");
604 log_err("Fail:Error in setTextAttribute or getTextAttribute in setting and getting suffix\n");
606 log_verbose("Pass: setting and getting suffix works fine\n");
616 log_err("error in setting the text attributes : %s\n", myErrorName(status));
633 log_err("error in setting the text attributes : %s\n", myErrorName(status));
649 log_err("error in setting the text attributes: %s\n", myErrorName(status));
666 log_err("error in setting the text attributes: %s\n", myErrorName(status));
686 log_err("Fail: error in setting and getting attributes for UNUM_GROUPING_SIZE\n");
688 log_verbose("Pass: setting and getting attributes for UNUM_GROUPING_SIZE works fine\n")
    [all...]
  /bionic/libc/include/sys/
mount.h 85 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
  /bionic/libc/stdio/
wbuf.c 69 * guarantees that putc() will always call wbuf() by setting _w
  /build/core/
prebuilt.mk 65 # By setting .CERTIFICATE but not .PRIVATE_KEY, this package will be
version_defaults.mk 68 # setting these in the .apk's AndroidManifest.xml. It is either the code
  /cts/tests/tests/permission/src/android/permission/cts/
NoActivityRelatedPermissionTest.java 94 * Verify that setting Activity's persistent attribute requires permissions.
NoSystemFunctionPermissionTest.java 78 * Verify that setting wallpaper relate methods require permissions.
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
DocumentBuilderSettingStrategy.java 19 * This class is a strategy that provides the mapping from an abstract setting
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_documentcreateelementcasesensitive.java 39 * Modified on 27 June 2003 to avoid setting an invalid style
nodeprocessinginstructionsetnodevalue.java 31 * Setting the nodeValue should change the value returned by

Completed in 5719 milliseconds

<<11121314151617181920>>