Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 5446) sorted by relevance

12345678910>>...218

/external/libcxx/utils/google-benchmark/test/
Dstring_util_gtest.cc11 size_t pos = 0; in TEST() local
16 size_t pos = 0; in TEST() local
21 size_t pos = 0; in TEST() local
27 size_t pos = 0; in TEST() local
33 size_t pos = 0; in TEST() local
39 size_t pos = 0; in TEST() local
44 size_t pos = 0; in TEST() local
49 size_t pos = 0; in TEST() local
54 size_t pos = 0; in TEST() local
59 size_t pos = 0; in TEST() local
[all …]
/external/cronet/stable/third_party/google_benchmark/src/test/
Dstring_util_gtest.cc15 size_t pos = 0; in TEST() local
20 size_t pos = 0; in TEST() local
25 size_t pos = 0; in TEST() local
31 size_t pos = 0; in TEST() local
37 size_t pos = 0; in TEST() local
44 size_t pos = 0; in TEST() local
49 size_t pos = 0; in TEST() local
54 size_t pos = 0; in TEST() local
59 size_t pos = 0; in TEST() local
64 size_t pos = 0; in TEST() local
[all …]
/external/cronet/tot/third_party/google_benchmark/src/test/
Dstring_util_gtest.cc15 size_t pos = 0; in TEST() local
20 size_t pos = 0; in TEST() local
25 size_t pos = 0; in TEST() local
31 size_t pos = 0; in TEST() local
37 size_t pos = 0; in TEST() local
44 size_t pos = 0; in TEST() local
49 size_t pos = 0; in TEST() local
54 size_t pos = 0; in TEST() local
59 size_t pos = 0; in TEST() local
64 size_t pos = 0; in TEST() local
[all …]
/external/google-benchmark/test/
Dstring_util_gtest.cc15 size_t pos = 0; in TEST() local
20 size_t pos = 0; in TEST() local
25 size_t pos = 0; in TEST() local
31 size_t pos = 0; in TEST() local
37 size_t pos = 0; in TEST() local
44 size_t pos = 0; in TEST() local
49 size_t pos = 0; in TEST() local
54 size_t pos = 0; in TEST() local
59 size_t pos = 0; in TEST() local
64 size_t pos = 0; in TEST() local
[all …]
/external/mesa3d/src/nouveau/codegen/
Dnv50_ir_emit_gv100.h71 inline void emitABS(int pos, int src, bool supported) in emitABS()
79 inline void emitABS(int pos, int src) in emitABS()
84 inline void emitNEG(int pos, int src, bool supported) { in emitNEG()
91 inline void emitNEG(int pos, int src) { in emitNEG()
95 inline void emitNOT(int pos) { in emitNOT()
99 inline void emitNOT(int pos, const ValueRef &ref) { in emitNOT()
103 inline void emitSAT(int pos) { in emitSAT()
126 inline void emitRND(int pos) { in emitRND()
130 inline void emitFMZ(int pos, int len) { in emitFMZ()
134 inline void emitPDIV(int pos) { in emitPDIV()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
DLexer.java16 private int pos; field in Lexer
991 …iding") String text, @SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { … in new0()
992 …iding") String text, @SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { … in new1()
993 …Token new2(@SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new… in new2()
994 …Token new3(@SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new… in new3()
995 …Token new4(@SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new… in new4()
996 …Token new5(@SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new… in new5()
997 …Token new6(@SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new… in new6()
998 …Token new7(@SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new… in new7()
999 …iding") String text, @SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { … in new8()
[all …]
/external/libchrome/base/strings/
Dstring_piece.cc92 size_t pos) { in copyT()
98 size_t copy(const StringPiece& self, char* buf, size_t n, size_t pos) { in copy()
102 size_t copy(const StringPiece16& self, char16* buf, size_t n, size_t pos) { in copy()
109 size_t pos) { in findT()
120 size_t find(const StringPiece& self, const StringPiece& s, size_t pos) { in find()
124 size_t find(const StringPiece16& self, const StringPiece16& s, size_t pos) { in find()
131 size_t pos) { in findT()
141 size_t find(const StringPiece& self, char c, size_t pos) { in find()
145 size_t find(const StringPiece16& self, char16 c, size_t pos) { in find()
152 size_t pos) { in rfindT()
[all …]
/external/javassist/src/main/javassist/bytecode/
DTypeAnnotationsAttribute.java112 int annotationArray(int pos, int num) throws Exception { in annotationArray()
131 final int targetInfo(int pos, int type) throws Exception { in targetInfo()
190 void typeParameterTarget(int pos, int targetType, int typeParameterIndex) in typeParameterTarget()
193 void supertypeTarget(int pos, int superTypeIndex) throws Exception {} in supertypeTarget()
195 void typeParameterBoundTarget(int pos, int targetType, int typeParameterIndex, in typeParameterBoundTarget()
198 void emptyTarget(int pos, int targetType) throws Exception {} in emptyTarget()
200 void formalParameterTarget(int pos, int formalParameterIndex) throws Exception {} in formalParameterTarget()
202 void throwsTarget(int pos, int throwsTypeIndex) throws Exception {} in throwsTarget()
204 int localvarTarget(int pos, int targetType, int tableLength) throws Exception { in localvarTarget()
216 void localvarTarget(int pos, int targetType, int startPc, int length, int index) in localvarTarget()
[all …]
DAnnotationsAttribute.java366 void parameters(int numParam, int pos) throws Exception { in parameters()
375 final int annotationArray(int pos) throws Exception { in annotationArray()
380 int annotationArray(int pos, int num) throws Exception { in annotationArray()
387 final int annotation(int pos) throws Exception { in annotation()
393 int annotation(int pos, int type, int numPairs) throws Exception { in annotation()
403 final int memberValuePair(int pos) throws Exception { in memberValuePair()
411 int memberValuePair(int pos, int nameIndex) throws Exception { in memberValuePair()
418 final int memberValue(int pos) throws Exception { in memberValue()
452 void enumMemberValue(int pos, int typeNameIndex, int constNameIndex) in enumMemberValue()
459 void classMemberValue(int pos, int index) throws Exception {} in classMemberValue()
[all …]
DStackMap.java141 int pos = 2; in visit() local
155 public int locals(int pos, int offset, int num) { in locals()
163 public int stack(int pos, int offset, int num) { in stack()
175 public int typeInfoArray(int pos, int offset, int num, boolean isLocals) { in typeInfoArray()
182 int typeInfoArray2(int k, int pos) { in typeInfoArray2()
207 public void typeInfo(int pos, byte tag) {} in typeInfo()
213 public void objectVariable(int pos, int clazz) {} in objectVariable()
219 public void uninitialized(int pos, int offset) {} in uninitialized()
242 public int locals(int pos, int offset, int num) { in locals()
248 public int typeInfoArray(int pos, int offset, int num, boolean isLocals) { in typeInfoArray()
[all …]
/external/javassist/src/test/test/javassist/convert/
DArrayAccessReplaceTest.java248 public void setBoolean(int pos, boolean value); in setBoolean()
249 public boolean getBoolean(int pos); in getBoolean()
251 public void setByte(int pos, byte value); in setByte()
252 public byte getByte(int pos); in getByte()
254 public void setShort(int pos, short value); in setShort()
255 public short getShort(int pos); in getShort()
257 public void setChar(int pos, char value); in setChar()
258 public char getChar(int pos); in getChar()
260 public void setInt(int pos, int value); in setInt()
261 public int getInt(int pos); in getInt()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
Dinsert_range_after.pass.cpp62 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local
74 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local
86 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local
100 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local
112 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local
124 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local
136 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local
148 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local
160 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local
174 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
Dinsert_range_after.pass.cpp62 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local
74 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local
86 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local
100 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local
112 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local
124 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local
136 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local
148 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local
160 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local
174 auto pos = get_insert_pos(c, test_case); in test_sequence_insert_range_after() local
[all …]
/external/cronet/tot/third_party/protobuf/python/google/protobuf/internal/
Ddecoder.py107 def DecodeVarint(buffer, pos): argument
130 def DecodeVarint(buffer, pos): argument
156 def ReadTag(buffer, pos): argument
198 def DecodePackedField(buffer, pos, end, message, field_dict): argument
217 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
234 def DecodeField(buffer, pos, end, message, field_dict): argument
256 def InnerDecode(buffer, pos): argument
280 def InnerDecode(buffer, pos): argument
296 def InnerDecode(buffer, pos): argument
340 def InnerDecode(buffer, pos): argument
[all …]
/external/protobuf/python/google/protobuf/internal/
Ddecoder.py107 def DecodeVarint(buffer, pos): argument
130 def DecodeVarint(buffer, pos): argument
156 def ReadTag(buffer, pos): argument
198 def DecodePackedField(buffer, pos, end, message, field_dict): argument
217 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
234 def DecodeField(buffer, pos, end, message, field_dict): argument
256 def InnerDecode(buffer, pos): argument
280 def InnerDecode(buffer, pos): argument
296 def InnerDecode(buffer, pos): argument
340 def InnerDecode(buffer, pos): argument
[all …]
/external/cronet/stable/third_party/protobuf/python/google/protobuf/internal/
Ddecoder.py107 def DecodeVarint(buffer, pos): argument
130 def DecodeVarint(buffer, pos): argument
156 def ReadTag(buffer, pos): argument
198 def DecodePackedField(buffer, pos, end, message, field_dict): argument
217 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
234 def DecodeField(buffer, pos, end, message, field_dict): argument
256 def InnerDecode(buffer, pos): argument
280 def InnerDecode(buffer, pos): argument
296 def InnerDecode(buffer, pos): argument
340 def InnerDecode(buffer, pos): argument
[all …]
/external/skia/src/sksl/ir/
DSkSLLiteral.h38 Literal(Position pos, double value, const Type* type) in Literal()
43 static std::unique_ptr<Literal> MakeFloat(const Context& context, Position pos, float value) { in MakeFloat()
48 static std::unique_ptr<Literal> MakeFloat(Position pos, float value, const Type* type) { in MakeFloat()
54 static std::unique_ptr<Literal> MakeInt(const Context& context, Position pos, SKSL_INT value) { in MakeInt()
59 static std::unique_ptr<Literal> MakeInt(Position pos, SKSL_INT value, const Type* type) { in MakeInt()
69 static std::unique_ptr<Literal> MakeBool(const Context& context, Position pos, bool value) { in MakeBool()
75 static std::unique_ptr<Literal> MakeBool(Position pos, bool value, const Type* type) { in MakeBool()
81 static std::unique_ptr<Literal> Make(Position pos, double value, const Type* type) { in Make()
122 std::unique_ptr<Expression> clone(Position pos) const override { in clone()
/external/zxing/core/src/main/java/com/google/zxing/oned/rss/expanded/decoders/
DGeneralAppIdDecoder.java71 private boolean isStillNumeric(int pos) { in isStillNumeric()
87 private DecodedNumeric decodeNumeric(int pos) throws FormatException { in decodeNumeric()
103 int extractNumericValueFromBitArray(int pos, int bits) { in extractNumericValueFromBitArray()
107 static int extractNumericValueFromBitArray(BitArray information, int pos, int bits) { in extractNumericValueFromBitArray()
118 DecodedInformation decodeGeneralPurposeField(int pos, String remaining) throws FormatException { in decodeGeneralPurposeField()
246 private boolean isStillIsoIec646(int pos) { in isStillIsoIec646()
274 private DecodedChar decodeIsoIec646(int pos) throws FormatException { in decodeIsoIec646()
366 private boolean isStillAlpha(int pos) { in isStillAlpha()
385 private DecodedChar decodeAlphanumeric(int pos) { in decodeAlphanumeric()
424 private boolean isAlphaTo646ToAlphaLatch(int pos) { in isAlphaTo646ToAlphaLatch()
[all …]
/external/cronet/tot/third_party/icu/source/common/
Dbytestrie.cpp32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue()
49 BytesTrie::jumpByDelta(const uint8_t *pos) { in jumpByDelta()
70 const uint8_t *pos=pos_; in current() local
81 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) { in branchNext()
151 BytesTrie::nextImpl(const uint8_t *pos, int32_t inByte) { in nextImpl()
184 const uint8_t *pos=pos_; in next() local
214 const uint8_t *pos=pos_; in next() local
316 BytesTrie::findUniqueValueFromBranch(const uint8_t *pos, int32_t length, in findUniqueValueFromBranch()
353 BytesTrie::findUniqueValue(const uint8_t *pos, UBool haveUniqueValue, int32_t &uniqueValue) { in findUniqueValue()
389 const uint8_t *pos=pos_; in getNextBytes() local
[all …]
/external/cronet/stable/third_party/icu/source/common/
Dbytestrie.cpp32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue()
49 BytesTrie::jumpByDelta(const uint8_t *pos) { in jumpByDelta()
70 const uint8_t *pos=pos_; in current() local
81 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) { in branchNext()
151 BytesTrie::nextImpl(const uint8_t *pos, int32_t inByte) { in nextImpl()
184 const uint8_t *pos=pos_; in next() local
214 const uint8_t *pos=pos_; in next() local
316 BytesTrie::findUniqueValueFromBranch(const uint8_t *pos, int32_t length, in findUniqueValueFromBranch()
353 BytesTrie::findUniqueValue(const uint8_t *pos, UBool haveUniqueValue, int32_t &uniqueValue) { in findUniqueValue()
389 const uint8_t *pos=pos_; in getNextBytes() local
[all …]
Ducharstrie.cpp33 const char16_t *pos=pos_; in current() local
62 UCharsTrie::branchNext(const char16_t *pos, int32_t length, int32_t uchar) { in branchNext()
124 UCharsTrie::nextImpl(const char16_t *pos, int32_t uchar) { in nextImpl()
156 const char16_t *pos=pos_; in next() local
184 const char16_t *pos=pos_; in next() local
286 UCharsTrie::findUniqueValueFromBranch(const char16_t *pos, int32_t length, in findUniqueValueFromBranch()
324 UCharsTrie::findUniqueValue(const char16_t *pos, UBool haveUniqueValue, int32_t &uniqueValue) { in findUniqueValue()
368 const char16_t *pos=pos_; in getNextUChars() local
400 UCharsTrie::getNextBranchUChars(const char16_t *pos, int32_t length, Appendable &out) { in getNextBranchUChars()
/external/icu/icu4c/source/common/
Dbytestrie.cpp32 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue()
49 BytesTrie::jumpByDelta(const uint8_t *pos) { in jumpByDelta()
70 const uint8_t *pos=pos_; in current() local
81 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) { in branchNext()
151 BytesTrie::nextImpl(const uint8_t *pos, int32_t inByte) { in nextImpl()
184 const uint8_t *pos=pos_; in next() local
214 const uint8_t *pos=pos_; in next() local
316 BytesTrie::findUniqueValueFromBranch(const uint8_t *pos, int32_t length, in findUniqueValueFromBranch()
353 BytesTrie::findUniqueValue(const uint8_t *pos, UBool haveUniqueValue, int32_t &uniqueValue) { in findUniqueValue()
389 const uint8_t *pos=pos_; in getNextBytes() local
[all …]
/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java69 protected int doOpcode(int pos, byte[] code) throws BadBytecode { in doOpcode()
85 protected void visitBranch(int pos, byte[] code, int offset) throws BadBytecode {} in visitBranch()
86 protected void visitGoto(int pos, byte[] code, int offset) throws BadBytecode {} in visitGoto()
87 protected void visitReturn(int pos, byte[] code) throws BadBytecode {} in visitReturn()
88 protected void visitThrow(int pos, byte[] code) throws BadBytecode {} in visitThrow()
97 protected void visitTableSwitch(int pos, byte[] code, int n, in visitTableSwitch()
107 protected void visitLookupSwitch(int pos, byte[] code, int n, in visitLookupSwitch()
114 protected void visitJSR(int pos, byte[] code) throws BadBytecode { in visitJSR()
127 protected void visitRET(int pos, byte[] code) throws BadBytecode {} in visitRET()
129 private int doOpcode0_53(int pos, byte[] code, int op) throws BadBytecode { in doOpcode0_53()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCharsTrie.java129 private int pos; field in CharsTrie.State
174 int pos=pos_; in current() local
216 int pos=pos_; in next() local
271 int pos=pos_; in next() local
351 int pos=pos_; in getValue() local
366 int pos=pos_; in getUniqueValue() local
384 int pos=pos_; in getNextChars() local
523 int pos=pos_; in next() local
620 private int branchNext(int pos, int length) { in branchNext()
675 private static int readValue(CharSequence chars, int pos, int leadUnit) { in readValue()
[all …]
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
DCharsTrie.java136 private int pos; field in CharsTrie.State
184 int pos=pos_; in current() local
229 int pos=pos_; in next() local
286 int pos=pos_; in next() local
367 int pos=pos_; in getValue() local
383 int pos=pos_; in getUniqueValue() local
402 int pos=pos_; in getNextChars() local
549 int pos=pos_; in next() local
647 private int branchNext(int pos, int length) { in branchNext()
702 private static int readValue(CharSequence chars, int pos, int leadUnit) { in readValue()
[all …]

12345678910>>...218