/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/chromium_org/webkit/browser/appcache/ |
appcache_histograms.cc | 38 const std::string suffix = OriginToCustomHistogramSuffix(origin_url); local 39 if (!suffix.empty()) { 41 "appcache.UpdateJobResult" + suffix, 66 const std::string suffix = OriginToCustomHistogramSuffix(origin_url); local 67 if (!suffix.empty()) { 69 label + suffix, 79 const std::string suffix = OriginToCustomHistogramSuffix(origin_url); local 83 if (!suffix.empty()) { 85 label + suffix, 92 if (!suffix.empty()) [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/chromium_org/tools/gyp/test/mac/ |
gyptest-ldflags.py | 42 # -framework name[,suffix] 43 # -weak_framework name[,suffix] 44 # -reexport_framework name[,suffix] 45 # -lazy_framework name[,suffix] 46 # -upward_framework name[,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/chromium_org/third_party/skia/src/utils/ |
SkOSFile.cpp | 33 static uint16_t* concat_to_16(const char src[], const char suffix[]) 36 size_t len2 = 3 + (suffix ? strlen(suffix) : 0); 46 if (suffix) 48 while (*suffix) 49 dst[i++] = *suffix++; 74 SkOSFile::Iter::Iter(const char path[], const char suffix[]) : fHandle(0), fPath16(NULL) 76 this->reset(path, suffix); 86 void SkOSFile::Iter::reset(const char path[], const char suffix[]) 97 fPath16 = concat_to_16(path, suffix); [all...] |
/external/skia/src/utils/ |
SkOSFile.cpp | 33 static uint16_t* concat_to_16(const char src[], const char suffix[]) 36 size_t len2 = 3 + (suffix ? strlen(suffix) : 0); 46 if (suffix) 48 while (*suffix) 49 dst[i++] = *suffix++; 74 SkOSFile::Iter::Iter(const char path[], const char suffix[]) : fHandle(0), fPath16(NULL) 76 this->reset(path, suffix); 86 void SkOSFile::Iter::reset(const char path[], const char suffix[]) 97 fPath16 = concat_to_16(path, suffix); [all...] |
/external/chromium_org/tools/gyp/test/win/ |
gyptest-link-debug-info.py | 22 suffix = '.exe.pdb' if test.format == 'ninja' else '.pdb' 23 test.built_file_must_not_exist('test_debug_off%s' % suffix, chdir=CHDIR) 24 test.built_file_must_exist('test_debug_on%s' % suffix, chdir=CHDIR)
|
/external/chromium_org/net/spdy/ |
spdy_prefixed_buffer_reader.cc | 14 const char* suffix, 17 suffix_(suffix), 40 // Fallthrough to suffix read. 43 // Read is satisfied by the suffix. 66 // contiguous storage as the read spans the prefix & suffix. 73 // Read is fully satisfied by the suffix.
|
/external/qemu/target-i386/ |
cc_helper_template.h | 30 #define SUFFIX b 35 #define SUFFIX w 40 #define SUFFIX l 45 #define SUFFIX q 55 static int glue(compute_all_add, SUFFIX)(CPUX86State *env) 70 static int glue(compute_c_add, SUFFIX)(CPUX86State *env) 79 static int glue(compute_all_adc, SUFFIX)(CPUX86State *env) 94 static int glue(compute_c_adc, SUFFIX)(CPUX86State *env) 103 static int glue(compute_all_sub, SUFFIX)(CPUX86State *env) 118 static int glue(compute_c_sub, SUFFIX)(CPUX86State *env [all...] |
/external/libcxx/test/re/re.alg/re.alg.match/ |
extended.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...] |
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...] |
/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...] |
/external/chromium_org/third_party/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/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/chromium_org/sync/engine/ |
syncer_util_unittest.cc | 54 // Generate a suffix from originator client GUID and client-assigned ID. These 60 // Expect suffix is valid and consistent. 68 // Receive an update without the ingredients used to make a consistent suffix. 76 // Expect suffix is valid but inconsistent. 89 std::string suffix = GetUniqueBookmarkTagFromUpdate(update); local 92 UniquePosition pos = GetUpdatePosition(update, suffix); 104 std::string suffix = GetUniqueBookmarkTagFromUpdate(update); local 108 UniquePosition int64_pos = GetUpdatePosition(update, suffix); 114 UniquePosition pos = GetUpdatePosition(update, suffix); 122 std::string suffix = GetUniqueBookmarkTagFromUpdate(update) local [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/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...] |