HomeSort by relevance Sort by last modified time
    Searched refs:suffix (Results 101 - 125 of 1169) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_validate/com/mot/treetest/
Validator.java 10 String suffix = u.getTypeSuffixForCommand(n); local
16 //command = "createl" + suffix + " " + n.path + " " + testVal + count + " 0\n";
17 command = "createl" + suffix + " " + n.path + " " + testVal + "\n";
27 //command = "set" + suffix + " " + n.path + " " + testVal + count + " 0\n";
28 command = "set" + suffix + " " + n.path + " " + testVal + "\n" + command;
  /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/third_party/icu/source/tools/toolutil/
pkg_icu.cpp 27 const char *suffix; member in struct:__anon16067
39 const char *suffix; local
42 suffix=listFileSuffixes[i].suffix;
44 if((listNameEnd-listname)>length && 0==memcmp(listNameEnd-length, suffix, length)) {
  /external/icu/icu4c/source/tools/toolutil/
pkg_icu.cpp 27 const char *suffix; member in struct:__anon26036
39 const char *suffix; local
42 suffix=listFileSuffixes[i].suffix;
44 if((listNameEnd-listname)>length && 0==memcmp(listNameEnd-length, suffix, length)) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
path.c 132 * If path ends with suffix (complete path components), returns the
133 * part before suffix (sans trailing directory separators).
136 char *strip_path_suffix(const char *path, const char *suffix)
138 int path_len = strlen(path), suffix_len = strlen(suffix);
145 if (!is_dir_sep(suffix[suffix_len - 1]))
148 suffix_len = chomp_trailing_dir_sep(suffix, suffix_len);
150 else if (path[--path_len] != suffix[--suffix_len])
  /external/nanopb-c/tests/site_scons/
site_init.py 43 suffix = '.output')
54 suffix = '.decoded')
65 suffix = '.encoded')
80 suffix = '.equal')
95 match_builder = Builder(action = match_files, suffix = '.matched')
  /external/opencv/cxcore/src/
cximage.cpp 60 const char* suffix = strrchr( filename, '.' ); local
61 return suffix &&
62 (strcmp( suffix, ".xml" ) == 0 ||
63 strcmp( suffix, ".Xml" ) == 0 ||
64 strcmp( suffix, ".XML" ) == 0 ||
65 strcmp( suffix, ".yml" ) == 0 ||
66 strcmp( suffix, ".Yml" ) == 0 ||
67 strcmp( suffix, ".YML" ) == 0 ||
68 strcmp( suffix, ".yaml" ) == 0 ||
69 strcmp( suffix, ".Yaml" ) == 0 |
    [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/chromium_org/third_party/leveldatabase/src/db/
filename.cc 19 const char* suffix) {
23 suffix);
111 Slice suffix = rest; local
112 if (suffix == Slice(".log")) {
114 } else if (suffix == Slice(".sst") || suffix == Slice(".ldb")) {
116 } else if (suffix == Slice(".dbtmp")) {
  /frameworks/base/core/java/android/text/format/
Formatter.java 53 int suffix = com.android.internal.R.string.byteShort; local
55 suffix = com.android.internal.R.string.kilobyteShort;
59 suffix = com.android.internal.R.string.megabyteShort;
63 suffix = com.android.internal.R.string.gigabyteShort;
67 suffix = com.android.internal.R.string.terabyteShort;
71 suffix = com.android.internal.R.string.petabyteShort;
94 value, context.getString(suffix));
  /external/chromium_org/third_party/icu/source/test/cintltst/
nfsprep.c 176 const char **suffix, int32_t *suffixLen,
185 *suffix = NULL;
190 *suffix = src + i;
198 if((findStringIndex(special_prefixes,LENGTHOF(special_prefixes), *prefix, *prefixLen-1) != -1) && (*suffix != NULL)){
211 const char *prefix = NULL, *suffix = NULL; local
231 getPrefixSuffix(src, srcLength, &prefix, &prefixLen, &suffix, &suffixLen, status);
245 /* prepare the suffix */
246 if(suffix != NULL){
247 sLen = nfs4_prepare(suffix, suffixLen, s, sCapacity, NFS4_MIXED_PREP_SUFFIX, parseError, status);
255 sLen = nfs4_prepare(suffix, suffixLen, s, sLen, NFS4_MIXED_PREP_SUFFIX, parseError, status)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nfsprep.c 176 const char **suffix, int32_t *suffixLen,
185 *suffix = NULL;
190 *suffix = src + i;
198 if((findStringIndex(special_prefixes,LENGTHOF(special_prefixes), *prefix, *prefixLen-1) != -1) && (*suffix != NULL)){
211 const char *prefix = NULL, *suffix = NULL; local
231 getPrefixSuffix(src, srcLength, &prefix, &prefixLen, &suffix, &suffixLen, status);
245 /* prepare the suffix */
246 if(suffix != NULL){
247 sLen = nfs4_prepare(suffix, suffixLen, s, sCapacity, NFS4_MIXED_PREP_SUFFIX, parseError, status);
255 sLen = nfs4_prepare(suffix, suffixLen, s, sLen, NFS4_MIXED_PREP_SUFFIX, parseError, status)
    [all...]
  /external/chromium_org/v8/
Makefile.nacl 90 BUILDTYPE=$(shell echo $(subst .,,$(suffix $@)) | \
103 -S$(suffix $(basename $@))$(suffix $@) $(GYPFLAGS) \
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
ListGenerators.java 79 String[] suffix = {"f", "g"}; local
80 String[] all = new String[elements.length + suffix.length];
82 System.arraycopy(suffix, 0, all, elements.length, suffix.length);
104 String[] suffix = {"h", "i"}; local
109 System.arraycopy(suffix, 0, all, 2 + elements.length, 2);
  /external/llvm/utils/lit/lit/formats/
base.py 73 suffix = path[len(dir):]
74 if suffix.startswith(os.sep):
75 suffix = suffix[1:]
77 testSuite, path_in_suite + tuple(suffix.split(os.sep)),
95 tmp = tempfile.NamedTemporaryFile(suffix='.cpp')
  /external/tinyxml/
tinystr.h 108 TiXmlString& operator += (const char * suffix)
110 return append(suffix, static_cast<size_type>( strlen(suffix) ));
120 TiXmlString& operator += (const TiXmlString & suffix)
122 return append(suffix.data(), suffix.length());
  /frameworks/support/v4/java/android/support/v4/util/
TimeUtils.java 38 static private int accumField(int amt, int suffix, boolean always, int zeropad) {
40 return 3+suffix;
43 return 2+suffix;
46 return 1+suffix;
51 static private int printField(char[] formatStr, int amt, char suffix, int pos,
69 formatStr[pos] = suffix;
  /external/clang/lib/Analysis/
CocoaConventions.cpp 123 StringRef suffix = functionName.substr(it - start);
124 if (suffix.startswith("reate")) {
127 else if (suffix.startswith("opy")) {
  /external/chromium_org/chrome/common/extensions/docs/server2/
chroot_file_system_test.py 47 for suffix in ('', '/'):
49 prefix + 'extensions/manifest' + suffix)
68 for suffix in ('', '/'):
70 prefix + 'extensions' + suffix)
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
generate_event_interfaces.py 64 parser.add_option('--suffix', help='specify a suffix to the namespace, i.e., "Modules". Default is None.')
79 def write_event_interfaces_file(event_idl_files, destination_filename, only_if_changed, suffix):
100 if suffix:
101 lines.append('suffix="' + suffix + '"\n')
118 options.suffix)
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
vpx-astyle.sh 8 --suffix=none --quiet --max-instatement-indent=80 "$@"
  /external/chromium_org/v8/src/
string-search.h 22 // search will not be optimal, since we only build tables for a suffix
165 // Store for the BoyerMoore good suffix shift table.
172 // Table used temporarily while building the BoyerMoore good suffix
363 int suffix = pattern_length + 1; local
368 while (suffix <= pattern_length && c != pattern[suffix - 1]) {
369 if (shift_table[suffix] == length) {
370 shift_table[suffix] = suffix - i;
372 suffix = suffix_table[suffix]
    [all...]
  /external/icu/icu4c/source/i18n/
collationsets.h 46 suffix(NULL),
81 const UnicodeString *suffix; member in class:TailoredSet
100 suffix(NULL),
134 const UnicodeString *suffix; member in class:ContractionsAndExpansions
  /external/libvpx/libvpx/tools/
vpx-astyle.sh 8 --suffix=none --quiet --max-instatement-indent=80 "$@"

Completed in 1355 milliseconds

1 2 3 45 6 7 8 91011>>