Searched refs:stem (Results 1 - 25 of 35) 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 ...
/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/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.h258 /// @brief Get stem.
273 /// @result The stem of \a path.
274 const StringRef stem(StringRef path);
368 /// @brief Has stem?
370 /// stem != ""
373 /// @result True if the path has a stem, false otherwise.
/external/pdfium/core/include/thirdparties/freetype/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/core/src/fxge/fx_freetype/fxft2.5.01/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/tools/llvm-cov/
H A Dllvm-cov.cpp84 sys::path::append(CoverageFileStem, sys::path::stem(SourceFile));
87 sys::path::append(CoverageFileStem, sys::path::stem(SourceFile));
/external/libselinux/src/
H A Dlabel_file.c36 int stem_id; /* indicates which stem-compression item */
40 /* A regular expression stem */
41 typedef struct stem { struct
64 /* Return the length of the text that can be considered the stem, returns 0
65 * if there is no identifiable stem */
81 /* return the length of the text that is the stem of a file name */
91 /* find the stem of a file spec, returns the index into stem_arr for a new
92 * or existing stem, (or -1 if there is no possible stem - IE for a file in
126 /* find the stem o
547 struct stem *stem; local
[all...]
/external/qemu/distrib/libselinux/src/
H A Dlabel_file.c35 int stem_id; /* indicates which stem-compression item */
39 /* A regular expression stem */
40 typedef struct stem { struct
63 /* Return the length of the text that can be considered the stem, returns 0
64 * if there is no identifiable stem */
80 /* return the length of the text that is the stem of a file name */
90 /* find the stem of a file spec, returns the index into stem_arr for a new
91 * or existing stem, (or -1 if there is no possible stem - IE for a file in
125 /* find the stem o
546 struct stem *stem; local
[all...]
/external/llvm/unittests/Support/
H A DPath.cpp127 path::stem(*i);
141 StringRef filename(temp_store.begin(), temp_store.size()), stem, ext; local
142 stem = path::stem(filename);
144 EXPECT_EQ(*(--sys::path::end(filename)), (stem + ext).str());
/external/clang/lib/Lex/
H A DHeaderSearch.cpp378 SubmodulePath.push_back(llvm::sys::path::stem(DirName));
514 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName());
927 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName());
1292 loadFrameworkModule(llvm::sys::path::stem(Dir->path()), FrameworkDir,
H A DModuleMap.cpp379 llvm::sys::path::stem(SkippedDirs[I-1]->getName()), NameBuf);
396 llvm::sys::path::stem(File->getName()), NameBuf);
476 llvm::sys::path::stem(SkippedDirs[I-1]->getName()),
488 llvm::sys::path::stem(Header->getName()),
654 StringRef Name = llvm::sys::path::stem(FrameworkDirName);
747 llvm::sys::path::stem(Dir->path()), NameBuf),
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp234 resultMap[sys::path::stem(fname)] = fname;
/external/clang/tools/driver/
H A Ddriver.cpp230 std::string ProgName(llvm::sys::path::stem(ArgVector[0]));
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp488 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.cpp538 const StringRef stem(StringRef path) {
678 return !stem(p).empty();
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dt1decode.c1444 hinter->stem( hinter->hints, 1, top );
1463 hinter->stem( hinter->hints, 0, top );
/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/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp211 StringRef ModuleName = llvm::sys::path::stem(Modules[ID].FileName);

Completed in 5215 milliseconds

12