Home
last modified time | relevance | path

Searched refs:absolute (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/external/llvm/test/MC/Mips/
Dmips-pdr-bad.s8 .ent foo, bar # AMS: :[[@LINE]]:23: error: expected an absolute expression after comma
16 .frame $sp, bar # ASM: :[[@LINE]]:25: error: frame size not an absolute expression
23 .mask foo # ASM: :[[@LINE]]:19: error: bitmask not an absolute expression
26 .mask 0x80000000, foo # ASM: :[[@LINE]]:31: error: frame offset not an absolute expression
30 .fmask foo # ASM: :[[@LINE]]:20: error: bitmask not an absolute expression
33 .fmask 0x80000000, foo # ASM: :[[@LINE]]:32: error: frame offset not an absolute expression
/external/llvm/test/CodeGen/SystemZ/
Dint-abs-01.ll1 ; Test integer absolute.
5 ; Test i32->i32 absolute using slt.
16 ; Test i32->i32 absolute using sle.
27 ; Test i32->i32 absolute using sgt.
38 ; Test i32->i32 absolute using sge.
49 ; Test i32->i64 absolute.
61 ; Test i32->i64 absolute that uses an "in-register" form of sign extension.
74 ; Test i64 absolute.
Dint-neg-02.ll1 ; Test negative integer absolute.
5 ; Test i32->i32 negative absolute using slt.
17 ; Test i32->i32 negative absolute using sle.
29 ; Test i32->i32 negative absolute using sgt.
41 ; Test i32->i32 negative absolute using sge.
53 ; Test i32->i64 negative absolute.
66 ; Test i32->i64 negative absolute that uses an "in-register" form of
81 ; Test i64 negative absolute.
Dfp-abs-01.ll1 ; Test floating-point absolute.
25 ; Test f128. With the loads and stores, a pure absolute would probably
Dfp-abs-02.ll1 ; Test negated floating-point absolute.
27 ; Test f128. With the loads and stores, a pure negative-absolute would
/external/e2fsprogs/util/
Dinstall-symlink.in18 --absolute)
44 echo $SRC: Source pathname must be absolute
49 echo $DEST: Destination pathname must be absolute
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
DFileLocator.java89 String absolute = file.getAbsolutePath(); in locate() local
90 if (!canonical.endsWith(absolute)){ in locate()
92 … "\"" + canonical + "\" doesn't match \"" + absolute + "\""); in locate()
/external/llvm/test/Transforms/LoopUnroll/
Dfull-unroll-heuristics.ll4 ; 2) -unroll-absolute-threshold and
20 ; RUN: opt < %s -S -loop-unroll -unroll-max-iteration-count-to-analyze=1000 -unroll-absolute-thresh…
21 ; RUN: opt < %s -S -loop-unroll -unroll-max-iteration-count-to-analyze=1000 -unroll-absolute-thresh…
22 ; RUN: opt < %s -S -loop-unroll -unroll-max-iteration-count-to-analyze=1000 -unroll-absolute-thresh…
23 ; RUN: opt < %s -S -loop-unroll -unroll-max-iteration-count-to-analyze=1000 -unroll-absolute-thresh…
25 ; If the absolute threshold is too low, or if we can't optimize away requested
/external/slf4j/slf4j-site/src/site/pages/css/
Dpopup.css6 _position:absolute; /* hack for internet explorer 6*/
19 _position:absolute; /* hack for internet explorer 6*/
41 position:absolute;
/external/linux-tools-perf/src/tools/perf/config/
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/ltrace/sysdeps/linux-gnu/ppc/
Dinsn.h38 int absolute = insn & 2; in ppc_branch_dest() local
41 if (absolute) in ppc_branch_dest()
/external/owasp/sanitizer/tools/findbugs/doc/
Dplugins.txt5 a list of URLs to plugins. These URLs can be relative or absolute. If they
6 are absolute, they are relative to jar file that contained the pluginlist.properties
/external/jarjar/src/main/com/tonicsystems/jarjar/
DPackageRemapper.java71 boolean absolute = s.startsWith("/"); in mapPath()
72 if (absolute) s = s.substring(1); in mapPath()
76 if (absolute) s = "/" + s; in mapPath()
/external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/
Dtrack.css25 position: absolute;
31 position: absolute;
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
DFakeWindowsFileSystem.groovy27 * <li>An absolute path starts with a drive specifier (e.g. 'a:' or 'c:') followed
106 * Return true if the specified path designates an absolute file path. For Windows
107 * paths, a path is absolute if it starts with a drive specifier followed by
111 * @return true if path is absolute, false otherwise
DFakeUnixFileSystem.groovy101 * Return true if the specified path designates an absolute file path. For Unix
102 * paths, a path is absolute if it starts with the '/' character.
105 * @return true if path is absolute, false otherwise
/external/okhttp/website/static/
Dapp.css64 position: absolute;
169 position: absolute;
179 position: absolute;
/external/v8/tools/sodium/
Dstyles.css7 position:absolute;
15 position:absolute;
/external/google-breakpad/src/third_party/libdisasm/
Dx86_format.c682 STRNCATF( buf, "$0x%04" PRIX16 ", ", op->data.absolute.segment, in format_operand_att()
686 op->data.absolute.offset.off16, len ); in format_operand_att()
689 op->data.absolute.offset.off32, len ); in format_operand_att()
753 STRNCATF( buf, "$0x%04" PRIX16 ":", op->data.absolute.segment, in format_operand_native()
757 op->data.absolute.offset.off16, len ); in format_operand_native()
760 op->data.absolute.offset.off32, len ); in format_operand_native()
838 op->data.absolute.segment, len ); in format_operand_xml()
842 op->data.absolute.offset.off16, len ); in format_operand_xml()
845 op->data.absolute.offset.off32, len ); in format_operand_xml()
940 STRNCATF( buf, "$0x%04" PRIX16 ":", op->data.absolute.segment, in format_operand_raw()
[all …]
/external/iptables/extensions/
Dlibxt_rateest.man2 target. It supports matching on absolute bps/pps values, comparing two rate
31 For each estimator (either absolute or relative mode), calculate the difference
46 In the so-called "absolute mode", only one rate estimator is used and compared
51 Name of the one rate estimator for absolute mode.
/external/mdnsresponder/mDNSCore/
DImplementer Notes.txt33 The value returned from mDNS_Execute() is the next time (in absolute
36 scheduled query packet, etc.) Note that the time returned is an absolute
38 For OS APIs that work in terms of intervals instead of absolute times,
39 mDNSPlatformTimeNow() must be subtracted from the absolute time to get
/external/valgrind/memcheck/tests/linux/
Dtimerfd-syscall.stderr.exp11 absolute timer test (at 500 ms) ...
34 absolute timer test (at 500 ms) ...
/external/skia/platform_tools/android/gyp/
Dskia_android.gypi93 '-Dgen.absolute.dir=<(ANDROID_OUT)/gen',
94 '-Dnative.libs.absolute.dir=<(ANDROID_OUT)/libs',
/external/libxml2/result/scripts/
Dset3.err1 ./test/scripts/set3.xml:1: parser warning : xmlns: URI bar is not absolute
/external/bison/m4/
Dinclude_next.m447 dnl used in a header file that was included by specifying its absolute
132 # '"///usr/include/foo.h"', or whatever other absolute file name is suitable.
136 # '"///usr/include/foo.h"', or whatever other absolute file name is suitable.
187 [absolute name of <]m4_defn([gl_HEADER_NAME])[>],
202 dnl to detect the absolute name of <dirent.h>, <signal.h>,

12345678910>>...17