Searched defs:currentLocation (Results 1 - 12 of 12) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DConstraintDistLimit.java84 * @param currentLocation
88 private void distLimit(Vector3f currentLocation, Vector3f targetLocation, float influence) { argument
89 Vector3f v = currentLocation.subtract(targetLocation);
97 currentLocation.set(v.addLocal(targetLocation));
104 currentLocation.set(v.addLocal(targetLocation));
107 currentLocation.set(targetLocation.add(v));
112 v = targetLocation.subtract(currentLocation).normalizeLocal().multLocal(dist * influence);
113 currentLocation.set(targetLocation.add(v));
/external/llvm/runtime/libprofile/
H A DPathProfiling.c226 uint32_t currentLocation; local
248 currentLocation = lseek(outFile, 0, SEEK_CUR);
257 lseek(outFile, currentLocation, SEEK_SET);
/external/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp79 Result.Range.Start = currentLocation();
138 Result.Range.End = currentLocation();
164 Range.End = currentLocation();
199 Range.End = currentLocation();
215 SourceLocation currentLocation() { function in class:clang::ast_matchers::dynamic::Parser::CodeTokenizer
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSTokenizer-in.cpp339 CSSParserLocation CSSTokenizer::currentLocation() function in class:WebCore::CSSTokenizer
1390 const CSSParserLocation startLocation = currentLocation();
H A DCSSParser.h441 CSSParserLocation currentLocation() { return m_tokenizer.currentLocation(); } function in class:WebCore::CSSParser
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 562 milliseconds