HomeSort by relevance Sort by last modified time
    Searched full:stem (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnClause.java 45 * @param stem The independent word part of the clause
47 public WnnClause (String stroke, WnnWord stem) {
48 super(stem.id,
49 stem.candidate,
51 stem.partOfSpeech,
52 stem.frequency,
60 * @param stem The independent word part of the clause
63 public WnnClause (String stroke, WnnWord stem, WnnWord fzk) {
64 super(stem.id,
65 stem.candidate + fzk.candidate
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 253 } stem; member in struct:__anon19690
277 } stem; member in struct:__anon19693
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...]
  /ndk/sources/host-tools/make-3.81/
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...]
dep.h 31 chained through the `next'. `stem' is the stem for this
40 char *stem; member in struct:dep
file.c 466 char *file_stem = f->stem;
503 for the file. Since the stem for static pattern rules comes from
504 individual dep lines, we will temporarily set f->stem to d->stem.
512 if (d->stem != 0)
513 f->stem = d->stem;
519 if (d->stem != 0)
520 f->stem = file_stem;
543 if (d->stem[0] == '\0'
    [all...]
commands.c 76 /* $* is the stem from an implicit or static pattern rule. */
77 if (file->stem == 0)
81 explicit rules. We store this in the `stem' member. */
104 file->stem = savestring (name, len - slen);
109 file->stem = "";
111 star = file->stem;
  /build/core/
host_static_library.mk 17 $(error $(LOCAL_PATH): Can not set module stem for a library)
host_shared_library.mk 22 $(error $(LOCAL_PATH): Can not set module stem for a library)
static_library.mk 18 $(error $(LOCAL_PATH): Can not set module stem for a library)
shared_library.mk 20 $(error $(LOCAL_PATH): Can not set module stem for a library)
  /external/freetype/src/autofit/
aflatin.h 104 FT_Pos standard_width; /* the default stem thickness */
154 AF_LATIN_HINTS_HORZ_SNAP = 1 << 0, /* enable stem width snapping */
155 AF_LATIN_HINTS_VERT_SNAP = 1 << 1, /* enable stem height snapping */
156 AF_LATIN_HINTS_STEM_ADJUST = 1 << 2, /* enable stem width/height */
afhints.h 111 * A stem is made of two segments that face each other in opposite
113 * vocabulary from the TrueType specification, stem segments form a
123 * A stem is recognized by the following condition:
279 AF_Segment link; /* (stem) link segment */
282 FT_Pos score; /* used during stem matching */
283 FT_Pos len; /* used during stem matching */
305 FT_Int score; /* used during stem matching */
aflatin.c 51 /* Find segments and links, compute all stem widths, and initialize */
126 /* we only consider stem segments there! */
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
statipattrules 71 # TEST #6: make sure the second stem does not overwrite the first
72 # perprerequisite's stem (Savannah bug #16053).
90 # TEST #7: make sure the second stem does not overwrite the first
91 # perprerequisite's stem when second expansion is enabled
se_implicit 135 # Test #4: stem splitting logic.
157 # Test #5: stem splitting logic and order-only prerequisites.
192 # Test #7: Test stem from the middle of the name.
211 # Test #8: Make sure stem triple-expansion does not happen.
  /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/engine/
ndapi.c 225 tmp_word.stem.info1 = cursor->cond.ylen;
227 tmp_result.word.stem.info1 = cursor->cond.ylen;
291 ((j == max_len) && (loctset->cache_freq > result->word.stem.hindo)) ||
486 if (result->word.stem.loc.handle == NULL) {
490 dictype = NJ_GET_DIC_TYPE_EX(result->word.stem.loc.type, result->word.stem.loc.handle);
499 if (GET_LOCATION_OPERATION(result->word.stem.loc.status) != NJ_CUR_OP_COMP) {
544 if (result->word.stem.loc.handle == NULL) {
548 dictype = NJ_GET_DIC_TYPE_EX(result->word.stem.loc.type, result->word.stem.loc.handle)
    [all...]
ndfdic.c 334 word->stem.loc = loctset->loct;
339 word->stem.info1 = yomilen;
340 word->stem.info1 |= (NJ_UINT16)(DATA_FHINSI(data) << HINSI_OFFSET);
341 word->stem.info2 = (NJ_UINT16)(DATA_BHINSI(data) << HINSI_OFFSET);
347 word->stem.info2 |= kouholen;
348 word->stem.hindo = CALCULATE_HINDO(DATA_HINDO(data), loctset->dic_freq.base,
352 word->stem.type = 0;
369 loc = &word->stem.loc;
412 loc = &word->stem.loc;
  /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
535 struct stem *stem; local
    [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/freetype/src/pshinter/
pshglob.h 163 /* snap a stem width to fitter coordinates. `org_width' is in font */
177 /* snap a stem to one or two blue zones */
pshalgo.c 54 /* return true if two stem hints overlap */
460 /* ignore stem alignments when requested through the hint flags */
471 /* perform stem snapping when requested - this is necessary
492 /* the top of the stem is aligned against a blue zone */
497 /* the bottom of the stem is aligned against a blue zone */
502 /* both edges of the stem are aligned against blue zones */
536 /* Stem adjustment tries to snap stem widths to standard
544 /* the stem is less than one pixel; we will center it
549 /* This is a special case where we also widen the stem
    [all...]
  /frameworks/compile/mclinker/lib/MC/
SearchDirs.cpp 62 if (file == entry.path()->stem().native() ) {
76 if (file == entry.path()->stem().native() &&
  /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/llvm/include/llvm/Support/
PathV2.h 231 /// @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.

Completed in 475 milliseconds

1 2 3 4 5