/external/dropbear/ |
loginrec.c | 39 (utmp and friends) and last login time retrieval. 70 Retrieving the time of last login ('lastlog') is in some ways even 76 we look backwards in the wtmp or wtmpx file for the last login entry 109 getlast_entry(), which tries one of three methods to find the last 432 * form of the line (Just use the last <dstsize> characters of the 1014 /* Seek to the start of the last struct utmp */ 1170 /* Seek to the start of the last struct utmpx */ 1284 lastlog_construct(struct logininfo *li, struct lastlog *last) 1287 memset(last, '\0', sizeof(*last)); 1361 struct lastlog last; local [all...] |
/external/gtest/include/gtest/internal/ |
gtest-linked_ptr.h | 33 // particular object is kept on a circular linked list. When the last pointer 36 // Used properly, this deletes the object when the last reference goes away. 119 // last member of the circle. Once this is done, you can join() another. 178 bool last = link_.depart(); local 179 assert(last);
|
/external/jpeg/ |
jcmainct.c | 138 * we pretend we didn't yet consume the last input row; otherwise, if 139 * it happened to be the last row of the image, the application would 196 /* Note: preprocessor will pad if necessary to fill the last iMCU row. */ 212 * we pretend we didn't yet consume the last input row; otherwise, if 213 * it happened to be the last row of the image, the application would
|
jdmainct.c | 43 * groups does not. Some garbage sample rows may be included in the last iMCU 58 * context rows are manufactured by duplicating the first or last real sample 70 * To provide the desired context, we have to retain the last two row groups 71 * of one iMCU row while reading in the next iMCU row. (The last row group 73 * and so we have to save the next-to-last group too for its above-context.) 91 * We read alternate iMCU rows using each master pointer; thus the last two 99 * the first or last sample row as necessary (this is cheaper than copying 220 /* In the second list, put the last four row groups in swapped order */ 267 /* Change the pointer lists to duplicate the last sample row at the bottom 291 /* Duplicate the last real sample row rgroup*2 times; this pads out th [all...] |
/external/kernel-headers/original/linux/ |
binder.h | 187 * int: 0 if the last bcATTEMPT_ACQUIRE was not successful. 193 * The target of the last transaction (either a bcTRANSACTION or 199 * No parameters... always refers to the last transaction requested 252 * The the last transaction (either a bcTRANSACTION or 267 * int: 0 if the last BR_ATTEMPT_ACQUIRE was not successful.
|
/external/qemu/elff/ |
elff_api.h | 37 * Last entry in the array has all its fields set to zero. It's sufficient
39 * last entry in the array.
43 * This field can never be NULL, except for the last array entry.
65 /* Checks if an entry is the last entry in the array.
67 * Boolean: 1 if this is last entry, or zero otherwise.
|
/external/quake/quake/src/QW/qwfwd/ |
qwfwd.c | 68 time_t last;
member in struct:peer 220 time(&p->last);
231 time(&p->last);
240 time(&p->last);
251 if (time(NULL) - p->last > 300) {
|
/frameworks/base/media/libdrm/mobile2/include/util/domcore/ |
NodeImpl.h | 87 * Set <code>childNode</code> as current node's last children. If current
88 * node have last child node,it will replace with the <code>childNode</code>.
90 * @param childNode The special node be set as the last children node of current
153 * The last child of this node. If there is no such node, this returns
155 * @return current node last children.
|
/frameworks/base/services/java/com/android/server/ |
NativeDaemonConnector.java | 243 * Note: The format of the last response in this case is 271 int last = rsp.size() -1; local 272 if (i != last) { 273 Slog.w(TAG, String.format("Recv'd %d lines after end of list {%s}", (last-i), cmd)); 274 for (int j = i; j <= last ; j++) {
|
/packages/apps/Phone/src/com/android/phone/ |
CallLogAsync.java | 114 * Parameter object to hold the args to get the last outgoing call 135 /** Interface to retrieve the last dialed number asynchronously. */ 137 /** @param number The last dialed number or an empty string if 183 * AsyncTask to get the last outgoing call from the DB. 201 // May block. Select only the last one.
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/ |
tx.h | 113 UINT32 core; /* Last core delay */ 114 UINT32 xfer; /* Last xfer delay */ 115 UINT32 fw; /* Last firmware duration */ 116 UINT32 air; /* Last TX air duration */ 130 UINT32 xfer; /* Number of packets transferred via XFER during last second */
|
/frameworks/base/graphics/java/android/graphics/ |
Path.java | 189 * Set the beginning of the next contour relative to the last point on the 203 * Add a line from the last point to the specified point (x,y). 215 * Same as lineTo, but the coordinates are considered relative to the last 229 * Add a quadratic bezier from the last point, approaching control point 243 * Same as quadTo, but the coordinates are considered relative to the last 247 * @param dx1 The amount to add to the x-coordinate of the last point on 249 * @param dy1 The amount to add to the y-coordinate of the last point on 251 * @param dx2 The amount to add to the x-coordinate of the last point on 253 * @param dy2 The amount to add to the y-coordinate of the last point on 261 * Add a cubic bezier from the last point, approaching control point [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Path.java | 215 * Set the beginning of the next contour relative to the last point on the 231 * Add a line from the last point to the specified point (x,y). 243 * Same as lineTo, but the coordinates are considered relative to the last 262 * Add a quadratic bezier from the last point, approaching control point 276 * Same as quadTo, but the coordinates are considered relative to the last 280 * @param dx1 The amount to add to the x-coordinate of the last point on 282 * @param dy1 The amount to add to the y-coordinate of the last point on 284 * @param dx2 The amount to add to the x-coordinate of the last point on 286 * @param dy2 The amount to add to the y-coordinate of the last point on 301 * Add a cubic bezier from the last point, approaching control point [all...] |
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
HandshakeIODataStream.java | 96 // position of the last byte to read + 1 204 + "the last oubound message had been sent.")); 240 // position in the buffer where the last write session has begun 281 * @param long: the value to be written (last byte) 290 * @param long: the value to be written (last 2 bytes) 300 * @param long: the value to be written (last 3 bytes) 311 * @param long: the value to be written (last 4 bytes) 431 * except last message 443 * except last message
|
/dalvik/vm/jdwp/ |
JdwpMain.c | 237 state->debugThreadStarted = true; // touch this last 412 * Return the time, in milliseconds, since the last debugger activity. 428 //LOGI("+++ last=busy\n"); 432 /* get the current time *after* latching the "last" time */ 435 s8 last = (s8)lastSec * 1000 + lastMsec; local 438 //LOGI("last is %ld.%ld --> %lld\n", lastSec, lastMsec, last); 442 //LOGI("+++ interval=%lld\n", now - last); 443 return now - last;
|
/external/srec/srec/cfront/ |
spec_anl.c | 69 the last sample value is stored in lastx. 221 int last; local 232 last = freqobj->cut_off_above; 236 if (last >= num_freq) 237 last = num_freq - 1; 243 ASSERT(density[last] >= 0); 244 peak = density[last]; 245 for (i = last - 1; i >= first; i--) 258 for (i = first + 1; i <= last; i++)
|
/external/v8/src/ |
regexp.js | 254 // on the captures array of the last successful match and the subject string 255 // of the last successful match. 268 // last pair (after the first pair) of elements of the capture array even if 295 // The properties $1..$9 are the first nine capturing substrings of the last 310 // Property of the builtins object for recording the result of the last 312 // array of the last successful regexp match (an array of start/end index 315 // the subject string for the last successful match. 318 "", // Last subject. 319 void 0, // Last input - settable with RegExpSetInput.
|
/external/zlib/contrib/ada/ |
test.adb | 87 Last : out Stream_Element_Offset); 154 exit when Left_Last < Left_Buffer'Last; 167 Last : Stream_Element_Offset; 170 Read (Source, Buffer, Last); 171 Write (Target, Buffer (1 .. Last)); 173 exit when Last < Buffer'Last; 183 Last : out Stream_Element_Offset) is 185 Read (File_In, Item, Last);
|
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
StringCharacterIteratorTest.java | 317 * @tests java.text.StringCharacterIterator.last() 322 method = "last", 327 assertEquals('e', fixture.last()); 329 assertEquals('e', fixture.last()); 331 assertEquals('e', fixture.last()); 334 assertEquals('e', fixture.last()); 336 assertEquals('t', fixture.last()); 482 assertEquals('x', fixture.last()); 573 it1.last(); 614 * @tests java.text.StringCharacterIterator#last() [all...] |
/external/webkit/WebCore/editing/ |
VisibleSelection.cpp | 287 // Edge case: If the caret is after the last word in a soft-wrapped line or the last word in 288 // the document, select that last word (LeftWordIfOnBoundary). 289 // Edge case: If the caret is after the last word in a paragraph, select from the the end of the 290 // last word to the line break (also RightWordIfOnBoundary); 310 // The paragraph break after the last paragraph in the last cell of a block table ends 360 // The paragraph break after the last paragraph in the last cell of a block table ends 364 // There is no parargraph break after the last paragraph in the last cell of an inline table 490 VisiblePosition last = lastEditablePositionBeforePositionInRoot(m_end, baseRoot); local [all...] |
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
FloatingPointParser.java | 271 char last = s.charAt(length - 1); local 272 if ((last == 'y') || (last == 'N')) { 309 char last = s.charAt(length - 1); local 310 if ((last == 'y') || (last == 'N')) {
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
ExampleAgent.java | 74 * blob describing the last dataset backed up. The state file 81 * it can detect that the last backup operation was performed by an 105 // our last backup, so that we can avoid transmitting redundant 143 * the last backup operation; <code>false</code> otherwise. 152 // Whoops; the last version of the app that backed up 245 // The last thing to do is write the state blob that describes the
|
/external/icu4c/i18n/ |
rbt_pars.h | 111 * The last available stand-in for variables. This is discovered 185 * at pos. Return the index after the last character parsed. Do not 197 * @param limit pointer past the last character of the rule. 198 * @return the index after the last character parsed. 236 * @param limit pointer past the last character of the rule. 246 * @param limit pointer past the last character of the rule.
|
/external/icu4c/layoutex/layout/ |
plruns.h | 106 * Get the limit index for the last font run. This is the 111 * @return the last limit index. 239 * Get the limit index for the last value run. This is the 244 * @return the last limit index. 371 * Get the limit index for the last font run. This is the 376 * @return the last limit index.
|
/external/webkit/JavaScriptCore/wrec/ |
CharacterClassConstructor.cpp | 82 // Okay, since we didn't hit the last case, the end of the new range is definitely at or after the begining 83 // If the new range start at or before the end of the last range, then the overlap (if it starts one after the 84 // end of the last range they concatenate, which is just as good. 161 // if this was the last character in the range, we're done. 170 // and if it's other case value is one greater then the othercase value for the current last 179 // otherChar is the last in the range of other case chars, calculate offset to get back to the start.
|