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

1 2 3 4 5 6 7 891011>>

  /external/chromium-trace/trace-viewer/src/tracks/
thread_track.css 28 /* The last row of slices should have a gap underneath it. */
29 .thread-track .canvas-based-track:last-child .canvas-based-track-canvas-container {
33 /* ...but in order for that to work, we need to make the whole last track
36 .thread-track .canvas-based-track:last-child {
42 .thread-track > .slice-group-track.first-visible-child .canvas-based-track:first-child:last-child {
  /external/kernel-headers/original/linux/
shm.h 25 __kernel_time_t shm_atime; /* last attach time */
26 __kernel_time_t shm_dtime; /* last detach time */
27 __kernel_time_t shm_ctime; /* last change time */
29 __kernel_ipc_pid_t shm_lpid; /* pid of last operator */
92 #define SHM_DEST 01000 /* segment will be destroyed on last detach */
  /external/libcap-ng/libcap-ng-0.7/bindings/python/test/
capng-test.py 11 last = capng.CAP_LAST_CAP variable
26 if len < 80 and last > 30:
27 last = 30 variable
29 print("Doing advanced bit tests for %d capabilities...\n" % (last))
30 for i in range(last+1):
  /external/quake/quake/src/QW/server/
newnet.txt 60 last good received server time
61 milliseconds since last move frame
70 last movemessage received
77 set player position to last known good
110 latency = cl.time - movemessage[last].time;
  /external/webrtc/src/system_wrappers/interface/
list_wrapper.h 48 // Puts a pointer to anything last in the list.
53 // Puts a copy of the specified integer last in the list.
61 // Pops the last ListItem from the list
70 // Returns a pointer to the last ListItem in the list.
71 ListItem* Last() const;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
msq.h 41 __time_t msg_stime; /* time of last msgsnd command */
45 __time_t msg_rtime; /* time of last msgrcv command */
49 __time_t msg_ctime; /* time of last change */
56 __pid_t msg_lspid; /* pid of last msgsnd() */
57 __pid_t msg_lrpid; /* pid of last msgrcv() */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
msq.h 41 __time_t msg_stime; /* time of last msgsnd command */
45 __time_t msg_rtime; /* time of last msgrcv command */
49 __time_t msg_ctime; /* time of last change */
56 __pid_t msg_lspid; /* pid of last msgsnd() */
57 __pid_t msg_lrpid; /* pid of last msgrcv() */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
msq.h 41 __time_t msg_stime; /* time of last msgsnd command */
45 __time_t msg_rtime; /* time of last msgrcv command */
49 __time_t msg_ctime; /* time of last change */
56 __pid_t msg_lspid; /* pid of last msgsnd() */
57 __pid_t msg_lrpid; /* pid of last msgrcv() */
  /external/chromium/chrome/browser/autocomplete/
autocomplete_result_unittest.cc 42 // Creates an AutocompleteResult from |last| and |current|. The two are
44 void RunCopyOldMatchesTest(const TestData* last, size_t last_size,
92 const TestData* last, size_t last_size,
99 PopulateAutocompleteMatches(last, last_size, &last_matches);
143 // Tests that if the new results have a lower max relevance score than last,
146 TestData last[] = { local
159 RunCopyOldMatchesTest(last, ARRAYSIZE_UNSAFE(last),
166 TestData last[] = { local
184 RunCopyOldMatchesTest(last, ARRAYSIZE_UNSAFE(last)
    [all...]
  /external/checkpolicy/
queue.c 146 queue_node_ptr_t p, last, temp; local
152 last = NULL;
157 if (last) {
158 last->next = p->next;
159 if (last->next == NULL)
160 q->tail = last;
172 last = p;
  /external/chromium/chrome/browser/autofill/
contact_info.h 35 // Returns the full name, which can include up to the first, middle, and last
45 const string16& last() const { return last_; } function in class:NameInfo
53 // Returns true if |text| is the last name.
59 // Returns true if |text| is the last name.
79 // Sets |last_| to |last| and |last_tokens_| to the set of tokens in |last|,
81 void SetLast(const string16& last);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 72 IMPORT armVCM4P2_InterVlcL0L1 ;// Contains optimized and packed VLC Tables for both Last =1 and last=0
73 ;// Packed in Run:Level:Last format
74 IMPORT armVCM4P2_InterL0L1LMAX ;// Contains LMAX table entries with both Last=0 and Last=1
75 IMPORT armVCM4P2_InterL0L1RMAX ;// Contains RMAX table entries with both Last=0 and Last=1
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 72 IMPORT armVCM4P2_IntraVlcL0L1 ;// Contains optimized and packed VLC Tables for both Last =1 and last=0
73 ;// Packed in Run:Level:Last format
74 IMPORT armVCM4P2_IntraL0L1LMAX ;// Contains LMAX table entries with both Last=0 and Last=1
75 IMPORT armVCM4P2_IntraL0L1RMAX ;// Contains RMAX table entries with both Last=0 and Last=1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 72 IMPORT armVCM4P2_InterVlcL0L1 ;// Contains optimized and packed VLC Tables for both Last =1 and last=0
73 ;// Packed in Run:Level:Last format
74 IMPORT armVCM4P2_InterL0L1LMAX ;// Contains LMAX table entries with both Last=0 and Last=1
75 IMPORT armVCM4P2_InterL0L1RMAX ;// Contains RMAX table entries with both Last=0 and Last=1
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 72 IMPORT armVCM4P2_IntraVlcL0L1 ;// Contains optimized and packed VLC Tables for both Last =1 and last=0
73 ;// Packed in Run:Level:Last format
74 IMPORT armVCM4P2_IntraL0L1LMAX ;// Contains LMAX table entries with both Last=0 and Last=1
75 IMPORT armVCM4P2_IntraL0L1RMAX ;// Contains RMAX table entries with both Last=0 and Last=1
  /frameworks/base/core/java/android/content/
ContentUris.java 73 * Converts the last path segment to a long.
76 * stored in the last segment.
79 * @throws NumberFormatException if the last segment isn't a number
81 * @return the long conversion of the last segment or -1 if the path is
85 String last = contentUri.getLastPathSegment(); local
86 return last == null ? -1 : Long.parseLong(last);
  /frameworks/base/services/common_time/
utils.cpp 88 Entry* last = NULL; local
91 last = &(mRingBuffer[(mWr + mSize - 1) % mSize]);
94 if ((NULL != last) && !last->s.compare(s)) {
95 gettimeofday(&(last->last_ts), NULL);
96 ++last->count;
142 " (repeated %d times, last was %s.%03ld)",
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.min.max/
minmax_element_comp.pass.cpp 15 // minmax_element(Iter first, Iter last, Compare comp);
25 test(Iter first, Iter last)
29 std::pair<Iter, Iter> p = std::minmax_element(first, last, comp);
30 if (first != last)
32 for (Iter j = first; j != last; ++j)
40 assert(p.first == last);
41 assert(p.second == last);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
workstealing.h 64 /** @brief Last element.
67 _GLIBCXX_JOB_VOLATILE difference_type last; member in struct:__gnu_parallel::Job
69 /** @brief Number of elements, i. e. @c last-first+1.
179 // How many jobs per thread? last thread gets the rest.
183 my_job.last = (iam == (num_threads - 1)) ?
185 my_job.load = my_job.last - my_job.first + 1;
188 if (my_job.first <= my_job.last)
209 while (my_job.first <= my_job.last)
218 my_job.load = my_job.last - my_job.first + 1;
220 job_counter < chunk_size && current_job <= my_job.last;
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGRootInlineBox.cpp 232 static inline void swapItemsInVector(Vector<float>& firstVector, Vector<float>& lastVector, unsigned first, unsigned last)
235 firstVector.at(first) = lastVector.at(last);
236 lastVector.at(last) = temp;
249 SVGTextLayoutAttributes*& first, SVGTextLayoutAttributes*& last)
252 last = 0;
259 if (!last && lastContext == current.context())
260 last = &current;
261 if (first && last)
266 ASSERT(last);
269 static inline void reverseInlineBoxRangeAndValueListsIfNeeded(void* userData, Vector<InlineBox*>::iterator first, Vector<InlineBox*>::iterator last)
    [all...]
  /external/freetype/src/base/
ftoutln.c 84 FT_Int last; /* index of last point in contour */ local
89 last = outline->contours[n];
90 if ( last < 0 )
92 limit = outline->points + last;
98 v_last = outline->points[last];
116 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON )
118 /* start at last point if it is on the curve */
124 /* if both first and last points are conic, */
278 first = last + 1
538 FT_Int first, last; local
918 int last = outline->contours[c]; local
987 FT_Vector* last; local
    [all...]
  /external/harfbuzz_ng/test/api/
test-set.c 155 hb_codepoint_t next, first, last; local
182 first = last = (hb_codepoint_t) -1;
183 g_assert (hb_set_next_range (s, &first, &last));
185 g_assert_cmpint (last, ==, 6);
186 g_assert (hb_set_next_range (s, &first, &last));
188 g_assert_cmpint (last, ==, 15);
189 g_assert (hb_set_next_range (s, &first, &last));
191 g_assert_cmpint (last, ==, 20005);
192 g_assert (!hb_set_next_range (s, &first, &last));
194 g_assert_cmpint (last, ==, 20005)
    [all...]
  /external/iproute2/netem/
maketable.c 96 int i, index, first=DISTTABLESIZE, last=0; local
113 if (index > last)
114 last = index +1;
162 int i, j, last, lasti = -1; local
164 last = MINSHORT;
171 table[i] = last + (i-lasti)*(table[j]-last)/(j-lasti);
173 table[i] = last + (i-lasti)*(MAXSHORT-last)/(limit-lasti);
176 last = table[i]
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
VariableTranslator.java 124 JavaExpression last = null; local
126 if (last == null) {
127 last = current;
130 if (current instanceof StringExpression && last instanceof StringExpression) {
131 // Last and current are both strings - combine them.
133 StringExpression lastString = (StringExpression) last;
134 last = new StringExpression(lastString.getValue() + currentString.getValue());
136 out.add(last);
137 last = current;
140 out.add(last);
    [all...]
  /external/libsepol/src/
sidtab.c 90 sidtab_node_t *cur, *last; local
96 last = NULL;
99 last = cur;
106 if (last == NULL)
109 last->next = cur->next;
174 sidtab_node_t *last, *cur, *temp; local
180 last = NULL;
185 if (last) {
186 last->next = cur->next;
197 last = cur
    [all...]

Completed in 2255 milliseconds

1 2 3 4 5 6 7 891011>>