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

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

Completed in 258 milliseconds