/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
MultiCall.py | 200 seq = '<'+_state_names[s]+self.typename+'>' 201 self.handlerids.append((seq, self.widget.bind(self.widgetinst, 202 seq, handler))) 213 seq = "<%s%s-%s>"% (_state_names[s], self.typename, triplet[2]) 214 self.handlerids.append((seq, self.widget.bind(self.widgetinst, 215 seq, handler))) 230 for seq, id in self.handlerids: 231 self.widget.unbind(self.widgetinst, seq, id) 358 for seq in sequences: 359 triplet = _parse_sequence(seq) [all...] |
ParenMatch.py | 73 for seq in self.RESTORE_SEQUENCES: 74 self.text.event_add(self.RESTORE_VIRTUAL_EVENT_NAME, seq) 79 for seq in self.RESTORE_SEQUENCES: 80 self.text.event_delete(self.RESTORE_VIRTUAL_EVENT_NAME, seq)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
MultiCall.py | 200 seq = '<'+_state_names[s]+self.typename+'>' 201 self.handlerids.append((seq, self.widget.bind(self.widgetinst, 202 seq, handler))) 213 seq = "<%s%s-%s>"% (_state_names[s], self.typename, triplet[2]) 214 self.handlerids.append((seq, self.widget.bind(self.widgetinst, 215 seq, handler))) 230 for seq, id in self.handlerids: 231 self.widget.unbind(self.widgetinst, seq, id) 358 for seq in sequences: 359 triplet = _parse_sequence(seq) [all...] |
ParenMatch.py | 73 for seq in self.RESTORE_SEQUENCES: 74 self.text.event_add(self.RESTORE_VIRTUAL_EVENT_NAME, seq) 79 for seq in self.RESTORE_SEQUENCES: 80 self.text.event_delete(self.RESTORE_VIRTUAL_EVENT_NAME, seq)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
multiway_merge.h | 342 *target = *seq ## a; \ 345 ++seq ## a; \ 347 if (seq ## a c0 seq ## b) goto s ## a ## b ## c; \ 348 if (seq ## a c1 seq ## c) goto s ## b ## a ## c; \ 431 if (seq ## d < seq ## a) goto s ## d ## a ## b ## c; \ 432 if (seq ## d < seq ## b) goto s ## a ## d ## b ## c; [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
dadrcoll.h | 50 StringCharacterIterator seq; member in class:DataDrivenCollatorTest
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
memtable.h | 56 void Add(SequenceNumber seq, ValueType type,
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
s2_enc.c | 155 unsigned long seq; local 160 seq=s->s2->write_sequence; 167 seq=s->s2->read_sequence; 174 l2n(seq,p);
|
/external/icu4c/test/intltest/ |
dadrcoll.h | 50 StringCharacterIterator seq; member in class:DataDrivenCollatorTest
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_nat.h | 61 struct ip_nat_seq seq[IP_CT_DIR_MAX]; member in struct:ip_nat_info
|
/external/kernel-headers/original/linux/sunrpc/ |
stats.h | 70 static inline void svc_seq_show(struct seq_file *seq,
|
/external/openssl/ssl/ |
s2_enc.c | 155 unsigned long seq; local 160 seq=s->s2->write_sequence; 167 seq=s->s2->read_sequence; 174 l2n(seq,p);
|
/external/wpa_supplicant_8/src/common/ |
privsep_commands.h | 50 u8 seq[8]; member in struct:privsep_cmd_set_key
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
asoundlib.h | 56 #include <alsa/seq.h>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
connector.h | 63 __u32 seq; member in struct:cn_msg
|
ipc.h | 17 unsigned short seq; member in struct:ipc_perm
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
asoundlib.h | 56 #include <alsa/seq.h>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
connector.h | 63 __u32 seq; member in struct:cn_msg
|
ipc.h | 17 unsigned short seq; member in struct:ipc_perm
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
asoundlib.h | 56 #include <alsa/seq.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
connector.h | 63 __u32 seq; member in struct:cn_msg
|
ipc.h | 17 unsigned short seq; member in struct:ipc_perm
|
/system/extras/tests/sdcard/ |
profile_sdcard.sh | 39 for p in $(seq 1 8); do
|
/external/tcpdump/ |
print-pgm.c | 166 u_int32_t seq, opts_len, len, offset; local 274 (void)printf("SPM seq %u trail %u lead %u nla %s", 287 (void)printf("POLL seq %u round %u", 334 (void)printf("POLR seq %u round %u nla %s ivl %u rnd 0x%08x " 344 (void)printf("ODATA trail %u seq %u", 356 (void)printf("RDATA trail %u seq %u", 444 (void)printf("(%s -> %s), seq %u", 530 seq = EXTRACT_32BITS(bp); 536 (void)printf(" FRAG seq %u off %u len %u", seq, offset, len) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
BERConstructedOctetString.java | 132 public static BEROctetString fromSequence(ASN1Sequence seq) 135 Enumeration e = seq.getObjects();
|