/external/libvpx/libvpx/vp9/encoder/ |
vp9_segmentation.h | 33 // value chosen for the frame) or absolute values. 41 // the absolute values given).
|
/external/llvm/test/CodeGen/SystemZ/ |
int-abs-01.ll | 1 ; 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.
|
/external/llvm/test/tools/llvm-objdump/X86/ |
macho-indirect-symbols.test | 10 CHECK: 0x0000000100001008 ABSOLUTE 21 NON_VERBOSE: 0x0000000100001008 ABSOLUTE
|
/external/ltrace/sysdeps/linux-gnu/ppc/ |
insn.h | 38 int absolute = insn & 2; local 41 if (absolute)
|
/external/toybox/toys/other/ |
which.c | 19 // Find an exectuable file either at a path with a slash in it (absolute or 20 // relative to current directory), or in $PATH. Returns absolute path to file,
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
Abs_32.c | 28 * Returns : Absolute value 29 * Description : Absolute value with maximum negative value corner case
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
entropymv.h | 23 mv_max = 1023, /* max absolute value of a MV component */ 25 mvfp_max = 255, /* max absolute value of a full pixel MV component */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_segmentation.h | 36 // value chosen for the frame) or absolute values. 44 // the absolute values given).
|
/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());
|
/packages/inputmethods/LatinIME/java/res/values/ |
keyboard-heights.xml | 24 <!-- Preferable keyboard height in absolute scale: 1.285in --> 33 <!-- Preferable keyboard height in absolute scale: 48.0mm -->
|
/packages/inputmethods/LatinIME/java/res/values-land/ |
keyboard-heights.xml | 24 <!-- Preferable keyboard height in absolute scale: 1.100in --> 33 <!-- Preferable keyboard height in absolute scale: 45.0mm -->
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/ |
rquota.x | 22 unsigned int rq_bhardlimit; /* absolute limit on disk blks alloc */ 25 unsigned int rq_fhardlimit; /* absolute limit on allocated files */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/ |
rquota.x | 22 unsigned int rq_bhardlimit; /* absolute limit on disk blks alloc */ 25 unsigned int rq_fhardlimit; /* absolute limit on allocated files */
|
/prebuilts/gdb/darwin-x86/lib/python2.7/importlib/ |
__init__.py | 7 """Return the absolute name of the module to be imported.""" 25 relative import to an absolute import.
|
/prebuilts/gdb/linux-x86/lib/python2.7/importlib/ |
__init__.py | 7 """Return the absolute name of the module to be imported.""" 25 relative import to an absolute import.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/importlib/ |
__init__.py | 7 """Return the absolute name of the module to be imported.""" 25 relative import to an absolute import.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/importlib/ |
__init__.py | 7 """Return the absolute name of the module to be imported.""" 25 relative import to an absolute import.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
flow2.s | 10 //JUMP ( Preg ) ; /* indirect to an absolute (not PC-relative)address (a) */ 58 //JUMP user_label ; /* user-defined absolute address label, */ 82 //IF CC JUMP user_label ; /* user-defined absolute address label, resolved by the assembler/linker to the appropriate PC-relative instruction (a) */ 86 //IF CC JUMP user_label (bp) ; /* user-defined absolute address label, resolved by the assembler/linker to the appropriate PC-relative instruction (a) */ 90 //IF !CC JUMP user_label ; /* user-defined absolute address label, resolved by the assembler/linker to the appropriate PC-relative instruction (a) */ 94 //IF !CC JUMP user_label (bp) ; /* user-defined absolute address label, resolved by the assembler/linker to the appropriate PC-relative instruction (a) */ 98 //CALL ( Preg ) ; /* indirect to an absolute (not PC-relative) address (a) */ 119 //CALL user_label ; /* user-defined absolute address label,resolved by the assembler/linker to the appropriate PC-relative instruction (a) or (b) */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/ |
dysymtab-3.d | 19 ( )+0000000000000014( )+0: 0xc0000000 LOCAL ABSOLUTE 21 ( )+000000000000001c( )+2: 0xc0000000 LOCAL ABSOLUTE
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/ |
BaseUrlValidateFunction.java | 26 * an absolute URI using one of a set of allowed schemes (http, https, ftp, mailto). If the string 58 * @return true if a given string either looks like a relative URI, or like an absolute URI with 62 // Quick check for the allowed absolute URI schemes. 69 // If it's an absolute URI with a different scheme, it's invalid. 70 // ClearSilver defines an absolute URI as one that contains a colon prior
|
/sdk/files/ant/ |
build.xml | 131 <property name="source.absolute.dir" location="${source.dir}" /> 132 <property name="gen.absolute.dir" location="gen" /> 133 <property name="resource.absolute.dir" location="res" /> 135 <property name="asset.absolute.dir" location="${asset.dir}" /> 137 <property name="jar.libs.absolute.dir" location="${jar.libs.dir}" /> 138 <property name="native.libs.absolute.dir" location="libs" /> 145 <property name="out.absolute.dir" location="${out.dir}" /> 146 <property name="out.classes.absolute.dir" location="${out.dir}/classes" /> 147 <property name="out.res.absolute.dir" location="${out.dir}/res" /> 148 <property name="out.rs.obj.absolute.dir" location="${out.dir}/rsObj" / [all...] |
/external/webrtc/webrtc/common_audio/signal_processing/ |
min_max_operations_neon.c | 17 // Maximum absolute value of word16 vector. C version for generic platforms. 19 int absolute = 0, maximum = 0; local 53 absolute = abs((int)(*p_start)); 55 if (absolute > maximum) { 56 maximum = absolute; 69 // Maximum absolute value of word32 vector. NEON intrinsics version for 75 uint32_t absolute = 0, maximum = 0; local 111 absolute = abs((int)(*p_start)); 112 if (absolute > maximum) { 113 maximum = absolute; [all...] |
/hardware/ti/omap4-aah/camera/ |
CameraHalCommon.cpp | 71 unsigned long long elapsed, absolute; local 76 absolute = ppm.tv_sec; 77 absolute *= 1000; 78 absolute += ppm.tv_usec /1000; 80 CAMHAL_LOGI("PPM: %s :%llu.%llu ms : %llu ms", str, ( elapsed /1000 ), ( elapsed % 1000 ), absolute); 100 unsigned long long absolute; local 106 absolute = ppm.tv_sec; 107 absolute *= 1000; 108 absolute += ppm.tv_usec /1000; 113 CAMHAL_LOGI("PPM: %s :%ld.%ld ms : %llu ms", temp_str, ( ppm.tv_sec /1000 ), ( ppm.tv_sec % 1000 ), absolute); [all...] |
/ndk/build/core/ |
definitions-host.mk | 163 # Function : host-path-is-absolute 165 # Usage : $(call host-path-is-absolute,<path>) 167 # absolute on the host filesystem. 176 # Treat all of them as absolute. Filtering the first two cases is easy 186 windows-path-is-absolute = $(if $(filter /% $(ndk-windows-drive-patterns),$(subst \,/,$1)),true) 189 host-path-is-absolute = $(call windows-path-is-absolute,$1) 191 host-path-is-absolute = $(if $(filter /%,$1),true) 194 -test-host-path-is-absolute.relative-paths = \ 195 $(call test-expect,,$(call host-path-is-absolute,foo)) [all...] |
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCObjectWriter.cpp | 39 // Return the relocation type for an absolute value of MCFixupKind Kind. 47 llvm_unreachable("Unsupported absolute address"); 68 llvm_unreachable("Unsupported absolute address"); 77 llvm_unreachable("Unsupported absolute address"); 87 llvm_unreachable("Unsupported absolute address"); 97 llvm_unreachable("Unsupported absolute address"); 106 llvm_unreachable("Unsupported absolute address");
|