HomeSort by relevance Sort by last modified time
    Searched refs:prefix (Results 201 - 225 of 4194) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/python/cpython3/Lib/lib2to3/fixes/
fix_methodattrs.py 24 attr.replace(Name(new, prefix=attr.prefix))
fix_ne.py 22 new = pytree.Leaf(token.NOTEQUAL, "!=", prefix=node.prefix)
fix_repr.py 23 return Call(Name("repr"), [expr], prefix=node.prefix)
fix_types.py 60 return Name(new_value, prefix=node.prefix)
fix_filter.py 72 new = Node(syms.power, [new] + trailers, prefix="")
79 new = Node(syms.power, [new] + trailers, prefix="")
86 new = Node(syms.power, [Name("filter"), args], prefix="")
88 new.prefix = ""
89 new.prefix = node.prefix
fix_set_literal.py 41 # Set the prefix of the right brace to that of the ')' or ']'
42 literal[-1].prefix = items.next_sibling.prefix
44 maker.prefix = node.prefix
50 maker.children[-1].prefix = n.prefix
  /external/smali/util/src/main/java/org/jf/util/
OldWrappedIndentingWriter.java 45 /** null-ok; optional prefix for every line */
46 private final String prefix; field in class:OldWrappedIndentingWriter
68 * <code>prefix</code>), or <code>0</code> for no maximum
69 * @param prefix non-null; the prefix for each line
71 public OldWrappedIndentingWriter(Writer out, int width, String prefix) {
82 if (prefix == null) {
83 throw new NullPointerException("prefix == null");
88 this.prefix = (prefix.length() == 0) ? null : prefix
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
mapping-initial.s 1 @ RUN: llvm-mc -triple=armv7a-none-eabi -filetype=obj < %s | llvm-objdump -t - | FileCheck %s --check-prefix=ARM
2 @ RUN: llvm-mc -triple=armebv7a-none-eabi -filetype=obj < %s | llvm-objdump -t - | FileCheck %s --check-prefix=ARM
3 @ RUN: llvm-mc -triple=thumbv7a-none-eabi -filetype=obj < %s | llvm-objdump -t - | FileCheck %s --check-prefix=THUMB
4 @ RUN: llvm-mc -triple=thumbebv7a-none-eabi -filetype=obj < %s | llvm-objdump -t - | FileCheck %s --check-prefix=THUMB
vldm-vstm-diags.s 1 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null %s 2>&1 | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-D32
2 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null -mattr=+d16 %s 2>&1 | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-D16
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
micromips64-unsupported.s 1 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64r6 -target-abi n64 2>&1 -mattr=+micromips | FileCheck %s --check-prefix=64R6
2 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64r6 -target-abi n32 2>&1 -mattr=+micromips | FileCheck %s --check-prefix=64R6
4 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n64 2>&1 -mattr=+micromips | FileCheck %s --check-prefix=64
5 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 2>&1 -mattr=+micromips | FileCheck %s --check-prefix=64
  /frameworks/av/services/oboeservice/
AAudioThread.h 47 explicit AAudioThread(const char *prefix);
72 void setup(const char *prefix);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_set_literal.py 41 # Set the prefix of the right brace to that of the ')' or ']'
42 literal[-1].prefix = items.next_sibling.prefix
44 maker.prefix = node.prefix
50 maker.children[-1].prefix = n.prefix
  /external/apache-xml/src/main/java/org/apache/xml/utils/
PrefixResolverDefault.java 28 * can be used to perform prefix-to-namespace lookup
36 * The context to resolve the prefix from, if the context
54 * Given a namespace, get the corrisponding prefix. This assumes that
57 * @param prefix Prefix to resolve.
58 * @return Namespace that prefix resolves to, or null if prefix
61 public String getNamespaceForPrefix(String prefix)
63 return getNamespaceForPrefix(prefix, m_context);
67 * Given a namespace, get the corrisponding prefix
    [all...]
NamespaceSupport2.java 63 * to the "xml" prefix.</p>
113 * already in force: in this context, only the "xml" prefix is
142 * XML element. After popping the context, all Namespace prefix
168 * Declare a Namespace prefix.
170 * <p>This method declares a prefix in the current Namespace
171 * context; the prefix will remain in force until this context
175 * prefix must not be "xml" or "xmlns".</p>
177 * <p>Note that you must <em>not</em> declare a prefix after
181 * #getPrefix getPrefix} will not return the default "" prefix,
182 * even if you have declared one; to check for a default prefix,
411 String prefix=(String)allPrefixes.nextElement(); local
615 String prefix = qName.substring(0, index); local
    [all...]
  /external/dynamic_depth/internal/xmpmeta/xml/
serializer_impl.h 103 // The prefix map is required if one of the CreateSerializer methods will be
105 // the prefix map if CreateItemSerializer or CreateListSerializer will be
122 const string& prefix, const string& item_name) const override;
130 const string& prefix, const string& list_name) const override;
138 // Writes the property into the current node, prefixed with prefix if it
141 // If prefix is empty, the property will not be set on an XML namespace.
144 bool WriteBoolProperty(const string& prefix, const string& name,
146 bool WriteProperty(const string& prefix, const string& name,
150 bool WriteIntArray(const string& prefix, const string& array_name,
152 bool WriteDoubleArray(const string& prefix, const string& array_name
    [all...]
  /external/eigen/bench/btl/data/
mk_mean_script.sh 8 prefix=$8
42 echo '<hr/><a href="'$prefix$1'.pdf"><img src="'$prefix$1'.png" alt="'${WHAT}'" /></a><br/>' >> $webpagefilename
  /external/llvm/test/MC/Sparc/
sparc-directive-xword.s 1 ! RUN: not llvm-mc %s -arch=sparc -show-encoding 2>&1 | FileCheck %s --check-prefix=SPARC32
2 ! RUN: llvm-mc %s -triple sparc64 -show-encoding | FileCheck %s --check-prefix=SPARC64
3 ! RUN: llvm-mc %s -triple sparcv9 -show-encoding | FileCheck %s --check-prefix=SPARCV9
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_set_literal.py 41 # Set the prefix of the right brace to that of the ')' or ']'
42 literal[-1].prefix = items.next_sibling.prefix
44 maker.prefix = node.prefix
50 maker.children[-1].prefix = n.prefix
  /external/swiftshader/src/OpenGL/compiler/
Diagnostics.cpp 45 TPrefixType prefix = EPrefixNone; local
50 prefix = EPrefixError;
54 prefix = EPrefixWarning;
58 prefix = EPrefixInfo;
67 sink.prefix(prefix);
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Sparc/
sparc-directive-xword.s 1 ! RUN: not llvm-mc %s -arch=sparc -show-encoding 2>&1 | FileCheck %s --check-prefix=SPARC32
2 ! RUN: llvm-mc %s -triple sparc64 -show-encoding | FileCheck %s --check-prefix=SPARC64
3 ! RUN: llvm-mc %s -triple sparcv9 -show-encoding | FileCheck %s --check-prefix=SPARCV9
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/
dispatch_width.s 2 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -resource-pressure=false -instruction-info=false -mcpu=btver2 < %s 2>&1 | FileCheck --check-prefix=ALL --check-prefix=DEFAULT %s
3 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -resource-pressure=false -instruction-info=false -mcpu=btver2 -dispatch=0 < %s 2>&1 | FileCheck --check-prefix=ALL --check-prefix=DEFAULT %s
4 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -resource-pressure=false -instruction-info=false -mcpu=btver2 -dispatch=1 < %s 2>&1 | FileCheck --check-prefix=ALL --check-prefix=CUSTOM %s
  /external/autotest/client/common_lib/
autotemp.py 9 _autotmp_ tag appended to the prefix.
37 def __init__(self, unique_id, suffix='', prefix='', dir=None,
40 prefix = prefix + _TEMPLATE
42 prefix=prefix,
84 def __init__(self, suffix='', unique_id='', prefix='', dir=None,
90 @param prefix: prefix for dir. Defaults to '_autotmp'.
95 eg: autotemp.tempdir(suffix='suffix', unique_id='123', prefix='prefix'
    [all...]
  /external/selinux/libsemanage/src/
user_extra_record.c 30 /* Labeling prefix */
31 char *prefix; member in struct:semanage_user_extra
102 /* Labeling prefix */
107 return user_extra->prefix;
112 const char *prefix)
115 char *tmp_prefix = strdup(prefix);
117 ERR(handle, "out of memory, could not set prefix %s "
118 "for user %s", prefix, user_extra->name);
121 free(user_extra->prefix);
122 user_extra->prefix = tmp_prefix
    [all...]
  /external/u-boot/tools/
mrvl_uart.sh 29 prefix="\xF2"
33 prefix="\xF4"
37 prefix="\xF8"
41 prefix="\xBB"
100 echo -n -e "$prefix\x11\x22\x33\x44\x55\x66\x77" >> $tmpfile
  /external/zlib/src/contrib/minizip/
make_vms.com 13 $ cc/include=[--]/prefix=all ioapi.c
14 $ cc/include=[--]/prefix=all miniunz.c
15 $ cc/include=[--]/prefix=all unzip.c
16 $ cc/include=[--]/prefix=all minizip.c
17 $ cc/include=[--]/prefix=all zip.c

Completed in 625 milliseconds

1 2 3 4 5 6 7 891011>>