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

1 2 3 4 56 7 8 91011>>

  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiverApp.java 45 /** Latest area info cell broadcast received. */
59 /** Saves the latest area info broadcast received. */
64 /** Returns the latest area info broadcast received. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
StringXmlPropertyDialog.java 38 Composite area = (Composite) super.createDialogArea(parent); local
40 Composite workaround = PropertyFactory.addWorkaround(area);
45 return area;
  /external/chromium/chrome/browser/chromeos/cros/
cros_mock.h 28 // minimum set of mocks that is used by status area elements (network,
35 // This method sets up basic mocks that are used by status area items:
66 // are used by status area items.
73 // Methods to setup minimal mocks expectations for status area.
  /external/chromium/chrome/browser/resources/options/
clear_browser_data_overlay.css 11 #clearBrowserDataOverlay > .content-area label {
clear_browser_data_overlay.html 3 <div id="cbdContentArea" class="content-area">
58 <div class="action-area">
59 <div class="flash-plugin-area">
63 <div class="action-area-right">
  /external/chromium_org/chrome/browser/resources/apps_debugger/css/
pack_item_overlay.css 14 .pack-item-text-area {
  /external/chromium_org/chrome/browser/resources/extensions/
pack_extension_overlay.css 14 .pack-extension-text-area {
  /external/chromium_org/chrome/browser/resources/options/
password_manager.css 6 #password-manager > div.content-area {
  /external/chromium_org/chrome/test/chromedriver/js/
get_element_region_test.html 88 <area id="poly" shape="poly" coords="20,20,30,10,50,20,60,40,50,50,30,55">
89 <area id="rect" shape="rect" coords="120,100,140,150">
90 <area id="circle" shape="circle" coords="180,170,5">
91 <area id="default" shape="default">
  /external/chromium_org/content/browser/dom_storage/
dom_storage_message_filter.h 65 const DOMStorageArea* area,
71 const DOMStorageArea* area,
76 const DOMStorageArea* area,
80 const DOMStorageArea* area,
  /external/chromium_org/printing/
page_size_margins.h 16 // Struct that holds margin and content area sizes of a page. Units are
  /external/chromium_org/third_party/WebKit/ManualTests/
autofill-popup-location.html 11 <li> Enter 'Always show bookmarks bar' in the following text input area.</li>
12 <li> Enter 'Test' in the text input area.</li>
21 <li> Type the text 'This is really long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long text.' in the following text input area. And press ENTER to submit.</li>
24 <li> Type the text 'This is short text.' in the following text input area. And press ENTER to submit.</li>
textarea-iframe-navigation.html 8 <li>Select a few lines in the textarea, keeping the mouse cursor down inside the area</li>
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
README 1 Mutithreading testing area.
  /external/chromium_org/third_party/skia/include/gpu/
GrRect.h 19 int area() const { return this->width() * this->height(); } function in struct:GrIRect16
  /external/chromium_org/ui/base/
work_area_watcher_observer.h 13 // when the work area has changed due to something like screen resolution or
  /external/jmdns/src/javax/jmdns/
package-info.java 4 * JmDNS is a Java implementation of multi-cast DNS and can be used for service registration and discovery in local area networks. JmDNS is fully compatible with Apple's Bonjour. The project was originally started in December 2002 by Arthur van Hoff
  /external/kernel-headers/original/asm-mips/
tlb.h 6 * we need to flush cache for area to be unmapped.
  /external/libffi/testsuite/libffi.call/
return_ldl.c 0 /* Area: ffi_call
  /external/openssl/crypto/threads/
README 1 Mutithreading testing area.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GetClipRect.3 11 Gets the clipping rectangle for a surface\&. When this surface is the destination of a blit, only the area within the clip rectangle is drawn into\&.
SDL_WaitEvent.3 13 If \fBevent\fR is not \fBNULL\fP, the next event is removed from the queue and stored in that area\&.
SDL_WaitThread.3 15 The return code for the thread function is placed in the area pointed to by \fBstatus\fR, if \fBstatus\fR is not \fBNULL\fR\&.
  /external/qemu/distrib/sdl-1.2.15/test/
graywin.c 21 SDL_Rect area; local
32 area.w = (rand()%width);
33 area.h = (rand()%height);
34 area.x = X-(area.w/2);
35 area.y = Y-(area.h/2);
48 SDL_FillRect(screen, &area, color);
52 SDL_UpdateRects(screen, 1, &area);
  /external/skia/include/gpu/
GrRect.h 19 int area() const { return this->width() * this->height(); } function in struct:GrIRect16

Completed in 784 milliseconds

1 2 3 4 56 7 8 91011>>