HomeSort by relevance Sort by last modified time
    Searched refs:suffix (Results 301 - 325 of 561) sorted by null

<<11121314151617181920>>

  /external/regex-re2/re2/
regexp.cc 617 bool Regexp::RequiredPrefix(string *prefix, bool *foldcase, Regexp** suffix) {
624 *suffix = NULL;
683 *suffix = re;
  /external/webkit/Source/WebKit/android/content/
address_detector.cpp     [all...]
  /frameworks/native/cmds/installd/
utils.c 183 /* Suffix -X is fine to let versioning of packages.
886 int copy_and_append(dir_rec_t* dst, const dir_rec_t* src, const char* suffix) {
887 dst->len = src->len + strlen(suffix);
892 || snprintf(dst->path, dstSize, "%s%s", src->path, suffix)
  /frameworks/opt/vcard/java/com/android/vcard/
VCardUtils.java 342 final String prefix, final String suffix) {
360 if (!TextUtils.isEmpty(suffix)) {
364 builder.append(suffix);
    [all...]
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 981 String suffix = "[none]"; local
    [all...]
  /external/icu4c/common/
unames.cpp 797 const char *s, /* suffix elements */
1021 char *suffix, *t; local
1029 suffix=buffer;
1032 *suffix++=c;
1036 /* append the suffix of the start character */
1040 suffix, (uint16_t)(sizeof(buffer)-prefixLength)));
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-x86.pl 249 $suffix = $x86only ? "" : "_x86";
251 &function_begin("gcm_gmult_4bit".$suffix);
282 &function_end("gcm_gmult_4bit".$suffix);
284 &function_begin("gcm_ghash_4bit".$suffix);
330 &function_end("gcm_ghash_4bit".$suffix);
    [all...]
  /external/valgrind/main/massif/
ms_main.c 1149 Char* suffix; local
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
StylesSidebarPane.js     [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
CacheLoadingTest.java 2030 final String suffix = "Suffix"; local
2089 final String suffix = "Suffix"; local
2237 final String suffix = "Suffix"; local
    [all...]
  /external/chromium/base/
file_path.cc 374 FilePath FilePath::InsertBeforeExtension(const StringType& suffix) const {
375 if (suffix.empty())
393 ret.append(suffix);
398 FilePath FilePath::InsertBeforeExtensionASCII(const base::StringPiece& suffix)
400 DCHECK(IsStringASCII(suffix));
402 return InsertBeforeExtension(ASCIIToUTF16(suffix.as_string()));
404 return InsertBeforeExtension(suffix.as_string());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
  /external/chromium/testing/gtest/src/
gtest.cc     [all...]
  /external/gtest/src/
gtest.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc     [all...]
  /external/open-vcdiff/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /ndk/build/core/
build-binary.mk 149 # forced to build in ARM mode by using a '.arm' suffix
159 # As a special extension, the NDK also supports the .neon extension suffix
193 # strip the .arm suffix from LOCAL_SRC_FILES
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 434 String suffix = null; local
468 suffix = getValue();
661 ops.addName(entity, prefix, firstName, lastName, middleName, suffix, name,
    [all...]
  /prebuilts/devtools/tools/lib/
common.jar 
  /prebuilts/misc/common/tools-common/
tools-common-prebuilt.jar 
  /external/bzip2/
bzip2.c 1110 Bool hasSuffix ( Char* s, const Char* suffix )
1113 Int32 nx = strlen(suffix);
1115 if (strcmp(s + ns - nx, suffix) == 0) return True;
1178 "%s: Input file %s already has %s suffix.\n",
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex.h 1694 suffix() const function in class:match_results
    [all...]

Completed in 1361 milliseconds

<<11121314151617181920>>