/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/ |
b2ContactManager.cpp | 205 b2Fixture* fA = edge->contact->GetFixtureA(); 210 if (fA == fixtureA && fB == fixtureB && iA == indexA && iB == indexB) 216 if (fA == fixtureB && fB == fixtureA && iA == indexB && iB == indexA)
|
b2Island.cpp | 423 b2Fixture* fA = c->GetFixtureA(); 426 b2Body* bA = fA->GetBody(); 433 input.proxyA.Set(fA->GetShape(), indexA);
|
b2World.cpp | 627 b2Fixture* fA = c->GetFixtureA(); 631 if (fA->IsSensor() || fB->IsSensor()) 636 b2Body* bA = fA->GetBody(); 683 input.proxyA.Set(fA->GetShape(), indexA); 723 b2Fixture* fA = minContact->GetFixtureA(); 725 b2Body* bA = fA->GetBody();
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/ |
ContactManager.java | 87 Fixture fA = edge.contact.getFixtureA(); 92 if (fA == fixtureA && iA == indexA && fB == fixtureB && iB == indexB) { 97 if (fA == fixtureB && iA == indexB && fB == fixtureA && iB == indexA) {
|
World.java | [all...] |
/external/deqp/modules/gles2/functional/ |
es2fShaderTextureFunctionTests.cpp | 341 float fA = float(level)*cStep; 342 float fB = 1.0f-fA; 343 Vec4 colorA = cBias + cScale*Vec4(fA, fB, fA, fB); 344 Vec4 colorB = cBias + cScale*Vec4(fB, fA, fB, fA); 372 float fA = float(level)*cStep; 373 float fB = 1.0f-fA; 374 Vec2 f (fA, fB);
|
/external/fio/exp/ |
expression-parser.l | 146 0x[0-9a-fA-F]+ {
|
/external/llvm/utils/vim/syntax/ |
tablegen.vim | 23 syn match tgNumber /\<0x[0-9a-fA-F]\+\>/
|
/external/skia/tests/ |
PathOpsSimplifyRectThreadedTest.cpp | 26 int aShape = state.fA & 0x03; 27 SkPath::Direction aCW = state.fA >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/ |
b2Contact.cpp | 126 b2Contact::b2Contact(b2Fixture* fA, int32 indexA, b2Fixture* fB, int32 indexB) 130 m_fixtureA = fA;
|
/external/skia/src/effects/gradients/ |
SkTwoPointConicalGradient_gpu.cpp | 774 SkScalar fA; 821 info->fA = A; 849 SkScalar A() const { return fInfo.fA; [all...] |
SkTwoPointConicalGradient.cpp | 90 fA = sqr(fDCenterX) + sqr(fDCenterY) - sqr(fDRadius); 111 int countRoots = find_quad_roots(fRec.fA, fB, C, roots, fRec.fFlipped);
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
objcopy.exp | 218 && [regexp "^S\[123\]\[0-9a-fA-F\]+\[\r\n\]*$" $line]} { 225 if ![regexp "^S\[789\]\[0-9a-fA-F\]+\[\r\n\]*$" $line] then { 255 if ![regexp "start address (\[0-9a-fA-FxX\]+)" $got all origstart] then { 264 if ![regexp "file format srec.*start address (\[0-9a-fA-FxX\]+)" $got all srecstart] then { 281 if ![regexp "file format srec.*start address (\[0-9a-fA-FxX\]+)" $got all srecstart] then { 303 set headers_regexp "\[ 0-9\]+(\[^ \]+)\[ \]*(\[0-9a-fA-F\]+)\[ \]+\[0-9a-fA-F\]+\[ \]+(\[0-9a-fA-F\]+)\[ \]+\[0-9a-fA-F\]+\[ \]+2\[*\]\[*\]\[0-9\]+(.*)" 326 set want "file format srec.*start address\[ \]*(\[0-9a-fA-FxX\]+).*sec1\[ \]+\[0-9a-fA-F\]+\[ \]+(\[0-9a-fA-F\]+) [all...] |
/external/selinux/sepolgen/src/sepolgen/ |
refparser.py | 223 #t_IPV6_ADDR = r'[a-fA-F0-9]{0,4}:[a-fA-F0-9]{0,4}:([a-fA-F0-9]{0,4}:)*' 231 r'[a-fA-F0-9]{0,4}:[a-fA-F0-9]{0,4}:([a-fA-F0-9]|:)*'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
refparser.py | 223 #t_IPV6_ADDR = r'[a-fA-F0-9]{0,4}:[a-fA-F0-9]{0,4}:([a-fA-F0-9]{0,4}:)*' 231 r'[a-fA-F0-9]{0,4}:[a-fA-F0-9]{0,4}:([a-fA-F0-9]|:)*'
|
/external/elfutils/src/ |
ldlex.l | 77 HEX 0[xX][0-9a-fA-F]+[kKmM]?
|
/external/mesa3d/src/glsl/glcpp/ |
glcpp-lex.l | 92 HEXADECIMAL_INTEGER 0[xX][0-9a-fA-F]+[uU]?
|
/external/skia/src/utils/ |
SkPatchUtils.cpp | 55 Sk2s fwDiff3 = Sk2s(6) * fCoefs.fA * h3; 58 fFwDiff[1] = to_point(fCoefs.fA * h3 + fCoefs.fB * h2 + fCoefs.fC * h);
|
/frameworks/data-binding/compilerCommon/ |
BindingExpression.g4 | 233 : [0-9a-fA-F]
|
/external/skia/src/core/ |
SkShader.cpp | 298 c4.fA *= rec.fPaint->getAlpha() / 255.0f;
|
/external/v8/tools/ |
tickprocessor.js | 704 this.FUNC_RE = /^([0-9a-fA-F]{8,16}) ([0-9a-fA-F]{8,16} )?[tTwW] (.*)$/; 752 this.FUNC_RE = /^([0-9a-fA-F]{8,16}) ()[iItT] (.*)$/; 781 /^\s+0001:[0-9a-fA-F]{8}\s+([_\?@$0-9a-zA-Z]+)\s+([0-9a-fA-F]{8}).*$/; 785 /^\s+0000:00000000\s+___ImageBase\s+([0-9a-fA-F]{8}).*$/;
|
/external/deqp/modules/gles3/functional/ |
es3fShaderTextureFunctionTests.cpp | 587 float fA = float(level)*levelStep; 588 float fB = 1.0f-fA; 589 Vec4 colorA = cBias + cScale*Vec4(fA, fB, fA, fB); 590 Vec4 colorB = cBias + cScale*Vec4(fB, fA, fB, fA); [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/ |
group-file-parser.rb | 131 text.gsub( /\\(?:([abefnrstv])|([0-7]{3})|x([0-9a-fA-F]{2})|(.))/ ) do
|
/external/curl/tests/ |
ftpserver.pl | 914 if($i =~ /^([0-9a-fA-F]{4})\n/) { [all...] |
/external/libvorbis/lib/ |
psy.c | [all...] |