Home
last modified time | relevance | path

Searched refs:filepart (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/native_client_sdk/src/tools/
Ddecode_dump.py57 filepart = posixpath.basename(filename)
58 nmf_entry = self.nmf_data.get('files', {}).get(filepart, {})
/external/icu/icu4c/source/test/intltest/
Dtchcfmt.cpp72 const UnicodeString filepart[] = {"are no files","is one file","are {2} files"}; in TestSimpleExample() local
73 ChoiceFormat* formnew=new ChoiceFormat(filelimits, filepart, 3); in TestSimpleExample()
129 …const UnicodeString filepart[] = {"are corrupted files", "are no files","is one file","are {2} fil… in TestComplexExample() local
131 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4); in TestComplexExample()
Dmsfmrgts.cpp795 UnicodeString filepart [] = { in Test4105380() local
800 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380()
Dtmsgfmt.cpp504 UnicodeString filepart[] = {"no files","one file","{0,number} files"}; in testMsgFormatChoice() local
505 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3); in testMsgFormatChoice()
/external/chromium_org/third_party/icu/source/test/intltest/
Dtchcfmt.cpp72 const UnicodeString filepart[] = {"are no files","is one file","are {2} files"}; in TestSimpleExample() local
73 ChoiceFormat* formnew=new ChoiceFormat(filelimits, filepart, 3); in TestSimpleExample()
129 …const UnicodeString filepart[] = {"are corrupted files", "are no files","is one file","are {2} fil… in TestComplexExample() local
131 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4); in TestComplexExample()
Dmsfmrgts.cpp795 UnicodeString filepart [] = { in Test4105380() local
800 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380()
Dtmsgfmt.cpp504 UnicodeString filepart[] = {"no files","one file","{0,number} files"}; in testMsgFormatChoice() local
505 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3); in testMsgFormatChoice()
/external/chromium_org/third_party/webrtc/base/
Dwin32.cc395 wchar_t* filepart = NULL; in Utf8ToWindowsFilename() local
398 if (0 == ::GetFullPathName(wfilename, full_len, start, &filepart)) { in Utf8ToWindowsFilename()
/external/chromium_org/third_party/android_platform/development/scripts/
Dsymbol.py189 def GetCandidates(dirs, filepart, candidate_fun): argument
210 candidates = PathListJoin(candidates, [filepart])
/external/pdfium/core/src/fxcrt/
Dfx_basic_gcc.cpp92 …_DWORD FXSYS_GetFullPathName(FX_LPCSTR filename, FX_DWORD buflen, FX_LPSTR buf, FX_LPSTR* filepart) in FXSYS_GetFullPathName() argument
/external/pdfium/core/include/fxcrt/
Dfx_system.h218 FX_DWORD FXSYS_GetFullPathName(const char* filename, FX_DWORD buflen, char* buf, char** filepart);