HomeSort by relevance Sort by last modified time
    Searched defs:stem (Results 1 - 18 of 18) sorted by null

  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.decompose/
path.decompose.pass.cpp 24 // 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());
  /frameworks/compile/mclinker/lib/Support/
Path.cpp 174 Path Path::stem() const { function in class:mcld::sys::fs::Path
  /build/soong/androidmk/cmd/androidmk/
android.go 33 "LOCAL_MODULE_STEM": stem,
318 func stem(ctx variableAssignmentContext) error { func
323 varName := "stem"
  /external/swiftshader/third_party/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());
  /external/freetype/include/freetype/internal/
pshints.h 93 * 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 hints
347 T1_Hints_SetStemFunc stem; member in struct:T1_Hints_FuncsRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
pshints.h 93 * 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 hints
347 T1_Hints_SetStemFunc stem; member in struct:T1_Hints_FuncsRec_
    [all...]
  /external/selinux/libselinux/utils/
sefcontext_compile.c 77 * 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/
label_file.h 40 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 - IE for a file i
289 char *stem; local
    [all...]
label_file.c 30 /* 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->from_mmap
    [all...]
  /external/llvm/unittests/Support/
Path.cpp 134 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());
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 264 WnnWord stem = stemsi.next(); local
265 if (addClause(clauseList, input, stem, null, terminal, all)) {
281 /* get candidates of stem in a clause */
294 WnnWord stem = stemsi.next(); local
295 if (all || stem.frequency > max) {
299 if (addClause(clauseList, input, stem, fzk, terminal, all)) {
301 max = stem.frequency;
315 * @param stem Stem of the clause (a independent word)
321 private boolean addClause(LinkedList<WnnClause> clauseList, String input, WnnWord stem, WnnWord fzk
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 253 } stem; member in struct:__anon47853
277 } stem; member in struct:__anon47856
287 #define NJ_GET_FPOS_FROM_STEM(s) ((NJ_UINT16)((s)->stem.info1 >> 7))
288 #define NJ_GET_BPOS_FROM_STEM(s) ((NJ_UINT16)((s)->stem.info2 >> 7))
291 #define NJ_SET_FPOS_TO_STEM(s,v) ((s)->stem.info1 = ((s)->stem.info1 & 0x007F) | (NJ_UINT16)((v) << 7))
292 #define NJ_GET_YLEN_FROM_STEM(s) ((NJ_UINT8)((s)->stem.info1 & 0x7F))
293 #define NJ_GET_KLEN_FROM_STEM(s) ((NJ_UINT8)((s)->stem.info2 & 0x7F))
294 #define NJ_SET_YLEN_TO_STEM(s,v) ((s)->stem.info1 = ((s)->stem.info1 & 0xFF80) | (NJ_UINT16)((v) & 0x7F)
    [all...]
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /external/sqlite/dist/orig/
sqlite3.c 154424 static int stem( function
    [all...]
  /external/sqlite/dist/
sqlite3.c 154436 static int stem( function
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 1033 milliseconds