HomeSort by relevance Sort by last modified time
    Searched defs:sequence (Results 151 - 175 of 782) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ScanManager.java 119 * Sequence number used for sending notifications. We use this
120 * sequence number throughout the application.
512 long sequence,
517 new AttributeChangeNotification(SCAN_MANAGER_NAME,sequence,time,
560 final long sequence; local
567 sequence = getNextSeqNumber();
571 queueStateChangedNotification(sequence,timestamp,old,desired);
819 * Invoke all directories scanners in sequence. At each
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ScanManager.java 119 * Sequence number used for sending notifications. We use this
120 * sequence number throughout the application.
512 long sequence,
517 new AttributeChangeNotification(SCAN_MANAGER_NAME,sequence,time,
560 final long sequence; local
567 sequence = getNextSeqNumber();
571 queueStateChangedNotification(sequence,timestamp,old,desired);
819 * Invoke all directories scanners in sequence. At each
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 
  /external/junit-params/lib/
assertj-core-1.7.1.jar 
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.jar 
  /bionic/libc/kernel/uapi/linux/wimax/
i2400m.h 124 __le32 sequence; member in union:i2400m_msg_hdr::__anon1269
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c 185 "apply() arg 2 expected sequence, found %s",
355 "filter(function or None, sequence) -> list, tuple, or string\n"
357 "Return those items of sequence for which function(item) is true. If\n"
358 "function is None, return the items that are true. If sequence is a tuple\n"
934 } sequence; typedef in typeref:struct:__anon4546
937 sequence *seqs = NULL, *sqp;
961 /* Get space for sequence descriptors. Must NULL out the iterator
964 if ((seqs = PyMem_NEW(sequence, n)) == NULL) {
1082 "map(function, sequence[, sequence, ...]) -> list\n\
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c 179 "apply() arg 2 expected sequence, found %s",
349 "filter(function or None, sequence) -> list, tuple, or string\n"
351 "Return those items of sequence for which function(item) is true. If\n"
352 "function is None, return the items that are true. If sequence is a tuple\n"
926 } sequence; typedef in typeref:struct:__anon4880
929 sequence *seqs = NULL, *sqp;
953 /* Get space for sequence descriptors. Must NULL out the iterator
956 if ((seqs = PyMem_NEW(sequence, n)) == NULL) {
1074 "map(function, sequence[, sequence, ...]) -> list\n\
    [all...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c 658 str = tres_getString(resB,-1,"Sequence",&strLength,&status);
2172 const UChar *string = NULL, *sequence = NULL; local
    [all...]
  /external/kernel-headers/original/uapi/linux/wimax/
i2400m.h 299 * @sequence: sequence number of this message
315 __le32 sequence; member in union:i2400m_msg_hdr::__anon23477
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_ra.cpp 231 RegAlloc(Program *program) : prog(program), sequence(0) { }
292 int sequence; // for manual passes through CFG member in class:nv50_ir::RegAlloc
571 if (bn->cfg.visit(sequence))
    [all...]
  /external/python/cpython2/Python/
bltinmodule.c 185 "apply() arg 2 expected sequence, found %s",
355 "filter(function or None, sequence) -> list, tuple, or string\n"
357 "Return those items of sequence for which function(item) is true. If\n"
358 "function is None, return the items that are true. If sequence is a tuple\n"
945 } sequence; typedef in typeref:struct:__anon32943
948 sequence *seqs = NULL, *sqp;
972 /* Get space for sequence descriptors. Must NULL out the iterator
975 if ((seqs = PyMem_NEW(sequence, n)) == NULL) {
1093 "map(function, sequence[, sequence, ...]) -> list\n
    [all...]
  /external/python/cpython3/PC/
launcher.c 968 char sequence[4]; member in struct:__anon33581
998 if (strncmp(bom->sequence, buffer, bom->length) == 0) {
    [all...]
  /external/syslinux/core/fs/btrfs/
btrfs.h 230 /* modification sequence number for NFS */
231 __le64 sequence; member in struct:btrfs_inode_item
282 __le64 sequence; member in struct:btrfs_root_ref
  /external/tcpdump/
print-rsvp.c 301 uint8_t sequence[8]; member in struct:rsvp_obj_integrity_t
    [all...]
print-sctp.c 392 uint16_t sequence; member in struct:sctpDataPart
636 ND_PRINT((ndo, "[SSEQ %u] ", EXTRACT_16BITS(&dataHdrPtr->sequence)));
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment_test.cc 1510 auto sequence = local
    [all...]
  /external/v8/src/compiler/
pipeline.cc 160 InstructionSequence* sequence)
167 instruction_zone_(sequence->zone()),
168 sequence_(sequence),
229 InstructionSequence* sequence() const { return sequence_; } function in class:v8::internal::compiler::PipelineData
313 sequence(), debug_name());
    [all...]
  /frameworks/av/media/libaudioclient/
AudioTrack.cpp 1918 uint32_t sequence = mSequence; local
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 755 private void handleOnLayoutStarted(ICancellationSignal cancellation, int sequence) {
756 if (sequence != mSequence) {
777 boolean changed, int sequence) {
778 if (sequence != mSequence) {
811 private void handleOnLayoutFailed(CharSequence error, int sequence) {
812 if (sequence != mSequence) {
831 private void handleOnLayoutCanceled(int sequence) {
832 if (sequence != mSequence) {
889 int sequence; local
895 sequence = message.arg2
1189 int sequence = message.arg1; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsHandler.java 109 "sequence",
1186 int sequence = tracker.getSequenceNumber(); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/password/
ChooseLockPassword.java 664 // sequence check in both cases.
665 final int sequence = PasswordMetrics.maxLengthSequence(password); local
666 if (sequence > PasswordMetrics.MAX_ALLOWED_SEQUENCE) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/wimax/
i2400m.h 299 * @sequence: sequence number of this message
315 __le32 sequence; member in union:i2400m_msg_hdr::__anon62897
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
snmp.h 52 AsnSequence sequence; member in union:__anon65669::__anon65670
  /prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar 

Completed in 2929 milliseconds

1 2 3 4 5 67 8 91011>>