Searched refs:absolute (Results 1 - 25 of 105) sorted by relevance

12345

/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dinsn.h38 int absolute = insn & 2; local
41 if (absolute)
/external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/
H A Ddrawing_container.css18 position: absolute;
H A Dtrack.css25 position: absolute;
31 position: absolute;
/external/llvm/test/MC/AsmParser/
H A Ddot-symbol-non-absolute.s7 # CHECK: error: expected absolute expression
/external/e2fsprogs/util/
H A Dinstall-symlink.in18 --absolute)
44 echo $SRC: Source pathname must be absolute
49 echo $DEST: Destination pathname must be absolute
/external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/chrome/cc/
H A Dpicture_ops_chart_view.css16 position: absolute;
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
H A DFileLocator.java89 String absolute = file.getAbsolutePath();
90 if (!canonical.endsWith(absolute)){
92 "\"" + canonical + "\" doesn't match \"" + absolute + "\"");
/external/llvm/test/MC/Mips/
H A 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/MC/PowerPC/
H A Dppc64-localentry-error2.s11 # CHECK: LLVM ERROR: .localentry expression must be absolute.
/external/compiler-rt/www/
H A Dmenu.css11 position:absolute;
/external/libcxx/www/
H A Dmenu.css11 position:absolute;
/external/libcxxabi/www/
H A Dmenu.css11 position:absolute;
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DPackageRemapper.java71 boolean absolute = s.startsWith("/");
72 if (absolute) s = s.substring(1);
76 if (absolute) s = "/" + s;
/external/clang/www/analyzer/
H A Dmenu.css37 position: absolute;
/external/linux-tools-perf/src/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/valgrind/memcheck/tests/linux/
H A Dtimerfd-syscall.stderr.exp11 absolute timer test (at 500 ms) ...
34 absolute timer test (at 500 ms) ...
/external/google-breakpad/src/third_party/libdisasm/
H A Dx86_insn.c31 op_lst->op.data.absolute.offset.off16;
33 return op_lst->op.data.absolute.offset.off32;
H A Dia32_operand.c117 &op->data.absolute.segment, 2 );
120 &op->data.absolute.offset.off32, 4 );
124 &op->data.absolute.offset.off16, 2 );
H A Dx86_format.c682 STRNCATF( buf, "$0x%04" PRIX16 ", ", op->data.absolute.segment,
686 op->data.absolute.offset.off16, len );
689 op->data.absolute.offset.off32, len );
753 STRNCATF( buf, "$0x%04" PRIX16 ":", op->data.absolute.segment,
757 op->data.absolute.offset.off16, len );
760 op->data.absolute.offset.off32, len );
838 op->data.absolute.segment, len );
842 op->data.absolute.offset.off16, len );
845 op->data.absolute.offset.off32, len );
940 STRNCATF( buf, "$0x%04" PRIX16 ":", op->data.absolute
[all...]
/external/boringssl/linux-arm/crypto/sha/
H A Dsha512-armv4.S34 @ Improve NEON performance by 12% on Snapdragon S4. In absolute
/external/libvorbis/doc/
H A D09-helper.tex107 3) [ady] = absolute value of [dy]
137 3) [ady] = absolute value of [dy]
153 11) [ady] = [ady] - (absolute value of [base]) * [adx]
/external/libmpeg2/common/arm/
H A Dideint_cac_a9.s127 @ Compute absolute diff between top and bottom row sums
137 @ q10 now contains 8 absolute diff of sums above the threshold
168 @ d0 now contains 8 absolute diff of sums above the threshold
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/src/
H A DResizeSensor.js67 var style = 'position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: scroll; z-index: -1; visibility: hidden;';
68 var styleChild = 'position: absolute; left: 0; top: 0;';
80 if (!{fixed: 1, absolute: 1}[getComputedStyle(element, 'position')]) {
/external/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc52 // Swap a and b if necessary so that a has the larger absolute value.
H A Dfp_extend_impl.inc63 // Break a into a sign and representation of the absolute value

Completed in 1188 milliseconds

12345