/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/ |
D | Lexer.java | 16 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/chromium_org/base/strings/ |
D | string_piece.cc | 87 size_t pos) { in copyT() 93 size_t copy(const StringPiece& self, char* buf, size_t n, size_t pos) { in copy() 97 size_t copy(const StringPiece16& self, char16* buf, size_t n, size_t pos) { in copy() 104 size_t pos) { in findT() 115 size_t find(const StringPiece& self, const StringPiece& s, size_t pos) { in find() 119 size_t find(const StringPiece16& self, const StringPiece16& s, size_t pos) { in find() 126 size_t pos) { in findT() 136 size_t find(const StringPiece& self, char c, size_t pos) { in find() 140 size_t find(const StringPiece16& self, char16 c, size_t pos) { in find() 147 size_t pos) { in rfindT() [all …]
|
/external/javassist/src/test/test/javassist/convert/ |
D | ArrayAccessReplaceTest.java | 245 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/lldb/tools/debugserver/source/ |
D | DNBBreakpoint.cpp | 80 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/javassist/src/main/javassist/bytecode/ |
D | AnnotationsAttribute.java | 318 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 …]
|
D | StackMap.java | 142 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/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
D | decoder.py | 112 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/icu/icu4c/source/common/ |
D | bytestrie.cpp | 30 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 …]
|
D | ucharstrie.cpp | 31 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/chromium_org/third_party/icu/source/common/ |
D | bytestrie.cpp | 30 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 …]
|
D | ucharstrie.cpp | 31 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/protobuf/python/google/protobuf/internal/ |
D | decoder.py | 105 def DecodeVarint(buffer, pos): argument 125 def DecodeVarint(buffer, pos): argument 153 def ReadTag(buffer, pos): argument 186 def DecodePackedField(buffer, pos, end, message, field_dict): argument 205 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument 222 def DecodeField(buffer, pos, end, message, field_dict): argument 241 def InnerDecode(buffer, pos): argument 265 def InnerDecode(buffer, pos): argument 315 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument 332 def DecodeField(buffer, pos, end, message, field_dict): argument [all …]
|
/external/lldb/source/Target/ |
D | UnixSignals.cpp | 116 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/ |
D | Tracer.java | 90 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/ |
D | WatchpointList.cpp | 63 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 …]
|
D | BreakpointList.cpp | 55 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/lldb/source/Core/ |
D | ModuleList.cpp | 129 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/ |
D | linux_list.h | 338 #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/ |
D | Stmt.java | 96 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/hostapd/ |
D | config_file.c | 38 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 549 const char *pos; in hostapd_parse_radius_attr() local 762 char *pos, *end; in hostapd_parse_intlist() local 840 char *pos; in hostapd_config_read_int10() local 873 char *pos; in hostapd_config_tx_queue() local 935 char *pos, *next; in add_r0kh() local 981 char *pos, *next; in add_r1kh() local 1158 static int parse_roaming_consortium(struct hostapd_bss_config *bss, char *pos, in parse_roaming_consortium() [all …]
|
/external/wpa_supplicant_8/src/tls/ |
D | x509v3.c | 185 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/wpa_supplicant_8/src/ap/ |
D | ieee802_11_shared.c | 25 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() 219 u8 *pos = eid; in hostapd_eid_ext_capab() local 269 u8 *pos = eid; in hostapd_eid_qos_map_set() local 286 u8 *pos = eid; in hostapd_eid_interworking() local 326 u8 *pos = eid; in hostapd_eid_adv_proto() local 345 u8 *pos = eid; in hostapd_eid_roaming_consortium() local 433 u8 *pos; in hostapd_update_time_adv() local 483 u8 *pos = eid; in hostapd_eid_bss_max_idle_period() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
D | sp_tile_cache.c | 62 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/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tile_cache.c | 62 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/chromium_org/third_party/skia/include/effects/ |
D | SkGradientShader.h | 53 const SkColor colors[], const SkScalar pos[], int count, in CreateLinear() 60 const SkColor colors[], const SkScalar pos[], int count, in CreateLinear() 89 const SkColor colors[], const SkScalar pos[], int count, in CreateRadial() 96 const SkColor colors[], const SkScalar pos[], int count, in CreateRadial() 130 const SkColor colors[], const SkScalar pos[], int count, in CreateTwoPointRadial() 139 const SkColor colors[], const SkScalar pos[], int count, in CreateTwoPointRadial() 161 const SkColor colors[], const SkScalar pos[], int count, in CreateTwoPointConical() 170 const SkColor colors[], const SkScalar pos[], int count, in CreateTwoPointConical() 198 const SkColor colors[], const SkScalar pos[], int count) { in CreateSweep() 204 const SkColor colors[], const SkScalar pos[], int count, in CreateSweep()
|