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

1 2 3 45 6 7 8 91011>>

  /external/markdown/tests/misc/
blockquote-hr.html 15 <p>The last line.</p>
blockquote-hr.txt 21 > The last line.
  /external/webkit/Source/WebCore/manual-tests/
autofill-popup-width-and-item-direction.html 13 <p> Try type some long text in the "Last name" input box,
19 <p> Try type the following text into the "First name" and "Last name".
29 and should be displayed as LTR in the popup of the "Last name".
33 Last name: <input type="text" name="lname" /><br />
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
recursion 13 $(MAKE) -f #MAKEFILE# last
14 last:
25 make 'CFLAGS=-O' -f #MAKEFILE# last
35 #MAKEPATH# -f #MAKEFILE# last
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
shmbuf.h 20 __kernel_time_t shm_atime; /* last attach time */
24 __kernel_time_t shm_dtime; /* last detach time */
28 __kernel_time_t shm_ctime; /* last change time */
33 __kernel_pid_t shm_lpid; /* pid of last operator */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
shmbuf.h 20 __kernel_time_t shm_atime; /* last attach time */
24 __kernel_time_t shm_dtime; /* last detach time */
28 __kernel_time_t shm_ctime; /* last change time */
33 __kernel_pid_t shm_lpid; /* pid of last operator */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
shmbuf.h 20 __kernel_time_t shm_atime; /* last attach time */
24 __kernel_time_t shm_dtime; /* last detach time */
28 __kernel_time_t shm_ctime; /* last change time */
33 __kernel_pid_t shm_lpid; /* pid of last operator */
  /external/chromium/net/tools/flip_server/
balsa_headers_token_utils.h 21 // Checks whether the last header token matches a given value. Useful to
23 // presence of multiple header lines with given key, the last token of the
24 // last line is compared.
36 // Removes the last token from the header value. In the presence of multiple
37 // header lines with given key, will remove the last token of the last line.
38 // Can be useful if the last encoding has to be removed.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_CheckVLCEscapeMode.c 28 * last combinations.
38 * [in] maxStoreRun Max store possible (considering last and inter/intra)
42 * (considering last and inter/intra status)
45 * (considering last and inter/intra status)
72 /* Check for a valid entry with run, level and Last combination
96 /* Check for a valid entry with run, levelPlus and Last combination
121 /* Check for a valid entry with runPlus, level and Last combination
armVCM4P2_FillVLDBuffer.c 34 * [in] last status of the last flag
51 OMX_U8 last,
72 /* If last is 1, fill the remaining elments of the buffer with zeros */
73 if (last == 1)
armVCM4P2_GetVLCBits.c 32 * last combinations.
43 * [in/out] pLast pointer to last status flag
45 * will be equal to 1: last == 0
50 * will be equal to 1: last == 1
55 * armVCM4P2_Huff_Tables_VLC.c for last == 0
56 * [in] pVlcTableL0 VLC table for last == 0
58 * armVCM4P2_Huff_Tables_VLC.c for last == 1
59 * [in] pVlcTableL1 VLC table for last == 1
61 * armVCM4P2_Huff_Tables_VLC.c for last == 0
63 * armVCM4P2_Huff_Tables_VLC.c for last ==
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.min.max/
minmax_element.pass.cpp 15 // minmax_element(Iter first, Iter last);
24 test(Iter first, Iter last)
26 std::pair<Iter, Iter> p = std::minmax_element(first, last);
27 if (first != last)
29 for (Iter j = first; j != last; ++j)
37 assert(p.first == last);
38 assert(p.second == last);
  /external/llvm/test/Transforms/InstSimplify/
ptr_diff.ll 10 %last = getelementptr inbounds i8* %ptr, i32 42
12 %last.int = ptrtoint i8* %last to i64
13 %diff = sub i64 %last.int, %first.int
30 %last.int = ptrtoint i8* %last4 to i64
31 %diff = sub i64 %last.int, %first.int
43 %last = getelementptr i8* %ptr, i32 42
45 %last.int = ptrtoint i8* %last to i64
46 %diff = sub i64 %last.int, %first.in
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_type_unittest.cc 35 // Last value, to check any offset errors.
36 AutofillType last(COMPANY_NAME);
37 EXPECT_EQ(COMPANY_NAME, last.field_type());
38 EXPECT_EQ(AutofillType::COMPANY, last.group());
39 EXPECT_EQ(AutofillType::NO_SUBGROUP, last.subgroup());
  /external/webkit/Source/WebCore/editing/
EditingBehaviorTypes.h 29 // 1) Clicking below the last line of an editable area puts the caret at the end
30 // of the last line on Mac, but in the middle of the last line on Windows.
31 // 2) Pushing the down arrow key on the last line puts the caret at the end of the
32 // last line on Mac, but does nothing on Windows. A similar case exists on the
  /sdk/emulator/opengl/host/tools/emugen/
strUtils.cpp 21 std::string getNextToken(const std::string & str, size_t pos, size_t * last, const std::string & delim)
28 *last = str.find_first_of(delim, pos);
29 if (*last == std::string::npos) *last = str.size();
30 std::string retval = str.substr(pos, *last - pos);
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
mcifc.h 98 #define MC_EXT_INFO_ID_FAULT_CAUSE 5 /**< MobiCore last fault cause */
99 #define MC_EXT_INFO_ID_FAULT_META 6 /**< MobiCore last fault meta */
100 #define MC_EXT_INFO_ID_FAULT_THREAD 7 /**< MobiCore last fault threadid */
101 #define MC_EXT_INFO_ID_FAULT_IP 8 /**< MobiCore last fault instruction pointer */
102 #define MC_EXT_INFO_ID_FAULT_SP 9 /**< MobiCore last fault stack pointer */
103 #define MC_EXT_INFO_ID_FAULT_ARCH_DFSR 10 /**< MobiCore last fault ARM arch information */
104 #define MC_EXT_INFO_ID_FAULT_ARCH_ADFSR 11 /**< MobiCore last fault ARM arch information */
105 #define MC_EXT_INFO_ID_FAULT_ARCH_DFAR 12 /**< MobiCore last fault ARM arch information */
106 #define MC_EXT_INFO_ID_FAULT_ARCH_IFSR 13 /**< MobiCore last fault ARM arch information */
107 #define MC_EXT_INFO_ID_FAULT_ARCH_AIFSR 14 /**< MobiCore last fault ARM arch information *
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
LastActivityManager.java 36 * A last activity manager for handling information about the last activity
38 * of existing Connections. It also allows to request last activity information
62 * To get the lapsed time since the last user logout is the same as above but
78 * @see <a href="http://xmpp.org/extensions/xep-0012.html">XEP-0012: Last
98 * Creates a last activity manager to response last activity requests.
101 * The Connection that the last activity requests will use.
132 // Register a listener for a last activity query
163 * The idle time is the lapsed time between the last message sent and now.
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_qsort.c 110 typedef struct { char * first; char * last; } stack_entry; member in struct:__anon13340
111 #define pushLeft {stack[stacktop].first=ffirst;stack[stacktop++].last=last;}
112 #define pushRight {stack[stacktop].first=first;stack[stacktop++].last=llast;}
113 #define doLeft {first=ffirst;llast=last;continue;}
114 #define doRight {ffirst=first;last=llast;continue;}
117 last=llast=stack[stacktop].last;\
133 * 3. We choose a pivot by looking at the first, last
187 { size_t l=last-ffirst,r=llast-first;
325 char *first,*last; local
356 char *first,*last; local
387 char *first,*last; local
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderThread.cpp 112 size_t last = tInfo->m_glDec.decode(readBuf.buf(), readBuf.validData(), m_stream); local
113 if (last > 0) {
115 readBuf.consume(last);
121 last = tInfo->m_gl2Dec.decode(readBuf.buf(), readBuf.validData(), m_stream);
122 if (last > 0) {
124 readBuf.consume(last);
131 last = m_rcDec.decode(readBuf.buf(), readBuf.validData(), m_stream);
132 if (last > 0) {
133 readBuf.consume(last);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stat.h 88 struct timespec st_atim; /* Time of last access. */
89 struct timespec st_mtim; /* Time of last modification. */
90 struct timespec st_ctim; /* Time of last status change. */
95 __time_t st_atime; /* Time of last access. */
96 unsigned long int st_atimensec; /* Nscecs of last access. */
97 __time_t st_mtime; /* Time of last modification. */
98 unsigned long int st_mtimensec; /* Nsecs of last modification. */
99 __time_t st_ctime; /* Time of last status change. */
100 unsigned long int st_ctimensec; /* Nsecs of last status change. */
149 struct timespec st_atim; /* Time of last access. *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stat.h 88 struct timespec st_atim; /* Time of last access. */
89 struct timespec st_mtim; /* Time of last modification. */
90 struct timespec st_ctim; /* Time of last status change. */
95 __time_t st_atime; /* Time of last access. */
96 unsigned long int st_atimensec; /* Nscecs of last access. */
97 __time_t st_mtime; /* Time of last modification. */
98 unsigned long int st_mtimensec; /* Nsecs of last modification. */
99 __time_t st_ctime; /* Time of last status change. */
100 unsigned long int st_ctimensec; /* Nsecs of last status change. */
149 struct timespec st_atim; /* Time of last access. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stat.h 88 struct timespec st_atim; /* Time of last access. */
89 struct timespec st_mtim; /* Time of last modification. */
90 struct timespec st_ctim; /* Time of last status change. */
95 __time_t st_atime; /* Time of last access. */
96 unsigned long int st_atimensec; /* Nscecs of last access. */
97 __time_t st_mtime; /* Time of last modification. */
98 unsigned long int st_mtimensec; /* Nsecs of last modification. */
99 __time_t st_ctime; /* Time of last status change. */
100 unsigned long int st_ctimensec; /* Nsecs of last status change. */
149 struct timespec st_atim; /* Time of last access. *
    [all...]
  /external/opencv/cv/src/
_cvkdtree.hpp 84 int dimension_of_highest_variance(__instype * first, __instype * last,
86 assert(last - first > 0);
92 for (__instype * k = first; k < last; ++k)
94 mean /= last - first;
96 for (__instype * k = first; k < last; ++k) {
100 var /= last - first;
113 // given point indices and dimension, find index of median; (almost) modifies [first,last)
114 // such that points_in[first,median]<=point[median], points_in(median,last)>point[median].
117 __instype * median_partition(__instype * first, __instype * last,
119 assert(last - first > 0)
    [all...]
  /bionic/libc/string/
strtok.c 35 static char *last; local
37 return strtok_r(s, delim, &last);
41 strtok_r(char *s, const char *delim, char **last)
48 if (s == NULL && (s = *last) == NULL)
62 *last = NULL;
80 *last = s;

Completed in 632 milliseconds

1 2 3 45 6 7 8 91011>>