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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/native_client_sdk/src/examples/demo/pi_generator/
index.html 22 circle (a quadrant). Because the area of the quadrant is r²π/4 and
23 the area of the square is r², dividing the number of points inside the
  /external/chromium_org/remoting/client/
frame_consumer.h 23 // pixels falling within |region| and the current clipping area are painted.
35 // is in progress, the view area has changed, etc.). The accepted buffer can
  /external/chromium_org/ui/base/x/
work_area_watcher_x.h 23 // This is a helper class that is used to keep track of changes to work area.
42 // Notify observers that the work area has changed.
  /external/e2fsprogs/tests/f_unused_itable/
expect.1 3 Entry 'foo' in / (2) references inode 65 found in group 1's unused inodes area.
6 Entry '1' in / (2) references inode 12 found in group 0's unused inodes area.
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
AreaCodeMap.java 33 * A utility that maps phone number prefixes to a string describing the geographical area the prefix
57 * Gets the size of the provided area code map storage. The map storage passed-in will be filled
81 * Gets the smaller area code map storage strategy according to the provided area code map. It
118 // Read the area code map storage strategy flag.
137 * Returns the description of the geographical area the {@code number} corresponds to. This method
143 * @return the description of the geographical area
197 * Dumps the mappings contained in the area code map.
  /external/libvpx/libvpx/vp8/decoder/
ec_types.h 17 /* The area (pixel area in Q6) the block pointed to by bmi overlaps
  /external/qemu/distrib/sdl-1.2.15/test/
testjoystick.c 99 SDL_Rect area; local
101 area.x = i*34;
102 area.y = SCREEN_HEIGHT-34;
103 area.w = 32;
104 area.h = 32;
106 SDL_FillRect(screen, &area, 0xFFFF);
108 SDL_FillRect(screen, &area, 0x0000);
110 SDL_UpdateRects(screen, 1, &area);
  /frameworks/av/libvideoeditor/vss/common/inc/
M4DA_Types.h 155 M4OSA_UInt32 m_trackXpos; /**< X position of the text track in video area */
156 M4OSA_UInt32 m_trackYpos; /**< Y position of the text track in video area */
171 M4OSA_UInt16 box_top; /**< the top position of text box in the track area */
172 M4OSA_UInt16 box_left; /**< the left position of text box in the track area */
173 M4OSA_UInt16 box_bottom; /**< the bottom position of text box in the track area */
174 M4OSA_UInt16 box_right; /**< the right position of text box in the track area */
189 M4OSA_MemAddr8 m_dataAddress; /**< Pointer to a memory area with the encoded data */
190 M4OSA_UInt32 m_size; /**< Size of the dataAdress area */
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
FocusIndicatorView.java 25 // A view that indicates the focus area or the metering area.
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 86 // We cannot use the TOC save slot (offset +20) in the PowerPC linkage area
93 // SVR4 ABI: First slot in the general register save area.
103 // SVR4 ABI: First slot in the general register save area.
107 /// getLinkageSize - Return the size of the PowerPC ABI linkage area.
118 /// argument area.
166 // Floating-point register save area offsets.
186 // General register save area offsets.
206 // CR save area offset. We map each of the nonvolatile CR fields
212 // VRSAVE save area offset.
215 // Vector register save area
    [all...]
  /dalvik/libdex/
DexOptData.cpp 70 ALOGE("Unaligned opt data area end");
75 * Make sure that the opt data area is large enough to have at least
79 ALOGE("Undersized opt data area (%u)", optLength);
102 ALOGE("Opt data area problem for chunk of size %u at offset %u",
116 ALOGI("Unknown chunk 0x%08x (%c%c%c%c), size=%d in opt data area",
  /external/chromium_org/chrome/browser/resources/options/
clear_browser_data_overlay.html 7 <div id="cbd-content-area" class="content-area">
76 <div id="flash-storage-settings" class="flash-plugin-area">
81 <div class="action-area">
86 <div class="action-area-right">
content_settings_exceptions_area.html 1 <div id="content-settings-exceptions-area" class="page" hidden>
4 <div class="content-area">
19 <div class="flash-plugin-area">
119 <div class="action-area">
124 <div class="action-area-right">
  /frameworks/compile/mclinker/include/mcld/Support/
HandleToArea.h 42 MemoryArea* area; member in struct:mcld::HandleToArea::Bucket
60 : handle(pHandle), area(pArea) { }
64 MemoryArea* area; member in struct:mcld::HandleToArea::Result
70 : handle(pHandle), area(pArea) { }
74 const MemoryArea* area; member in struct:mcld::HandleToArea::ConstResult
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImplJni.java 176 * Create a internal work area.
177 * A internal work area is allocated dynamically, and the specified dictionary library is loaded.
180 * @return The internal work area or null
185 * Free the internal work area.
186 * The specified work area and the loaded dictionary library is free.
188 * @param work The internal work area
197 * @param work The internal work area
206 * @param work The internal work area
218 * @param work The internal work area
233 * A word information is stored to the internal work area. To retrieve a detail information
    [all...]
  /external/chromium_org/ash/
focus_cycler_unittest.cc 155 // Cycle focus to the status area.
182 // Cycle focus to the status area.
205 // Cycle focus to the status area.
213 // Cycle focus to the status area.
234 // Cycle focus to the status area.
242 // Cycle focus to the status area.
250 // Cycle focus to the status area.
265 // Cycle focus to the status area.
284 // Cycle focus to the status area.
344 // Cycle focus to the status area
    [all...]
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_dispatcher.cc 103 void CloseCachedArea(DOMStorageCachedArea* area);
124 // to keep track of how many tabs have a given area open.
129 CachedAreaHolder(DOMStorageCachedArea* area, int count)
130 : area_(area), open_count_(count) {}
184 scoped_refptr<DOMStorageCachedArea> area = local
186 cached_areas_[key] = CachedAreaHolder(area.get(), 1);
187 return area.get();
191 DOMStorageCachedArea* area) {
192 std::string key = GetCachedAreaKey(area->namespace_id(), area->origin())
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libio.h 248 wchar_t *_IO_read_end; /* End of get area. */
249 wchar_t *_IO_read_base; /* Start of putback+get area. */
250 wchar_t *_IO_write_base; /* Start of put area. */
252 wchar_t *_IO_write_end; /* End of put area. */
253 wchar_t *_IO_buf_base; /* Start of reserve area. */
254 wchar_t *_IO_buf_end; /* End of reserve area. */
256 wchar_t *_IO_save_base; /* Pointer to start of non-current get area. */
258 backup area */
259 wchar_t *_IO_save_end; /* Pointer to end of non-current get area. */
278 char* _IO_read_end; /* End of get area. *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
libio.h 248 wchar_t *_IO_read_end; /* End of get area. */
249 wchar_t *_IO_read_base; /* Start of putback+get area. */
250 wchar_t *_IO_write_base; /* Start of put area. */
252 wchar_t *_IO_write_end; /* End of put area. */
253 wchar_t *_IO_buf_base; /* Start of reserve area. */
254 wchar_t *_IO_buf_end; /* End of reserve area. */
256 wchar_t *_IO_save_base; /* Pointer to start of non-current get area. */
258 backup area */
259 wchar_t *_IO_save_end; /* Pointer to end of non-current get area. */
278 char* _IO_read_end; /* End of get area. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
libio.h 248 wchar_t *_IO_read_end; /* End of get area. */
249 wchar_t *_IO_read_base; /* Start of putback+get area. */
250 wchar_t *_IO_write_base; /* Start of put area. */
252 wchar_t *_IO_write_end; /* End of put area. */
253 wchar_t *_IO_buf_base; /* Start of reserve area. */
254 wchar_t *_IO_buf_end; /* End of reserve area. */
256 wchar_t *_IO_save_base; /* Pointer to start of non-current get area. */
258 backup area */
259 wchar_t *_IO_save_end; /* Pointer to end of non-current get area. */
278 char* _IO_read_end; /* End of get area. *
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
fullscreen_controller.h 20 // dropdown bar, and managing the tracking area associated with the dropdown.
26 // controller saves the new frame and installs the appropriate tracking area
29 // step than it is to manage a constantly-changing tracking area.
42 // The tracking area associated with the floating dropdown bar. This tracking
43 // area is attached to |contentView_|, because when the dropdown is completely
44 // hidden, we still need to keep a 1px tall tracking area visible. Attaching
59 // currently nil. Used to restore the tracking area when an animation
  /external/chromium_org/chrome/browser/ui/cocoa/
presentation_mode_controller.h 18 // floating dropdown bar, and managing the tracking area associated with the
24 // controller saves the new frame and installs the appropriate tracking area
27 // step than it is to manage a constantly-changing tracking area.
43 // The tracking area associated with the floating dropdown bar. This tracking
44 // area is attached to |contentView_|, because when the dropdown is completely
45 // hidden, we still need to keep a 1px tall tracking area visible. Attaching
60 // currently nil. Used to restore the tracking area when an animation
  /external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.h 77 // of the stack and the bottom of the working area, assuming that all inactive
113 // Returns the work area where the stack resides. If the stack spans across
114 // multiple displays, return the work area of the display that most closely
130 // area and the top of the stack.
135 // of the stack and the bottom of the working area.
155 // 1) the shadow around the the outer area of all panels.
164 // only provides the shadow around the outer area of those panels.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
overlay.css 112 .overlay .page .content-area {
119 .overlay .page .action-area {
127 html[dir='rtl'] .overlay .page .action-area {
131 .overlay .page .action-area-right {
149 .overlay .page .content-area::-webkit-scrollbar {
154 .overlay .page .content-area::-webkit-scrollbar-thumb {
160 .overlay .page .content-area::-webkit-scrollbar-thumb:hover {
  /external/chromium_org/ui/gfx/
gtk_util.cc 149 // TODO(evanm): content-area-spacing was introduced in a later
154 " GtkDialog::action-area-border = 0\n"
156 " GtkDialog::content-area-spacing = 18\n"
157 " GtkDialog::content-area-border = 12\n"
164 " GtkDialog::action-area-border = 12\n"
166 " GtkDialog::content-area-spacing = 18\n"
167 " GtkDialog::content-area-border = 0\n"

Completed in 995 milliseconds

1 2 3 4 5 6 78 91011>>