HomeSort by relevance Sort by last modified time
    Searched full:area (Results 176 - 200 of 5028) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
TextDialog.java 82 Composite area = (Composite) super.createDialogArea(parent); local
83 GridLayoutFactory.create(area);
85 new Label(area, SWT.NONE).setText(m_headerText);
88 m_textWidget = new Text(area, SWT.BORDER | SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL);
102 new Label(area, SWT.NONE).setText(m_footerText);
104 return area;
  /external/lldb/www/cpp_reference/html/
SBProcess_8h.html 46 <area shape="rect" id="node3" href="SBDefines_8h.html" title="lldb/API/SBDefines.h" alt="" coords="996,641,1137,669"/><area shape="rect" id="node15" href="SBError_8h.html" title="lldb/API/SBError.h" alt="" coords="1739,331,1864,359"/><area shape="rect" id="node18" href="SBTarget_8h.html" title="lldb/API/SBTarget.h" alt="" coords="565,83,701,111"/><area shape="rect" id="node21" href="SBAddress_8h.html" title="lldb/API/SBAddress.h" alt="" coords="1420,161,1567,189"/><area shape="rect" id="node51" href="SBFileSpec_8h.html" title="lldb/API/SBFileSpec.h" alt="" coords="1155,486,1304,514"/><area shape="rect" id="node76" href="SBBroadcaster_8h.html" title="lldb/API/SBBroadcaster.h" alt="" coords="5,246,173,274"/><area shape="rect" id="node80" href="SBFileSpecList_8h.html" title="lldb/API/SBFileSpecList.h" alt="" coords="108,331,279,359"/><area shape="rect" id="node83" href="SBSymbolContextList_8h.html" title="lldb/API/SBSymbolContext\lList.h" alt="" coords="573,238,749,282"/><area shape="rect" id="node87" href="SBType_8h.html" title="lldb/API/SBType.h" alt="" coords="269,563,397,591"/><area shape="rect" id="node90" href="SBValue_8h.html" title="lldb/API/SBValue.h" alt="" coords="317,486, (…)
    [all...]
SBTarget_8h.html 51 <area shape="rect" id="node3" href="SBDefines_8h.html" title="lldb/API/SBDefines.h" alt="" coords="931,563,1072,591"/><area shape="rect" id="node15" href="SBAddress_8h.html" title="lldb/API/SBAddress.h" alt="" coords="1093,83,1240,111"/><area shape="rect" id="node47" href="SBFileSpec_8h.html" title="lldb/API/SBFileSpec.h" alt="" coords="789,409,939,437"/><area shape="rect" id="node72" href="SBBroadcaster_8h.html" title="lldb/API/SBBroadcaster.h" alt="" coords="1531,169,1699,197"/><area shape="rect" id="node76" href="SBFileSpecList_8h.html" title="lldb/API/SBFileSpecList.h" alt="" coords="1649,254,1820,282"/><area shape="rect" id="node79" href="SBSymbolContextList_8h.html" title="lldb/API/SBSymbolContext\lList.h" alt="" coords="1280,161,1456,205"/><area shape="rect" id="node83" href="SBType_8h.html" title="lldb/API/SBType.h" alt="" coords="5,486,133,514"/><area shape="rect" id="node86" href="SBValue_8h.html" title="lldb/API/SBValue.h" alt="" coords="53,409,184,437"/><area shape="rect" id="node91" href="SBWatchpoint_8h.html" title="lldb/API/SBWatchpoint.h" alt="" coords="1773,83,1939,111"/><area shape="rect" id="node18" href="SBModule_8h.html" title="lldb/API/SBModule.h" alt="" coords="555,16 (…)
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SizeAreaComparator.java 28 * Comparator for api1 {@link Camera.Size} objects by the area.
30 * <p>This comparator totally orders by rectangle area. Tie-breaks on width.</p>
48 long area = width * size.height; local
51 if (area == area2) {
55 return (area > area2) ? 1 : -1;
59 * Get the largest api1 {@code Camera.Size} from the list by comparing each size's area
  /frameworks/base/core/java/android/hardware/camera2/utils/
SizeAreaComparator.java 28 * Comparator for {@link Size} objects by the area.
30 * <p>This comparator totally orders by rectangle area. Tie-breaks on width.</p>
47 long area = width * size.getHeight(); local
50 if (area == area2) {
54 return (area > area2) ? 1 : -1;
58 * Get the largest {@code Size} from the list by comparing each size's area
  /external/icu/icu4c/source/samples/layout/
cgnomelayout.c 90 GtkWidget *area = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(app), "area")); local
99 gtk_widget_hide(area);
101 gtk_widget_show_all(area);
229 GtkWidget *area; local
249 area = gtk_drawing_area_new();
250 gtk_object_set_data(GTK_OBJECT(app), "area", area); local
252 style = gtk_style_copy(gtk_widget_get_style(area));
258 gtk_widget_set_style(area, style)
260 gnome_app_set_contents(GNOME_APP(app), area); local
    [all...]
  /hardware/ti/omap4-aah/camera/
CameraHalUtilClasses.cpp 161 CAMHAL_LOGEB("Camera area weight is invalid %d", weight);
166 CAMHAL_LOGEB("Camera area top coordinate is invalid %d", top );
171 CAMHAL_LOGEB("Camera area bottom coordinate is invalid %d", bottom );
176 CAMHAL_LOGEB("Camera area left coordinate is invalid %d", left );
181 CAMHAL_LOGEB("Camera area right coordinate is invalid %d", right );
186 CAMHAL_LOGEA("Camera area left larger than right");
191 CAMHAL_LOGEA("Camera area top larger than bottom");
198 status_t CameraArea::parseAreas(const char *area,
216 if ( ( NULL == area ) ||
228 memcpy(tmpBuffer, area, areaLength)
    [all...]
  /hardware/ti/omap4xxx/camera/
CameraHalUtilClasses.cpp 163 CAMHAL_LOGEB("Camera area weight is invalid %d", weight);
168 CAMHAL_LOGEB("Camera area top coordinate is invalid %d", top );
173 CAMHAL_LOGEB("Camera area bottom coordinate is invalid %d", bottom );
178 CAMHAL_LOGEB("Camera area left coordinate is invalid %d", left );
183 CAMHAL_LOGEB("Camera area right coordinate is invalid %d", right );
188 CAMHAL_LOGEA("Camera area left larger than right");
193 CAMHAL_LOGEA("Camera area top larger than bottom");
200 status_t CameraArea::parseAreas(const char *area,
218 if ( ( NULL == area ) ||
230 memcpy(tmpBuffer, area, areaLength)
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
certificate_backup_overlay.html 4 <div class="content-area">
31 <div class="action-area">
certificate_manager.css 16 #certificate-manager-content-area {
20 #certificate-manager-content-area .subpages-tab-contents {
language_add_language_overlay.html 4 <div class="content-area">
9 <div class="action-area button-strip">
language_dictionary_overlay.html 8 <div class="content-area">
15 <div class="action-area button-strip">
spelling_confirm_overlay.html 4 <div class="content-area">
10 <div class="action-area">
startup_overlay.html 9 <div class="content-area">
12 <div class="action-area">
managed_user_import.html 18 <div id="managed-user-import-content-area" class="content-area">
24 <div id="managed-user-import-action-area" class="action-area">
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
touch-action-overflow.html 10 touch-action: none still applies in scrollable area
17 Touch-action inherited by child in scrollable area
  /external/proguard/docs/
screenshots.html 30 <area shape="rect" coords="2,7,46,16" alt="ProGuard" href="screenshot_gui1.gif" target="other">
31 <area shape="rect" coords="2,17,46,27" alt="Input/Output" href="screenshot_gui2.gif" target="other">
32 <area shape="rect" coords="2,28,46,37" alt="Shrinking" href="screenshot_gui3.gif" target="other">
33 <area shape="rect" coords="2,38,46,48" alt="Optimization" href="screenshot_gui4.gif" target="other">
34 <area shape="rect" coords="2,49,46,58" alt="Obfuscation" href="screenshot_gui5.gif" target="other">
35 <area shape="rect" coords="2,59,46,69" alt="Information" href="screenshot_gui6.gif" target="other">
36 <area shape="rect" coords="2,70,46,79" alt="Process" href="screenshot_gui7.gif" target="other">
37 <area shape="rect" coords="2,80,46,90" alt="ReTrace" href="screenshot_gui8.gif" target="other">
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_UpdateRect.3 3 SDL_UpdateRect \- Makes sure the given area is updated on the given screen\&.
11 Makes sure the given area is updated on the given screen\&. The rectangle must be confined within the screen boundaries (no clipping is done)\&.
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
PrecisionDescriber.java 20 * Interface to implement size of click area.
27 * @return a float[] with x and y values of size of click area.
  /prebuilts/tools/common/proguard/proguard4.7/docs/
screenshots.html 30 <area shape="rect" coords="2,7,46,16" alt="ProGuard" href="screenshot_gui1.gif" target="other">
31 <area shape="rect" coords="2,17,46,27" alt="Input/Output" href="screenshot_gui2.gif" target="other">
32 <area shape="rect" coords="2,28,46,37" alt="Shrinking" href="screenshot_gui3.gif" target="other">
33 <area shape="rect" coords="2,38,46,48" alt="Optimization" href="screenshot_gui4.gif" target="other">
34 <area shape="rect" coords="2,49,46,58" alt="Obfuscation" href="screenshot_gui5.gif" target="other">
35 <area shape="rect" coords="2,59,46,69" alt="Information" href="screenshot_gui6.gif" target="other">
36 <area shape="rect" coords="2,70,46,79" alt="Process" href="screenshot_gui7.gif" target="other">
37 <area shape="rect" coords="2,80,46,90" alt="ReTrace" href="screenshot_gui8.gif" target="other">
  /external/chromium_org/cc/output/
copy_output_request.h 47 // area is given, then the intersection of this rect (in layer space) with
49 void set_area(const gfx::Rect& area) {
51 area_ = area;
54 gfx::Rect area() const { return area_; } function in class:cc::CopyOutputRequest
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_network.html 8 <div class="menu-area">
15 <div class="menu-area">
22 <div class="menu-area">
29 <div class="menu-area">
  /external/chromium_org/chrome/browser/resources/chromeos/
mobile_dialogs.css 42 .content-area {
47 .action-area {
55 html[dir='rtl'] .action-area {
59 .action-area-right {
  /external/chromium_org/chrome/browser/resources/options/chromeos/
change_picture_options.html 4 <div class="content-area">
6 <div id="user-images-area">
10 <div class="user-image-stream-area">
32 <div class="action-area">
pointer_overlay.css 5 #pointer-overlay > .content-area > :not([hidden]) + :nth-child(2) {

Completed in 1090 milliseconds

1 2 3 4 5 6 78 91011>>