| /external/boringssl/src/util/fipstools/delocate/ |
| D | delocate.peg.go | 366 position, tokenIndex uint32 377 position, tokenIndex = 0, 0 404 tree.Add(rule, begin, position, tokenIndex) 406 if begin != position && position > max.end { 407 max = token32{rule, begin, position} 412 if buffer[position] != endSymbol { 413 position++ 420 if buffer[position] == c { 421 position++ 428 if c := buffer[position]; c >= lower && c <= upper { [all …]
|
| /external/cronet/third_party/boringssl/src/util/fipstools/delocate/ |
| D | delocate.peg.go | 360 position, tokenIndex uint32 371 position, tokenIndex = 0, 0 398 tree.Add(rule, begin, position, tokenIndex) 400 if begin != position && position > max.end { 401 max = token32{rule, begin, position} 406 if buffer[position] != endSymbol { 407 position++ 414 if buffer[position] == c { 415 position++ 422 if c := buffer[position]; c >= lower && c <= upper { [all …]
|
| /external/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | ArrayDecoders.java | 78 * Decodes a varint. Returns the position after the varint. The decoded varint is stored in 81 static int decodeVarint32(byte[] data, int position, Registers registers) { in decodeVarint32() argument 82 int value = data[position++]; in decodeVarint32() 85 return position; in decodeVarint32() 87 return decodeVarint32(value, data, position, registers); in decodeVarint32() 91 static int decodeVarint32(int firstByte, byte[] data, int position, Registers registers) { in decodeVarint32() argument 93 final byte b2 = data[position++]; in decodeVarint32() 96 return position; in decodeVarint32() 100 final byte b3 = data[position++]; in decodeVarint32() 103 return position; in decodeVarint32() [all …]
|
| /external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | ArrayDecoders.java | 77 * Decodes a varint. Returns the position after the varint. The decoded varint is stored in 80 static int decodeVarint32(byte[] data, int position, Registers registers) { in decodeVarint32() argument 81 int value = data[position++]; in decodeVarint32() 84 return position; in decodeVarint32() 86 return decodeVarint32(value, data, position, registers); in decodeVarint32() 90 static int decodeVarint32(int firstByte, byte[] data, int position, Registers registers) { in decodeVarint32() argument 92 final byte b2 = data[position++]; in decodeVarint32() 95 return position; in decodeVarint32() 99 final byte b3 = data[position++]; in decodeVarint32() 102 return position; in decodeVarint32() [all …]
|
| /external/boringssl/src/util/fipstools/acvp/acvptool/ |
| D | parser.peg.go | 261 position, tokenIndex uint32 266 position, tokenIndex = 0, 0 293 tree.Add(rule, begin, position, tokenIndex) 295 if begin != position && position > max.end { 296 max = token32{rule, begin, position} 301 if buffer[position] != endSymbol { 302 position++ 309 if buffer[position] == c { 310 position++ 317 if c := buffer[position]; c >= lower && c <= upper { [all …]
|
| /external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/ |
| D | parser.peg.go | 261 position, tokenIndex uint32 266 position, tokenIndex = 0, 0 293 tree.Add(rule, begin, position, tokenIndex) 295 if begin != position && position > max.end { 296 max = token32{rule, begin, position} 301 if buffer[position] != endSymbol { 302 position++ 309 if buffer[position] == c { 310 position++ 317 if c := buffer[position]; c >= lower && c <= upper { [all …]
|
| /external/turbine/java/com/google/turbine/binder/ |
| D | ConstEvaluator.java | 173 throw error(t.position(), ErrorKind.EXPRESSION_ERROR); in eval() 214 log.error(classTy.position(), ErrorKind.CANNOT_RESOLVE, flat.getFirst()); in resolveClass() 218 throw error(classTy.position(), ErrorKind.UNEXPECTED_TYPE_PARAMETER, flat.getFirst()); in resolveClass() 222 classSym = resolveNext(classTy.position(), classSym, bit); in resolveClass() 227 private ClassSymbol resolveNext(int position, ClassSymbol sym, Ident bit) { in resolveNext() argument 231 position, ErrorKind.SYMBOL_NOT_FOUND, new ClassSymbol(sym.binaryName() + '$' + bit)); in resolveNext() 283 t.position(), in resolveField() 325 private Const cast(int position, Type ty, Const value) { in cast() argument 333 throw error(position, ErrorKind.EXPRESSION_ERROR); in cast() 335 return coerce(position, (Value) value, ((Type.PrimTy) ty).primkind()); in cast() [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/ |
| D | jquery-ui.min.css | 7 …position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3…
|
| D | jquery-ui.css | 19 position: absolute; 46 position: absolute; 70 position: relative; 87 position: fixed; 94 position: absolute; 107 position: absolute; 116 position: relative; 133 position: relative; 141 position: absolute; 366 .ui-icon-blank { background-position: 16px 16px; } [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/ |
| D | jquery-ui.min.css | 7 …position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3…
|
| D | jquery-ui.css | 19 position: absolute; 46 position: absolute; 70 position: relative; 87 position: fixed; 94 position: absolute; 107 position: absolute; 116 position: relative; 133 position: relative; 141 position: absolute; 366 .ui-icon-blank { background-position: 16px 16px; } [all …]
|
| /external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/ |
| D | position_range_scenarios.story | 1 Scenario: a position is equal to another position at the same place 2 Given the position 10, 10 3 When I compare to position 10, 10 5 And it is not before the first position 6 And it is not after the first position 8 Scenario: a position is after another position 9 Given the position 10, 10 10 When I compare to position 20, 20 11 Then it is after the first position 13 And it is not before the first position [all …]
|
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ |
| D | Position.java | 29 * A position in a source file. Lines and columns start counting at 1. 31 public class Position implements Comparable<Position> { class 36 * The first position in the file 38 public static final Position HOME = new Position(1, 1); 40 public Position(int line, int column) { in Position() method in Position 42 throw new IllegalArgumentException("Can't position at line " + line); in Position() 45 throw new IllegalArgumentException("Can't position at column " + column); in Position() 54 public static Position pos(int line, int column) { in pos() 55 return new Position(line, column); in pos() 58 public Position withColumn(int column) { in withColumn() [all …]
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ |
| D | Position.java | 29 * A position in a source file. Lines and columns start counting at 1. 31 public class Position implements Comparable<Position> { class 35 public static final Position ABSOLUTE_START = new Position(Node.ABSOLUTE_BEGIN_LINE, -1); 36 public static final Position ABSOLUTE_END = new Position(Node.ABSOLUTE_END_LINE, -1); 39 * The first position in the file 41 public static final Position HOME = new Position(1, 1); 42 public static final Position UNKNOWN = new Position(0, 0); 44 public Position(int line, int column) { in Position() method in Position 46 throw new IllegalArgumentException("Can't position at line " + line); in Position() 49 throw new IllegalArgumentException("Can't position at column " + column); in Position() [all …]
|
| /external/pigweed/pw_stream/ |
| D | seek_test.cc | 35 size_t position = 2; in TEST() local 36 EXPECT_EQ(OkStatus(), CalculateSeek(35, Stream::kBeginning, 100, position)); in TEST() 37 EXPECT_EQ(position, 35u); in TEST() 41 size_t position = 99; in TEST() local 42 EXPECT_EQ(OkStatus(), CalculateSeek(0, Stream::kBeginning, 100, position)); in TEST() 43 EXPECT_EQ(position, 0u); in TEST() 47 size_t position = 0; in TEST() local 48 EXPECT_EQ(OkStatus(), CalculateSeek(100, Stream::kBeginning, 100, position)); in TEST() 49 EXPECT_EQ(position, 100u); in TEST() 53 size_t position = 2; in TEST() local [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/ |
| D | ParsableByteArray.java | 31 private int position; field in ParsableByteArray 72 * Resets the position to zero and the limit to the specified value. This might replace or wipe 82 * Updates the instance to wrap {@code data}, and resets the position to zero and the limit to 92 * Updates the instance to wrap {@code data}, and resets the position to zero. 100 position = 0; 106 * <p>{@link #getPosition() position}, {@link #limit() limit}, and all data in the underlying 120 return limit - position; in bytesLeft() 140 return position; in getPosition() 146 * @param position Byte offset in the array from which to read. 147 * @throws IllegalArgumentException Thrown if the new position is neither in nor at the end of the [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
| D | ParsableByteArray.java | 31 private int position; field in ParsableByteArray 72 * Resets the position to zero and the limit to the specified value. This might replace or wipe 82 * Updates the instance to wrap {@code data}, and resets the position to zero and the limit to 92 * Updates the instance to wrap {@code data}, and resets the position to zero. 100 position = 0; 106 * <p>{@link #getPosition() position}, {@link #limit() limit}, and all data in the underlying 120 return limit - position; in bytesLeft() 140 return position; in getPosition() 146 * @param position Byte offset in the array from which to read. 147 * @throws IllegalArgumentException Thrown if the new position is neither in nor at the end of the [all …]
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/expected_output/ |
| D | com_github_javaparser_Range.txt | 1 …) range(Position.UNKNOWN, Position.UNKNOWN) ==> com.github.javaparser.Range.range(com.github.javap… 2 Line 30) pos(beginLine, beginColumn) ==> com.github.javaparser.Position.pos(int, int) 3 Line 30) pos(endLine, endColumn) ==> com.github.javaparser.Position.pos(int, int) 4 …> com.github.javaparser.Range.range(com.github.javaparser.Position, com.github.javaparser.Position) 5 Line 34) begin.withColumn(column) ==> com.github.javaparser.Position.withColumn(int) 6 …> com.github.javaparser.Range.range(com.github.javaparser.Position, com.github.javaparser.Position) 7 Line 38) begin.withLine(line) ==> com.github.javaparser.Position.withLine(int) 8 …> com.github.javaparser.Range.range(com.github.javaparser.Position, com.github.javaparser.Position) 9 Line 42) end.withColumn(column) ==> com.github.javaparser.Position.withColumn(int) 10 …> com.github.javaparser.Range.range(com.github.javaparser.Position, com.github.javaparser.Position) [all …]
|
| /external/testng/doc/ |
| D | book-toc.html | 12 <div style="position:absolute;top:1148;left:738">v</div> 16 <div style="position:absolute;top:355;left:162"><b>Contents</b></div> 19 <div style="position:absolute;top:512;left:270">Foreword</div> 20 <div style="position:absolute;top:512;left:730">xiii</div> 21 <div style="position:absolute;top:530;left:270">Preface</div> 22 <div style="position:absolute;top:530;left:734">xv</div> 23 <div style="position:absolute;top:548;left:270">Acknowledgments</div> 24 <div style="position:absolute;top:548;left:730">xxi</div> 25 <div style="position:absolute;top:566;left:270">About the Authors</div> 27 <div style="position:absolute;top:566;left:723">xxiii</div> [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/iron-flex-layout/test/ |
| D | iron-flex-layout-classes.html | 122 assert.isTrue(positionEquals(container, 0, 50, 0, 300), "container position ok"); 124 assert.isTrue(positionEquals(c1, 0, 50, 0, 50), "child 1 position ok"); 125 assert.isTrue(positionEquals(c2, 0, 50, 50, 100), "child 2 position ok"); 126 assert.isTrue(positionEquals(c3, 0, 50, 100, 150), "child 3 position ok"); 131 assert.isTrue(positionEquals(container, 0, 50, 0, 300), "container position ok"); 133 assert.isTrue(positionEquals(c1, 0, 50, 250, 300), "child 1 position ok"); 134 assert.isTrue(positionEquals(c2, 0, 50, 200, 250), "child 2 position ok"); 135 assert.isTrue(positionEquals(c3, 0, 50, 150, 200), "child 3 position ok"); 140 assert.isTrue(positionEquals(container, 0, 150, 0, 300), "container position ok"); 142 assert.isTrue(positionEquals(c1, 0, 50, 0, 50), "child 1 position ok"); [all …]
|
| /external/flatbuffers/swift/Sources/FlatBuffers/ |
| D | Verifier.swift | 74 /// - position: Current position 77 public mutating func isAligned<T>(position: Int, type: T.Type) throws { in isAligned<T>() 82 /// advance pointer to position X in isAligned<T>() 83 let ptr = _buffer._storage.memory.advanced(by: position) in isAligned<T>() 90 position: position, in isAligned<T>() 96 /// - position: Current postion to be read 101 public mutating func rangeInBuffer(position: Int, size: Int) throws { in rangeInBuffer() 102 let end = UInt(clamping: (position &+ size).magnitude) in rangeInBuffer() 104 throw FlatbuffersErrors.outOfBounds(position: end, end: capacity) in rangeInBuffer() 115 /// - position: Current readable position [all …]
|
| /external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/ |
| D | Streams.kt | 10 private var position: Int = 0 variable in kotlinx.serialization.protobuf.internal.ByteArrayInput 11 val availableBytes: Int get() = endIndex - position 15 val result = ByteArrayInput(array, position + size) in slice() 16 result.position = position in slice() 17 position += size in slice() 22 return if (position < endIndex) array[position++].toInt() and 0xFF else -1 in read() 30 val copied = if (endIndex - position < length) endIndex - position else length in readExactNBytes() 31 …copyInto(destination = b, destinationOffset = 0, startIndex = position, endIndex = position + copi… in readExactNBytes() 32 position += copied in readExactNBytes() 43 val result = array.decodeToString(position, position + length) in readString() [all …]
|
| /external/angle/third_party/glslang/src/Test/baseResults/ |
| D | hlsl.y-negate-2.vert.out | 6 0:6 'position' ( out 4-component vector of float) 9 0:7 'position' ( out 4-component vector of float) 18 0:? 'position' ( temp 4-component vector of float) 21 0:6 '@position' ( temp 4-component vector of float) 22 0:? 'position' ( temp 4-component vector of float) 25 0:6 '@position' ( temp 4-component vector of float) 30 0:6 '@position' ( temp 4-component vector of float) 34 0:? 'position' ( out 4-component vector of float Position) 35 0:6 '@position' ( temp 4-component vector of float) 38 0:? 'position' ( out 4-component vector of float Position) [all …]
|
| /external/deqp-deps/glslang/Test/baseResults/ |
| D | hlsl.y-negate-2.vert.out | 6 0:6 'position' ( out 4-component vector of float) 9 0:7 'position' ( out 4-component vector of float) 18 0:? 'position' ( temp 4-component vector of float) 21 0:6 '@position' ( temp 4-component vector of float) 22 0:? 'position' ( temp 4-component vector of float) 25 0:6 '@position' ( temp 4-component vector of float) 30 0:6 '@position' ( temp 4-component vector of float) 34 0:? 'position' ( out 4-component vector of float Position) 35 0:6 '@position' ( temp 4-component vector of float) 38 0:? 'position' ( out 4-component vector of float Position) [all …]
|
| /external/aws-sdk-java-v2/services/apigateway/src/main/resources/codegen-resources/ |
| D | paginators-1.json | 4 "input_token": "position", 6 "output_token": "position", 10 "input_token": "position", 12 "output_token": "position", 16 "input_token": "position", 18 "output_token": "position", 22 "input_token": "position", 24 "output_token": "position", 28 "input_token": "position", 30 "output_token": "position", [all …]
|