HomeSort by relevance Sort by last modified time
    Searched refs:specs (Results 76 - 100 of 293) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/jetty/src/java/org/eclipse/jetty/servlet/
ServletHolder.java 797 String[] specs=mapping.getPathSpecs(); local
798 if (specs!=null && specs.length>0)
799 patterns.addAll(Arrays.asList(specs));
  /external/emma/lib/
emma_ant.jar 
  /prebuilts/devtools/tools/lib/
emma_ant.jar 
  /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/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java     [all...]
  /frameworks/base/core/java/android/app/
ActivityOptions.java 589 AppTransitionAnimationSpec[] specs, Handler handler,
595 opts.mAnimSpecs = specs;
858 Parcelable[] specs = opts.getParcelableArray(KEY_ANIM_SPECS); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java 356 * @return true if and only if we are currently fetching app transition specs from the future
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 142 * @param specs [null is equivalent to no filtering (everything is included)]
144 public synchronized final void setInclExclFilter (final String [] specs)
146 if (specs == null)
149 m_coverageFilter = IInclExclFilter.Factory.create (specs);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QSTileHost.java 366 ArrayList<String> specs = new ArrayList<>(mTileSpecs); local
367 specs.remove(tileSpec);
369 TextUtils.join(",", specs), ActivityManager.getCurrentUser());
450 if (DEBUG) Log.d(TAG, "Loaded tile specs from config: " + tileList);
452 if (DEBUG) Log.d(TAG, "Loaded tile specs from setting: " + tileList);
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
preprocessor.js 27 //(see: http://www.whatwg.org/specs/web-apps/current-work/multipage/parsing.html#preprocessing-the-input-stream)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
c-tree.h 419 struct c_declspecs *specs; member in struct:c_type_name
427 struct c_declspecs *specs; member in struct:c_parm
  /prebuilts/tools/common/m2/repository/org/anarres/jarjar/jarjar-gradle/1.0.0/
jarjar-gradle-1.0.0.jar 
  /external/libpcap/msdos/
makefile.dj 90 # another machine). We therefore use a special 'specs' file during
93 MM_SPECS = specs.tmp
102 $(CC) -MM -specs=$(MM_SPECS) $(CFLAGS) $(SOURCES) >> $(MAKEFILE)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsImpl.java 711 ArrayList<AppTransitionAnimationSpec> specs = new ArrayList<>(); local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.1.0/
gradle-experimental-0.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.2.1/
gradle-experimental-0.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.3.0-alpha1/
gradle-experimental-0.3.0-alpha1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/
jopt-simple-4.9.jar 
  /prebuilts/tools/common/offline-m2/net/sf/jopt-simple/jopt-simple/4.9/
jopt-simple-4.9.jar 
  /external/libvorbis/doc/
Vorbis_I_spec.tex 40 % escaping it (\_ instead of _). Since the Vorbis specs use it a lot,
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 150 * @param specs Array of transition animation descriptions for entering windows.
154 void overridePendingAppTransitionMultiThumb(in AppTransitionAnimationSpec[] specs,
159 * Like overridePendingAppTransitionMultiThumb, but uses a future to supply the specs. This is
160 * used for recents, where generating the thumbnails of the specs takes a non-trivial amount of
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/0.12.613/
kotlin-gradle-plugin-0.12.613.jar 
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 255 public void overridePendingAppTransitionMultiThumb(AppTransitionAnimationSpec[] specs,
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.3.0-alpha4/
gradle-experimental-0.3.0-alpha4.jar 

Completed in 1236 milliseconds

1 2 34 5 6 7 8 91011>>