Home
last modified time | relevance | path

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

12345678910>>...136

/external/google-benchmark/test/
Dstring_util_gtest.cc12 size_t pos = 0; in TEST() local
17 size_t pos = 0; in TEST() local
22 size_t pos = 0; in TEST() local
28 size_t pos = 0; in TEST() local
34 size_t pos = 0; in TEST() local
40 size_t pos = 0; in TEST() local
45 size_t pos = 0; in TEST() local
50 size_t pos = 0; in TEST() local
55 size_t pos = 0; in TEST() local
60 size_t pos = 0; in TEST() local
[all …]
/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/skia/src/sksl/dsl/
DDSLCore.cpp136 static DSLStatement Break(PositionInfo pos) { in Break()
140 static DSLStatement Continue(PositionInfo pos) { in Continue()
149 static DSLStatement Declare(DSLVar& var, PositionInfo pos) { in Declare()
157 static DSLStatement Declare(SkTArray<DSLVar>& vars, PositionInfo pos) { in Declare()
165 static void Declare(DSLGlobalVar& var, PositionInfo pos) { in Declare()
188 static void Declare(SkTArray<DSLGlobalVar>& vars, PositionInfo pos) { in Declare()
194 static DSLStatement Discard(PositionInfo pos) { in Discard()
203 DSLExpression next, DSLStatement stmt, PositionInfo pos) { in For()
216 static void FindRTAdjust(SkSL::InterfaceBlock& intf, PositionInfo pos) { in FindRTAdjust()
237 int arraySize, PositionInfo pos) { in InterfaceBlock()
[all …]
DDSLExpression.cpp44 DSLExpression::DSLExpression(float value, PositionInfo pos) in DSLExpression()
57 DSLExpression::DSLExpression(int value, PositionInfo pos) in DSLExpression()
62 DSLExpression::DSLExpression(int64_t value, PositionInfo pos) in DSLExpression()
67 DSLExpression::DSLExpression(unsigned int value, PositionInfo pos) in DSLExpression()
72 DSLExpression::DSLExpression(bool value, PositionInfo pos) in DSLExpression()
77 DSLExpression::DSLExpression(DSLVarBase& var, PositionInfo pos) { in DSLExpression()
82 DSLExpression::DSLExpression(DSLVarBase&& var, PositionInfo pos) in DSLExpression()
85 DSLExpression::DSLExpression(DSLPossibleExpression expr, PositionInfo pos) { in DSLExpression()
94 DSLExpression DSLExpression::Poison(PositionInfo pos) { in Poison()
135 DSLExpression DSLExpression::x(PositionInfo pos) { in x()
[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/mesa3d/src/gallium/drivers/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/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/protobuf/python/google/protobuf/internal/
Ddecoder.py122 def DecodeVarint(buffer, pos): argument
145 def DecodeVarint(buffer, pos): argument
174 def ReadTag(buffer, pos): argument
215 def DecodePackedField(buffer, pos, end, message, field_dict): argument
234 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
251 def DecodeField(buffer, pos, end, message, field_dict): argument
270 def InnerDecode(buffer, pos): argument
294 def InnerDecode(buffer, pos): argument
310 def InnerDecode(buffer, pos): argument
354 def InnerDecode(buffer, pos): argument
[all …]
/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 …]
Ducharstrie.cpp33 const UChar *pos=pos_; in current() local
62 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext()
124 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) { in nextImpl()
156 const UChar *pos=pos_; in next() local
184 const UChar *pos=pos_; in next() local
286 UCharsTrie::findUniqueValueFromBranch(const UChar *pos, int32_t length, in findUniqueValueFromBranch()
324 UCharsTrie::findUniqueValue(const UChar *pos, UBool haveUniqueValue, int32_t &uniqueValue) { in findUniqueValue()
368 const UChar *pos=pos_; in getNextUChars() local
400 UCharsTrie::getNextBranchUChars(const UChar *pos, int32_t length, Appendable &out) { in getNextBranchUChars()
/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/skia/include/sksl/
DDSLVar.h156 : INHERITED(type, name, std::move(initialValue), pos) {} in INHERITED() argument
160 : DSLVar(type, std::string_view(name), std::move(initialValue), pos) {} in DSLVar() argument
163 : INHERITED(type, std::move(initialValue), pos) {} in INHERITED() argument
167 : INHERITED(modifiers, type, name, std::move(initialValue), pos) {} in INHERITED() argument
171 : DSLVar(modifiers, type, std::string_view(name), std::move(initialValue), pos) {} in DSLVar() argument
203 : INHERITED(type, name, std::move(initialValue), pos) {} in INHERITED() argument
207 : DSLGlobalVar(type, std::string_view(name), std::move(initialValue), pos) {} in DSLGlobalVar() argument
211 : INHERITED(type, std::move(initialValue), pos) {} in INHERITED() argument
215 : INHERITED(modifiers, type, name, std::move(initialValue), pos) {} in INHERITED() argument
219 : DSLGlobalVar(modifiers, type, std::string_view(name), std::move(initialValue), pos) {} in DSLGlobalVar() argument
[all …]
/external/icu/icu4j/main/classes/core/src/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 …]
/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/android_icu4j/src/main/java/android/icu/text/
DStringPrepParseException.java85 public StringPrepParseException(String message,int error, String rules, int pos){ in StringPrepParseException()
104 … public StringPrepParseException(String message, int error, String rules, int pos, int lineNumber){ in StringPrepParseException()
184 private void setPreContext(String str, int pos){ in setPreContext()
185 setPreContext(str.toCharArray(),pos); in setPreContext() local
188 private void setPreContext(char[] str, int pos){ in setPreContext()
195 private void setPostContext(String str, int pos){ in setPostContext()
196 setPostContext(str.toCharArray(),pos); in setPostContext() local
199 private void setPostContext(char[] str, int pos){ in setPostContext()
206 private void setContext(String str,int pos){ in setContext()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringPrepParseException.java99 public StringPrepParseException(String message,int error, String rules, int pos){ in StringPrepParseException()
119 … public StringPrepParseException(String message, int error, String rules, int pos, int lineNumber){ in StringPrepParseException()
201 private void setPreContext(String str, int pos){ in setPreContext()
202 setPreContext(str.toCharArray(),pos); in setPreContext() local
205 private void setPreContext(char[] str, int pos){ in setPreContext()
212 private void setPostContext(String str, int pos){ in setPostContext()
213 setPostContext(str.toCharArray(),pos); in setPostContext() local
216 private void setPostContext(char[] str, int pos){ in setPostContext()
223 private void setContext(String str,int pos){ in setContext()
/external/turbine/java/com/google/turbine/parse/
DParser.java155 int pos = position; in compilationUnit() local
257 int pos = position; in recordDeclaration() local
299 int pos = position; in interfaceDeclaration() local
344 int pos = position; in annotationDeclaration() local
367 int pos = position; in enumDeclaration() local
404 int pos = position; in moduleDeclaration() local
459 int pos = position; in moduleRequires() local
481 int pos = position; in moduleExports() local
497 int pos = position; in moduleOpens() local
514 int pos = position; in moduleUses() local
[all …]
/external/pdfium/fxbarcode/datamatrix/
DBC_DefaultPlacement.cpp62 int32_t pos = 0; in place() local
104 int32_t pos, in module()
118 void CBC_DefaultPlacement::utah(int32_t row, int32_t col, int32_t pos) { in utah()
128 void CBC_DefaultPlacement::corner1(int32_t pos) { in corner1()
138 void CBC_DefaultPlacement::corner2(int32_t pos) { in corner2()
148 void CBC_DefaultPlacement::corner3(int32_t pos) { in corner3()
158 void CBC_DefaultPlacement::corner4(int32_t pos) { in corner4()
/external/libnetfilter_conntrack/include/internal/
Dlinux_list.h343 #define list_for_each(pos, head) \ argument
357 #define __list_for_each(pos, head) \ argument
365 #define list_for_each_prev(pos, head) \ argument
375 #define list_for_each_safe(pos, n, head) \ argument
385 #define list_for_each_entry(pos, head, member) \ argument
398 #define list_for_each_entry_reverse(pos, head, member) \ argument
412 #define list_prepare_entry(pos, head, member) \ argument
422 #define list_for_each_entry_continue(pos, head, member) \ argument
436 #define list_for_each_entry_safe(pos, n, head, member) \ argument
451 #define list_for_each_rcu(pos, head) \ argument
[all …]
/external/libnfnetlink/include/
Dlinux_list.h342 #define list_for_each(pos, head) \ argument
356 #define __list_for_each(pos, head) \ argument
364 #define list_for_each_prev(pos, head) \ argument
374 #define list_for_each_safe(pos, n, head) \ argument
384 #define list_for_each_entry(pos, head, member) \ argument
397 #define list_for_each_entry_reverse(pos, head, member) \ argument
411 #define list_prepare_entry(pos, head, member) \ argument
421 #define list_for_each_entry_continue(pos, head, member) \ argument
435 #define list_for_each_entry_safe(pos, n, head, member) \ argument
450 #define list_for_each_rcu(pos, head) \ argument
[all …]
/external/iptables/libiptc/
Dlinux_list.h338 #define list_for_each(pos, head) \ argument
352 #define __list_for_each(pos, head) \ argument
360 #define list_for_each_prev(pos, head) \ argument
370 #define list_for_each_safe(pos, n, head) \ argument
380 #define list_for_each_entry(pos, head, member) \ argument
393 #define list_for_each_entry_reverse(pos, head, member) \ argument
407 #define list_prepare_entry(pos, head, member) \ argument
417 #define list_for_each_entry_continue(pos, head, member) \ argument
431 #define list_for_each_entry_safe(pos, n, head, member) \ argument
446 #define list_for_each_rcu(pos, head) \ argument
[all …]

12345678910>>...136