HomeSort by relevance Sort by last modified time
    Searched full:minimum (Results 526 - 550 of 5538) sorted by null

<<21222324252627282930>>

  /external/webrtc/src/system_wrappers/source/
cpu_win.h 2 // Note: Windows XP, Windows Server 2003 are the minimum requirements.
  /frameworks/base/core/res/res/layout/
dialog_title.xml 20 This is an optimized layout for a screen, with the minimum set of features
dialog_title_holo.xml 19 This is an optimized layout for a screen, with the minimum set of features
global_actions_item.xml 17 <!-- RelativeLayouts have an issue enforcing minimum heights, so just
screen_title.xml 18 This is an optimized layout for a screen, with the minimum set of features
  /frameworks/base/docs/html/design/building-blocks/
buttons.jd 23 They have a smaller font and smaller minimum height. Use small buttons in forms where they need to
  /libcore/luni/src/main/java/java/util/concurrent/
RecursiveTask.java 33 * minimum granularity size (for example 10 here) for which you always
  /libcore/luni/src/test/java/tests/api/org/apache/harmony/kernel/dalvik/
ThreadsTest.java 237 long minimum = (long) ((double) expectedMillis * 0.90); local
243 if (duration < minimum) {
245 " minimum duration: " + minimum +
  /packages/apps/Calendar/res/values-w960dp-h527dp/
dimens.xml 31 <!-- minimum size of hours column in day/week view -->
  /packages/apps/Contacts/res/values/
dimens.xml 32 <!-- Minimum height of a row in the Editor -->
86 <!-- This is the minimum amount of space to leave underneath an expanded contact detail
90 <!-- Minimum width for the photo action popup options -->
99 <!-- Minimum height of a row in the contact detail -->
  /packages/experimental/BugReportSender/
AndroidManifest.xml 23 <!-- Minimum Donut, target Froyo -->
  /system/media/audio_effects/include/audio_effects/
effect_equalizer.h 37 EQ_PARAM_LEVEL_RANGE, // Returns the minimum and maximum band levels supported.
effect_visualizer.h 33 #define VISUALIZER_CAPTURE_SIZE_MIN 128 // minimum capture size in samples
  /external/chromium/chrome/common/extensions/api/
extension_api.json 555 "minimum": 0,
562 "minimum": 0,
569 "minimum": 0,
662 "minimum": 0,
669 "minimum": 0,
676 "minimum": 0,
711 "id": {"type": "integer", "minimum": 0, "description": "The ID of the window. Window IDs are unique within a browser session."},
740 {"type": "integer", "name": "windowId", "minimum": 0},
827 "tabId": {"type": "integer", "minimum": 0, "optional": true, "description": "The id of the tab for which you want to adopt to the new window."},
    [all...]
  /bionic/libc/include/sys/
limits.h 178 #define _POSIX_THREAD_DESTRUCTOR_ITERATIONS 4 /* the minimum mandated by POSIX */
180 #define _POSIX_THREAD_KEYS_MAX 128 /* the minimum mandated by POSIX */
182 #define _POSIX_THREAD_THREADS_MAX 64 /* the minimum mandated by POSIX */
  /external/bluetooth/bluedroid/stack/avdt/
avdt_defs.h 65 /* some maximum and minimum sizes of signalling messages */
99 /* minimum possible size of configuration or capabilities data */
102 /* minimum and maximum lengths for different message types */
  /external/ceres-solver/internal/ceres/
polynomial.h 74 // Find the minimum value of the polynomial in the interval [x_min,
75 // x_max]. The minimum is obtained by computing all the roots of the
79 // this ensures that the true minimum is found.
  /external/chromium/chrome/browser/ui/views/
html_dialog_view_browsertest.cc 26 // Window non-client-area means that the minimum size for the window
27 // won't be the actual minimum size - our layout and resizing code
121 // and a minimum size that seems too big. This file isn't included in
  /external/chromium/chrome/browser/ui/views/tabs/
tab.h 45 // Returns the minimum possible size of a single unselected Tab.
47 // Returns the minimum possible size of a selected Tab. Selected tabs must
48 // always show a close button and have a larger minimum size than unselected
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service.h 91 // Contains all the information about the minimum time allowed between two
97 // The minimum amount of time between two captive portal checks, when the
101 // The minimum amount of time between two captive portal checks, when the
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_controller.h 87 // Minimum and maximum allowable tab width. The minimum width does not show
89 // button so it has a different minimum width.
  /external/chromium_org/chrome/browser/ui/views/
script_bubble_view.cc 132 0); // Minimum size.
141 0); // Minimum size.
151 0); // Minimum size.
  /external/chromium_org/chrome/common/extensions/api/
history.json 15 "id": {"type": "string", "minimum": 0, "description": "The unique identifier for the item."},
28 "id": {"type": "string", "minimum": 0, "description": "The unique identifier for the item."},
53 "maxResults": {"type": "integer", "optional": true, "minimum": 0, "description": "The maximum number of results to retrieve. Defaults to 100."}
tts_engine.json 63 "minimum": 0.1,
70 "minimum": 0,
77 "minimum": 0,
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
StepRange.cpp 55 StepRange::StepRange(const Decimal& stepBase, const Decimal& minimum, const Decimal& maximum, const Decimal& step, const StepDescription& stepDescription)
57 , m_minimum(minimum)
90 // Rounds inRangeValue to minimum + N * step.

Completed in 1528 milliseconds

<<21222324252627282930>>