/bootable/recovery/updater/ |
Android.mk | 56 $(inc_dep_file): stem := $(inc).dep macro 59 $(hide) rm -f $(stem).*
|
/ndk/sources/host-tools/make-3.81/ |
dep.h | 31 chained through the `next'. `stem' is the stem for this 40 char *stem; member in struct:dep
|
filedef.h | 34 char *stem; /* Implicit stem, if an implicit member in struct:file
|
implicit.c | 77 unsigned char had_stem; /* had % substituted with stem */ 95 && (f->stem < f->name || f->stem > f->name + strlen (f->name))) 96 free (f->stem); 230 /* The start and length of the stem of FILENAME for the current rule. */ 231 register char *stem = 0; 273 PATH_VAR (stem_str); /* @@ Need to get rid of stem, stemlen, etc. */ 342 find the stem: the part of the filename that matches the %. */ 343 stem = filename + (suffix - target - 1); 369 /* If so, don't include the directory prefix in STEM here. * 229 register char *stem = 0; local [all...] |
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...] |
/frameworks/compile/mclinker/lib/Support/ |
Path.cpp | 190 Path Path::stem() const function in class:Path
|
/external/chromium_org/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/chromium_org/third_party/sqlite/src/ext/fts1/ |
fts1_porter.c | 257 ** If the word ends with zFrom and xCond() is true for the stem 268 static int stem( function 318 ** Stem the input word zIn[0..nIn-1]. Store the output in zOut. 370 !stem(&z, "sess", "ss", 0) && 371 !stem(&z, "sei", "i", 0) && 372 !stem(&z, "ss", "ss", 0) 380 if( stem(&z, "dee", "ee", m_gt_0) ){ 383 (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel)) 386 if( stem(&z, "ta", "ate", 0) | [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
fts2_porter.c | 256 ** If the word ends with zFrom and xCond() is true for the stem 267 static int stem( function 317 ** Stem the input word zIn[0..nIn-1]. Store the output in zOut. 369 !stem(&z, "sess", "ss", 0) && 370 !stem(&z, "sei", "i", 0) && 371 !stem(&z, "ss", "ss", 0) 379 if( stem(&z, "dee", "ee", m_gt_0) ){ 382 (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel)) 385 if( stem(&z, "ta", "ate", 0) | [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
fts3_porter.c | 259 ** If the word ends with zFrom and xCond() is true for the stem 270 static int stem( function 320 ** Stem the input word zIn[0..nIn-1]. Store the output in zOut. 372 !stem(&z, "sess", "ss", 0) && 373 !stem(&z, "sei", "i", 0) && 374 !stem(&z, "ss", "ss", 0) 382 if( stem(&z, "dee", "ee", m_gt_0) ){ 385 (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel)) 388 if( stem(&z, "ta", "ate", 0) | [all...] |
/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/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/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...] |
/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...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar | |
org.apache.lucene_1.9.1.v20100518-1140.jar | |
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/ |
nj_lib.h | 253 } stem; member in struct:__anon33402 277 } stem; member in struct:__anon33405 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/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | 119011 static int stem( function [all...] |
/external/sqlite/dist/orig/ |
sqlite3.c | 123953 static int stem( function [all...] |
/external/sqlite/dist/ |
sqlite3.c | 124001 static int stem( function [all...] |