/external/llvm/test/FileCheck/ |
multiple-missing-prefixes.txt | 2 // RUN: not FileCheck -check-prefix=PREFIX1 -check-prefix=PREFIX2 -input-file %s %s 2>&1 | FileCheck -strict-whitespace -check-prefix=CHECK-NONEXISTENT-PREFIX -check-prefix=ALSO-NONEXISTENT %s 3 // RUN: not FileCheck -check-prefixes=PREFIX1,PREFIX2 -input-file %s %s 2>&1 | FileCheck -strict-whitespace -check-prefixes=CHECK-NONEXISTENT-PREFIX,ALSO-NONEXISTENT %s 10 ; CHECK-NONEXISTENT-PREFIX: error: no check strings found with prefixes 'PREFIX1{{:}}', 'PREFIX2{{:}}'
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/ |
move-faqwiz.sh | 27 cut_n_pad $1 1 prefix1
38 file1=faq$prefix1.$suffix1.htp
41 echo "Moving FAQ question $prefix1.$suffix1 to $prefix2.$suffix2"
|
/external/python/cpython2/Tools/faqwiz/ |
move-faqwiz.sh | 27 cut_n_pad $1 1 prefix1 38 file1=faq$prefix1.$suffix1.htp 41 echo "Moving FAQ question $prefix1.$suffix1 to $prefix2.$suffix2"
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
InterfaceAddressTest.java | 116 short prefix1 = interfaceAddr.getNetworkPrefixLength(); local 118 assertEquals(prefix2, prefix1);
|
/external/libxml2/doc/examples/ |
xpath1.c | 70 fprintf(stderr, "in \"<prefix1>=<href1> <prefix2>=href2> ...\" format\n"); 78 * "<prefix1>=<href1> <prefix2>=href2> ..." format. 140 * "<prefix1>=<href1> <prefix2>=href2> ..." format.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToSAXHandler.java | 76 * startPrefixMapping("prefix1","uri1") will also cause the additional 77 * internally generated attribute xmlns:prefix1="uri1" to be effectively added 255 * startPrefixMapping("prefix1","uri1") should 257 * that declare the namespace, for example the attribute xmlns:prefix1="uri1"
|
ToXMLStream.java | 537 String prefix1 = getPrefixPart(m_elemContext.m_elementName); local 538 if (prefix1 == null && EMPTYSTRING.equals(prefix))
|
AttributesImplSerializer.java | 67 * @param qname the qualified name of the attribute, e.g. "prefix1:locName1"
|
ToUnknownStream.java | 369 String prefix1 = getPrefixPart(m_firstElementName); local 370 if (prefix1 == null && EMPTYSTRING.equals(prefix)) [all...] |
/frameworks/base/core/java/android/net/ |
IpPrefix.java | 255 public int compare(IpPrefix prefix1, IpPrefix prefix2) { 256 if (prefix1.isIPv4()) { 261 final int p1len = prefix1.getPrefixLength(); 265 final byte[] a1 = prefix1.address;
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
Path.java | 217 static void dumpAll(Path p, String prefix1, String prefix2) { 220 Log.d(TAG, prefix1 + p.mSegment + ":"
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6Route.c | 34 UINT32 Prefix1;
37 Prefix1 = *((UINT32 *) ((UINTN *) (Ip1)));
40 return ((UINT32) (Prefix1 ^ Prefix2) % IP6_ROUTE_CACHE_HASH_SIZE);
|
/libcore/luni/src/main/java/javax/xml/namespace/ |
NamespaceContext.java | 46 * <element xmlns:prefix1="http://Namespace-name-URI" 53 * <parent xmlns:prefix1="http://Namespace-name-URI">
|
/external/toolchain-utils/automation/clients/helper/ |
perforce.py | 16 """Takes {'prefix1': ['path1',...], ...} and returns a list of mappings."""
|
/external/capstone/arch/X86/ |
X86DisassemblerDecoder.c | 592 insn->prefix1 = byte; 605 insn->prefix1 = byte; 618 insn->prefix1 = byte; 631 insn->prefix1 = byte; 644 insn->prefix1 = byte; 657 insn->prefix1 = byte; [all...] |
X86Disassembler.c | 732 prefixes[1] = inter->prefix1; 854 instr->x86_prefix[1] = insn.prefix1;
|
X86DisassemblerDecoder.h | 556 uint8_t prefix0, prefix1, prefix2, prefix3; member in struct:InternalInstruction
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
refactor.py | 670 prefix1 = indent + self.PS1
672 prefix = prefix1
|
/external/python/cpython2/Lib/lib2to3/ |
refactor.py | 676 prefix1 = indent + self.PS1 678 prefix = prefix1
|
/external/python/cpython3/Lib/lib2to3/ |
refactor.py | 673 prefix1 = indent + self.PS1 675 prefix = prefix1
|
/external/python/cpython3/Lib/ |
sre_compile.py | 426 prefix1, prefix_skip1, got_all = _get_literal_prefix(p) 432 prefix.extend(prefix1)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
refactor.py | 676 prefix1 = indent + self.PS1 678 prefix = prefix1
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
refactor.py | 676 prefix1 = indent + self.PS1 678 prefix = prefix1
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
refactor.py | 676 prefix1 = indent + self.PS1 678 prefix = prefix1
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
refactor.py | 676 prefix1 = indent + self.PS1 678 prefix = prefix1
|