HomeSort by relevance Sort by last modified time
    Searched full:area (Results 451 - 475 of 5029) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
streambuf 179 char_type* _M_in_beg; // Start of get area.
180 char_type* _M_in_cur; // Current read area.
181 char_type* _M_in_end; // End of get area.
182 char_type* _M_out_beg; // Start of put area.
183 char_type* _M_out_cur; // Current put area.
184 char_type* _M_out_end; // End of put area.
251 // [27.5.2.2.3] get area
327 * @param s A buffer area.
386 // [27.5.2.2.5] put area
416 * @param s A buffer read area
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
streambuf 179 char_type* _M_in_beg; // Start of get area.
180 char_type* _M_in_cur; // Current read area.
181 char_type* _M_in_end; // End of get area.
182 char_type* _M_out_beg; // Start of put area.
183 char_type* _M_out_cur; // Current put area.
184 char_type* _M_out_end; // End of put area.
251 // [27.5.2.2.3] get area
327 * @param s A buffer area.
386 // [27.5.2.2.5] put area
416 * @param s A buffer read area
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
streambuf 179 char_type* _M_in_beg; // Start of get area.
180 char_type* _M_in_cur; // Current read area.
181 char_type* _M_in_end; // End of get area.
182 char_type* _M_out_beg; // Start of put area.
183 char_type* _M_out_cur; // Current put area.
184 char_type* _M_out_end; // End of put area.
251 // [27.5.2.2.3] get area
327 * @param s A buffer area.
386 // [27.5.2.2.5] put area
416 * @param s A buffer read area
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
streambuf 182 char_type* _M_in_beg; // Start of get area.
183 char_type* _M_in_cur; // Current read area.
184 char_type* _M_in_end; // End of get area.
185 char_type* _M_out_beg; // Start of put area.
186 char_type* _M_out_cur; // Current put area.
187 char_type* _M_out_end; // End of put area.
254 // [27.5.2.2.3] get area
330 * @param s A buffer area.
390 // [27.5.2.2.5] put area
420 * @param s A buffer read area
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
streambuf 182 char_type* _M_in_beg; // Start of get area.
183 char_type* _M_in_cur; // Current read area.
184 char_type* _M_in_end; // End of get area.
185 char_type* _M_out_beg; // Start of put area.
186 char_type* _M_out_cur; // Current put area.
187 char_type* _M_out_end; // End of put area.
254 // [27.5.2.2.3] get area
330 * @param s A buffer area.
390 // [27.5.2.2.5] put area
420 * @param s A buffer read area
    [all...]
  /external/chromium_org/chrome/app/
address_input_strings.grdp 60 desc="Administrative Area for Hong Kong (e.g., Kowloon).">
61 Area
65 desc="Administrative Area for United Kingdoms (e.g. York) or for the
71 desc="Administrative Area for Nicaragua (e.g., Boaco) or France.">
76 desc="Administrative Area for Nauru Central Pacific (e.g., Aiwo district),
77 or area of a town (a neighbourhood/suburb) used for addresses in
83 desc="Administrative Area for Korea (e.g., Gyeonggi-do or Busan-si).">
88 desc="Administrative Area for United Arab Emirates (e.g., Abu Dhabi).">
93 desc="Administrative Area for certain countries (e.g., Bahama's Cat
99 desc="Administrative Area for certain countries (e.g., Andorra'
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
agg_rasterizer_scanline_aa.h 53 int area; member in struct:agg::cell_aa
278 AGG_INLINE unsigned calculate_alpha(int area, bool no_smooth) const
280 int cover = area >> (poly_base_shift * 2 + 1 - 8);
337 int area = cur_cell->area; local
345 area += cur_cell->area;
348 if(area) {
349 alpha = calculate_alpha((cover << (poly_base_shift + 1)) - area, no_smooth);
  /external/chromium_org/chrome/browser/resources/options/chromeos/
change_picture_options.css 5 #user-images-area {
91 .user-image-stream-area {
96 .camera.live .user-image-stream-area {
128 .user-image-stream-area .spinner {
138 .camera.live:not(.online) .user-image-stream-area .spinner {
internet_detail.css 6 #internet-details-content-area {
30 #internet-details-content-area > .subpages-tab-contents {
42 #internet-details-content-area
  /external/chromium_org/chrome/browser/resources/options/
content_settings_exceptions_area.html 1 <div id="content-settings-exceptions-area" class="page" hidden>
4 <div class="content-area">
24 <div class="flash-plugin-area">
140 <div class="action-area">
145 <div class="action-area-right">
  /external/chromium_org/chrome/browser/resources/print_preview/previewarea/
preview_area.js 9 * Creates a PreviewArea object. It represents the area where the preview
133 * Event types dispatched by the preview area.
155 * CSS classes used by the preview area.
160 COMPATIBILITY_OBJECT: 'preview-area-compatibility-object',
162 'preview-area-compatibility-object-out-of-process',
163 CUSTOM_MESSAGE_TEXT: 'preview-area-custom-message-text',
164 MESSAGE: 'preview-area-message',
166 OPEN_SYSTEM_DIALOG_BUTTON: 'preview-area-open-system-dialog-button',
168 'preview-area-open-system-dialog-button-throbber',
169 OVERLAY: 'preview-area-overlay-layer
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_positioner.h 49 // Subtracts a rectangle from the display's work area. This can be used to
51 // where the shelf is considered part of the work area.
54 // Shrinks the display's work area by the given amount on each side.
69 // The window will be aligned to the left of the work area for horizontal
103 // the work area. Returns the updated anchor point.
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlmemory.h 177 * Returns the pointer to the allocated area or NULL in case of error.
187 * Returns the pointer to the allocated area or NULL in case of error.
192 * @ptr: pointer to the existing allocated area
197 * Returns the pointer to the allocated area or NULL in case of error.
206 * Returns the pointer to the allocated area or NULL in case of error.
  /external/libxml2/include/libxml/
xmlmemory.h 177 * Returns the pointer to the allocated area or NULL in case of error.
187 * Returns the pointer to the allocated area or NULL in case of error.
192 * @ptr: pointer to the existing allocated area
197 * Returns the pointer to the allocated area or NULL in case of error.
206 * Returns the pointer to the allocated area or NULL in case of error.
  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 55 /// \brief FrameIndex for start of varargs area for arguments passed on the
59 /// \brief FrameIndex for start of varargs area for arguments passed in
63 /// \brief Size of the varargs area for arguments passed in general purpose
67 /// \brief FrameIndex for start of varargs area for arguments passed in
71 /// \brief Size of the varargs area for arguments passed in floating-point
  /external/chromium_org/chrome/browser/resources/login/
user_pod_template.html 8 <div class="password-area">
27 <div class="action-box-area">
30 <div class="user-type-icon-area" hidden>
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab_theme.css 48 .showing-login-area #page-switcher-end:hover,
49 .showing-login-area #page-switcher-end:focus,
50 .showing-login-area #page-switcher-end.drag-target {
  /external/chromium_org/chrome/browser/resources/user_manager/
user_manager.css 109 .action-box-area {
117 .action-box-area.active .action-box-button {
131 .action-box-area.active .action-box-button {
  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.h 63 // frame, any title area, and any connected client edge.
75 // Returns the insets of the client area.
78 // Returns the bounds of the client area for the specified view size.
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/cpp/
classpp_1_1_input_event.html 18 <area shape="rect" id="node5" href="classpp_1_1_i_m_e_input_event.html" title="pp::IMEInputEvent" alt="" coords="339,5,475,35"></area><area shape="rect" id="node7" href="classpp_1_1_keyboard_input_event.html" title="pp::KeyboardInputEvent" alt="" coords="320,59,493,88"></area><area shape="rect" id="node9" href="classpp_1_1_mouse_input_event.html" title="This class handles mouse events." alt="" coords="329,112,484,141"></area><area shape="rect" id="node11" href="classpp_1_1_touch_input_event.html" title="pp::TouchInputEvent" alt="" coords="332,165,481,195"></area><area shape="rect" id="node13" href="classpp_1_1_wheel_input_event.html" title="pp::WheelInputEvent" alt="" coords="331,219,483,248"></area><area shape="rect" id="node2" href="classpp_1_1_resource.html" title="A reference counted module r (…)
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/pepper_dev/cpp/
classpp_1_1_input_event.html 18 <area shape="rect" id="node5" href="classpp_1_1_i_m_e_input_event.html" title="pp::IMEInputEvent" alt="" coords="339,5,475,35"></area><area shape="rect" id="node7" href="classpp_1_1_keyboard_input_event.html" title="pp::KeyboardInputEvent" alt="" coords="320,59,493,88"></area><area shape="rect" id="node9" href="classpp_1_1_mouse_input_event.html" title="This class handles mouse events." alt="" coords="329,112,484,141"></area><area shape="rect" id="node11" href="classpp_1_1_touch_input_event.html" title="pp::TouchInputEvent" alt="" coords="332,165,481,195"></area><area shape="rect" id="node13" href="classpp_1_1_wheel_input_event.html" title="pp::WheelInputEvent" alt="" coords="331,219,483,248"></area><area shape="rect" id="node2" href="classpp_1_1_resource.html" title="A reference counted module r (…)
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/cpp/
classpp_1_1_input_event.html 18 <area shape="rect" id="node5" href="classpp_1_1_i_m_e_input_event.html" title="pp::IMEInputEvent" alt="" coords="339,5,475,35"></area><area shape="rect" id="node7" href="classpp_1_1_keyboard_input_event.html" title="pp::KeyboardInputEvent" alt="" coords="320,59,493,88"></area><area shape="rect" id="node9" href="classpp_1_1_mouse_input_event.html" title="This class handles mouse events." alt="" coords="329,112,484,141"></area><area shape="rect" id="node11" href="classpp_1_1_touch_input_event.html" title="pp::TouchInputEvent" alt="" coords="332,165,481,195"></area><area shape="rect" id="node13" href="classpp_1_1_wheel_input_event.html" title="pp::WheelInputEvent" alt="" coords="331,219,483,248"></area><area shape="rect" id="node2" href="classpp_1_1_resource.html" title="A reference counted module r (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformGestureEvent.h 46 PlatformGestureEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, const IntSize& area, double timestamp, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, float deltaX, float deltaY, float velocityX, float velocityY)
50 , m_area(area)
66 const IntSize& area() const { return m_area; } function in class:WebCore::PlatformGestureEvent
  /external/chromium_org/third_party/WebKit/Source/web/
ViewportAnchor.cpp 49 int area(const RectType& rect) { function in namespace:blink::__anon15257
60 const int maxNodeArea = area(viewRect) * viewportToNodeMaxRelativeArea;
61 if (node && area(node->boundingBox()) > maxNodeArea) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/server/
radeon_dri.h 106 drm_handle_t gartTexHandle; /**< \brief AGP texture area map handle */
107 drmSize gartTexMapSize; /**< \brief AGP texture area map size */
109 int gartTexOffset; /**< \brief AGP texture area offset in AGP space */

Completed in 1255 milliseconds

<<11121314151617181920>>