Searched refs:prefix (Results 151 - 175 of 1460) sorted by relevance

1234567891011>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
H A Dresults.properties13 -baseline.prefix 3.0_ \
/external/elfutils/src/backends/
H A Daarch64_regs.c44 const char **prefix, const char **setnamep,
67 *prefix = "";
42 aarch64_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setnamep, int *bits, int *typep) argument
/external/icu/icu4c/source/i18n/
H A Desctrn.h24 * Escape forms have a prefix and suffix, either of which may be
49 * The prefix of the escape form; may be empty, but usually isn't.
51 UnicodeString prefix; member in class:EscapeTransliterator
54 * The prefix of the escape form; often empty.
80 * prefix, suffix, radix, and minDigits of this object are used
98 const UnicodeString& prefix, const UnicodeString& suffix,
/external/jemalloc/bin/
H A Djemalloc-config.in12 --prefix : Print installation directory prefix.
26 prefix="@prefix@"
43 --prefix)
/external/linux-tools-perf/src/tools/perf/util/
H A Dpmu.l1 %option prefix="perf_pmu_"
/external/llvm/lib/Support/Unix/
H A DUnix.h62 /// This function builds an error message into \p ErrMsg using the \p prefix
68 /// separated from prefix by ": ".
70 std::string* ErrMsg, const std::string& prefix, int errnum = -1) {
75 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
69 MakeErrMsg( std::string* ErrMsg, const std::string& prefix, int errnum = -1) argument
/external/llvm/test/MC/ARM/
H A Dalign_arm_2_thumb.s2 @ RUN: llvm-objdump -triple thumbv7-none-linux -d %t.o | FileCheck --check-prefix=ARM_2_THUMB %s
5 @ RUN: llvm-objdump -triple thumbv7-apple-darwin -d %t_darwin.o | FileCheck --check-prefix=ARM_2_THUMB %s
H A Dalign_thumb_2_arm.s2 @ RUN: llvm-objdump -triple armv7-none-linux -d %t.o | FileCheck --check-prefix=THUMB_2_ARM %s
5 @ RUN: llvm-objdump -triple armv7-apple-darwin -d %t_darwin.o | FileCheck --check-prefix=THUMB_2_ARM %s
H A Ddiagnostics-noneon.s2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
H A Dthumb2be-movt-encoding.s1 @ RUN: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2 @ RUN: llvm-mc -triple=thumbebv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
H A Dthumb2be-movw-encoding.s1 @ RUN: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2 @ RUN: llvm-mc -triple=thumbebv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
H A Didiv.s1 @ RUN: llvm-mc -triple=armv7 -mcpu=cortex-a15 -show-encoding < %s 2>&1 | FileCheck -check-prefix A15-ARM %s
2 @ RUN: llvm-mc -triple=thumbv7 -mcpu=cortex-a15 -show-encoding < %s 2>&1 | FileCheck -check-prefix A15-THUMB %s
4 @ RUN: llvm-mc -triple=armv7 -mcpu=cortex-a15 -mattr=-hwdiv -show-encoding < %s 2>&1 | FileCheck -check-prefix A15-ARM-NOTHUMBHWDIV %s
5 @ RUN: llvm-mc -triple=thumbv7 -mcpu=cortex-a15 -mattr=-hwdiv-arm -show-encoding < %s 2>&1 | FileCheck -check-prefix A15-THUMB-NOARMHWDIV %s
7 @ RUN: llvm-mc -triple=armv8 -show-encoding < %s 2>&1 | FileCheck -check-prefix ARMV8 %s
8 @ RUN: llvm-mc -triple=thumbv8 -show-encoding < %s 2>&1 | FileCheck -check-prefix THUMBV8 %s
10 @ RUN: llvm-mc -triple=armv8 -mattr=-hwdiv -show-encoding < %s 2>&1 | FileCheck -check-prefix ARMV8-NOTHUMBHWDIV %s
11 @ RUN: llvm-mc -triple=thumbv8 -mattr=-hwdiv-arm -show-encoding < %s 2>&1 | FileCheck -check-prefix THUMBV8-NOTHUMBHWDIV %s
H A Dinst-constant-required.s2 @ RUN: | FileCheck -check-prefix CHECK-ERROR %s
H A Dinst-overflow.s2 @ RUN: | FileCheck -check-prefix CHECK-ERROR %s
H A Dinst-thumb-overflow-2.s2 @ RUN: | FileCheck -check-prefix CHECK-ERRORS %s
H A Dthumb2be-b.w-encoding.s1 @ RUN: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2 @ RUN: llvm-mc -triple=thumbebv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
H A Dthumb2be-beq.w-encoding.s1 @ RUN: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2 @ RUN: llvm-mc -triple=thumbebv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
/external/llvm/test/MC/Mips/
H A Dcpsetup.s3 # RUN: FileCheck -check-prefix=O32 %s
6 # RUN: FileCheck -check-prefix=ASM %s
10 # RUN: FileCheck -check-prefix=NXX -check-prefix=N32 %s
13 # RUN: FileCheck -check-prefix=ASM %s
17 # RUN: FileCheck -check-prefix=NXX -check-prefix=N64 %s
20 # RUN: FileCheck -check-prefix=ASM %s
/external/llvm/test/Object/
H A Dsimple-archive.test4 RUN: llvm-nm -M %p/Inputs/libsimple_archive.a | FileCheck -check-prefix=CHECKIDX %s
/external/openssh/
H A Dopensshd.init.in11 prefix=@prefix@
15 SSHD=$prefix/sbin/sshd
19 SSH_KEYGEN=$prefix/bin/ssh-keygen
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DXMLString.java222 * Tests if this string starts with the specified prefix beginning
225 * @param prefix the prefix.
228 * argument is a prefix of the substring of this object starting
235 * this.subString(toffset).startsWith(prefix)
237 * @exception java.lang.NullPointerException if <code>prefix</code> is
240 public abstract boolean startsWith(String prefix, int toffset); argument
243 * Tests if this string starts with the specified prefix beginning
246 * @param prefix the prefix
261 startsWith(XMLString prefix, int toffset) argument
278 startsWith(String prefix) argument
295 startsWith(XMLString prefix) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncExtElementAvailable.java50 String prefix;
59 prefix = "";
65 prefix = fullName.substring(0, indexOfNSSep);
66 namespace = xctxt.getNamespaceContext().getNamespaceForPrefix(prefix);
/external/chromium-trace/trace-viewer/build/
H A Dchecklicenses.py105 prefix for prefix in PATH_SPECIFIC_WHITELISTED_LICENSES
106 if filename.startswith(prefix) and
107 license in PATH_SPECIFIC_WHITELISTED_LICENSES[prefix]]
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
H A Dfinddata.py55 where, prefix, package, only_in_packages = stack.pop(0)
71 and not prefix):
78 stack.append((fn, prefix + name + '/', package, only_in_packages))
92 out.setdefault(package, []).append(prefix+name)
/external/llvm/test/MC/MachO/ARM/
H A Dbad-darwin-ARM-reloc.s2 @ RUN: FileCheck --check-prefix=CHECK-ERROR < %t.err %s

Completed in 570 milliseconds

1234567891011>>