HomeSort by relevance Sort by last modified time
    Searched full:last (Results 326 - 350 of 13702) sorted by null

<<11121314151617181920>>

  /external/chromium/base/memory/
memory_debug.h 26 // Dump information about new memory in use since the last
32 // Dump information about new memory leaks since the last
  /external/chromium/chrome/browser/autofill/
credit_card_field.h 33 // last names; for such pages cardholder_ holds the first name field and
34 // we store the last name field here.
  /external/chromium/chrome/browser/chromeos/
tab_closeable_state_watcher.h 24 // the last NewTabPage in the last normal non-incognito browser and user is not
26 // 2) Otherwise, if user closes a normal non-incognito browser or the last tab
29 // 3) Or, if user closes a normal incognito browser or the last tab in it, the
36 // the last NewTabPage in the last browser (again, all browsers are incognito
38 // 2-3) Otherwise, if user closes a normal incognito browser or the last tab in
71 // |closing_last_tab| is true if the tab strip is closing the last tab.
  /external/chromium/chrome/browser/prefs/
session_startup_pref.h 23 // Indicates the user wants to restore the last session.
24 LAST,
  /external/chromium/chrome/browser/resources/options/
browser_options_page.css 1 #startupPageManagement.settings-list > :last-child {
24 #customHomePageGroup > :last-child {
  /external/chromium/chrome/browser/sessions/
session_backend.h 26 // . The last file. When created the current file is moved to the last
52 // Moves the current file to the last file, and recreates the current file.
66 // Invoked from the service to read the commands that make up the last
71 // Reads the commands from the last file.
77 // Deletes the file containing the commands for the last session.
80 // Moves the current session to the last and resets the current. This is
119 // Returns the path to the last file.
  /external/chromium/chrome/common/web_resource/
web_resource_unpacker.h 35 // Returns the last error message set by Run().
50 // Holds the last error message produced by Run().
  /external/clang/test/Parser/
attr-availability.c 13 void f3() __attribute__((availability(ios,deprecated=10.4.7,introduced=10,obsoleted=10.6,introduced=10.2))); // expected-error{{redundant 'introduced' availability change; only the last specified change will be used}}
17 void f5() __attribute__((availability(macosx,introduced=10.5), availability(ios,unavailable, unavailable))); // expected-error{{redundant 'unavailable' availability change; only the last specified change will be used}}
  /external/e2fsprogs/lib/ext2fs/
extent_dbg.ct 16 request do_last_leaf, "Goto last leaf",
22 request do_last_sib, "Goto last sibling",
res_gdt.c 126 unsigned int grp, last = 0; local
170 if (!gdt_buf[last]) {
173 expect, grp, gdt_blk, last);
175 gdt_buf[last] = expect;
178 } else if (gdt_buf[last] != expect) {
181 gdt_buf[last], expect, gdt_blk, last);
186 last++;
  /external/harfbuzz_ng/src/
gen-arabic-table.py 27 last = -1
43 if u < last:
53 if last != -1:
54 last += 1
55 while last < u:
56 print " JOINING_TYPE_X, /* %04X */" % last
57 last += 1
59 last = u
  /external/kernel-headers/original/linux/
efs_fs_i.h 45 __be32 di_atime; /* time last accessed */
46 __be32 di_mtime; /* time last modified */
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_nat.h 22 /* position of the last TCP sequence number
25 /* sequence number offset before and after last modification */
  /external/openssh/
nchan2.ms 37 move right 2*l from last ellipse.e
39 move down l from last ellipse.s
44 box invis "rcvd CLOSE/" "shutdown_read" with .sw at last arrow.c
47 box invis "read_failed ||" "rcvd EOW/" "shutdown_read" with .e at last arrow.c
55 move right 2*l from last ellipse.e
57 move down l from last ellipse.s
62 box invis "write_failed/" "shutdown_write" "send EOW" with .sw at last arrow.c
65 box invis "rcvd EOF ||" "rcvd CLOSE/" "-" with .e at last arrow.c
  /external/oprofile/events/i386/arch_perfmon/
events 7 event:0x2e counters:cpuid um:x41 minimum:6000 filter:4 name:LLC_MISSES : Last level cache demand requests from this core that missed the LLC
8 event:0x2e counters:cpuid um:x4f minimum:6000 filter:3 name:LLC_REFS : Last level cache demand requests from this core
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_JoyBallEvent.3 32 A \fBSDL_JOYBALLMOTION\fP event occurs when a user moves a trackball on the joystick\&. The field \fBwhich\fR is the index of the joystick that reported the event and \fBball\fR is the index of the trackball (for a more detailed explaination see the \fIJoystick section\fR)\&. Trackballs only return relative motion, this is the change in position on the ball since it was last polled (last cycle of the event loop) and it is stored in \fBxrel\fR and \fByrel\fR\&.
  /external/regex-re2/re2/
make_unicode_casefold.py 66 last = -100
68 def evenodd(last, a, b, r):
69 if a != last+1 or b != _AddDelta(a, r[2]):
74 def evenoddpair(last, a, b, r):
75 if a != last+2:
92 if ranges and evenodd(last, a, b, ranges[-1]):
94 elif ranges and evenoddpair(last, a, b, ranges[-1]):
98 last = a
  /external/regex-re2/re2/testing/
string_generator.h 45 StringPiece sp_; // Last StringPiece returned by Next().
46 string s_; // String data in last StringPiece returned by Next().
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalueiterator.cpp 43 functions return the name, value and flags of the last item that was
144 last property).
154 Returns the name of the last property that was jumped over using
165 Returns the name of the last property that was jumped over using
174 Returns the value of the last property that was jumped over using
185 Sets the \a value of the last property that was jumped over using
196 Removes the last property that was jumped over using next()
207 Returns the flags of the last property that was jumped over using
  /external/wpa_supplicant_8/src/crypto/
aes-ccm.c 66 size_t last = len % AES_BLOCK_SIZE; local
75 if (last) {
76 /* XOR zero-padded last block */
77 for (i = 0; i < last; i++)
95 size_t last = len % AES_BLOCK_SIZE; local
107 if (last) {
110 /* XOR zero-padded last block */
111 for (i = 0; i < last; i++)
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
block_switch.h 47 Word32 windowNrg[2][BLOCK_SWITCH_WINDOWS]; /* time signal energy in Subwindows (last and current) */
48 Word32 windowNrgF[2][BLOCK_SWITCH_WINDOWS]; /* filtered time signal energy in segments (last and current) */
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
special 20 @echo LAST = $(sort $(filter FOO BAR,$(.VARIABLES)))
36 # @echo LAST = $(sort $(.TARGETS))
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BoundedTreeSet.java 38 if (comparator().compare(e, last()) > 0) return false;
40 pollLast(); // removes the last element
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
assoc_container.hpp 212 cc_hash_table(It first, It last)
213 { base_type::copy_from_range(first, last); }
219 cc_hash_table(It first, It last, const hash_fn& h)
221 { copy_from_range(first, last); }
230 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
232 { copy_from_range(first, last); }
242 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
245 { copy_from_range(first, last); }
256 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
259 { copy_from_range(first, last); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
unique_copy.h 43 * @param last End iterator of input sequence.
51 parallel_unique_copy(InputIterator first, InputIterator last,
54 _GLIBCXX_CALL(last - first)
60 difference_type size = last - first;
120 // Last part still untouched.
176 * @param last End iterator of input sequence.
181 parallel_unique_copy(InputIterator first, InputIterator last,
186 return parallel_unique_copy(first, last, result,

Completed in 1349 milliseconds

<<11121314151617181920>>