HomeSort by relevance Sort by last modified time
    Searched refs:absolute (Results 1 - 25 of 426) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
absloop-err.asm 0 [absolute x]
3 [absolute label1]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfabs.asm 0 absolute 0x5000
1 absolute 0x5000 label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
abs.asm 0 [absolute 0f0000000h]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfequabs.asm 2 absolute 5000h label
elfabssect.asm 2 [absolute 0]
  /hardware/ti/omap4xxx/camera/
CameraHalCommon.cpp 70 unsigned long long elapsed, absolute; local
75 absolute = ppm.tv_sec;
76 absolute *= 1000;
77 absolute += ppm.tv_usec /1000;
79 ALOGD("PPM: %s :%llu.%llu ms : %llu ms", str, ( elapsed /1000 ), ( elapsed % 1000 ), absolute);
99 unsigned long long absolute; local
105 absolute = ppm.tv_sec;
106 absolute *= 1000;
107 absolute += ppm.tv_usec /1000;
112 ALOGD("PPM: %s :%ld.%ld ms : %llu ms", temp_str, ( ppm.tv_sec /1000 ), ( ppm.tv_sec % 1000 ), absolute);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationData.h 41 static PassRefPtr<DeviceOrientationData> create(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma, bool canProvideAbsolute = false, bool absolute = false);
47 bool absolute() const;
57 DeviceOrientationData(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma, bool canProvideAbsolute, bool absolute);
DeviceOrientationData.cpp 37 PassRefPtr<DeviceOrientationData> DeviceOrientationData::create(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma, bool canProvideAbsolute, bool absolute)
39 return adoptRef(new DeviceOrientationData(canProvideAlpha, alpha, canProvideBeta, beta, canProvideGamma, gamma, canProvideAbsolute, absolute));
44 return DeviceOrientationData::create(data.hasAlpha, data.alpha, data.hasBeta, data.beta, data.hasGamma, data.gamma, data.hasAbsolute, data.absolute);
59 DeviceOrientationData::DeviceOrientationData(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma, bool canProvideAbsolute, bool absolute)
67 , m_absolute(absolute)
86 bool DeviceOrientationData::absolute() const function in class:WebCore::DeviceOrientationData
DeviceOrientationEvent.idl 30 readonly attribute boolean? absolute;
37 [Default=Undefined] optional boolean absolute);
DeviceOrientationEvent.cpp 87 bool DeviceOrientationEvent::absolute(bool& isNull) const function in class:WebCore::DeviceOrientationEvent
90 return m_orientation->absolute();
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
newsect.asm 0 [absolute 0]
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_thumbnail.css 6 position: absolute;
19 position: absolute;
35 position: absolute;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdfsect-err.asm 9 section 8 absolute=foo
10 section 9 absolute="foo"
11 section 10 absolute
xdfsect.asm 9 section 9 use64 absolute=0x5555 flat
10 section 10 flat virtual=0x1111 absolute=0x2222
12 section 12 use16 absolute=0x1111 virtual=0x2222 align=4 flat bss
  /external/chromium_org/content/browser/device_orientation/
orientation.h 16 // alpha, beta, gamma and absolute are the rotations around the axes as
19 // can_provide_{alpha,beta,gamma,absolute} is true if data can be provided
48 void set_absolute(bool absolute) {
50 absolute_ = absolute;
53 bool absolute() const { return absolute_; } function in class:content::Orientation
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
drawing_container.css 17 position: absolute;
track.css 25 position: absolute;
31 position: absolute;
  /external/chromium_org/chrome/browser/resources/
profile_signin_confirmation.css 9 position: absolute;
  /external/chromium_org/third_party/WebKit/public/platform/
WebDeviceOrientationData.h 53 bool absolute : 1;
  /ndk/build/core/
definitions-host.mk 139 # Function : host-path-is-absolute
141 # Usage : $(call host-path-is-absolute,<path>)
143 # absolute on the host filesystem.
152 # Treat all of them as absolute. Filtering the first two cases is easy
162 windows-path-is-absolute = $(if $(filter /% $(ndk-windows-drive-patterns),$(subst \,/,$1)),true)
165 host-path-is-absolute = $(call windows-path-is-absolute,$1)
167 host-path-is-absolute = $(if $(filter /%,$1),true)
170 -test-host-path-is-absolute.relative-paths = \
171 $(call test-expect,,$(call host-path-is-absolute,foo))
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
password_manager.css 12 position: absolute;
  /external/chromium_org/chrome/browser/resources/print_preview/search/
search_box.css 15 position: absolute;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8DeviceOrientationEventCustom.cpp 42 // If alpha, beta, gamma or absolute are null or undefined, mark them as not provided.
51 bool absolute = args[6]->BooleanValue(); local
52 RefPtr<DeviceOrientationData> orientation = DeviceOrientationData::create(alphaProvided, alpha, betaProvided, beta, gammaProvided, gamma, absoluteProvided, absolute);
  /external/chromium_org/ui/webui/resources/css/
bubble.css 6 position: absolute;
30 position: absolute;
64 position: absolute;
74 position: absolute;
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidURITest.java 30 private static void construct(String str, String host, String path, boolean absolute)
35 assertEquals(absolute, uri.isAbsolute());

Completed in 1509 milliseconds

1 2 3 4 5 6 7 8 91011>>