Home
last modified time | relevance | path

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

12345678910>>...83

/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/javassist/src/test/test/javassist/convert/
DArrayAccessReplaceTest.java245 public void setBoolean(int pos, boolean value); in setBoolean()
246 public boolean getBoolean(int pos); in getBoolean()
248 public void setByte(int pos, byte value); in setByte()
249 public byte getByte(int pos); in getByte()
251 public void setShort(int pos, short value); in setShort()
252 public short getShort(int pos); in getShort()
254 public void setChar(int pos, char value); in setChar()
255 public char getChar(int pos); in getChar()
257 public void setInt(int pos, int value); in setInt()
258 public int getInt(int pos); in getInt()
[all …]
/external/javassist/src/main/javassist/bytecode/
DAnnotationsAttribute.java318 void parameters(int numParam, int pos) throws Exception { in parameters()
327 final int annotationArray(int pos) throws Exception { in annotationArray()
332 int annotationArray(int pos, int num) throws Exception { in annotationArray()
339 final int annotation(int pos) throws Exception { in annotation()
345 int annotation(int pos, int type, int numPairs) throws Exception { in annotation()
352 final int memberValuePair(int pos) throws Exception { in memberValuePair()
357 int memberValuePair(int pos, int nameIndex) throws Exception { in memberValuePair()
361 final int memberValue(int pos) throws Exception { in memberValue()
389 void enumMemberValue(int pos, int typeNameIndex, int constNameIndex) in enumMemberValue()
393 void classMemberValue(int pos, int index) throws Exception {} in classMemberValue()
[all …]
DStackMap.java142 int pos = 2; in visit() local
156 public int locals(int pos, int offset, int num) { in locals()
164 public int stack(int pos, int offset, int num) { in stack()
176 public int typeInfoArray(int pos, int offset, int num, boolean isLocals) { in typeInfoArray()
183 int typeInfoArray2(int k, int pos) { in typeInfoArray2()
208 public void typeInfo(int pos, byte tag) {} in typeInfo()
214 public void objectVariable(int pos, int clazz) {} in objectVariable()
220 public void uninitialized(int pos, int offset) {} in uninitialized()
242 public int locals(int pos, int offset, int num) { in locals()
247 public int typeInfoArray(int pos, int offset, int num, boolean isLocals) { in typeInfoArray()
[all …]
/external/lldb/tools/debugserver/source/
DDNBBreakpoint.cpp80 iterator pos = m_breakpoints.find (addr); in Add() local
87 iterator pos = m_breakpoints.find(addr); in Remove() local
99 iterator pos = m_breakpoints.find(addr); in FindByAddress() local
109 const_iterator pos = m_breakpoints.find(addr); in FindByAddress() local
125 iterator pos = m_breakpoints.lower_bound(addr); in FindBreakpointsThatOverlapRange() local
159 const_iterator pos; in Dump() local
168 iterator pos, end = m_breakpoints.end(); in DisableAll() local
179 const_iterator pos = m_breakpoints.lower_bound(addr); in RemoveTrapsFromBuffer() local
201 iterator pos, end = m_breakpoints.end(); in DisableAllBreakpoints() local
209 iterator pos, end = m_breakpoints.end(); in DisableAllWatchpoints() local
[all …]
/external/nanopb-c/generator/google/protobuf/internal/
Ddecoder.py112 def DecodeVarint(buffer, pos): argument
132 def DecodeVarint(buffer, pos): argument
160 def ReadTag(buffer, pos): argument
193 def DecodePackedField(buffer, pos, end, message, field_dict): argument
212 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
229 def DecodeField(buffer, pos, end, message, field_dict): argument
248 def InnerDecode(buffer, pos): argument
272 def InnerDecode(buffer, pos): argument
288 def InnerDecode(buffer, pos): argument
323 def InnerDecode(buffer, pos): argument
[all …]
/external/protobuf/python/google/protobuf/internal/
Ddecoder.py120 def DecodeVarint(buffer, pos): argument
143 def DecodeVarint(buffer, pos): argument
175 def ReadTag(buffer, pos): argument
210 def DecodePackedField(buffer, pos, end, message, field_dict): argument
229 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument
246 def DecodeField(buffer, pos, end, message, field_dict): argument
265 def InnerDecode(buffer, pos): argument
289 def InnerDecode(buffer, pos): argument
306 def InnerDecode(buffer, pos): argument
346 def InnerDecode(buffer, pos): argument
[all …]
/external/icu/icu4c/source/common/
Dbytestrie.cpp30 BytesTrie::readValue(const uint8_t *pos, int32_t leadByte) { in readValue()
47 BytesTrie::jumpByDelta(const uint8_t *pos) { in jumpByDelta()
68 const uint8_t *pos=pos_; in current() local
79 BytesTrie::branchNext(const uint8_t *pos, int32_t length, int32_t inByte) { in branchNext()
149 BytesTrie::nextImpl(const uint8_t *pos, int32_t inByte) { in nextImpl()
182 const uint8_t *pos=pos_; in next() local
212 const uint8_t *pos=pos_; in next() local
314 BytesTrie::findUniqueValueFromBranch(const uint8_t *pos, int32_t length, in findUniqueValueFromBranch()
351 BytesTrie::findUniqueValue(const uint8_t *pos, UBool haveUniqueValue, int32_t &uniqueValue) { in findUniqueValue()
387 const uint8_t *pos=pos_; in getNextBytes() local
[all …]
Ducharstrie.cpp31 const UChar *pos=pos_; in current() local
60 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) { in branchNext()
122 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) { in nextImpl()
154 const UChar *pos=pos_; in next() local
181 const UChar *pos=pos_; in next() local
283 UCharsTrie::findUniqueValueFromBranch(const UChar *pos, int32_t length, in findUniqueValueFromBranch()
321 UCharsTrie::findUniqueValue(const UChar *pos, UBool haveUniqueValue, int32_t &uniqueValue) { in findUniqueValue()
365 const UChar *pos=pos_; in getNextUChars() local
397 UCharsTrie::getNextBranchUChars(const UChar *pos, int32_t length, Appendable &out) { in getNextBranchUChars()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCharsTrie.java87 private int pos; field in CharsTrie.State
133 int pos=pos_; in current() local
178 int pos=pos_; in next() local
235 int pos=pos_; in next() local
316 int pos=pos_; in getValue() local
332 int pos=pos_; in getUniqueValue() local
351 int pos=pos_; in getNextChars() local
495 int pos=pos_; in next() local
592 private int branchNext(int pos, int length) { in branchNext()
647 private static int readValue(CharSequence chars, int pos, int leadUnit) { in readValue()
[all …]
/external/lldb/source/Target/
DUnixSignals.cpp116 collection::iterator pos = m_signals.find (signo); in RemoveSignal() local
124 collection::const_iterator pos = m_signals.find (signo); in GetSignalAsCString() local
144 collection::const_iterator pos, end = m_signals.end (); in GetSignalNumberFromName() local
169 collection::const_iterator pos = m_signals.find (current_signal); in GetNextSignalNumber() local
192 collection::const_iterator pos = m_signals.find (signo); in GetSignalInfo() local
208 collection::const_iterator pos = m_signals.find (signo); in GetShouldSuppress() local
217 collection::iterator pos = m_signals.find (signo); in SetShouldSuppress() local
238 collection::const_iterator pos = m_signals.find (signo); in GetShouldStop() local
247 collection::iterator pos = m_signals.find (signo); in SetShouldStop() local
268 collection::const_iterator pos = m_signals.find (signo); in GetShouldNotify() local
[all …]
/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java90 protected int doOpcode(int pos, byte[] code) throws BadBytecode { in doOpcode()
109 protected void visitBranch(int pos, byte[] code, int offset) throws BadBytecode {} in visitBranch()
110 protected void visitGoto(int pos, byte[] code, int offset) throws BadBytecode {} in visitGoto()
111 protected void visitReturn(int pos, byte[] code) throws BadBytecode {} in visitReturn()
112 protected void visitThrow(int pos, byte[] code) throws BadBytecode {} in visitThrow()
121 protected void visitTableSwitch(int pos, byte[] code, int n, in visitTableSwitch()
131 protected void visitLookupSwitch(int pos, byte[] code, int n, in visitLookupSwitch()
138 protected void visitJSR(int pos, byte[] code) throws BadBytecode { in visitJSR()
151 protected void visitRET(int pos, byte[] code) throws BadBytecode {} in visitRET()
153 private int doOpcode0_53(int pos, byte[] code, int op) throws BadBytecode { in doOpcode0_53()
[all …]
/external/lldb/source/Breakpoint/
DWatchpointList.cpp63 wp_collection::const_iterator pos, end = m_watchpoints.end(); in DumpWithLevel() local
76 wp_collection::const_iterator pos, end = m_watchpoints.end(); in FindByAddress() local
94 wp_collection::const_iterator pos, end = m_watchpoints.end(); in FindBySpec() local
141 wp_collection::const_iterator pos = GetIDConstIterator(watch_id); in FindByID() local
177 wp_collection::const_iterator pos = m_watchpoints.begin(); in GetByIndex() local
191 wp_collection::const_iterator pos = m_watchpoints.begin(); in GetByIndex() local
202 wp_collection::const_iterator pos, end = m_watchpoints.end(); in GetWatchpointIDs() local
212 wp_collection::iterator pos = GetIDIterator(watch_id); in Remove() local
233 wp_collection::const_iterator pos, end = m_watchpoints.end(); in GetHitCount() local
260 wp_collection::iterator pos, end = m_watchpoints.end(); in GetDescription() local
[all …]
DBreakpointList.cpp55 bp_collection::iterator pos = GetBreakpointIDIterator(break_id); // Predicate in Remove() local
75 bp_collection::iterator pos, end = m_breakpoints.end(); in SetEnabledAll() local
89 bp_collection::iterator pos, end = m_breakpoints.end(); in RemoveAll() local
139 bp_collection::iterator pos = GetBreakpointIDIterator(break_id); in FindBreakpointByID() local
151 bp_collection::const_iterator pos = GetBreakpointIDConstIterator(break_id); in FindBreakpointByID() local
166 bp_collection::const_iterator pos; in Dump() local
180 bp_collection::iterator pos; in GetBreakpointAtIndex() local
196 bp_collection::const_iterator pos; in GetBreakpointAtIndex() local
211 bp_collection::iterator pos; in UpdateBreakpoints() local
222 bp_collection::iterator pos; in UpdateBreakpointsWhenModuleIsReplaced() local
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringPrepParseException.java97 public StringPrepParseException(String message,int error, String rules, int pos){ in StringPrepParseException()
117 … public StringPrepParseException(String message, int error, String rules, int pos, int lineNumber){ in StringPrepParseException()
197 private void setPreContext(String str, int pos){ in setPreContext()
198 setPreContext(str.toCharArray(),pos); in setPreContext() local
201 private void setPreContext(char[] str, int pos){ in setPreContext()
208 private void setPostContext(String str, int pos){ in setPostContext()
209 setPostContext(str.toCharArray(),pos); in setPostContext() local
212 private void setPostContext(char[] str, int pos){ in setPostContext()
219 private void setContext(String str,int pos){ in setContext()
/external/lldb/source/Core/
DModuleList.cpp129 collection::iterator pos, end = m_modules.end(); in AppendIfNeeded() local
145 for (auto pos : module_list.m_modules) in Append() local
153 for (auto pos : module_list.m_modules) in AppendIfNeeded() local
164 collection::iterator pos, end = m_modules.end(); in RemoveImpl() local
180 ModuleList::RemoveImpl (ModuleList::collection::iterator pos, bool use_notifier) in RemoveImpl()
212 collection::iterator pos, end = m_modules.end(); in RemoveIfOrphaned() local
245 collection::iterator pos = m_modules.begin(); in RemoveOrphans() local
267 collection::iterator pos, end = module_list.m_modules.end(); in Remove() local
353 collection::const_iterator pos, end = m_modules.end(); in FindFunctions() local
390 collection::const_iterator pos, end = m_modules.end(); in FindFunctions() local
[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 …]
/external/javasqlite/src/main/java/SQLite/
DStmt.java96 public native void bind(int pos, int value) throws SQLite.Exception; in bind()
104 public native void bind(int pos, long value) throws SQLite.Exception; in bind()
112 public native void bind(int pos, double value) throws SQLite.Exception; in bind()
120 public native void bind(int pos, byte[] value) throws SQLite.Exception; in bind()
128 public native void bind(int pos, String value) throws SQLite.Exception; in bind()
135 public native void bind(int pos) throws SQLite.Exception; in bind()
143 public native void bind_zeroblob(int pos, int length) in bind_zeroblob()
159 public native String bind_parameter_name(int pos) throws SQLite.Exception; in bind_parameter_name()
/external/wpa_supplicant_8/src/tls/
Dx509v3.c185 const u8 *pos, *end; in x509_parse_algorithm_identifier() local
224 const u8 *pos, *end; in x509_parse_public_key() local
296 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; in x509_parse_name() local
501 char *pos, *end; in x509_name_string() local
543 const char *pos; in x509_parse_time() local
654 const u8 *pos; in x509_parse_validity() local
725 const u8 *pos, size_t len) in x509_parse_ext_key_usage()
762 const u8 *pos, size_t len) in x509_parse_ext_basic_constraints()
847 const u8 *pos, size_t len) in x509_parse_alt_name_rfc8222()
869 const u8 *pos, size_t len) in x509_parse_alt_name_dns()
[all …]
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Drange.h11 Range(UInt32 begin, UInt32 end, UInt32 pos) in Range()
20 void set_pos(UInt32 pos) { in set_pos()
30 UInt32 pos() const { in pos() function
45 WRange(UInt32 begin, UInt32 end, UInt32 pos, double weight) in WRange()
54 void set_pos(UInt32 pos) { in set_pos()
70 UInt32 pos() const { in pos() function
/external/marisa-trie/lib/marisa/
Drange.h11 Range(UInt32 begin, UInt32 end, UInt32 pos) in Range()
20 void set_pos(UInt32 pos) { in set_pos()
30 UInt32 pos() const { in pos() function
45 WRange(UInt32 begin, UInt32 end, UInt32 pos, double weight) in WRange()
54 void set_pos(UInt32 pos) { in set_pos()
70 UInt32 pos() const { in pos() function
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c38 char buf[128], *pos, *pos2; in hostapd_config_read_vlan_file() local
124 char buf[128], *pos; in hostapd_config_read_maclist() local
217 char buf[512], *pos, *start, *pos2; in hostapd_config_read_eap_user() local
567 const char *pos; in hostapd_parse_radius_attr() local
786 char *pos; in hostapd_parse_chanlist() local
806 char *pos, *end; in hostapd_parse_intlist() local
884 char *pos; in hostapd_config_read_int10() local
919 char *pos; in hostapd_config_tx_queue() local
981 char *pos, *next; in add_r0kh() local
1027 char *pos, *next; in add_r1kh() local
[all …]
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tile_cache.c62 int pos, bit; in is_clear_flag_set() local
76 int pos; in clear_clear_flag() local
87 uint pos; in sp_create_tile_cache() local
135 uint pos; in sp_destroy_tile_cache() local
388 sp_flush_tile(struct softpipe_tile_cache* tc, unsigned pos) in sp_flush_tile()
434 int inuse = 0, pos; in sp_flush_tile_cache() local
470 unsigned pos; in sp_alloc_tile() local
504 const int pos = CACHE_POS(addr.bits.x, in sp_find_cached_tile() local
618 uint pos; in sp_tile_cache_clear() local
/external/wpa_supplicant_8/src/ap/
Dieee802_11_shared.c25 u8 *pos = eid; in hostapd_eid_assoc_comeback_time() local
167 static void hostapd_ext_capab_byte(struct hostapd_data *hapd, u8 *pos, int idx) in hostapd_ext_capab_byte()
221 u8 *pos = eid; in hostapd_eid_ext_capab() local
271 u8 *pos = eid; in hostapd_eid_qos_map_set() local
288 u8 *pos = eid; in hostapd_eid_interworking() local
328 u8 *pos = eid; in hostapd_eid_adv_proto() local
347 u8 *pos = eid; in hostapd_eid_roaming_consortium() local
435 u8 *pos; in hostapd_update_time_adv() local
485 u8 *pos = eid; in hostapd_eid_bss_max_idle_period() local
/external/icu/icu4c/source/common/unicode/
Ducharstrie.h111 const UChar *pos; variable
221 const UChar *pos=pos_; in getValue() local
238 const UChar *pos=pos_; in hasUniqueValue() local
382 static inline int32_t readValue(const UChar *pos, int32_t leadUnit) { in readValue()
393 static inline const UChar *skipValue(const UChar *pos, int32_t leadUnit) { in skipValue()
403 static inline const UChar *skipValue(const UChar *pos) { in skipValue()
408 static inline int32_t readNodeValue(const UChar *pos, int32_t leadUnit) { in readNodeValue()
420 static inline const UChar *skipNodeValue(const UChar *pos, int32_t leadUnit) { in skipNodeValue()
432 static inline const UChar *jumpByDelta(const UChar *pos) { in jumpByDelta()
445 static const UChar *skipDelta(const UChar *pos) { in skipDelta()

12345678910>>...83