HomeSort by relevance Sort by last modified time
    Searched refs:sequence (Results 251 - 275 of 389) sorted by null

<<111213141516

  /external/blktrace/
blkparse_fmt.c 225 fprintf(ofp, strcat(format, "ld"), t->sequence);
306 MAJOR(t->device), MINOR(t->device), pci->cpu, t->sequence,
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java 51 * CertificationRequest ::= SEQUENCE {
57 * CertificationRequestInfo ::= SEQUENCE {
66 * Attribute { ATTRIBUTE:IOSet } ::= SEQUENCE {
274 ASN1Sequence sequence)
276 super(sequence);
  /external/mtpd/
l2tp.c 413 uint16_t sequence = local_sequence; local
524 if (sequence != local_sequence) {
  /external/quake/quake/src/QW/client/
common.c     [all...]
  /external/v8/test/mjsunit/
error-tostring.js 55 // Test the sequence in which getters and toString operations are called
  /external/v8/test/mjsunit/regress/
regress-1790.js 28 // Regression test checking that the sequence of element access in built-in
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues_unittest.py 312 sequence = NeedsUpdateSequence(None)
316 OutputCapture().assert_outputs(self, sequence.run_and_handle_errors, [tool, options, state], expected_exception=TryAgain, expected_stderr=expected_stderr)
  /frameworks/base/core/java/android/widget/
TableLayout.java 137 * <p>Parses a sequence of columns ids defined in a CharSequence with the
146 * @param sequence a sequence of column ids, can be empty but not null
150 private static SparseBooleanArray parseColumns(String sequence) {
153 String[] columnDefs = pattern.split(sequence);
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 276 // then by sequence, so we get a stable ordering
277 return (lz != rz) ? (lz - rz) : (l->sequence - r->sequence);
  /ndk/sources/host-tools/nawk-20071023/
README 36 which should produce a sequence of messages roughly like this:
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CredentialHelper.java 166 ASN1Sequence sequence = (ASN1Sequence) local
168 return new BasicConstraints(sequence).isCA();
  /external/tcpdump/
print-sctp.c 193 printf("[SSEQ %u] ", EXTRACT_16BITS(&dataHdrPtr->sequence));
print-rsvp.c 292 u_int8_t sequence[8]; member in struct:rsvp_obj_integrity_t
    [all...]
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
ObjectViewer.java 138 view = (TextView)findViewById(R.id.sequence);
  /packages/apps/Contacts/src/com/android/contacts/vcard/
NfcImportVCardActivity.java 209 public void onImportProcessed(ImportRequest request, int jobId, int sequence) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nlm_prot.h 142 int sequence; member in struct:nlm_shareres
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nlm_prot.h 142 int sequence; member in struct:nlm_shareres
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nlm_prot.h 142 int sequence; member in struct:nlm_shareres
  /external/ping/
ping.c 89 long ntransmitted; /* sequence # for outbound packets = #sent */
346 * and the sequence number is an ascending integer. The first 8 bytes
1028 acknowledge(ntohs(icmph.un.echo.sequence));
1048 printf("From %s icmp_seq=%u ", pr_addr(sin->sin_addr.s_addr), ntohs(icmph.un.echo.sequence));
1063 * and the sequence number is an ascending integer. The first 8 bytes
1077 icp->un.echo.sequence = htons(ntransmitted+1);
1160 ntohs(icp->un.echo.sequence),
1191 acknowledge(ntohs(icp1->un.echo.sequence));
1216 ntohs(icp1->un.echo.sequence));
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/openssl/
PEMReader.java 281 throw new PEMException("malformed sequence in DSA private key");
376 throw new PEMException("malformed sequence in RSA private key");
476 ASN1Sequence sequence = (ASN1Sequence)asnObject; local
477 RSAPublicKeyStructure rsaPubStructure = new RSAPublicKeyStructure(sequence);
  /external/guava/guava-tests/lib/
libtruth-gwt.jar 
  /frameworks/base/voip/java/com/android/server/sip/
SipHelper.java 116 long sequence = (long) (Math.random() * 10000); local
117 return mHeaderFactory.createCSeqHeader(sequence, method);
  /external/guava/guava/src/com/google/common/primitives/
generate.sh 184 * @param array the array to search for the sequence {@code target}
185 * @param target the array to search for as a sub-sequence of {@code array}
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 38 12. sequence of knowledge bases (byte arrays), each 4-byte aligned
  /external/dbus/dbus/
dbus-message-factory.c 61 int sequence)
63 _dbus_assert (sequence >= 0);
64 iter->sequence_nos[iter->depth] = sequence;
1053 iter_set_sequence (iter, 0); /* reset typecode sequence */
    [all...]

Completed in 1222 milliseconds

<<111213141516