HomeSort by relevance Sort by last modified time
    Searched refs:aPos (Results 1 - 15 of 15) sorted by null

  /libcore/luni/src/main/java/java/math/
Division.java 66 long aPos = temp >>> 1;
68 quot = aPos / bPos;
69 rem = aPos % bPos;
Conversion.java 407 long aPos = a >>> 1;
409 quot = aPos / bPos;
410 rem = aPos % bPos;
  /external/pdfium/core/fpdftext/
cpdf_linkextract.cpp 96 int aPos = str.Find(L'@');
98 if (aPos < 1)
102 int pPos = aPos; // Used to track the position of '@' or '.'.
103 for (int i = aPos - 1; i >= 0; i--) {
109 if (i == aPos - 1) {
124 aPos = str.Find(L'@');
125 if (aPos < 1)
132 int ePos = str.Find(L'.', aPos + 1);
133 if (ePos == -1 || ePos == aPos + 1)
139 for (int i = aPos + 1; i < nLen; i++)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRecognitionException.h 70 - (void)setCharPositionInLine:(NSInteger)aPos;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRecognitionException.h 70 - (void)setCharPositionInLine:(NSInteger)aPos;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRecognitionException.h 70 - (void)setCharPositionInLine:(NSInteger)aPos;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msctf.h     [all...]
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 198 deUint32 aPos = gl.getAttribLocation (m_program->getProgram(), "a_pos");
199 gl.enableVertexAttribArray (aPos);
200 gl.vertexAttribPointer (aPos, 2, GL_FLOAT, GL_FALSE, 0, &quadCoords[0]);
  /art/test/107-int-math2/src/
Main.java 56 long aPos = a >>> 1;
58 quot = aPos / bPos;
59 rem = aPos % bPos;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 211 milliseconds