Searched refs:stem (Results 1 - 25 of 40) sorted by relevance

12

/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.decompose/
H A Dpath.decompose.pass.cpp24 // path stem() const;
160 std::string stem; member in struct:FilenameDecompTestcase
186 assert(p.stem() == TC.stem);
187 assert(p.has_stem() != TC.stem.empty());
/external/selinux/libselinux/src/
H A Dlabel_file.h40 int stem_id; /* indicates which stem-compression item */
46 /* A regular expression stem */
47 struct stem { struct
75 struct stem *stem_arr;
225 /* Return the length of the text that can be considered the stem, returns 0
226 * if there is no identifiable stem */
265 struct stem *tmp_arr;
282 /* find the stem of a file spec, returns the index into stem_arr for a new
283 * or existing stem, (or -1 if there is no possible stem
289 char *stem; local
[all...]
H A Dlabel_file.c30 /* return the length of the text that is the stem of a file name */
40 /* find the stem of a file name, returns the index into stem_arr (or -1 if
42 * too complex for us). Makes buf point to the text AFTER the stem. */
239 * map indexed by the stem # in the mmap file and contains the stem
366 /* map the stem id from the mmap file to the data->stem_arr */
692 struct stem *stem; local
713 stem = &data->stem_arr[i];
714 if (stem
[all...]
/external/swiftshader/third_party/LLVM/unittests/Support/
H A DPath.cpp121 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());
/external/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp63 if (sys::path::stem(argv[0]).endswith_lower("gcov"))
H A Dgcov.cpp31 sys::path::append(CoverageFileStem, sys::path::stem(SourceFile));
34 sys::path::append(CoverageFileStem, sys::path::stem(SourceFile));
/external/freetype/include/freetype/internal/
H A Dpshints.h93 * method (`stem', `stem3', or `reset'). Note that these functions do
149 * vertical stem. This corresponds to the Type 1 `hstem' and `vstem'
161 * stem descriptor.
167 * `coords[0]' is the absolute stem position (lowest coordinate);
171 * -21. It is interpreted as a `ghost' stem, according to the Type 1
174 * If the length is -21 (corresponding to a bottom ghost stem), then
175 * the real stem position is `coords[0]+coords[1]'.
329 * stem ::
330 * The function to set a simple stem.
336 * The function to reset stem hint
347 T1_Hints_SetStemFunc stem; member in struct:T1_Hints_FuncsRec_
[all...]
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dpshints.h93 * method (`stem', `stem3', or `reset'). Note that these functions do
149 * vertical stem. This corresponds to the Type 1 `hstem' and `vstem'
161 * stem descriptor.
167 * `coords[0]' is the absolute stem position (lowest coordinate);
171 * -21. It is interpreted as a `ghost' stem, according to the Type 1
174 * If the length is -21 (corresponding to a bottom ghost stem), then
175 * the real stem position is `coords[0]+coords[1]'.
329 * stem ::
330 * The function to set a simple stem.
336 * The function to reset stem hint
347 T1_Hints_SetStemFunc stem; member in struct:T1_Hints_FuncsRec_
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DPathV2.h231 /// @brief Get stem.
244 /// @result The stem of \a path.
245 const StringRef stem(StringRef path);
326 /// @brief Has stem?
328 /// stem != ""
331 /// @result True if the path has a stem, false otherwise.
H A DPathV1.h279 LLVM_PATH_DEPRECATED_MSG(path::stem));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1ObjectIdentifier.java232 * Return true if this oid is an extension of the passed in branch, stem.
234 * @param stem the arc or branch that is a possible parent.
235 * @return true if the branch is on the passed in stem, false otherwise.
237 public boolean on(ASN1ObjectIdentifier stem) argument
239 String id = getId(), stemId = stem.getId();
/external/python/cpython2/Tools/nuget/
H A Dmake_zip.py58 return p.stem.lower() not in DEBUG_FILES
86 return p.stem.lower() not in EXCLUDE_FILE_FROM_LIBS
/external/llvm/include/llvm/Support/
H A DPath.h285 /// @brief Get stem.
300 /// @result The stem of \a path.
301 StringRef stem(StringRef path);
411 /// @brief Has stem?
413 /// stem != ""
416 /// @result True if the path has a stem, false otherwise.
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DPath.h285 /// @brief Get stem.
300 /// @result The stem of \a path.
301 StringRef stem(StringRef path);
411 /// @brief Has stem?
413 /// stem != ""
416 /// @result True if the path has a stem, false otherwise.
/external/selinux/libselinux/utils/
H A Dsefcontext_compile.c77 * u32 - length of stem EXCLUDING nul
78 * char - stem char array INCLUDING nul
84 * char - char array of the original regex string including the stem.
156 char *stem = data->stem_arr[i].buf; local
166 len = fwrite(stem, sizeof(char), stem_len, bin_file);
214 /* stem for this regex (could be -1) */
/external/llvm/tools/dsymutil/
H A Ddsymutil.cpp118 bundleIDStr = llvm::sys::path::stem(BundleID);
/external/llvm/unittests/Support/
H A DPath.cpp134 path::stem(*i);
148 StringRef filename(temp_store.begin(), temp_store.size()), stem, ext; local
149 stem = path::stem(filename);
151 EXPECT_EQ(*sys::path::rbegin(filename), (stem + ext).str());
/external/syslinux/com32/lua/src/
H A Dloadlib.c685 void add (const char *stem) { argument
688 luaL_addstring (&b, stem);
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp237 resultMap[sys::path::stem(fname)] = fname;
/external/clang/lib/Lex/
H A DModuleMap.cpp380 llvm::sys::path::stem(SkippedDirs[I-1]->getName()), NameBuf);
398 llvm::sys::path::stem(File->getName()), NameBuf);
482 llvm::sys::path::stem(SkippedDirs[I-1]->getName()),
494 llvm::sys::path::stem(Header->getName()),
608 llvm::sys::path::stem(FrameworkDirName), ModuleNameStorage);
648 StringRef Name = llvm::sys::path::stem(FrameworkDirName);
H A DHeaderSearch.cpp391 SubmodulePath.push_back(llvm::sys::path::stem(DirName));
1173 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName());
1361 loadFrameworkModule(llvm::sys::path::stem(Dir->getName()),
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp487 if (NoUser32 && sys::path::stem(DLLName) == "user32") {
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
H A DKillTheDoctor.cpp526 if (NoUser32 && sys::path::stem(DLLName) == "user32") {
/external/freetype/src/psaux/
H A Dt1decode.c1448 hinter->stem( hinter->hints, 1, top );
1467 hinter->stem( hinter->hints, 0, top );
/external/llvm/lib/Support/
H A DPath.cpp578 StringRef stem(StringRef path) {
666 return !stem(p).empty();

Completed in 589 milliseconds

12