Searched refs:suffix (Results 201 - 225 of 319) sorted by relevance

1234567891011>>

/external/elfutils/src/
H A Delflint.c100 const char *suffix, const char *fname, size_t size,
102 static void process_elf_file (Elf *elf, const char *prefix, const char *suffix,
251 process_file (int fd, Elf *elf, const char *prefix, const char *suffix, argument
261 process_elf_file (elf, prefix, suffix, fname, size, only_one);
271 char new_suffix[(suffix == NULL ? 0 : strlen (suffix)) + 2];
279 strcpy (stpcpy (new_suffix, suffix), ")");
4198 process_elf_file (Elf *elf, const char *prefix, const char *suffix, argument
4218 printf ("\n%s(%s)%s:\n", prefix, fname, suffix);
/external/qemu/
H A Dtrace.c632 char *suffix = ""; local
635 suffix = "M";
638 suffix = "K";
641 elapsed_secs, cycles_per_sec, suffix);
1454 case 29: /* BLX suffix or undefined */
1462 case 31: /* BL suffix */
/external/regex-re2/re2/
H A Dregexp.h429 bool RequiredPrefix(string* prefix, bool *foldcase, Regexp** suffix);
/external/skia/include/views/
H A DSkWidget.h340 static SkListSource* CreateFromDir(const char path[], const char suffix[],
/external/webkit/Source/WebCore/css/
H A DCSSParser.h283 void setupParser(const char* prefix, const String&, const char* suffix);
/external/webkit/Source/WebCore/rendering/
H A DRenderListItem.cpp369 // Append the suffix for the marker in the right place depending
373 const String markerSuffix = m_marker->suffix();
/external/android-mock/src/com/google/android/testing/mocking/
H A DAndroidMock.java2198 * {@code suffix}.
2205 * @param suffix the string that is expected to match against the end of any incoming
2209 public static String endsWith(String suffix) { argument
2210 return EasyMock.endsWith(suffix);
/external/chromium/base/
H A Dstring_util.cc672 const char* const* suffix) {
694 ret += suffix[units];
669 FormatBytesInternal(int64 bytes, DataUnits units, bool show_units, const char* const* suffix) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc69 // suffix stripped.
72 const char* suffix = HasSuffixString(filename, ".protodevel") local
74 return StripSuffixString(filename, suffix);
/external/skia/gm/
H A Dgmmain.cpp103 const char suffix[]) {
110 filename.appendf("%s.%s", name.c_str(), suffix);
100 make_filename(const char path[], const char pathSuffix[], const SkString& name, const char suffix[]) argument
/external/dbus/dbus/
H A Ddbus-sysdeps-unix.c920 const char* suffix; local
922 suffix = &path[strlen (ANDROID_SOCKET_DIR"/")];
923 listen_fd = android_get_control_socket (suffix);
927 "Could not obtain fd for android socket %s\n", suffix);
931 _dbus_verbose ("Obtained fd for android socket %s\n", suffix);
/external/dnsmasq/src/
H A Doption.c132 { "domain-suffix", 1, 0, 's' },
237 { 'E', OPT_EXPAND, NULL, gettext_noop("Expand simple names in /etc/hosts with domain-suffix."), NULL },
1036 char *suffix; member in struct:list
1051 li->suffix = opt_string_alloc(arg);
1072 size_t ls = strlen(li->suffix);
1074 strcmp(li->suffix, &ent->d_name[len - ls]) == 0)
1101 free(ignore_suffix->suffix);
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java143 * stripping any common prefix or suffix off the texts before diffing.
172 // Trim off common suffix (speedup).
181 // Restore the prefix and suffix.
196 * have any common prefix or suffix.
680 * Determine the common suffix of two strings
705 * suffix of text1, the prefix of text2, the suffix of text2 and the
750 * suffix of longtext, the prefix of shorttext, the suffix of shorttext
1718 // Add the suffix
[all...]
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py2527 The filename with the common suffix removed.
2529 for suffix in ('test.cpp', 'regtest.cpp', 'unittest.cpp',
2531 if (filename.endswith(suffix) and len(filename) > len(suffix)
2532 and filename[-len(suffix) - 1] in ('-', '_')):
2533 return filename[:-len(suffix) - 1]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp868 std::stringstream suffix; local
869 suffix << idx;
870 *name += suffix.str();
/external/valgrind/main/coregrind/
H A Dvgdb.c2113 const char *suffix = "-from-vgdb-to-"; /* followed by pid */ local
2114 char *vgdb_format = vmalloc (strlen(vgdb_prefix) + strlen(suffix) + 1);
2117 strcat (vgdb_format, suffix);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/chromium/testing/gmock/test/
H A Dgmock-generated-actions_test.cc865 ACTION_P2(PadArgument, prefix, suffix) {
868 char suffix_char = static_cast<char>(suffix);
H A Dgmock-generated-matchers_test.cc903 MATCHER_P2(EqConcat, prefix, suffix, "") {
906 char suffix_char = static_cast<char>(suffix);
/external/fdlibm/
H A Dconfigure478 -program-suffix | --program-suffix | --program-suffi | --program-suff \
481 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1712 echo "$as_me:$LINENO: checking for suffix of executables" >&5
1713 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1734 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1736 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1748 echo "$as_me:$LINENO: checking for suffix of object files" >&5
1749 echo $ECHO_N "checking for suffix o
[all...]
/external/llvm/test/MC/ARM/
H A Ddiagnostics.s9 @ CHECK-ERRORS: but 's' suffix specified
101 @ CHECK-ERRORS: error: instruction 'movw' can not set flags, but 's' suffix specified
/external/v8/src/ia32/
H A Ddisasm-ia32.cc1000 const char* suffix[] = {"nta", "1", "2", "3"}; local
1001 AppendToBuffer("%s%s ", f0mnem, suffix[regop & 0x03]);

Completed in 694 milliseconds

1234567891011>>