HomeSort by relevance Sort by last modified time
    Searched refs:Specs (Results 1 - 25 of 32) sorted by null

1 2

  /external/icu/icu4c/source/i18n/
tridpars.h 66 class Specs : public UMemory {
73 Specs(const UnicodeString& s, const UnicodeString& t,
79 Specs(const Specs &other); // forbid copying of this class
80 Specs &operator=(const Specs &other); // forbid copying of this class
308 * at any location between specs or delimiters, and is returned
310 * @return a Specs object, or null if the parse failed. If
313 * pattern is returned in the Specs object, otherwise the returned
317 static Specs* parseFilterID(const UnicodeString& id, int32_t& pos
    [all...]
tridpars.cpp 53 TransliteratorIDParser::Specs::Specs(const UnicodeString& s, const UnicodeString& t,
117 Specs* specsA = NULL;
118 Specs* specsB = NULL;
220 Specs* specs = parseFilterID(id, pos, TRUE); local
221 if (specs == NULL) {
227 SingleID* single = specsToID(specs, FORWARD);
229 single->filter = specs->filter;
231 delete specs;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliteratorIDParser.java 82 private static class Specs {
88 Specs(String s, String t, String v, boolean sawS, String f) {
152 Specs specs = parseFilterID(id, pos, true); local
153 if (specs == null) {
159 SingleID single = specsToID(specs, FORWARD);
160 single.filter = specs.filter;
182 Specs specsA = null;
183 Specs specsB = null;
582 * at any location between specs or delimiters, and is returne
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorIDParser.java 81 private static class Specs {
87 Specs(String s, String t, String v, boolean sawS, String f) {
151 Specs specs = parseFilterID(id, pos, true); local
152 if (specs == null) {
158 SingleID single = specsToID(specs, FORWARD);
159 single.filter = specs.filter;
181 Specs specsA = null;
182 Specs specsB = null;
581 * at any location between specs or delimiters, and is returne
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 491 struct Specs
493 Specs() : erp(1),cfm(1),split(1) {}
517 struct Specs : Joint::Specs
537 struct Specs : Joint::Specs
539 Specs() : icontrol(IControl::Default()) {}
769 void appendLinearJoint(const LJoint::Specs& specs,Cluster* body0,Body body1);
770 void appendLinearJoint(const LJoint::Specs& specs,Body body=Body())
    [all...]
btSoftBody.cpp 388 void btSoftBody::appendLinearJoint(const LJoint::Specs& specs,Cluster* body0,Body body1)
393 pj->m_refs[0] = pj->m_bodies[0].xform().inverse()*specs.position;
394 pj->m_refs[1] = pj->m_bodies[1].xform().inverse()*specs.position;
395 pj->m_cfm = specs.cfm;
396 pj->m_erp = specs.erp;
397 pj->m_split = specs.split;
402 void btSoftBody::appendLinearJoint(const LJoint::Specs& specs,Body body)
404 appendLinearJoint(specs,m_clusters[0],body)
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 170 llvm::FoldingSetVector<EntryType> &Specs, ArrayRef<TemplateArgument> Args,
175 EntryType *Entry = Specs.FindNodeOrInsertPos(ID, InsertPos);
286 uint32_t *Specs = CommonPtr->LazySpecializations;
288 for (uint32_t I = 0, N = *Specs++; I != N; ++I)
289 (void)Context.getExternalSource()->GetExternalDecl(Specs[I]);
360 uint32_t *Specs = CommonPtr->LazySpecializations;
362 for (uint32_t I = 0, N = *Specs++; I != N; ++I)
363 (void)Context.getExternalSource()->GetExternalDecl(Specs[I]);
    [all...]
Expr.cpp 593 SpecsTy Specs;
599 Specs.push_back(Spec);
605 for (SpecsTy::reverse_iterator I = Specs.rbegin(), E = Specs.rend();
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java     [all...]
SoftbodyJNI.java     [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 672 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) {
673 return SpecIterator<EntryType>(isEnd ? Specs.end() : Specs.begin());
677 findSpecializationImpl(llvm::FoldingSetVector<EntryType> &Specs,
681 void addSpecializationImpl(llvm::FoldingSetVector<EntryType> &Specs,
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
gradle-tooling-api-1.11.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.9/
gradle-tooling-api-1.9.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.0/
gradle-tooling-api-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.1/
gradle-tooling-api-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.2/
gradle-tooling-api-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.4-20150121230028+0000/
gradle-tooling-api-2.4-20150121230028+0000.jar 
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 187 // Check out noexcept specs.
671 /// validates compatibility and merges the specs if necessary.
    [all...]

Completed in 1130 milliseconds

1 2