/external/chromium_org/native_client_sdk/src/tools/ |
D | decode_dump.py | 57 filepart = posixpath.basename(filename) 58 nmf_entry = self.nmf_data.get('files', {}).get(filepart, {})
|
/external/icu/icu4c/source/test/intltest/ |
D | tchcfmt.cpp | 72 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()
|
D | msfmrgts.cpp | 795 UnicodeString filepart [] = { in Test4105380() local 800 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380()
|
D | tmsgfmt.cpp | 504 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/ |
D | tchcfmt.cpp | 72 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()
|
D | msfmrgts.cpp | 795 UnicodeString filepart [] = { in Test4105380() local 800 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380()
|
D | tmsgfmt.cpp | 504 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/ |
D | win32.cc | 395 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/ |
D | symbol.py | 189 def GetCandidates(dirs, filepart, candidate_fun): argument 210 candidates = PathListJoin(candidates, [filepart])
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_gcc.cpp | 92 …_DWORD FXSYS_GetFullPathName(FX_LPCSTR filename, FX_DWORD buflen, FX_LPSTR buf, FX_LPSTR* filepart) in FXSYS_GetFullPathName() argument
|
/external/pdfium/core/include/fxcrt/ |
D | fx_system.h | 218 FX_DWORD FXSYS_GetFullPathName(const char* filename, FX_DWORD buflen, char* buf, char** filepart);
|