HomeSort by relevance Sort by last modified time
    Searched full:suffix (Results 26 - 50 of 2534) sorted by null

12 3 4 5 6 7 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
OutputCollector.java 24 * list and a suffix (generally consisting of adjunct data referred to
37 * {@code null-ok;} suffix for the output, or {@code null} if the suffix
40 private ArrayList<DalvInsn> suffix; field in class:OutputCollector
47 * suffix
53 this.suffix = new ArrayList<DalvInsn>(suffixInitialCapacity);
80 * Adds an instruction to the output suffix.
85 suffix.add(insn);
97 if (suffix == null) {
106 * Helper for {@link #getFinisher}, which appends the suffix t
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
OutputCollector.java 25 * list and a suffix (generally consisting of adjunct data referred to
38 * {@code null-ok;} suffix for the output, or {@code null} if the suffix
41 private ArrayList<DalvInsn> suffix; field in class:OutputCollector
49 * suffix
56 this.suffix = new ArrayList<DalvInsn>(suffixInitialCapacity);
83 * Adds an instruction to the output suffix.
88 suffix.add(insn);
100 if (suffix == null) {
109 * Helper for {@link #getFinisher}, which appends the suffix t
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
OutputCollector.java 26 * list and a suffix (generally consisting of adjunct data referred to
39 * {@code null-ok;} suffix for the output, or {@code null} if the suffix
42 private ArrayList<DalvInsn> suffix; field in class:OutputCollector
50 * suffix
56 this.suffix = new ArrayList<DalvInsn>(suffixInitialCapacity);
83 * Adds an instruction to the output suffix.
88 suffix.add(insn);
100 if (suffix == null) {
109 * Helper for {@link #getFinisher}, which appends the suffix t
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
TempPath.java 35 * The prefix will be empty and the suffix will be
45 * The prefix and suffix can be set by the user.
48 * @param suffix the suffix to use. <code>null</code> gives
52 TempFile createTempFile(String prefix, String suffix) throws IOException;
59 * The prefix and suffix can be set by the user.
62 * @param suffix the suffix to use. <code>null</code> gives
69 TempFile createTempFile(String prefix, String suffix,
  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p10.cpp 9 // A program containing a reserved ud-suffix is ill-formed.
10 123wibble; // expected-error {{invalid suffix 'wibble'}}
11 123.0wibble; // expected-error {{invalid suffix 'wibble'}}
12 const char *p = ""wibble; // expected-error {{invalid suffix on literal; C++11 requires a space between literal and identifier}} expected-error {{expected ';'}}
13 const char *q = R"x("hello")x"wibble; // expected-error {{invalid suffix on literal; C++11 requires a space between literal and identifier}} expected-error {{expected ';'}}
  /external/fio/compiler/
compiler.h 43 #define __compiletime_assert(condition, msg, prefix, suffix) \
46 extern void prefix ## suffix(void) __compiletime_error(msg); \
48 prefix ## suffix(); \
52 #define _compiletime_assert(condition, msg, prefix, suffix) \
53 __compiletime_assert(condition, msg, prefix, suffix)
  /external/llvm/test/MC/ARM/
directive-thumb_func.s 13 .thumb_func suffix
14 suffix: label
18 // CHECK-EABI: .thumb_func suffix
  /external/skia/src/core/
SkBitmapProcState_procs.h 11 // identifiers have a _neon suffix.
90 #define MAKENAME(suffix) NAME_WRAP(S32_opaque_D32 ## suffix)
102 #define MAKENAME(suffix) NAME_WRAP(S32_alpha_D32 ## suffix)
121 #define MAKENAME(suffix) NAME_WRAP(S16_opaque_D32 ## suffix)
137 #define MAKENAME(suffix) NAME_WRAP(S16_alpha_D32 ## suffix)
152 #define MAKENAME(suffix) NAME_WRAP(SI8_opaque_D32 ## suffix
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/data/
pfd_ru.xml 110 <suffix> ?????</suffix>
123 <suffix> ?????</suffix>
136 <suffix> ?????</suffix>
  /external/libcxx/test/std/re/re.alg/re.alg.match/
extended.pass.cpp 40 assert(!m.suffix().matched);
41 assert(m.suffix().first == m[0].second);
42 assert(m.suffix().second == s+1);
55 assert(!m.suffix().matched);
56 assert(m.suffix().first == m[0].second);
57 assert(m.suffix().second == s+2);
96 assert(!m.suffix().matched);
97 assert(m.suffix().first == m[0].second);
98 assert(m.suffix().second == s+4);
111 assert(!m.suffix().matched)
    [all...]
basic.pass.cpp 46 assert(!m.suffix().matched);
47 assert(m.suffix().first == m[0].second);
48 assert(m.suffix().second == s+1);
61 assert(!m.suffix().matched);
62 assert(m.suffix().first == m[0].second);
63 assert(m.suffix().second == s+2);
102 assert(!m.suffix().matched);
103 assert(m.suffix().first == m[0].second);
104 assert(m.suffix().second == s+4);
117 assert(!m.suffix().matched)
    [all...]
ecma.pass.cpp 40 assert(!m.suffix().matched);
41 assert(m.suffix().first == m[0].second);
42 assert(m.suffix().second == s+1);
55 assert(!m.suffix().matched);
56 assert(m.suffix().first == m[0].second);
57 assert(m.suffix().second == s+2);
96 assert(!m.suffix().matched);
97 assert(m.suffix().first == m[0].second);
98 assert(m.suffix().second == s+4);
111 assert(!m.suffix().matched)
    [all...]
  /build/core/
filter_symbols.sh 9 SUFFIX=$1
20 echo "$PREFIX${line[0]}$SUFFIX # ${line[1]}"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/
framework.py 18 (?:_(?P<suffix>[^_]+))?
36 suffix='Suffix',
39 Note that SomeVersion and Suffix are optional and may be None
48 def d(location=None, name=None, shortname=None, version=None, suffix=None):
54 suffix=suffix
61 assert framework_info('P/F.framework/F_debug') == d('P', 'F.framework/F_debug', 'F', suffix='debug')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/
framework.py 18 (?:_(?P<suffix>[^_]+))?
36 suffix='Suffix',
39 Note that SomeVersion and Suffix are optional and may be None
48 def d(location=None, name=None, shortname=None, version=None, suffix=None):
54 suffix=suffix
61 assert framework_info('P/F.framework/F_debug') == d('P', 'F.framework/F_debug', 'F', suffix='debug')
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
basic.pass.cpp 41 assert(!m.suffix().matched);
42 assert(m.suffix().first == m[0].second);
43 assert(m.suffix().second == s+1);
56 assert(!m.suffix().matched);
57 assert(m.suffix().first == m[0].second);
58 assert(m.suffix().second == s+2);
97 assert(!m.suffix().matched);
98 assert(m.suffix().first == m[0].second);
99 assert(m.suffix().second == s+4);
112 assert(!m.suffix().matched)
    [all...]
ecma.pass.cpp 35 assert(!m.suffix().matched);
36 assert(m.suffix().first == m[0].second);
37 assert(m.suffix().second == s+1);
50 assert(!m.suffix().matched);
51 assert(m.suffix().first == m[0].second);
52 assert(m.suffix().second == s+2);
91 assert(!m.suffix().matched);
92 assert(m.suffix().first == m[0].second);
93 assert(m.suffix().second == s+4);
106 assert(!m.suffix().matched)
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/eas/
EasSyncContactsTests.java 125 final String suffix = "Jr."; local
129 nameValues.put(StructuredName.SUFFIX, suffix);
131 final String generatedName = lastName + " " + suffix + ", " + firstName + " " + middleName;
140 final String suffix = "Jr."; local
143 nameValues.put(StructuredName.SUFFIX, suffix);
145 final String generatedName = lastName + " " + suffix + ", " + middleName;
149 // This will generate a string that is missing both the last name and the suffix.
154 final String suffix = "Jr." local
168 final String suffix = "Jr."; local
    [all...]
  /external/libcxx/test/std/re/re.alg/re.alg.search/
ecma.pass.cpp 40 assert(!m.suffix().matched);
41 assert(m.suffix().first == m[0].second);
42 assert(m.suffix().second == s+1);
55 assert(!m.suffix().matched);
56 assert(m.suffix().first == m[0].second);
57 assert(m.suffix().second == s+2);
77 assert(!m.suffix().matched);
78 assert(m.suffix().first == m[0].second);
79 assert(m.suffix().second == s+3);
99 assert(m.suffix().matched)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
ecma.pass.cpp 35 assert(!m.suffix().matched);
36 assert(m.suffix().first == m[0].second);
37 assert(m.suffix().second == s+1);
50 assert(!m.suffix().matched);
51 assert(m.suffix().first == m[0].second);
52 assert(m.suffix().second == s+2);
72 assert(!m.suffix().matched);
73 assert(m.suffix().first == m[0].second);
74 assert(m.suffix().second == s+3);
94 assert(m.suffix().matched)
    [all...]
  /external/clang/test/Lexer/
ms-extensions.cpp 5 return "foo"bar("bar")"baz"; /*expected-warning {{identifier after literal will be treated as a reserved user-defined literal suffix in C++11}} */
  /external/fio/exp/
expression-parser.l 46 int lexer_value_is_time = 0; /* for determining if "m" suffix means mega- or minutes */
61 return SUFFIX;
65 return SUFFIX;
69 return SUFFIX;
73 return SUFFIX;
77 return SUFFIX;
82 return SUFFIX;
87 return SUFFIX;
91 return SUFFIX;
95 return SUFFIX;
    [all...]
  /external/libcxx/test/std/re/re.results/re.results.acc/
suffix.pass.cpp 14 // const_reference suffix() const;
26 assert(m.suffix().first == s+9);
27 assert(m.suffix().second == s+11);
28 assert(m.suffix().matched == true);
  /external/llvm/test/CodeGen/Thumb2/
2010-05-24-rsbs.ll 2 ; Radar 8017376: Missing 's' suffix for t2RSBS instructions.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.acc/
suffix.pass.cpp 14 // const_reference suffix() const;
26 assert(m.suffix().first == s+9);
27 assert(m.suffix().second == s+11);
28 assert(m.suffix().matched == true);

Completed in 231 milliseconds

12 3 4 5 6 7 8 91011>>