/external/chromium_org/remoting/client/ |
frame_producer.h | 28 // The passed buffer must be large enough to hold the whole clipping area. 40 // Notifies the producer of changes to the output view size or clipping area.
|
/external/chromium_org/third_party/angle/samples/angle/sample_util/ |
Event.h | 69 EVENT_MOUSE_ENTERED, // The mouse cursor entered the area of the window 70 EVENT_MOUSE_LEFT, // The mouse cursor left the area of the window
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/res/strings/ |
libaddressinput_strings_en-GB.xtb | 9 <translation id="6839929833149231406">Area</translation> 27 <translation id="8038820434766881602">Invalid area</translation>
|
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
ads2armasm_ms.pl | 27 s/AREA\s+\|\|(.*)\|\|/AREA |$1|/;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/ |
ec_types.h | 21 /* The area (pixel area in Q6) the block pointed to by bmi overlaps
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrRectanizer_pow2.cpp | 17 int32_t area = width * height; // computed here since height will be modified local 51 fAreaSoFar += area;
|
/external/chromium_org/ui/keyboard/ |
keyboard_switches.h | 31 // If disabled, the work area is resized to restrict windows from overlapping 32 // with the keybaord area.
|
/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/libvpx/libvpx/build/make/ |
ads2armasm_ms.pl | 27 s/AREA\s+\|\|(.*)\|\|/AREA |$1|/;
|
/external/libvpx/libvpx/vp8/decoder/ |
ec_types.h | 21 /* 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);
|
/external/skia/src/gpu/ |
GrRectanizer_pow2.cpp | 17 int32_t area = width * height; // computed here since height will be modified local 51 fAreaSoFar += area;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
ads2armasm_ms.pl | 27 s/AREA\s+\|\|(.*)\|\|/AREA |$1|/;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
ec_types.h | 21 /* The area (pixel area in Q6) the block pointed to by bmi overlaps
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
FocusIndicatorView.java | 25 // A view that indicates the focus area or the metering area.
|
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_streambuf.i | 50 // Get area: 73 // Put area:
|
/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">
|
/frameworks/base/core/java/android/view/ |
WindowInsets.java | 114 * <p>The system window inset represents the area of a full-screen window that is 127 * <p>The system window inset represents the area of a full-screen window that is 140 * <p>The system window inset represents the area of a full-screen window that is 153 * <p>The system window inset represents the area of a full-screen window that is 166 * <p>The window decor inset represents the area of the window content area that is 180 * <p>The window decor inset represents the area of the window content area that is 194 * <p>The window decor inset represents the area of the window content area that i [all...] |
/frameworks/base/libs/hwui/ |
ShadowTessellator.h | 32 // are 0 to 5 and 6 to 11. The area between them will be the penumbra area, and 33 // the area inside the 2nd hexagon is the umbra. 36 // Triange strip indices for penumbra area: (0, 6, 1, 7, 2, 8, 3, 9, 4, 10, 5, 11, 0, 6) 47 // The total number of rays starting from the centroid of shadow area, in order
|
/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...] |
/frameworks/support/v4/donut/android/support/v4/view/ |
WindowInsetsCompat.java | 36 * <p>The system window inset represents the area of a full-screen window that is 49 * <p>The system window inset represents the area of a full-screen window that is 62 * <p>The system window inset represents the area of a full-screen window that is 75 * <p>The system window inset represents the area of a full-screen window that is 88 * <p>The system window inset represents the area of a full-screen window that is 176 * <p>The stable inset represents the area of a full-screen window that <b>may</b> be 192 * <p>The stable inset represents the area of a full-screen window that <b>may</b> be 207 * <p>The stable inset represents the area of a full-screen window that <b>may</b> be 223 * <p>The stable inset represents the area of a full-screen window that <b>may</b> be 238 * <p>The stable inset represents the area of a full-screen window that <b>may</b> b [all...] |
/external/chromium_org/content/renderer/dom_storage/ |
dom_storage_dispatcher.cc | 104 void CloseCachedArea(DOMStorageCachedArea* area); 129 // to keep track of how many tabs have a given area open. 135 CachedAreaHolder(DOMStorageCachedArea* area, int count, 137 : area_(area), open_count_(count), namespace_id_(namespace_id) {} 191 scoped_refptr<DOMStorageCachedArea> area = local 193 cached_areas_[key] = CachedAreaHolder(area.get(), 1, namespace_id); 194 return area.get(); 198 DOMStorageCachedArea* area) { 199 std::string key = GetCachedAreaKey(area->namespace_id(), area->origin()) [all...] |
/external/chromium_org/third_party/libaddressinput/src/cpp/res/ |
messages.grdp | 50 desc="Administrative Area for Hong Kong (e.g., Kowloon)."> 51 Area 55 desc="Administrative Area for United Kingdoms (e.g. York) or for the 61 desc="Administrative Area for Nicaragua (e.g., Boaco) or France."> 66 desc="Administrative Area for Nauru Central Pacific (e.g., Aiwo district), 67 or area of a town (a neighbourhood/suburb) used for addresses in 73 desc="Administrative Area for Korea (e.g., Gyeonggi-do or Busan-si)."> 78 desc="Administrative Area for United Arab Emirates (e.g., Abu Dhabi)."> 83 desc="Administrative Area for certain countries (e.g., Bahama's Cat 89 desc="Administrative Area for certain countries (e.g., Andorra' [all...] |
/external/chromium_org/tools/perf/metrics/ |
speedindex.py | 185 assert total_area > 0.0, 'Total paint event area must be greater than 0.' 197 for time, area in sorted(time_area_dict.items()): 198 completeness += float(area) / total_area 232 """Make a dict from time to adjusted area value for events at that time. 234 The adjusted area value of each paint event is determined by how many paint 236 "Adjusted area" can also be thought of as "points" of visual completeness -- 246 adjusted area that the paint event is worth. 252 """Returns rectangle area clipped to viewport size.""" 262 # The area points for each rectangle are divided up among the paint 264 area = ClippedArea(rectangle [all...] |