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

12

/external/selinux/libselinux/src/
H A Dlabel_file.h30 int stem_id; /* indicates which stem-compression item */
36 /* A regular expression stem */
37 struct stem { struct
63 struct stem *stem_arr;
220 /* Return the length of the text that can be considered the stem, returns 0
221 * if there is no identifiable stem */
259 struct stem *tmp_arr;
275 /* find the stem of a file spec, returns the index into stem_arr for a new
276 * or existing stem, (or -1 if there is no possible stem
282 char *stem; local
[all...]
H A Dlabel_file.c37 /* return the length of the text that is the stem of a file name */
47 /* find the stem of a file name, returns the index into stem_arr (or -1 if
49 * too complex for us). Makes buf point to the text AFTER the stem. */
107 struct stem *stem_arr = data->stem_arr;
114 /* Skip the fixed stem. */
338 * map indexed by the stem # in the mmap file and contains the stem
409 /* map the stem id from the mmap file to the data->stem_arr */
575 struct stem *stem; local
[all...]
/external/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp48 if (sys::path::stem(argv[0]).endswith_lower("gcov"))
H A Dgcov.cpp34 sys::path::append(CoverageFileStem, sys::path::stem(SourceFile));
37 sys::path::append(CoverageFileStem, sys::path::stem(SourceFile));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jar ... s?defs= " () protected java.lang.String stem (java.lang.String) String term boolean altered private ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jar ... int j char[] wordBuffer int offset int wordLen public boolean stem (char[], int) char[] word int wordLen public boolean stem () public ...
/external/freetype/include/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/llvm/include/llvm/Support/
H A DPath.h268 /// @brief Get stem.
283 /// @result The stem of \a path.
284 StringRef stem(StringRef path);
378 /// @brief Has stem?
380 /// stem != ""
383 /// @result True if the path has a stem, false otherwise.
/external/pdfium/third_party/freetype/include/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/libselinux/src/
H A Dlabel_file.c36 int stem_id; /* indicates which stem-compression item */
40 /* A regular expression stem */
41 typedef struct stem { struct
64 /* Return the length of the text that can be considered the stem, returns 0
65 * if there is no identifiable stem */
81 /* return the length of the text that is the stem of a file name */
91 /* find the stem of a file spec, returns the index into stem_arr for a new
92 * or existing stem, (or -1 if there is no possible stem - IE for a file in
126 /* find the stem o
547 struct stem *stem; local
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1ObjectIdentifier.java229 * Return true if this oid is an extension of the passed in branch, stem.
231 * @param stem the arc or branch that is a possible parent.
232 * @return true if the branch is on the passed in stem, false otherwise.
234 public boolean on(ASN1ObjectIdentifier stem) argument
236 String id = getId(), stemId = stem.getId();
/external/selinux/libselinux/utils/
H A Dsefcontext_compile.c85 /* skip past the fixed stem part */
137 * u32 - length of stem EXCLUDING nul
138 * char - stem char array INCLUDING nul
144 * char - char array of the original regex string including the stem.
196 char *stem = data->stem_arr[i].buf; local
206 len = fwrite(stem, sizeof(char), stem_len, bin_file);
254 /* stem for this regex (could be -1) */
/external/llvm/unittests/Support/
H A DPath.cpp128 path::stem(*i);
142 StringRef filename(temp_store.begin(), temp_store.size()), stem, ext; local
143 stem = path::stem(filename);
145 EXPECT_EQ(*sys::path::rbegin(filename), (stem + ext).str());
/external/clang/lib/Lex/
H A DHeaderSearch.cpp388 SubmodulePath.push_back(llvm::sys::path::stem(DirName));
524 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName());
926 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName());
1298 loadFrameworkModule(llvm::sys::path::stem(Dir->path()), FrameworkDir,
H A DModuleMap.cpp397 llvm::sys::path::stem(SkippedDirs[I-1]->getName()), NameBuf);
415 llvm::sys::path::stem(File->getName()), NameBuf);
496 llvm::sys::path::stem(SkippedDirs[I-1]->getName()),
508 llvm::sys::path::stem(Header->getName()),
634 if (llvm::sys::path::stem(FrameworkDirName) != ModuleName)
664 StringRef Name = llvm::sys::path::stem(FrameworkDirName);
761 llvm::sys::path::stem(Dir->path()), NameBuf),
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp234 resultMap[sys::path::stem(fname)] = fname;
/external/clang/tools/driver/
H A Ddriver.cpp243 std::string ProgName =llvm::sys::path::stem(ArgVector[0]);
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp489 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.cpp552 StringRef stem(StringRef path) {
640 return !stem(p).empty();
/external/pdfium/third_party/freetype/src/psaux/
H A Dt1decode.c1446 hinter->stem( hinter->hints, 1, top );
1465 hinter->stem( hinter->hints, 0, top );
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp210 StringRef ModuleName = llvm::sys::path::stem(Modules[ID].FileName);
/external/freetype/src/pshinter/
H A Dpshrec.c650 /* add a new single stem (called from "T1Stem" method) */
662 /* detect ghost stem */
677 /* now, lookup stem in the current hints table */
877 FT_ERROR(( "ps_hints_stem: could not add stem"
887 /* add one Type1 counter stem to the current hints table */
914 /* there must be 6 elements in the 'stem' array */
1147 funcs->stem = (T1_Hints_SetStemFunc) t1_hints_stem;
1187 /* compute integer stem positions in font units */
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1050 StringRef Stem = sys::path::stem(ToolName);
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshrec.c642 /* add a new single stem (called from "T1Stem" method) */
654 /* detect ghost stem */
669 /* now, lookup stem in the current hints table */
872 FT_ERROR(( "ps_hints_stem: could not add stem"
891 /* add one Type1 counter stem to the current hints table */
918 /* there must be 6 elements in the 'stem' array */
1151 funcs->stem = (T1_Hints_SetStemFunc) t1_hints_stem;
1191 /* compute integer stem positions in font units */

Completed in 975 milliseconds

12