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

<<21222324252627282930>>

  /frameworks/base/core/java/android/widget/
DatePicker.java 179 * the date format order setting. Otherwise, use the order
354 * 0-11 so add one when setting the display.
  /frameworks/base/docs/html/guide/publishing/
versioning.jd 19 <li><a href="#appversion">Setting Application Version</a></li>
61 <h2 id="appversioning">Setting Application Version</h2>
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 29 * default/initial setting.
31 * The initial setting for dither is now true, since it almost always seems
NinePatchDrawable.java 68 * Create drawable from raw nine-patch data, setting initial target density
88 * Create drawable from existing nine-patch, setting initial target density
  /packages/apps/Contacts/src/com/android/contacts/
ScrollingTabWidget.java 314 // Setting this flag, allows the children of this View to obtain focus.
328 // Setting this flag will effectively make the tabs unfocusable. This will
  /packages/apps/Settings/src/com/android/settings/
AccessibilitySettings.java 206 * Handles the change of the accessibility enabled setting state.
277 * Persists the Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES setting.
LanguageSettings.java 120 // If setting activity is available, add a setting screen entry.
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/Xtrans/
Xtransint.h 118 * Moved the setting of NEED_UTSNAME to this header file from Xtrans.c,
387 /* Flags to preserve when setting others */
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 467 fprintf(stderr, "Done setting baudrate\n");
504 fprintf(stderr, "Done setting line discpline\n");
  /system/core/sh/
trap.c 289 * current setting unknown
330 * Return the current setting for sig w/o changing it.
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
eth_utils.c 225 /* Error setting socket option */
227 console_printf_terminal("eth_utils, error setting %s socket option. (errno = %d)\n", ethernet_utils_module_names[module_index], errno);
  /external/icu4c/test/cintltst/
capitst.c 615 tests decomposition setting
    [all...]
ccaltst.c 366 log_verbose("Setting it back to normal\n");
369 log_err("FAIL: Error in setting the attribute back to normal\n");
371 /*setting the first day of the week to other values */
386 /*setting minimal days of the week to other values */
509 log_err("Error in setting the time zone using ucal_setTimeZone(): %s\n", u_errorName(status));
514 log_err("FAIL: Error setting the time zone doesn't change the represented time\n");
525 log_err("Error in setting the time zone using ucal_setTimeZone(): %s\n", u_errorName(status));
542 log_err("Error in setting the time zone using ucal_setTimeZone(): %s\n", u_errorName(status));
568 log_err("error in setting the calendar date : %s\n", u_errorName(status));
599 log_err("error in setting the calendar date : %s\n", u_errorName(status))
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
qosMngr.c 298 * setting ac traffic params for TrafficCategoryCfg (TNET configuration
325 * setting ac QoS params for acQosParams (TNET configuration)
371 * setting ps mode per ac for protocol specific configuration.
390 /* setting wme Ack Policy */
409 /* 802.11n BA session setting */
445 pQosMngr->resourceMgmtTable.currentTspecInfo[acID].userPriority = INACTIVE_USER_PRIORITY; /* Setting invalid user Priority to prevent GET_TSPEC or DELETE */
458 pQosMngr->resourceMgmtTable.candidateTspecInfo[acID].userPriority = INACTIVE_USER_PRIORITY; /* Setting invalid user Priority to prevent GET_TSPEC or DELETE */
669 TRACE2(pQosMngr->hReport, REPORT_SEVERITY_INFORMATION, "setWmeSiteParams: Setting QOS Null data for UserPriority %d (belongs to AC %d)\n", WMEQosAcToTid[acID], acID);
671 break; /* Only need to set ONE template, so after setting it, we can exit the loop */
710 /* 802.11n BA session setting */
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
qosMngr.c 291 * setting ac traffic params for TrafficCategoryCfg (TNET configuration
318 * setting ac QoS params for acQosParams (TNET configuration)
364 * setting ps mode per ac for protocol specific configuration.
383 /* setting wme Ack Policy */
402 /* 802.11n BA session setting */
438 pQosMngr->resourceMgmtTable.currentTspecInfo[acID].userPriority = INACTIVE_USER_PRIORITY; /* Setting invalid user Priority to prevent GET_TSPEC or DELETE */
451 pQosMngr->resourceMgmtTable.candidateTspecInfo[acID].userPriority = INACTIVE_USER_PRIORITY; /* Setting invalid user Priority to prevent GET_TSPEC or DELETE */
662 TRACE2(pQosMngr->hReport, REPORT_SEVERITY_INFORMATION, "setWmeSiteParams: Setting QOS Null data for UserPriority %d (belongs to AC %d)\n", WMEQosAcToTid[acID], acID);
664 break; /* Only need to set ONE template, so after setting it, we can exit the loop */
703 /* 802.11n BA session setting */
    [all...]
  /external/quake/quake/src/WinQuake/data/
TECHINFO.TXT 71 setting the mode, leaving it set for 5 seconds, and returning to the previous
73 mode. We highly recommend that you always test modes with 'T' before setting
77 screen. It is unlikely but possible that testing or setting a mode will
84 test a mode by pressing the 'T' key before setting it by pressing the Enter
107 basic mode setting through the console (this is similar to what can be
195 by setting the vid_nopageflip console variable to 1, then setting the mode
313 non-page-flipped. The setting of vid_nopageflip is remembered
317 flipped until vid_nopageflip is set to 0. Note that setting this
367 setting vid_wait to 1 (wait for vertical sync). We would have made
    [all...]
  /frameworks/base/services/java/com/android/server/
WifiService.java 425 * @param persist {@code true} if the setting should be persisted.
    [all...]
  /external/jpeg/
libjpeg.doc 312 You can select the data destination after setting other parameters (step 3),
319 You must supply information about the source image by setting the following
651 can make them valid by calling jpeg_calc_output_dimensions() after setting the
    [all...]
  /bionic/libc/include/sys/
endian.h 32 * machine/endian.h after setting _BYTE_ORDER to either 1234 for little endian
  /bionic/linker/
README.TXT 142 change this to go to stdout instead by setting the definition of
  /bootable/recovery/edify/
expr.h 101 // For setting and getting the global error string (when returning
  /build/tools/acp/
acp.c 93 DBUG(("--- dest exists and is a dir, setting flag\n"));
  /dalvik/libcore/luni/src/main/java/java/io/
FilterInputStream.java 164 * bytes have been read since setting the mark.
  /dalvik/libcore/luni/src/main/java/java/net/
Proxy.java 32 * Represents the proxy type setting {@code Proxy.Type.DIRECT}. It tells
ResponseCache.java 112 * set to {@code null}. This setting may be ignored by some non-standard

Completed in 366 milliseconds

<<21222324252627282930>>