HomeSort by relevance Sort by last modified time
    Searched full:area (Results 201 - 225 of 4396) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/ui/webui/resources/css/
overlay.css 114 .overlay .page .content-area {
121 .overlay .page .action-area {
129 html[dir='rtl'] .overlay .page .action-area {
133 .overlay .page .action-area-right {
155 .overlay .page .content-area::-webkit-scrollbar {
160 .overlay .page .content-area::-webkit-scrollbar-thumb {
166 .overlay .page .content-area::-webkit-scrollbar-thumb:hover {
  /system/extras/tests/directiotest/
directiotest.c 116 * each 32-bit word contain first disk block number of the test area, low
117 * 16-bits contain word offset into test area. The goal is that a given test
118 * area should never contain the same data as a nearby test area, and that the
119 * data for a given test area be easily reproducable given the start block and
120 * test area size.
164 printf("Testing area %d/%d (%6.2f%% complete)\r", current, total,
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_window_controller.mm 52 // Add the side tab strip to the left side of the window's content area,
53 // making it fill the full height of the content area.
80 // Cache the difference in height between the window content area and the
81 // tab content area.
108 // of the tab content area.
121 // window's content area.
154 // area. If false, we're moving out of the overlay back into the window's
175 // and the content area inside of it. This allows it to have a different opacity
350 // Called when the size of the window content area has changed. Override to
  /external/chromium_org/components/autofill/core/browser/
validation.cc 162 // A SSN is of the form AAA-GG-SSSS (A = area number, G = group number, S =
163 // serial number). The validation we do here is simply checking if the area,
166 // Historically, the area number was assigned per state, with the group number
169 // group number assigned for a given area number. (This was something that
189 int area; local
192 &area)) {
195 if (area < 1 ||
196 area == 666 ||
197 area >= 900) {
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
treemap.js 120 // { "data": {"$area": (sum of all timings)},
134 "data": {"$area": time},
144 total += subtree["data"]["$area"];
150 aTime = a.data["$area"]
151 bTime = b.data["$area"]
156 "data": {"$area": total},
182 var avgA = a.data['$area'] / a.childCount;
183 var avgB = b.data['$area'] / b.childCount;
199 var average = node.data['$area'] / node.childCount;
README.webtreemap.txt 28 "$area": (a number, in arbitrary units)
36 The `$area` of a node should be the sum of the `$area` of all of its
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
package.html 124 The Manager area has implementations for the connection management
130 The Pool area shows an abstract pool class
139 Most other classes in this package also belong to the Pool area.
141 In the Operations area, you will find only the interfaces for
145 specific to the Operations area.
164 adapter will move from the Pool area to the Manager area. When the
167 the Manager area back to the Pool area.
168 While the entry is in the Manager area, the pool MUST NOT keep
    [all...]
  /external/chromium/chrome/browser/ui/
status_bubble.h 18 // An interface implemented by an object providing the status display area of
47 // determine when the status area should move out of the way of the user's
51 // area.
  /external/chromium_org/chrome/browser/resources/help/
channel_change_page.html 4 <div class="content-area">
22 <div class="content-area">
36 <div class="action-area">
  /external/chromium_org/chrome/browser/ui/
status_bubble.h 19 // An interface implemented by an object providing the status display area of
46 // determine when the status area should move out of the way of the user's
50 // area.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
options.js 5 // Store CSS data in the "local" storage area.
7 // Usually we try to store settings in the "sync" area since a lot of the time
59 // Refresh the text area.
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformGestureEvent.h 54 PlatformGestureEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, double timestamp, const IntSize& area, const FloatPoint& delta, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey)
58 , m_area(area)
67 const IntSize& area() const { return m_area; } function in class:WebCore::PlatformGestureEvent
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
area_code_map.h 38 // geographical area the prefix covers.
44 // Returns the description of the geographical area the number corresponds
56 // area_codes maps phone number prefixes to geographical area description.
default_map_storage.h 17 // Default class for storing area codes.
29 // Default area code map storage strategy that is used for data not
50 // Returns the number of entries contained in the area code map.
  /external/oprofile/daemon/liblegacy/
opd_mapping.h 22 * represent a mmap'ed area, we create such area only for vma area with exec
  /external/stlport/stlport/stl/
_streambuf.h 30 // A basic_streambuf<> manages an input (get) area and an output (put)
31 // area. Each is described by three pointers: a beginning, an end, and a
61 char_type* _M_gbegin; // Beginning of get area
62 char_type* _M_gnext; // Current position within the get area
63 char_type* _M_gend; // End of get area
65 char_type* _M_pbegin; // Beginning of put area
66 char_type* _M_pnext; // Current position within the put area
67 char_type* _M_pend; // End of put area
86 protected: // Protected interface to the get area.
109 protected: // Protected interface to the put area
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 30 // A basic_streambuf<> manages an input (get) area and an output (put)
31 // area. Each is described by three pointers: a beginning, an end, and a
61 char_type* _M_gbegin; // Beginning of get area
62 char_type* _M_gnext; // Current position within the get area
63 char_type* _M_gend; // End of get area
65 char_type* _M_pbegin; // Beginning of put area
66 char_type* _M_pnext; // Current position within the put area
67 char_type* _M_pend; // End of put area
86 protected: // Protected interface to the get area.
109 protected: // Protected interface to the put area
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 30 // A basic_streambuf<> manages an input (get) area and an output (put)
31 // area. Each is described by three pointers: a beginning, an end, and a
61 char_type* _M_gbegin; // Beginning of get area
62 char_type* _M_gnext; // Current position within the get area
63 char_type* _M_gend; // End of get area
65 char_type* _M_pbegin; // Beginning of put area
66 char_type* _M_pnext; // Current position within the put area
67 char_type* _M_pend; // End of put area
86 protected: // Protected interface to the get area.
109 protected: // Protected interface to the put area
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 30 // A basic_streambuf<> manages an input (get) area and an output (put)
31 // area. Each is described by three pointers: a beginning, an end, and a
61 char_type* _M_gbegin; // Beginning of get area
62 char_type* _M_gnext; // Current position within the get area
63 char_type* _M_gend; // End of get area
65 char_type* _M_pbegin; // Beginning of put area
66 char_type* _M_pnext; // Current position within the put area
67 char_type* _M_pend; // End of put area
86 protected: // Protected interface to the get area.
109 protected: // Protected interface to the put area
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 30 // A basic_streambuf<> manages an input (get) area and an output (put)
31 // area. Each is described by three pointers: a beginning, an end, and a
61 char_type* _M_gbegin; // Beginning of get area
62 char_type* _M_gnext; // Current position within the get area
63 char_type* _M_gend; // End of get area
65 char_type* _M_pbegin; // Beginning of put area
66 char_type* _M_pnext; // Current position within the put area
67 char_type* _M_pend; // End of put area
86 protected: // Protected interface to the get area.
109 protected: // Protected interface to the put area
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 30 // A basic_streambuf<> manages an input (get) area and an output (put)
31 // area. Each is described by three pointers: a beginning, an end, and a
61 char_type* _M_gbegin; // Beginning of get area
62 char_type* _M_gnext; // Current position within the get area
63 char_type* _M_gend; // End of get area
65 char_type* _M_pbegin; // Beginning of put area
66 char_type* _M_pnext; // Current position within the put area
67 char_type* _M_pend; // End of put area
86 protected: // Protected interface to the get area.
109 protected: // Protected interface to the put area
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_streambuf.h 30 // A basic_streambuf<> manages an input (get) area and an output (put)
31 // area. Each is described by three pointers: a beginning, an end, and a
61 char_type* _M_gbegin; // Beginning of get area
62 char_type* _M_gnext; // Current position within the get area
63 char_type* _M_gend; // End of get area
65 char_type* _M_pbegin; // Beginning of put area
66 char_type* _M_pnext; // Current position within the put area
67 char_type* _M_pend; // End of put area
86 protected: // Protected interface to the get area.
109 protected: // Protected interface to the put area
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
presentation_mode_controller.mm 121 // Set up the tracking area used to activate the sliding bar or keep it active
123 // area if one was previously set up.
131 // The tracking area can "falsely" report exits when the menu slides down over
262 // Make sure |trackingAreaBounds_| always reflects either the tracking area or
263 // the desired tracking area.
265 // The tracking area should always be at least the height of activation zone.
273 // If an animation is currently running, do not set up a tracking area now.
279 // within the tracking area bounds.
358 // The tracking area shouldn't be active during animation.
370 // The tracking area shouldn't be active during animation
    [all...]
  /dalvik/vm/compiler/codegen/arm/armv5te/
CallingConvention.S 20 * r0 : pointer to save area of JIT_CALLEE_SAVE_WORD_SIZE
  /dalvik/vm/compiler/codegen/arm/armv5te-vfp/
CallingConvention.S 20 * r0 : pointer to save area of JIT_CALLEE_SAVE_WORD_SIZE

Completed in 1633 milliseconds

1 2 3 4 5 6 7 891011>>