HomeSort by relevance Sort by last modified time
    Searched refs:area (Results 151 - 175 of 480) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_exception_area_browsertest.js 6 * TestFixture for content settings exception area WebUI testing.
26 // Test opening the content settings exception area has correct location.
33 * A class to asynchronously test the content settings exception area dialog.
85 // Add an item to the location exception area to start the test.
  /external/chromium_org/chrome/test/chromedriver/js/
get_element_region.js 16 if (element.tagName.toLowerCase() == 'area') {
20 throw new Error('failed to detect the region of the area');
33 throw new Error('failed to detect the region of the area');
45 throw new Error('failed to detect the region of the area');
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
BufferStorage11.h 33 PackPixelsParams(const gl::Rectangle &area, GLenum format, GLenum type, GLuint outputPitch,
36 gl::Rectangle area; member in struct:rx::PackPixelsParams
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
global.h 131 struct snd_shm_area *snd_shm_area_share(struct snd_shm_area *area);
132 int snd_shm_area_destroy(struct snd_shm_area *area);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
global.h 131 struct snd_shm_area *snd_shm_area_share(struct snd_shm_area *area);
132 int snd_shm_area_destroy(struct snd_shm_area *area);
  /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/options/chromeos/
internet_detail.css 6 #internet-details-content-area {
30 #internet-details-content-area > .subpages-tab-contents {
42 #internet-details-content-area
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 {
  /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/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 163 EXPECT_EQ(5, platformGestureBuilder.area().width());
164 EXPECT_EQ(5, platformGestureBuilder.area().height());
174 EXPECT_EQ(5, platformGestureBuilder.area().width());
175 EXPECT_EQ(5, platformGestureBuilder.area().height());
185 EXPECT_EQ(5, platformGestureBuilder.area().width());
186 EXPECT_EQ(5, platformGestureBuilder.area().height());
196 EXPECT_EQ(5, platformGestureBuilder.area().width());
197 EXPECT_EQ(5, platformGestureBuilder.area().height());
207 EXPECT_EQ(5, platformGestureBuilder.area().width());
208 EXPECT_EQ(5, platformGestureBuilder.area().height())
    [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...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java 24 import android.hardware.Camera.Area;
58 /** The default normalized area uses the default normalized rectangle with a weight=1 */
59 public static final Camera.Area CAMERA_AREA_DEFAULT =
60 new Camera.Area(new Rect(NORMALIZED_RECTANGLE_DEFAULT),
89 * The metering area scaled to the range of [-1000, 1000].
92 public final Camera.Area meteringArea;
106 public MeteringData(Area meteringArea, Rect previewMetering, Rect reportedMetering) {
283 * Returns the largest supported picture size, as compared by its area.
293 * Convert a camera area into a human-readable string.
295 public static String stringFromArea(Camera.Area area)
    [all...]
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardStreamLinearLayout.java 149 final View area = view.findViewById(R.id.card_actionarea);
150 if (area != null) {
151 runShowActionAreaAnimation(container, area);
158 * when a new child is added, scroll to bottom and hide action area..
476 private void runShowActionAreaAnimation(View parent, View area) {
477 area.setPivotY(0.f);
478 area.setPivotX(parent.getWidth() / 2.f);
480 area.setAlpha(0.5f);
481 area.setRotationX(-90.f);
482 area.animate().rotationX(0.f).alpha(1.f).setDuration(400)
    [all...]
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardStreamLinearLayout.java 152 final View area = view.findViewById(R.id.card_actionarea);
153 if (area != null) {
154 runShowActionAreaAnimation(container, area);
161 * when a new child is added, scroll to bottom and hide action area..
479 private void runShowActionAreaAnimation(View parent, View area) {
480 area.setPivotY(0.f);
481 area.setPivotX(parent.getWidth() / 2.f);
483 area.setAlpha(0.5f);
484 area.setRotationX(-90.f);
485 area.animate().rotationX(0.f).alpha(1.f).setDuration(400)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimatorNone.cpp 148 double area; local
150 area = kTimeBaseSquaredOverThree * t1 * t1 * t1;
152 return area;
158 area += bounceArea;
160 return area;
166 area += bounceArea;
168 return area;
174 area += bounceArea;
175 return area;
  /external/chromium_org/chrome/browser/resources/chromeos/
network_menu.js 84 * The status area element.
92 * The action area container element.
101 * @param {string} message The message to display in status area.
177 * Returns whether action area is visible.
185 * Show/hide action area.
198 * Add network name edit to action area.
215 * Add password edit to action area.
232 * Add auto-connect this network check box to action area.
311 // Close action area and connect if it is visible.
318 // Show action area for encrypted network and 'other' network
    [all...]
proxy_settings.css 27 #internet-details-content-area > .subpages-tab-contents {
  /frameworks/base/libs/hwui/
ShadowTessellator.cpp 96 // the shadow is within the clip area.
120 // For the penumbra area.
155 double area = 0; local
164 area += a;
169 if (area != 0) {
170 centroid = (Vector2){static_cast<float>(sumx / (3 * area)),
171 static_cast<float>(sumy / (3 * area))};
173 ALOGW("Area is 0 while computing centroid!");
  /packages/apps/Camera2/src/com/android/camera/settings/
ResolutionUtil.java 74 * This is the area of the largest size, used for sorting
90 // sort area greatest to least
110 * (sorted by maximum area), and sorted within aspect ratio by area)
143 * Get the area in pixels of a size.
146 * @return the area.
148 private static int area(Size size) { method in class:ResolutionUtil
170 double targetArea = Math.pow(.5, result.size()) * area(largest);
171 if (area(size) < targetArea) {
176 && (targetArea - area(lastSize) < area(size) - targetArea))
    [all...]
  /external/chromium_org/content/browser/dom_storage/
dom_storage_context_impl.cc 133 // Synthesize a 'cleared' event if the area is open so CachedAreas in
135 DOMStorageArea* area = local->GetOpenStorageArea(origin); local
136 if (area)
137 NotifyAreaCleared(area, origin);
155 // Synthesize a 'cleared' event if the area is open so CachedAreas in
157 DOMStorageArea* area = local
159 if (area)
160 NotifyAreaCleared(area, usage_info.origin);
183 // commit sequence after area shutdown tasks have cycled
202 const DOMStorageArea* area,
    [all...]
dom_storage_namespace.h 58 // Returns the storage area for the given origin,
62 void CloseStorageArea(DOMStorageArea* area);
64 // Returns the area for |origin| if it's open, otherwise NULL.
132 // to keep track of how many tabs have a given area open.
137 AreaHolder(DOMStorageArea* area, int count);
151 // Returns a pointer to the area holder in our map or NULL.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ConvertSwitchDialog.java 84 Composite area = (Composite) super.createDialogArea(parent); local
85 Composite container = new Composite(area, SWT.NONE);
96 return area;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
options.js 5 // Store CSS data in the "local" storage area.
7 // Usually we try to store settings in the "sync" area since a lot of the time
59 // Refresh the text area.
  /external/chromium_org/chrome/browser/resources/options/
reset_profile_settings_overlay.css 9 #reset-profile-settings-content-area {
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
treemap.js 120 // { "data": {"$area": (sum of all timings)},
134 "data": {"$area": time},
144 total += subtree["data"]["$area"];
150 aTime = a.data["$area"]
151 bTime = b.data["$area"]
156 "data": {"$area": total},
182 var avgA = a.data['$area'] / a.childCount;
183 var avgB = b.data['$area'] / b.childCount;
199 var average = node.data['$area'] / node.childCount;

Completed in 1183 milliseconds

1 2 3 4 5 67 8 91011>>