/frameworks/compile/mclinker/lib/Support/ |
Path.cpp | 162 Path Path::stem() const function in class:Path
|
/external/clang/lib/Lex/ |
ModuleMap.cpp | 188 llvm::sys::path::stem(SkippedDirs[I-1]->getName()), 205 llvm::sys::path::stem(File->getName()), NameBuf); 275 llvm::sys::path::stem(SkippedDirs[I-1]->getName()), 287 llvm::sys::path::stem(Header->getName()), 442 StringRef Name = llvm::sys::path::stem(FrameworkDirName); 532 llvm::sys::path::stem(Dir->path()), NameBuf), [all...] |
HeaderSearch.cpp | 311 SubmodulePath.push_back(llvm::sys::path::stem(DirName)); 447 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName()); 764 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName()); [all...] |
/frameworks/compile/mclinker/tools/llvm-mcld/ |
llvm-mcld.cpp | 823 pOutputFilename.assign(pInputFilename.stem().native()); 838 pOutputFilename.assign(pInputFilename.stem().native()); 852 pOutputFilename.assign(pInputFilename.stem().native()); 865 pOutputFilename.assign(pInputFilename.stem().native()); 878 pOutputFilename.assign(pInputFilename.stem().native()); 932 std::string ProgName(mcld::sys::fs::Path(progname).stem().native()); [all...] |
/external/webkit/Source/WebCore/css/ |
CSSValueKeywords.in | 266 cjk-heavenly-stem
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebTextCompletionController.mm | 174 // Get preceeding word stem
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
mozilla | 18 -moz-cjk-heavenly-stem
|
/frameworks/compile/mclinker/include/mcld/Support/ |
Path.h | 93 Path stem() const;
|
/ndk/sources/host-tools/make-3.81/doc/ |
make.info-2 | 48 Thus, a pattern rule `%.o : %.c' says how to make any file `STEM.o' 49 from another file `STEM.c'. 83 `%' matches is called the "stem". 85 `%' in a prerequisite of a pattern rule stands for the same stem 245 The stem with which an implicit rule matches (*note How Patterns 247 target pattern is `a.%.b' then the stem is `dir/foo'. The stem is 250 In a static pattern rule, the stem is part of the file name that 253 In an explicit rule, there is no stem; so `$*' cannot be determined 297 The directory part and the file-within-directory part of the stem; [all...] |
/external/llvm/include/llvm/CodeGen/ |
AsmPrinter.h | 287 /// temporary label with the specified stem and unique ID. 291 /// stem.
|
/external/llvm/lib/Support/ |
PathV2.cpp | 457 const StringRef stem(StringRef path) { 569 return !stem(p).empty();
|
/ndk/sources/host-tools/make-3.81/tests/ |
ChangeLog | 267 * scripts/features/se_implicit: Add a test for stem 268 termination bug. Add a test for stem triple-expansion bug. 270 * scripts/features/se_statpat: Add a test for stem
|
/external/clang/lib/Serialization/ |
ModuleManager.cpp | 392 return llvm::sys::path::stem(M->FileName);
|
/external/clang/tools/arcmt-test/ |
arcmt-test.cpp | 238 resultMap[sys::path::stem(fname)] = fname;
|
/external/llvm/utils/KillTheDoctor/ |
KillTheDoctor.cpp | 483 if (NoUser32 && sys::path::stem(DLLName) == "user32") {
|
/external/webkit/Source/WebCore/inspector/front-end/ |
CSSKeywordCompletions.js | 267 "ethiopic-abegede-am-et", "cjk-earthly-branch", "cjk-heavenly-stem", "ethiopic", "ethiopic-halehame-gez",
|
SourceCSSTokenizer.re2js | 55 "caption", "captiontext", "caret", "cell", "center", "checkbox", "circle", "cjk-earthly-branch", "cjk-heavenly-stem", "cjk-ideographic",
|
/ndk/sources/host-tools/make-3.81/po/ |
id.po | 276 msgid "# Implicit/static pattern stem: `%s'\n" 277 msgstr "# Pola implisit atau statis stem: `%s'\n" 503 msgid "Trying pattern rule with stem `%.*s'.\n" 504 msgstr "Mencoba aturan pola dengan stem `%.*s'.\n" [all...] |
ko.po | 277 msgid "# Implicit/static pattern stem: `%s'\n" 500 # ????stem??? ???? ???? prefix/suffix?? ?????? ???????? ?????. 501 # ???? ??? `%.c'??? ????? `hello.c'?? ??? ?¾??? ??? stem?? `hello'???. 504 msgid "Trying pattern rule with stem `%.*s'.\n" [all...] |
he.po | 279 msgid "# Implicit/static pattern stem: `%s'\n" 280 msgstr "# Implicit/static pattern stem: `%s'\n" 504 msgid "Trying pattern rule with stem `%.*s'.\n" [all...] |
make.pot | 272 msgid "# Implicit/static pattern stem: `%s'\n" 495 msgid "Trying pattern rule with stem `%.*s'.\n"
|
/external/freetype/src/psaux/ |
t1decode.c | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.lucene_1.9.1.v20100518-1140.jar | |
/external/clang/tools/driver/ |
driver.cpp | 296 std::string ProgName(llvm::sys::path::stem(ArgVector[0]));
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
MatrixFunction.h | 500 * \param[in] f Stem function for matrix function under consideration.
|