Searched defs:stem (Results 1 - 13 of 13) sorted by relevance

/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/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/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/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/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/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/syslinux/com32/lua/src/
H A Dloadlib.c685 void add (const char *stem) { argument
688 luaL_addstring (&b, stem);
/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/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c154424 static int stem( function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c154436 static int stem( function
[all...]

Completed in 895 milliseconds