HomeSort by relevance Sort by last modified time
    Searched refs:stem (Results 26 - 50 of 55) sorted by null

12 3

  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
model.js 53 var stem = indexOfLastDot == -1 ? testName : testName.substr(0, indexOfLastDot);
54 return commitData.message.indexOf(stem) != -1;
  /external/libselinux/src/
label_file.c 35 int stem_id; /* indicates which stem-compression item */
38 /* A regular expression stem */
39 typedef struct stem { struct
62 /* Return the length of the text that can be considered the stem, returns 0
63 * if there is no identifiable stem */
79 /* return the length of the text that is the stem of a file name */
89 /* find the stem of a file spec, returns the index into stem_arr for a new
90 * or existing stem, (or -1 if there is no possible stem - IE for a file in
124 /* find the stem of a file name, returns the index into stem_arr (or -1 i
543 struct stem *stem; local
    [all...]
  /external/llvm/unittests/Support/
Path.cpp 121 path::stem(*i);
135 StringRef filename(temp_store.begin(), temp_store.size()), stem, ext; local
136 stem = path::stem(filename);
138 EXPECT_EQ(*(--sys::path::end(filename)), (stem + ext).str());
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndbdic.c     [all...]
ndldic.c     [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
Path.h 85 Path stem() const;
  /frameworks/compile/mclinker/lib/MC/
CommandAction.cpp 29 pBuilder.createNode<InputTree::Positional>(path().stem().native(), path());
  /frameworks/compile/mclinker/lib/Support/
Path.cpp 190 Path Path::stem() const function in class:Path
  /ndk/sources/host-tools/make-3.81/
variable.c 74 char *stem; local
82 find the stem: the part of the filename that matches the %. */
83 stem = target + (p->suffix - p->target - 1);
86 /* Compare the text in the pattern before the stem, if any. */
87 if (stem > target && !strneq (p->target, target, stem - target))
90 /* Compare the text in the pattern after the stem, if any.
95 if (*p->suffix == stem[stemlen]
96 && (*p->suffix == '\0' || streq (&p->suffix[1], &stem[stemlen+1])))
    [all...]
read.c     [all...]
  /external/clang/lib/Serialization/
ModuleManager.cpp 161 StringRef ModuleName = llvm::sys::path::stem((*victim)->FileName);
436 return llvm::sys::path::stem(M->FileName);
GlobalModuleIndex.cpp 205 UnresolvedModules[llvm::sys::path::stem(Modules[ID].FileName)] = ID;
308 StringRef Name = llvm::sys::path::stem(File->FileName);
  /external/clang/lib/Lex/
HeaderSearch.cpp 328 SubmodulePath.push_back(llvm::sys::path::stem(DirName));
464 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName());
781 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName());
    [all...]
ModuleMap.cpp 232 llvm::sys::path::stem(SkippedDirs[I-1]->getName()),
249 llvm::sys::path::stem(File->getName()), NameBuf);
319 llvm::sys::path::stem(SkippedDirs[I-1]->getName()),
331 llvm::sys::path::stem(Header->getName()),
491 StringRef Name = llvm::sys::path::stem(FrameworkDirName);
580 llvm::sys::path::stem(Dir->path()), NameBuf),
    [all...]
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 873 pOutputFilename.assign(pInputFilename.stem().native());
888 pOutputFilename.assign(pInputFilename.stem().native());
902 pOutputFilename.assign(pInputFilename.stem().native());
915 pOutputFilename.assign(pInputFilename.stem().native());
928 pOutputFilename.assign(pInputFilename.stem().native());
982 std::string ProgName(mcld::sys::fs::Path(progname).stem().native());
    [all...]
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 238 resultMap[sys::path::stem(fname)] = fname;
  /external/clang/tools/driver/
driver.cpp 228 std::string ProgName(llvm::sys::path::stem(ArgVector[0]));
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 483 if (NoUser32 && sys::path::stem(DLLName) == "user32") {
  /external/chromium_org/third_party/freetype/src/psaux/
t1decode.c     [all...]
  /external/freetype/src/psaux/
t1decode.c     [all...]
  /external/llvm/lib/Support/
Path.cpp 476 const StringRef stem(StringRef path) {
609 return !stem(p).empty();
  /frameworks/compile/slang/
llvm-rs-cc.cpp 342 // The build system wants the .d file name stem to be exactly the same as
412 Argv0 = llvm::sys::path::stem(ArgVector[0]);
  /external/chromium_org/third_party/freetype/src/pshinter/
pshrec.c 642 /* add a new single stem (called from "T1Stem" method) */
654 /* detect ghost stem */
669 /* now, lookup stem in the current hints table */
873 FT_ERROR(( "ps_hints_stem: could not add stem"
892 /* add one Type1 counter stem to the current hints table */
919 /* there must be 6 elements in the 'stem' array */
1152 funcs->stem = (T1_Hints_SetStemFunc) t1_hints_stem;
1192 /* compute integer stem positions in font units */
  /external/freetype/src/pshinter/
pshrec.c 642 /* add a new single stem (called from "T1Stem" method) */
654 /* detect ghost stem */
669 /* now, lookup stem in the current hints table */
873 FT_ERROR(( "ps_hints_stem: could not add stem"
892 /* add one Type1 counter stem to the current hints table */
919 /* there must be 6 elements in the 'stem' array */
1152 funcs->stem = (T1_Hints_SetStemFunc) t1_hints_stem;
1192 /* compute integer stem positions in font units */
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c 570 return ( jint )( work->result.word.stem.hindo );
    [all...]

Completed in 2719 milliseconds

12 3