|   /external/dbus/dbus/ | 
| dbus-marshal-validate-util.c  | 522     int sequence;  local  529     sequence = 0; 530     while (dbus_internal_do_not_use_generate_bodies (sequence, 542             _dbus_warn ("invalid code %d expected valid on sequence %d little endian\n", 543                         validity, sequence); 551         ++sequence; 554     sequence = 0; 555     while (dbus_internal_do_not_use_generate_bodies (sequence, 567             _dbus_warn ("invalid code %d expected valid on sequence %d big endian\n", 568                         validity, sequence);     [all...] | 
|   /libcore/luni/src/main/java/org/apache/harmony/security/asn1/ | 
| DerOutputStream.java  | 62     @Override public void encodeSequence(ASN1Sequence sequence) { 63         ASN1Type[] type = sequence.type; 150     @Override public void getSequenceLength(ASN1Sequence sequence) { 151         ASN1Type[] type = sequence.type; 156         sequence.getValues(content, values); 164                 if (sequence.OPTIONAL[i]) { 171             if (Objects.equal(sequence.DEFAULT[i], values[i])) { 191     @Override public void getSequenceOfLength(ASN1SequenceOf sequence) { 192         getValueOfLength(sequence);
  | 
| DerInputStream.java  | 98     public void readSequence(ASN1Sequence sequence) throws IOException { 100         // According to ASN.1 DER spec. sequence MUST not include 105         super.readSequence(sequence);
  | 
| BerOutputStream.java  | 159     public void encodeSequence(ASN1Sequence sequence) { 184     public void getExplicitLength(ASN1Explicit sequence) { 188     public void getSequenceLength(ASN1Sequence sequence) { 192     public void getSequenceOfLength(ASN1SequenceOf sequence) {
  | 
|   /packages/apps/Contacts/src/com/android/contacts/vcard/ | 
| VCardImportExportListener.java  | 24     void onImportProcessed(ImportRequest request, int jobId, int sequence);
  | 
|   /bionic/libc/kernel/common/linux/ | 
| seqlock.h  | 25  unsigned sequence;  member in struct:__anon459  35  unsigned sequence;  member in struct:seqcount 
  | 
| icmp.h  | 77  __u16 sequence;  member in struct:icmphdr::__anon294::__anon295 
  | 
| if_arcnet.h  | 47  uint16_t sequence;  member in struct:arc_rfc1201 
  | 
|   /external/valgrind/main/drd/tests/ | 
| tc15_laog_lockdel.stderr.exp  | 5 so a second locking sequence 2 -> 1 should now be OK.
  | 
|   /external/webkit/Source/ThirdParty/ANGLE/src/compiler/ | 
| VersionGLSL.cpp  | 74         // We need to visit sequence children to get to global or inner scope. 78         const TIntermSequence& sequence = node->getSequence();  local  79         TQualifier qualifier = sequence.front()->getAsTyped()->getQualifier();
  | 
| VariableInfo.cpp  | 169         // We need to visit sequence children to get to variable declarations. 173         const TIntermSequence& sequence = node->getSequence();  local  174         TQualifier qualifier = sequence.front()->getAsTyped()->getQualifier(); 179             for (TIntermSequence::const_iterator i = sequence.begin(); 180                  i != sequence.end(); ++i) 183                 // The only case in which the sequence will not contain a 187                 // TIntermSymbol nodes in the sequence.
  | 
|   /frameworks/base/core/java/android/view/textservice/ | 
| TextInfo.java  | 43      * @param sequence the sequence number for this TextInfo 45     public TextInfo(String text, int cookie, int sequence) { 51         mSequence = sequence; 88      * @return the sequence of TextInfo
  | 
|   /frameworks/compile/mclinker/ | 
| mcld-host-build.mk  | 10   -Werror=sequence-point  \
  | 
|   /external/guava/guava/src/com/google/common/base/ | 
| Splitter.java  | 296    * input sequence consists of nothing but separators). 364    * Splits {@code sequence} into string components and makes them available 367    * @param sequence the sequence of characters to split 370   public Iterable<String> split(final CharSequence sequence) { 371     checkNotNull(sequence); 375         return spliterator(sequence); 380   private Iterator<String> spliterator(CharSequence sequence) { 381     return strategy.iterator(this, sequence); 429      * Splits {@code sequence} into substrings, splits each substring int     [all...] | 
|   /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ | 
| Splitter.java  | 238    * input sequence consists of nothing but separators). 306    * Splits {@code sequence} into string components and makes them available 309    * @param sequence the sequence of characters to split 312   public Iterable<String> split(final CharSequence sequence) { 313     checkNotNull(sequence); 317         return spliterator(sequence); 322   private Iterator<String> spliterator(CharSequence sequence) { 323     return strategy.iterator(this, sequence); 371      * Splits {@code sequence} into substrings, splits each substring int     [all...] | 
|   /external/openssl/crypto/evp/ | 
| p5_crpt.c  | 90 	    param->value.sequence == NULL) { 95 	pbuf = param->value.sequence->data; 96 	if (!(pbe = d2i_PBEPARAM(NULL, &pbuf, param->value.sequence->length))) {
  | 
|   /development/ndk/platforms/android-3/include/linux/ | 
| icmp.h  | 65  __u16 sequence;  member in struct:icmphdr::__anon972::__anon973 
  | 
| if_arcnet.h  | 42  uint16_t sequence;  member in struct:arc_rfc1201 
  | 
|   /external/icu4c/test/intltest/ | 
| dadrcoll.h  | 44     void processSequence(Collator* col, const UnicodeString &sequence);
  | 
|   /external/kernel-headers/original/linux/ | 
| icmp.h  | 75 		__u16	sequence;  member in struct:icmphdr::__anon7907::__anon7908 
  | 
| if_arcnet.h  | 62     uint16_t sequence;		/* sequence number			*/  member in struct:arc_rfc1201 
  | 
|   /external/webkit/Source/WebCore/editing/ | 
| SpellChecker.cpp  | 101 bool SpellChecker::isValid(int sequence) const 103     return m_requestNode.get() && m_requestText.length() && m_requestSequence == sequence; 151 void SpellChecker::didCheck(int sequence, const Vector<TextCheckingResult>& results) 153     if (!isValid(sequence))
  | 
|   /frameworks/support/volley/tests/src/com/android/volley/mock/ | 
| MockResponseDelivery.java  | 53     public void discardBefore(int sequence) {
  | 
|   /hardware/invensense/mlsdk/mllite/ | 
| compass.h  | 54     float sequence[YAS_MAX_FILTER_LEN];  member in struct:yas_adaptive_filter 
  | 
|   /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/ | 
| icmp.h  | 65  __u16 sequence;  member in struct:icmphdr::__anon20976::__anon20977 
  |