HomeSort by relevance Sort by last modified time
    Searched full:basefilename (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/text/mac/
make-charset-table.pl 57 my $baseFilename = $filename;
58 $baseFilename =~ s|.*/||;
78 error "Platform encoding name $PlatformName is mentioned twice in $baseFilename" if $seenPlatformNames{$PlatformNameWithFlags};
90 error "$name, in $baseFilename, has illegal characters in it";
96 error "$name, in $baseFilename, has illegal characters in it (must be all lowercase alphanumeric)";
100 error "$name comes after $prevName in $baseFilename, but everything must be in alphabetical order";
110 error "$name is mentioned twice in $baseFilename" if $seenIANANames{$canonicalName};
123 error "$baseFilename lists both $name and $otherName under $PlatformName, but that aliasing is already specified in character-sets.txt";
136 error "Platform encoding name $PlatformName is mentioned twice in $baseFilename" if $seenPlatformNames{$PlatformName};
139 error "syntax error in $baseFilename, line $."
    [all...]
  /external/icu4c/tools/makeconv/
makeconv.c 721 char baseFilename[500];
727 uprv_strcpy(baseFilename, converterName);
728 basename=(char *)findBasename(baseFilename);
733 dataIsBase=readFile(&baseData, baseFilename, pErrorCode);
737 fprintf(stderr, "error: the <icu:base> file \"%s\" is not a base table file\n", baseFilename);
  /build/tools/releasetools/
ota_from_target_files 274 basefilename = info.filename[7:]
277 "/system/" + basefilename))
280 fn = info2.filename = "system/" + basefilename
442 basefilename = info.filename[7:]
443 fn = "system/" + basefilename
  /external/srec/tools/test_g2g/
test_g2g.c 63 pfprintf(PSTDOUT,"usage: %s -base <basefilename> \n",exename);
64 pfprintf(PSTDOUT,"<basefilename> can be a file.g2g or @g2gfilelist\n");
  /external/srec/tools/parseStringTest/
parseStringTest.c 63 pfprintf(PSTDOUT, "usage: %s -base <basefilename> [-in <input file>] [-out <output file>] [-itest <testfilename>]\n", exename);
  /external/chromium/chrome/browser/download/
download_browsertest.cc 630 FilePath basefilename(filename.BaseName());
632 FilePath download_path = downloads_directory_.path().Append(basefilename);
    [all...]

Completed in 427 milliseconds