/external/pdfium/core/fpdftext/ |
D | cpdf_linkextract.cpp | 232 auto aPos = str->Find(L'@'); in CheckMailLink() local 234 if (!aPos.has_value() || aPos.value() == 0 || aPos == str->GetLength() - 1) in CheckMailLink() 238 size_t pPos = aPos.value(); // Used to track the position of '@' or '.'. in CheckMailLink() 239 for (size_t i = aPos.value(); i > 0; i--) { in CheckMailLink() 245 if (i == aPos.value()) { in CheckMailLink() 260 aPos = str->Find(L'@'); in CheckMailLink() 261 if (!aPos.has_value() || aPos.value() == 0) in CheckMailLink() 268 auto ePos = str->Find(L'.', aPos.value() + 1); in CheckMailLink() 269 if (!ePos.has_value() || ePos.value() == aPos.value() + 1) in CheckMailLink() 275 for (size_t i = aPos.value() + 1; i < nLen; i++) { in CheckMailLink() [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | vk.relaxed.changeSet.vert | 3 in vec2 aPos; 15 gl_Position = projectionMatrix * vec4(aPos, 0, 1);
|
/external/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.vert | 2 layout(location = 0) in vec2 aPos; 24 gl_Position = vec4(aPos*pc.uScale+pc.uTranslate, 0, 1);
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | vk.relaxed.changeSet.vert.out | 24 0:15 'aPos' ( in highp 2-component vector of float) 30 0:? 'aPos' ( in highp 2-component vector of float) 98 0:15 'aPos' ( in highp 2-component vector of float) 104 0:? 'aPos' ( in highp 2-component vector of float) 164 Name 34 "aPos" 182 Decorate 34(aPos) Location 0 211 34(aPos): 16(ptr) Variable Input 225 35: 13(fvec2) Load 34(aPos)
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
D | LongArray.java | 1095 for (int aPos = 0; aPos < aLen; ++aPos) in modMultiply() 1097 long aVal = a[aPos]; in modMultiply() 1098 int cOff = aPos; in modMultiply() 1272 int aPos = 0; in modMultiplyAlt() local 1275 long aVal = c[aPos] >>> k; in modMultiplyAlt() 1287 add(c, aPos + ci[index], c, bOff, bMax); in modMultiplyAlt() 1297 while (++aPos < aLen); in modMultiplyAlt() 1452 for (int aPos = 0; aPos < aLen; ++aPos) in multiply() 1454 long aVal = a[aPos]; in multiply() 1455 int cOff = aPos; in multiply()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | LongArray.java | 1094 for (int aPos = 0; aPos < aLen; ++aPos) in modMultiply() 1096 long aVal = a[aPos]; in modMultiply() 1097 int cOff = aPos; in modMultiply() 1271 int aPos = 0; in modMultiplyAlt() local 1274 long aVal = c[aPos] >>> k; in modMultiplyAlt() 1286 add(c, aPos + ci[index], c, bOff, bMax); in modMultiplyAlt() 1296 while (++aPos < aLen); in modMultiplyAlt() 1451 for (int aPos = 0; aPos < aLen; ++aPos) in multiply() 1453 long aVal = a[aPos]; in multiply() 1454 int cOff = aPos; in multiply()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/ |
D | LongArray.java | 1095 for (int aPos = 0; aPos < aLen; ++aPos) in modMultiply() 1097 long aVal = a[aPos]; in modMultiply() 1098 int cOff = aPos; in modMultiply() 1272 int aPos = 0; in modMultiplyAlt() local 1275 long aVal = c[aPos] >>> k; in modMultiplyAlt() 1287 add(c, aPos + ci[index], c, bOff, bMax); in modMultiplyAlt() 1297 while (++aPos < aLen); in modMultiplyAlt() 1452 for (int aPos = 0; aPos < aLen; ++aPos) in multiply() 1454 long aVal = a[aPos]; in multiply() 1455 int cOff = aPos; in multiply()
|
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/ |
D | AesGcmHkdfAeadCrypter.java | 115 private static boolean arrayEqualOn(byte[] a, int aPos, byte[] b, int bPos, int length) { in arrayEqualOn() argument 117 if (a[aPos + i] != b[bPos + i]) { in arrayEqualOn()
|
/external/llvm-project/mlir/lib/Dialect/StandardOps/Transforms/ |
D | ExpandOps.cpp | 150 Value aPos = rewriter.create<CmpIOp>(loc, CmpIPredicate::sgt, a, zero); in matchAndRewrite() local 154 Value secondTerm = rewriter.create<AndOp>(loc, aPos, bPos); in matchAndRewrite() 199 Value aPos = rewriter.create<CmpIOp>(loc, CmpIPredicate::sgt, a, zero); in matchAndRewrite() local 203 Value secondTerm = rewriter.create<AndOp>(loc, aPos, bNeg); in matchAndRewrite()
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureUploadTests.cpp | 198 deUint32 aPos = gl.getAttribLocation (m_program->getProgram(), "a_pos"); in init() local 199 gl.enableVertexAttribArray (aPos); in init() 200 gl.vertexAttribPointer (aPos, 2, GL_FLOAT, GL_FALSE, 0, &quadCoords[0]); in init()
|
/external/antlr/runtime/ObjC/Framework/ |
D | RecognitionException.m | 277 - (void)setCharPositionInLine:(NSUInteger)aPos 279 charPositionInLine = aPos;
|