HomeSort by relevance Sort by last modified time
    Searched defs:prefix_length (Results 1 - 21 of 21) sorted by null

  /external/bison/lib/
dirname-lgpl.c 34 size_t prefix_length = FILE_SYSTEM_PREFIX_LEN (file); local
37 /* Advance prefix_length beyond important leading slashes. */
38 prefix_length += (prefix_length != 0
40 && ISSLASH (file[prefix_length]))
49 prefix_length < length; length--)
  /ndk/sources/host-tools/sed-4.2.1/lib/
dirname.c 34 size_t prefix_length = FILE_SYSTEM_PREFIX_LEN (file); local
37 /* Advance prefix_length beyond important leading slashes. */
38 prefix_length += (prefix_length != 0
40 && ISSLASH (file[prefix_length]))
49 prefix_length < length; length--)
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.cc 440 size_t prefix_length; local
441 if (net::ParseCIDRBlock(kPrivateNetworks[i], &ip_number, &prefix_length)) {
442 private_networks_.push_back(std::make_pair(ip_number, prefix_length));
  /system/netd/
CommandListener.cpp 260 int prefix_length = 0; local
265 if (sscanf(argv[6], "%d", &prefix_length) != 1) {
271 if (ifc_add_route(argv[3], argv[5], prefix_length, argv[7])) {
280 prefix_length, argv[7]);
288 if (ifc_remove_route(argv[3], argv[5], prefix_length, argv[7])) {
297 prefix_length, argv[7]);
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.cc 518 size_t prefix_length = match.template_url->keyword().size() + 1; local
521 UTF16ToUTF8(match.fill_into_edit.substr(prefix_length)));
    [all...]
  /external/libxslt/libxslt/
numbers.c 953 int prefix_length, suffix_length = 0, nprefix_length, nsuffix_length; local
1019 prefix_length = xsltFormatNumberPreSuffix(self, &the_format, &format_info);
1020 if (prefix_length < 0) {
1234 if ((nprefix_length != prefix_length) ||
1237 (xmlStrncmp(nprefix, prefix, prefix_length) !=0 )) ||
1241 prefix_length = nprefix_length;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 116 size_t prefix_length; member in struct:replacement
  /external/libpng/
pngrutil.c 1074 png_size_t slength, prefix_length, data_length; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 996 png_size_t slength, prefix_length, data_length; local
1063 prefix_length = profile - chunkdata;
1065 slength, prefix_length, &data_length);
1067 profile_length = data_length - prefix_length;
1069 if ( prefix_length > data_length || profile_length < 4)
1077 pC = (png_bytep)(chunkdata+prefix_length);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
libgcov.c 203 static size_t prefix_length = 0; variable
325 gcov_strip_leading_dirs (int prefix_length, int gcov_prefix_strip,
329 if (prefix_length != 0 && HAS_DRIVE_SPEC(filename))
350 if (prefix_length != 0 && !IS_DIR_SEPARATOR (*filename))
368 prefix_length = 0;
386 prefix_length = strlen(gcov_prefix);
389 if (IS_DIR_SEPARATOR (gcov_prefix[prefix_length - 1]))
390 prefix_length--;
393 prefix_length = 0;
397 if (gcov_prefix_strip != 0 && prefix_length == 0
496 size_t prefix_length, suffix_length; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
libgcov.c 203 static size_t prefix_length = 0; variable
325 gcov_strip_leading_dirs (int prefix_length, int gcov_prefix_strip,
329 if (prefix_length != 0 && HAS_DRIVE_SPEC(filename))
350 if (prefix_length != 0 && !IS_DIR_SEPARATOR (*filename))
368 prefix_length = 0;
386 prefix_length = strlen(gcov_prefix);
389 if (IS_DIR_SEPARATOR (gcov_prefix[prefix_length - 1]))
390 prefix_length--;
393 prefix_length = 0;
397 if (gcov_prefix_strip != 0 && prefix_length == 0
496 size_t prefix_length, suffix_length; local
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
libgcov.c 203 static size_t prefix_length = 0; variable
325 gcov_strip_leading_dirs (int prefix_length, int gcov_prefix_strip,
329 if (prefix_length != 0 && HAS_DRIVE_SPEC(filename))
350 if (prefix_length != 0 && !IS_DIR_SEPARATOR (*filename))
368 prefix_length = 0;
386 prefix_length = strlen(gcov_prefix);
389 if (IS_DIR_SEPARATOR (gcov_prefix[prefix_length - 1]))
390 prefix_length--;
393 prefix_length = 0;
397 if (gcov_prefix_strip != 0 && prefix_length == 0
496 size_t prefix_length, suffix_length; local
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
libgcov.c 203 static size_t prefix_length = 0; variable
325 gcov_strip_leading_dirs (int prefix_length, int gcov_prefix_strip,
329 if (prefix_length != 0 && HAS_DRIVE_SPEC(filename))
350 if (prefix_length != 0 && !IS_DIR_SEPARATOR (*filename))
368 prefix_length = 0;
386 prefix_length = strlen(gcov_prefix);
389 if (IS_DIR_SEPARATOR (gcov_prefix[prefix_length - 1]))
390 prefix_length--;
393 prefix_length = 0;
397 if (gcov_prefix_strip != 0 && prefix_length == 0
496 size_t prefix_length, suffix_length; local
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
libgcov.c 203 static size_t prefix_length = 0; variable
325 gcov_strip_leading_dirs (int prefix_length, int gcov_prefix_strip,
329 if (prefix_length != 0 && HAS_DRIVE_SPEC(filename))
350 if (prefix_length != 0 && !IS_DIR_SEPARATOR (*filename))
368 prefix_length = 0;
386 prefix_length = strlen(gcov_prefix);
389 if (IS_DIR_SEPARATOR (gcov_prefix[prefix_length - 1]))
390 prefix_length--;
393 prefix_length = 0;
397 if (gcov_prefix_strip != 0 && prefix_length == 0
496 size_t prefix_length, suffix_length; local
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
libgcov.c 203 static size_t prefix_length = 0; variable
325 gcov_strip_leading_dirs (int prefix_length, int gcov_prefix_strip,
329 if (prefix_length != 0 && HAS_DRIVE_SPEC(filename))
350 if (prefix_length != 0 && !IS_DIR_SEPARATOR (*filename))
368 prefix_length = 0;
386 prefix_length = strlen(gcov_prefix);
389 if (IS_DIR_SEPARATOR (gcov_prefix[prefix_length - 1]))
390 prefix_length--;
393 prefix_length = 0;
397 if (gcov_prefix_strip != 0 && prefix_length == 0
496 size_t prefix_length, suffix_length; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
libgcov.c 203 static size_t prefix_length = 0; variable
325 gcov_strip_leading_dirs (int prefix_length, int gcov_prefix_strip,
329 if (prefix_length != 0 && HAS_DRIVE_SPEC(filename))
350 if (prefix_length != 0 && !IS_DIR_SEPARATOR (*filename))
368 prefix_length = 0;
386 prefix_length = strlen(gcov_prefix);
389 if (IS_DIR_SEPARATOR (gcov_prefix[prefix_length - 1]))
390 prefix_length--;
393 prefix_length = 0;
397 if (gcov_prefix_strip != 0 && prefix_length == 0
496 size_t prefix_length, suffix_length; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
libgcov.c 203 static size_t prefix_length = 0; variable
325 gcov_strip_leading_dirs (int prefix_length, int gcov_prefix_strip,
329 if (prefix_length != 0 && HAS_DRIVE_SPEC(filename))
350 if (prefix_length != 0 && !IS_DIR_SEPARATOR (*filename))
368 prefix_length = 0;
386 prefix_length = strlen(gcov_prefix);
389 if (IS_DIR_SEPARATOR (gcov_prefix[prefix_length - 1]))
390 prefix_length--;
393 prefix_length = 0;
397 if (gcov_prefix_strip != 0 && prefix_length == 0
496 size_t prefix_length, suffix_length; local
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
libgcov.c 203 static size_t prefix_length = 0; variable
325 gcov_strip_leading_dirs (int prefix_length, int gcov_prefix_strip,
329 if (prefix_length != 0 && HAS_DRIVE_SPEC(filename))
350 if (prefix_length != 0 && !IS_DIR_SEPARATOR (*filename))
368 prefix_length = 0;
386 prefix_length = strlen(gcov_prefix);
389 if (IS_DIR_SEPARATOR (gcov_prefix[prefix_length - 1]))
390 prefix_length--;
393 prefix_length = 0;
397 if (gcov_prefix_strip != 0 && prefix_length == 0
496 size_t prefix_length, suffix_length; local
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
libgcov.c 203 static size_t prefix_length = 0; variable
325 gcov_strip_leading_dirs (int prefix_length, int gcov_prefix_strip,
329 if (prefix_length != 0 && HAS_DRIVE_SPEC(filename))
350 if (prefix_length != 0 && !IS_DIR_SEPARATOR (*filename))
368 prefix_length = 0;
386 prefix_length = strlen(gcov_prefix);
389 if (IS_DIR_SEPARATOR (gcov_prefix[prefix_length - 1]))
390 prefix_length--;
393 prefix_length = 0;
397 if (gcov_prefix_strip != 0 && prefix_length == 0
496 size_t prefix_length, suffix_length; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 1323 milliseconds