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

12

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1_porter.c257 ** If the word ends with zFrom and xCond() is true for the stem
268 static int stem( function
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) ||
387 stem(
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_porter.c256 ** If the word ends with zFrom and xCond() is true for the stem
267 static int stem( function
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) ||
386 stem(
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_porter.c259 ** If the word ends with zFrom and xCond() is true for the stem
270 static int stem( function
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) ||
389 stem(
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1ObjectIdentifier.java33 * Return true if this oid is an extension of the passed in branch, stem.
34 * @param stem the arc or branch that is a possible parent.
35 * @return true if the branch is on the passed in stem, false otherwise.
37 public boolean on(ASN1ObjectIdentifier stem) argument
39 String id = getId(), stemId = stem.getId();
/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/chromium_org/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/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/llvm/include/llvm/Support/
H A DPath.h251 /// @brief Get stem.
266 /// @result The stem of \a path.
267 const StringRef stem(StringRef path);
350 /// @brief Has stem?
352 /// stem != ""
355 /// @result True if the path has a stem, false otherwise.
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
H A Dmodel.js53 var stem = indexOfLastDot == -1 ? testName : testName.substr(0, indexOfLastDot);
54 return commitData.message.indexOf(stem) != -1;
/external/libselinux/src/
H A Dlabel_file.c35 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 o
543 struct stem *stem; local
[all...]
/external/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/clang/lib/Serialization/
H A DModuleManager.cpp161 StringRef ModuleName = llvm::sys::path::stem((*victim)->FileName);
436 return llvm::sys::path::stem(M->FileName);
H A DGlobalModuleIndex.cpp205 UnresolvedModules[llvm::sys::path::stem(Modules[ID].FileName)] = ID;
308 StringRef Name = llvm::sys::path::stem(File->FileName);
/external/clang/lib/Lex/
H A DHeaderSearch.cpp328 SubmodulePath.push_back(llvm::sys::path::stem(DirName));
464 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName());
781 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName());
1127 loadFrameworkModule(llvm::sys::path::stem(Dir->path()), FrameworkDir,
H A DModuleMap.cpp232 llvm::sys::path::stem(SkippedDirs[I-1]->getName()),
249 llvm::sys::path::stem(File->getName()), NameBuf);
319 llvm::sys::path::stem(SkippedDirs[I-1]->getName()),
331 llvm::sys::path::stem(Header->getName()),
491 StringRef Name = llvm::sys::path::stem(FrameworkDirName);
580 llvm::sys::path::stem(Dir->path()), NameBuf),
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp238 resultMap[sys::path::stem(fname)] = fname;
/external/clang/tools/driver/
H A Ddriver.cpp228 std::string ProgName(llvm::sys::path::stem(ArgVector[0]));
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp483 if (NoUser32 && sys::path::stem(DLLName) == "user32") {
/external/chromium_org/third_party/freetype/src/psaux/
H A Dt1decode.c1444 hinter->stem( hinter->hints, 1, top );
1463 hinter->stem( hinter->hints, 0, top );
/external/freetype/src/psaux/
H A Dt1decode.c1444 hinter->stem( hinter->hints, 1, top );
1463 hinter->stem( hinter->hints, 0, top );
/external/llvm/lib/Support/
H A DPath.cpp476 const StringRef stem(StringRef path) {
609 return !stem(p).empty();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcss.js449 "cjk-heavenly-stem", "cjk-ideographic", "clear", "clip", "close-quote",
/external/chromium_org/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 */
873 FT_ERROR(( "ps_hints_stem: could not add stem"
892 /* add one Type1 counter stem to the current hints table */
919 /* there must be 6 elements in the 'stem' array */
1152 funcs->stem = (T1_Hints_SetStemFunc) t1_hints_stem;
1192 /* compute integer stem positions in font units */
/external/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 */
873 FT_ERROR(( "ps_hints_stem: could not add stem"
892 /* add one Type1 counter stem to the current hints table */
919 /* there must be 6 elements in the 'stem' array */
1152 funcs->stem = (T1_Hints_SetStemFunc) t1_hints_stem;
1192 /* compute integer stem positions in font units */

Completed in 1890 milliseconds

12