Searched refs:suffix (Results 76 - 100 of 319) sorted by relevance

1234567891011>>

/external/openssl/crypto/x509/
H A Dby_dir.c79 int suffix; member in struct:lookup_dir_hashes_st
346 k = hent->suffix;
430 /* If a CRL, update the last file suffix added for this */
450 hent->suffix = k;
459 else if (hent->suffix < k)
460 hent->suffix = k;
/external/valgrind/main/VEX/priv/
H A Dhost_s390_disasm.c107 static HChar *suffix[] = { local
115 /* strcat(buf, suffix); */
116 for (from = suffix[mask >> 1]; *from; ++from, ++to) {
127 construct_mnemonic(const HChar *prefix, const HChar *suffix, UInt mask) argument
142 vassert(vex_strlen(prefix) + vex_strlen(suffix) + sizeof mask_id[0] <= sizeof buf);
152 /* strcat(buf, suffix); */
153 for (from = suffix; *from; ++from, ++to) {
/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dast.py134 def _StringHelper(self, name, suffix):
136 return '%s(%s)' % (name, suffix)
137 return '%s(%d, %d, %s)' % (name, self.start, self.end, suffix)
225 suffix = '%s %s' % (name, self.name)
227 suffix += ' = ' + ''.join([d.name for d in self.default])
228 return self._StringHelper(self.__class__.__name__, suffix)
243 def _TypeStringHelper(self, suffix):
246 suffix += ' in ' + '::'.join(names)
247 return self._StringHelper(self.__class__.__name__, suffix)
263 suffix
[all...]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DLeftRecursiveRuleWalker.g162 /** An alt is either prefix, suffix, binary, or ternary operation or "other" */
178 | (suffix)=> suffix
198 suffix : ^( ALT (^(BACKTRACK_SEMPRED .*))? recurseNoLabel {setTokenPrec((GrammarAST)input.LT(1), outerAlt);} element+ EOA ) ;
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
H A DSDL_sysjoystick.c357 const char* suffix; local
359 suffix = NULL;
362 suffix = suffixs + (logicalno*2);
364 if (slen + 4 < len && suffix) {
367 namebuf[slen++] = suffix[0];
368 namebuf[slen++] = suffix[1];
/external/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp34 #define MAKENAME(suffix) ClampX_ClampY ## suffix
46 #define MAKENAME(suffix) RepeatX_RepeatY ## suffix
57 #define MAKENAME(suffix) GeneralXY ## suffix
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem_mock.py118 suffix = filename[len(path) - 1:]
119 if any(dir_substring in suffix for dir_substring in dir_substrings):
191 def _mktemp(self, suffix='', prefix='tmp', dir=None, **kwargs):
196 return self.join(dir, "%s_%u_%s" % (prefix, curno, suffix))
239 def open_binary_tempfile(self, suffix=''):
240 path = self._mktemp(suffix)
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
H A DMain.java97 String suffix = sourceFile.substring(sourceFile.length()-4).toLowerCase();
101 if (suffix.compareTo(".dmo") == 0)
/external/apache-harmony/support/src/test/java/tests/support/resource/
H A DSupport_Resources.java100 public static File createTempFile(String suffix) throws IOException { argument
101 return File.createTempFile("hyts_", suffix, null);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DXMLStringDefault.java355 * Tests if this string ends with the specified suffix.
357 * @param suffix the suffix.
359 * argument is a suffix of the character sequence represented by
364 * @exception java.lang.NullPointerException if <code>suffix</code> is
367 public boolean endsWith(String suffix) argument
369 return m_str.endsWith(suffix);
H A DXMLString.java298 * Tests if this string ends with the specified suffix.
300 * @param suffix the suffix.
302 * argument is a suffix of the character sequence represented by
307 * @exception java.lang.NullPointerException if <code>suffix</code> is
310 public abstract boolean endsWith(String suffix); argument
/external/chromium/base/
H A Dfile_path.h231 // Inserts |suffix| after the file name portion of |path| but before the
234 // path == "C:\pics\jojo.jpg" suffix == " (1)", returns "C:\pics\jojo (1).jpg"
235 // path == "jojo.jpg" suffix == " (1)", returns "jojo (1).jpg"
236 // path == "C:\pics\jojo" suffix == " (1)", returns "C:\pics\jojo (1)"
237 // path == "C:\pics.old\jojo" suffix == " (1)", returns "C:\pics.old\jojo (1)"
238 FilePath InsertBeforeExtension(const StringType& suffix) const;
239 FilePath InsertBeforeExtensionASCII(const base::StringPiece& suffix) const;
/external/chromium/chrome/browser/chromeos/
H A Dlanguage_preferences.cc210 #define IDS_MOZC(suffix) \
211 IDS_OPTIONS_SETTINGS_LANGUAGES_MOZC_##suffix
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-string.h260 // Returns true iff this String ends with the given suffix. *Any*
261 // String is considered to end with a NULL or empty suffix.
262 bool EndsWith(const char* suffix) const;
264 // Returns true iff this String ends with the given suffix, not considering
265 // case. Any String is considered to end with a NULL or empty suffix.
266 bool EndsWithCaseInsensitive(const char* suffix) const;
/external/gtest/include/gtest/internal/
H A Dgtest-string.h260 // Returns true iff this String ends with the given suffix. *Any*
261 // String is considered to end with a NULL or empty suffix.
262 bool EndsWith(const char* suffix) const;
264 // Returns true iff this String ends with the given suffix, not considering
265 // case. Any String is considered to end with a NULL or empty suffix.
266 bool EndsWithCaseInsensitive(const char* suffix) const;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h260 // Returns true iff this String ends with the given suffix. *Any*
261 // String is considered to end with a NULL or empty suffix.
262 bool EndsWith(const char* suffix) const;
264 // Returns true iff this String ends with the given suffix, not considering
265 // case. Any String is considered to end with a NULL or empty suffix.
266 bool EndsWithCaseInsensitive(const char* suffix) const;
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp591 const char** suffix = i == CV_PLUGIN_OPTCV ? opencv_sfx : local
593 if( suffix == mkl_sfx_ia32 )
596 suffix++;
598 suffix++;
601 for( ; *suffix != 0; suffix++ )
604 plugins[i].basename, *suffix );
617 plugins[i].basename, *suffix );
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-string.h260 // Returns true iff this String ends with the given suffix. *Any*
261 // String is considered to end with a NULL or empty suffix.
262 bool EndsWith(const char* suffix) const;
264 // Returns true iff this String ends with the given suffix, not considering
265 // case. Any String is considered to end with a NULL or empty suffix.
266 bool EndsWithCaseInsensitive(const char* suffix) const;
/external/webkit/Source/WebCore/inspector/front-end/
H A DRemoteObject.js213 _concatenate: function(prefix, suffix, formatProperty)
229 buffer += suffix;
/external/libffi/src/
H A Dclosures.c209 static const char suffix[] = "/ffiXXXXXX"; local
211 char *tempname = __builtin_alloca (lendir + sizeof (suffix));
217 memcpy (tempname + lendir, suffix, sizeof (suffix));
/external/v8/test/mjsunit/
H A Dcyrillic.js180 var suffix = add_non_ascii_character_to_subject ? "\ufffe" : "";
192 assertEquals(expected, re.test("A" + suffix), 58 + flag + f);
193 assertTrue(re.test("a" + suffix), 59 + flag + f);
194 assertTrue(re.test("~" + suffix), 60 + flag + f);
/external/webkit/Source/WebCore/page/
H A DFrameTree.cpp170 char suffix[40]; local
171 snprintf(suffix, sizeof(suffix), "/<!--frame%u-->-->", childCount());
173 name += suffix;
/external/elfutils/src/
H A Dnm.c128 const char *suffix);
132 const char *suffix);
410 const char *suffix)
415 size_t suffix_len = suffix != NULL ? strlen (suffix) : 0;
428 if (suffix != NULL)
429 cp = stpcpy (cp, suffix);
1227 const char *suffix)
1230 size_t suffix_len = suffix == NULL ? 0 : strlen (suffix);
409 handle_ar(int fd, Elf *elf, const char *prefix, const char *fname, const char *suffix) argument
1226 handle_elf(Elf *elf, const char *prefix, const char *fname, const char *suffix) argument
[all...]
H A Dobjdump.c97 const char *suffix);
101 const char *suffix);
304 const char *suffix)
309 size_t suffix_len = suffix != NULL ? strlen (suffix) : 0;
322 if (suffix != NULL)
323 cp = stpcpy (cp, suffix);
772 const char *suffix)
784 size_t suffix_len = suffix == NULL ? 0 : strlen (suffix);
303 handle_ar(int fd, Elf *elf, const char *prefix, const char *fname, const char *suffix) argument
771 handle_elf(Elf *elf, const char *prefix, const char *fname, const char *suffix) argument
[all...]
/external/icu4c/tools/icupkg/
H A Dicupkg.cpp459 char suffix[6]="?.dat"; local
462 suffix[0]=pkg->getInType();
465 if((s-outFilenameBuffer)>5 && 0==memcmp(s-5, suffix, 5)) {

Completed in 621 milliseconds

1234567891011>>