HomeSort by relevance Sort by last modified time
    Searched full:last (Results 226 - 250 of 13707) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssh/
nchan.ms 38 move right 2*l from last ellipse.e
40 move down l from last ellipse.s
47 box invis "read_failed/" "shutdown_read" with .e at last arrow.c
49 box invis "rcvd OCLOSE/" "-" with .w at last arrow.c
53 box invis "rcvd OCLOSE/ " with .e at last arrow.c
54 box invis " send IEOF" with .w at last arrow.c
60 move right 2*l from last ellipse.e
62 move down l from last ellipse.s
69 box invis "rcvd IEOF/" "-" with .e at last arrow.c
71 box invis "rcvd IEOF/" "-" with .w at last arrow.
    [all...]
  /external/smack/src/org/jivesoftware/smackx/packet/
LastActivity.java 37 * A last activity IQ for retrieving information about the last activity associated with a Jabber ID.
40 * to get the last activity of a user.
46 public static final String NAMESPACE = "jabber:iq:last";
76 * Returns number of seconds that have passed since the user last logged out.
79 * @return the number of seconds that have passed since the user last logged out.
87 * Returns the status message of the last unavailable presence received from the user.
89 * @return the status message of the last unavailable presence received from the user
136 * Retrieve the last activity of a particular jid.
141 * @deprecated This method only retreives the lapsed time since the last logout of a particular jid.
    [all...]
  /external/webkit/Source/WebCore/css/
maketokenizer 77 last if /YY_NUM_RULES/;
83 last if /yy_last_accepting/;
89 last if /yytext/;
93 last if not (/define/ || /line/) ;
99 last if /^YY_DECL/;
108 last if /yy_act/;
113 last if /while \( 1 \)/;
122 last if /YY_END_OF_BUFFER/;
137 last if /default:/;
142 last if /end of yylex/
    [all...]
  /external/zlib/src/contrib/ada/
mtest.adb 49 Last : out Ada.Streams.Stream_Element_Offset);
84 Last : out Ada.Streams.Stream_Element_Offset)
86 Buff_Diff : Stream_Element_Offset := Buffer'Last - Buffer_First;
90 Last := Item'Last;
98 Last := Item'First + Buff_Diff;
99 Item (Item'First .. Last) := Buffer (Buffer_First .. Buffer'Last);
100 Buffer_First := Buffer'Last + 1;
125 if Compare_First /= Buffer'Last + 1 the
    [all...]
zlib.adb 62 -- Simple_GZip_Header'Last > Footer_Array'Last, so do not make
63 -- Simple_GZip_Header'Last <= Footer_Array'Last.
220 Filter.Offset := Simple_GZip_Header'Last + 1;
251 Last : Stream_Element_Offset;
253 Translate (Filter, No_Data, Last, Out_Data, Out_Last, Flush);
269 Last : Stream_Element_Offset;
275 Data_In (In_Buffer, Last);
282 In_Data => In_Buffer (In_First .. Last),
    [all...]
zlib-streams.adb 92 Stream.Rest_First := Stream.Buffer'Last + 1;
93 Stream.Rest_Last := Stream.Buffer'Last;
106 Last : Stream_Element_Offset;
109 Flush (Stream.Writer, Buffer, Last, Mode);
111 Ada.Streams.Write (Stream.Back.all, Buffer (1 .. Last));
113 exit when Last < Buffer'Last;
133 Last : out Stream_Element_Offset)
138 Last : out Stream_Element_Offset);
146 Last : out Stream_Element_Offset) i
    [all...]
  /external/quake/quake/src/WinQuake/
gl_mesh.cpp 62 mtriangle_t *last, *check; local
67 last = &triangles[starttri];
69 stripverts[0] = last->vertindex[(startv)%3];
70 stripverts[1] = last->vertindex[(startv+1)%3];
71 stripverts[2] = last->vertindex[(startv+2)%3];
76 m1 = last->vertindex[(startv+2)%3];
77 m2 = last->vertindex[(startv+1)%3];
83 if (check->facesfront != last->facesfront)
131 mtriangle_t *last, *check; local
136 last = &triangles[starttri]
202 mtriangle_t *last, *check; local
    [all...]
  /external/webkit/Source/WebCore/platform/text/
BidiResolver.h 61 , last(WTF::Unicode::OtherNeutral)
68 , last(lastDir)
75 WTF::Unicode::Direction last; member in struct:WebCore::BidiStatus
96 return status1.eor == status2.eor && status1.last == status2.last && status1.lastStrong == status2.lastStrong && *(status1.context) == *(status2.context);
171 void setLastDir(WTF::Unicode::Direction lastDir) { m_status.last = lastDir; }
267 ASSERT(m_status.last != NonSpacingMark
268 && m_status.last != BoundaryNeutral
269 && m_status.last != RightToLeftEmbedding
270 && m_status.last != LeftToRightEmbeddin
    [all...]
  /external/zlib/src/examples/
gzlog.c 18 valid state. The last data to be appended or compressed is saved in an
22 gzlog maintains another auxiliary file with the last 32K of data from the
32 foo.add -- last message to append or last data to compress
33 foo.dict -- dictionary of the last 32K of data for next compression
48 extra field has the necessary information to restore the start of the last
115 - Pointer to the last stored block length. This is the same as above, but
116 for the last stored block of the uncompressed data in the gzip file.
119 stored block as added, at which point the last stored block length pointer
121 different, the first bit of the last stored block header is eight bits, o
297 off_t last; \/* offset of last stored block first length byte *\/ member in struct:log
    [all...]
  /external/harfbuzz_ng/src/
hb-set.cc 129 hb_codepoint_t last)
131 set->add_range (first, last);
144 hb_codepoint_t last)
146 set->del_range (first, last);
225 hb_codepoint_t *last)
227 return set->next_range (first, last);
  /external/libppp/src/
hdlc.h 88 struct lqrsavedata Save; /* Our last LQR */
89 struct lqrsavedata prevSave; /* Our last-but-one LQR (analysis) */
91 struct lqrdata peer; /* Last LQR from peer */
93 int resent; /* Resent last packet `resent' times */
97 u_int32_t seq_sent; /* last echo sent */
98 u_int32_t seq_recv; /* last echo received */
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 93 FRAME_TYPE last_frame_type; /* Save last frame's frame type for motion search. */
127 MODE_INFO *prev_mip; /* MODE_INFO array 'mip' from last decoded frame */
128 MODE_INFO *prev_mi; /* 'mi' from last frame (points into prev_mip) */
143 int copy_buffer_to_gf; /* 0 none, 1 Last to GF, 2 ARF to GF */
144 int copy_buffer_to_arf; /* 0 none, 1 Last to ARF, 2 GF to ARF */
154 FRAME_CONTEXT lfc; /* last frame entropy */
  /frameworks/av/libvideoeditor/vss/src/
M4PTO3GPP_VideoPreProcessing.c 106 pC->pSavedPlane = pPlaneOut; /* Save the last YUV plane ptr */
107 pC->uiSavedDuration = (M4OSA_UInt32)mtDuration; /* Save the last duration */
112 /**< Not necessary here because the last frame duration is set to the-last-but-one by
118 /** Copy the last YUV plane into the current one
119 * (the last pic is splited due to the callback extra-call... */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_FillVLCBuffer.c 44 * [in] last status of the last flag
47 * (considering last and inter/intra status)
71 OMX_U8 last,
103 armPackBits(ppBitStream, pBitOffset, (OMX_U32)last, 1);
142 armPackBits(ppBitStream, pBitOffset, (OMX_U32)last, 1);
  /dalvik/vm/analysis/
VfyBasicBlock.h 36 * the basic block (after the last instruction has executed). Successor
39 * the RegisterLine for the last instruction in the block (which reflects
44 u4 lastAddr; /* address of last instruction */
  /external/bison/src/
Sbitset.c 55 Sbitset last = self + Sbitset__nbytes (nbits) - 1; local
56 for (; self < last; ++self)
59 return ((*last) & Sbitset__last_byte_mask (nbits)) == 0;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
TBCPadding.java 10 * This padding pads the block out with the compliment of the last bit
42 * Note: this assumes that the last block of plain text is always
45 * should be the same as the last block of plain text.
  /external/chromium/chrome/browser/chromeos/
network_message_observer.h 61 // Last cellular data plan unique id.
63 // Last cellular data plan type.
65 // Last cellular data left.
  /external/dropbear/
kex.h 56 long lastkextime; /* time of the last kex */
57 unsigned int datatrans; /* data transmitted since last kex */
58 unsigned int datarecv; /* data received since last kex */
  /external/libvorbis/doc/
vorbis-clip.txt 41 is, 'complete samples-to-date' up to the last completed packet of that
52 and/or ends before the physical PCM data represented in the last
58 integral number of packets; such a file is encoded with the last
63 the character of the last frame. Simply setting them to zero will
65 noise. Libvorbis extrapolates the last frame past the end of data to
66 produce the extra samples. Even simply duplicating the last value is
71 position in the last page to a short value, that is, the last
74 last page is too many; it is 'original' + 'extra', where the
75 granulepos says that through the last packet we only have 'original
    [all...]
  /external/webkit/LayoutTests/fast/xpath/py-dom-xpath/
paths-expected.txt 19 PASS child::para[position()=last()]
20 PASS child::para[position()=last()-1]
31 PASS child::*[self::chapter or self::appendix][position()=last()]
  /external/webkit/Tools/iExploder/iexploder-1.3.2/tools/
lasthit.rb 6 # of all the agents who tested within that section, what their last test
33 hostHash[host][agent]['last'] = testnum
50 host, hostHash[host][agent]['last'], hostHash[host][agent]['subtest'], hostHash[host][agent]['total'], agent);
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.regex/re.regex.construct/
iter_iter.pass.cpp 15 // basic_regex(ForwardIterator first, ForwardIterator last);
24 test(Iter first, Iter last, unsigned mc)
26 std::basic_regex<typename std::iterator_traits<Iter>::value_type> r(first, last);
  /packages/apps/Contacts/res/values-en-rUS/
strings.xml 21 <string name="name_family">Last name</string>
27 <string name="display_options_sort_by_family_name">Last name</string>
33 <string name="display_options_view_family_name_first">Last name first</string>
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcstok.c 42 wchar_t ** __restrict last)
48 if (s == NULL && (s = *last) == NULL)
62 *last = NULL;
80 *last = s;

Completed in 1157 milliseconds

1 2 3 4 5 6 7 8 91011>>