Searched defs:absolute (Results 1 - 18 of 18) sorted by relevance

/external/linux-tools-perf/config/
H A Dutilities.mak131 # is-absolute
133 # Usage: bool-value = $(call is-absolute,path)
135 is-absolute = $(shell echo $(shell-sq) | grep ^/ -q && echo y)
139 # Usage: absolute-executable-path-or-empty = $(call lookup,path)
160 # Usage: absolute-executable-path-or-empty = $(call get-executable,path)
162 # The goal is to get an absolute path for an executable;
168 get-executable = $(if $(1),$(if $(is-absolute),$(_ge-abspath),$(lookup)))
173 # Usage: absolute-executable-path-or-empty = $(call get-executable-or-default,variable,default)
/external/qemu/
H A Dinput.c33 void *opaque, int absolute,
91 void *opaque, int absolute,
101 s->qemu_put_mouse_event_absolute = absolute;
235 qdict_get_bool(mouse, "absolute") ? " (absolute)" : "");
270 " 'absolute': %i }",
90 qemu_add_mouse_event_handler(QEMUPutMouseEvent *func, void *opaque, int absolute, const char *name) argument
H A Dvnc.h126 int absolute; member in struct:VncState
H A Dvnc-android.c1242 static void check_pointer_type_change(VncState *vs, int absolute) argument
1244 if (vnc_has_feature(vs, VNC_FEATURE_POINTER_TYPE_CHANGE) && vs->absolute != absolute) {
1248 vnc_framebuffer_update(vs, absolute, 0,
1253 vs->absolute = absolute;
1272 if (vs->absolute) {
1542 vs->absolute = -1;
H A Dvnc.c1236 static void check_pointer_type_change(VncState *vs, int absolute) argument
1238 if (vnc_has_feature(vs, VNC_FEATURE_POINTER_TYPE_CHANGE) && vs->absolute != absolute) {
1242 vnc_framebuffer_update(vs, absolute, 0,
1247 vs->absolute = absolute;
1266 if (vs->absolute) {
1536 vs->absolute = -1;
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java251 public boolean absolute(int row) throws SQLException { method in class:Impl_RowSet
/external/webkit/Source/WebCore/platform/
H A DKURL.cpp400 // absolute URI if possible, using the "leftmost, longest"
401 // algorithm. If the URI reference is absolute it will have a
404 bool absolute = false; local
416 absolute = true;
422 if (absolute) {
457 // must be net-path or absolute-path reference
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebframe.cpp768 // This contains the URL with absolute path but without
793 const QUrl absolute = ensureAbsoluteUrl(url); local
794 d->url = absolute;
795 load(absolute);
869 // The load() overload ensures that the url is absolute.
/external/kernel-headers/original/asm-mips/
H A Dsgiarcs.h157 absolute, relative enumerator in enum:linux_seekmode
/external/v8/src/
H A Djsregexp.cc1024 bool absolute = false; local
1037 if (!absolute) {
1039 absolute = true;
1052 if (!absolute) {
1078 ASSERT(!absolute);
1090 ASSERT(!absolute);
1121 } else if (absolute) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar ... .io.File file java.io.File absolute String path String prefix int idx private java.io ...
H A Dorg.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar ... .URI childURI boolean save java.net.URI absolute boolean currentLoaded org.eclipse.equinox.p2. ...
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 1998 milliseconds