Home
last modified time | relevance | path

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

12345678910>>...143

/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/llvm-project/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/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/skia/src/sksl/dsl/
DDSLCore.cpp74 static DSLStatement Declare(DSLVar& var, PositionInfo pos) { in Declare()
86 static void DeclareGlobal(DSLVar& var, PositionInfo pos) { in DeclareGlobal()
108 DSLExpression next, DSLStatement stmt, PositionInfo pos) { in For()
120 static DSLPossibleStatement Return(DSLExpression value, PositionInfo pos) { in Return()
129 PositionInfo pos) { in Swizzle()
138 PositionInfo pos) { in Swizzle()
148 PositionInfo pos) { in Swizzle()
159 PositionInfo pos) { in Swizzle()
219 DSLStatement Declare(DSLVar& var, PositionInfo pos) { in Declare()
223 void DeclareGlobal(DSLVar& var, PositionInfo pos) { in DeclareGlobal()
[all …]
DDSLExpression.cpp83 DSLExpression::DSLExpression(DSLPossibleExpression expr, PositionInfo pos) { in DSLExpression()
116 DSLExpression DSLExpression::x(PositionInfo pos) { in x()
120 DSLExpression DSLExpression::y(PositionInfo pos) { in y()
124 DSLExpression DSLExpression::z(PositionInfo pos) { in z()
128 DSLExpression DSLExpression::w(PositionInfo pos) { in w()
132 DSLExpression DSLExpression::r(PositionInfo pos) { in r()
136 DSLExpression DSLExpression::g(PositionInfo pos) { in g()
140 DSLExpression DSLExpression::b(PositionInfo pos) { in b()
144 DSLExpression DSLExpression::a(PositionInfo pos) { in a()
148 DSLExpression DSLExpression::field(const char* name, PositionInfo pos) { in field()
[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/llvm-project/lldb/tools/debugserver/source/
DDNBBreakpoint.cpp56 iterator pos = m_breakpoints.find(addr); in Add() local
61 iterator pos = m_breakpoints.find(addr); in Remove() local
70 iterator pos = m_breakpoints.find(addr); in FindByAddress() local
78 const_iterator pos = m_breakpoints.find(addr); in FindByAddress() local
91 iterator pos = m_breakpoints.lower_bound(addr); in FindBreakpointsThatOverlapRange() local
121 const_iterator pos; in Dump() local
128 iterator pos, end = m_breakpoints.end(); in DisableAll() local
137 const_iterator pos = m_breakpoints.lower_bound(addr); in RemoveTrapsFromBuffer() local
158 iterator pos, end = m_breakpoints.end(); in DisableAllBreakpoints() local
164 iterator pos, end = m_breakpoints.end(); in DisableAllWatchpoints() local
[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/bcc/src/cc/usdt/
Dusdt_args.cc116 void ArgumentParser::print_error(ssize_t pos) { in print_error()
123 void ArgumentParser::skip_whitespace_from(size_t pos) { in skip_whitespace_from()
128 void ArgumentParser::skip_until_whitespace_from(size_t pos) { in skip_until_whitespace_from()
134 bool ArgumentParser_aarch64::parse_register(ssize_t pos, ssize_t &new_pos, in parse_register()
142 bool ArgumentParser_aarch64::parse_size(ssize_t pos, ssize_t &new_pos, in parse_size()
157 bool ArgumentParser_aarch64::parse_mem(ssize_t pos, ssize_t &new_pos, in parse_mem()
288 ssize_t ArgumentParser_x64::parse_identifier(ssize_t pos, in parse_identifier()
299 ssize_t ArgumentParser_x64::parse_register(ssize_t pos, std::string &name, in parse_register()
315 ssize_t ArgumentParser_x64::parse_base_register(ssize_t pos, Argument *dest) { in parse_base_register()
329 ssize_t ArgumentParser_x64::parse_index_register(ssize_t pos, Argument *dest) { in parse_index_register()
[all …]
/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/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/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/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/llvm-project/lldb/source/Symbol/
DVariableList.cpp64 iterator pos, end = m_variables.end(); in FindVariableIndex() local
75 iterator pos, end = m_variables.end(); in FindVariable() local
91 iterator pos, end = m_variables.end(); in FindVariable() local
105 iterator pos, end = m_variables.end(); in AppendVariablesIfUnique() local
115 iterator pos, end = m_variables.end(); in AppendVariablesIfUnique() local
132 iterator pos, end = m_variables.end(); in AppendVariablesWithScope() local
147 iterator pos; in FindIndexForVariable() local
159 const_iterator pos, end = m_variables.end(); in MemorySize() local
172 const_iterator pos, end = m_variables.end(); in Dump() local
/external/llvm-project/lldb/source/Breakpoint/
DWatchpointList.cpp47 wp_collection::const_iterator pos, end = m_watchpoints.end(); in DumpWithLevel() local
57 wp_collection::const_iterator pos, end = m_watchpoints.end(); in FindByAddress() local
75 wp_collection::const_iterator pos, end = m_watchpoints.end(); in FindBySpec() local
115 wp_collection::const_iterator pos = GetIDConstIterator(watch_id); in FindByID() local
142 wp_collection::const_iterator pos = m_watchpoints.begin(); in GetByIndex() local
153 wp_collection::const_iterator pos = m_watchpoints.begin(); in GetByIndex() local
162 wp_collection::const_iterator pos, end = m_watchpoints.end(); in GetWatchpointIDs() local
170 wp_collection::iterator pos = GetIDIterator(watch_id); in Remove() local
190 wp_collection::const_iterator pos, end = m_watchpoints.end(); in GetHitCount() local
213 wp_collection::iterator pos, end = m_watchpoints.end(); in GetDescription() local
[all …]

12345678910>>...143