Searched refs:prefix (Results 251 - 275 of 1460) sorted by relevance

<<11121314151617181920>>

/external/llvm/test/MC/ARM/
H A Ddirective-arch-armv2.s7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv2a.s7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv3.s7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv3m.s7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv5.s7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv6-m.s7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv7.s7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-thumb_func.s2 @ RUN: | FileCheck %s -check-prefix CHECK-EABI
H A Delf-eflags-eabi.s2 @ RUN: llvm-readobj -h | FileCheck -check-prefix=OBJ %s
H A Dinst-arm-suffixes.s2 @ RUN: | FileCheck -check-prefix CHECK-ERROR %s
H A Dinst-thumb-overflow.s2 @ RUN: | FileCheck -check-prefix CHECK-ERROR %s
H A Dinst-thumb-suffixes.s2 @ RUN: | FileCheck -check-prefix CHECK-ERROR %s
/external/llvm/test/MC/AsmParser/
H A Ddirective_lcomm.s3 # RUN: not llvm-mc -triple i386-linux-gnu %s 2>&1 | FileCheck %s -check-prefix=ERROR
/external/llvm/test/MC/MachO/ARM/
H A Dbad-darwin-directives.s2 @ RUN: | FileCheck --check-prefix CHECK-ERROR %s
5 @ RUN: | FileCheck --check-prefix CHECK-ERROR %s
/external/llvm/test/MC/Mips/
H A Dmicromips-func-addr.s3 # RUN: | FileCheck %s -check-prefix=CHECK
H A Dnooddspreg-error.s2 # RUN: FileCheck %s -check-prefix=CHECK-ASM
3 # RUN: FileCheck %s -check-prefix=CHECK-ERROR < %t0
/external/marisa-trie/
H A Dinstall-sh387 /*) prefix='/';;
388 -*) prefix='./';;
389 *) prefix='';;
408 prefix=$prefix$d
409 if test -d "$prefix"; then
416 test -d "$prefix" || exit 1
418 case $prefix in
419 *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
420 *) qprefix=$prefix;;
[all...]
/external/markdown/markdown/
H A Dhtml4.py158 items.sort(key=lambda x: x[1]) # sort on prefix
203 # maps qnames to *encoded* prefix:local names
219 prefix = namespaces.get(uri)
220 if prefix is None:
221 prefix = _namespace_map.get(uri)
222 if prefix is None:
223 prefix = "ns%d" % len(namespaces)
224 if prefix != "xml":
225 namespaces[uri] = prefix
226 if prefix
[all...]
/external/openfst/
H A Dinstall-sh387 /*) prefix='/';;
388 -*) prefix='./';;
389 *) prefix='';;
408 prefix=$prefix$d
409 if test -d "$prefix"; then
416 test -d "$prefix" || exit 1
418 case $prefix in
419 *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
420 *) qprefix=$prefix;;
[all...]
/external/pcre/dist/
H A Dinstall-sh394 /*) prefix='/';;
395 [-=\(\)!]*) prefix='./';;
396 *) prefix='';;
415 prefix=$prefix$d
416 if test -d "$prefix"; then
423 test -d "$prefix" || exit 1
425 case $prefix in
426 *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
427 *) qprefix=$prefix;;
[all...]
/external/protobuf/gtest/build-aux/
H A Dinstall-sh394 /*) prefix='/';;
395 [-=\(\)!]*) prefix='./';;
396 *) prefix='';;
415 prefix=$prefix$d
416 if test -d "$prefix"; then
423 test -d "$prefix" || exit 1
425 case $prefix in
426 *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
427 *) qprefix=$prefix;;
[all...]
/external/protobuf/
H A Dinstall-sh394 /*) prefix='/';;
395 [-=\(\)!]*) prefix='./';;
396 *) prefix='';;
415 prefix=$prefix$d
416 if test -d "$prefix"; then
423 test -d "$prefix" || exit 1
425 case $prefix in
426 *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
427 *) qprefix=$prefix;;
[all...]
/external/protobuf/src/google/protobuf/
H A Dreflection_ops.h66 // paths (e.g. "foo.bar[5].baz") to *names. "prefix" will be attached to
69 const string& prefix,
/external/strace/
H A Dstrace-log-merge8 Finds all STRACE_LOG.PID files, adds PID prefix to every line,
/external/strace/xlat/
H A Dgen.sh53 local prefix
55 prefix=
57 prefix='static '
63 ${prefix}const struct xlat ${name}[] = {

Completed in 424 milliseconds

<<11121314151617181920>>