HomeSort by relevance Sort by last modified time
    Searched full:last (Results 126 - 150 of 23681) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/ManualTests/
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 />
  /external/chromium_org/third_party/WebKit/PerformanceTests/CSS/
PseudoClassSelectors.html 31 document.querySelector("p:last-child");
33 document.querySelector("p:last-of-type");
35 document.querySelector("p:nth-last-child(4n+3)");
37 document.querySelector("p:nth-last-of-type(4n+3)");
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
string_split.cc 21 size_t last = 0; local
25 std::string tmp(str, last, i - last);
31 last = i + 1;
  /external/chromium_org/ui/gl/
egl_util.h 10 // Returns the last EGL error as a string.
  /external/clang/test/CodeGen/
2005-01-02-VAArgError-ICE.c 7 __builtin_va_start(args,a); // not the last named arg
  /external/clang/test/Lexer/
eof-file.c 4 // This file intentionally ends without a \n on the last line. Make sure your
  /external/clang/test/Modules/Inputs/
macros_top.h 12 // The last definition will be exported from the sub-module.
  /external/deqp/framework/delibs/decpp/
deRandom.hpp 58 void choose (InputIter first, InputIter last, OutputIter result, int numItems);
61 T choose (InputIter first, InputIter last);
65 T chooseWeighted (InputIter first, InputIter last, WeightIter weight);
68 void shuffle (Iterator first, Iterator last);
103 void Random::choose (InputIter first, InputIter last, OutputIter result, int numItems)
110 for (ndx = 0; first != last; ++first, ++ndx)
126 T Random::choose (InputIter first, InputIter last)
129 DE_ASSERT(first != last);
130 choose(first, last, &val, 1);
135 T Random::chooseWeighted (InputIter first, InputIter last, WeightIter weight
    [all...]
  /external/e2fsprogs/tests/f_uninit_last_uninit/
expect.1 0 Last group block bitmap uninitialized. Fix? yes
  /external/jsoncpp/test/data/
test_real_08.json 2 // same as UINT_MAX in base 10 and digit less than UINT_MAX's last digit in
test_real_09.json 2 // as ULONG_MAX in base 10 and digit less than ULONG_MAX's last digit in order
test_real_10.json 2 // the same as INT_MIN in base 10 and digit less than INT_MIN's last digit in
test_real_11.json 2 // the same as LONG_MIN in base 10 and digit less than LONG_MIN's last digit in
  /external/kernel-headers/original/uapi/asm-generic/
shmbuf.h 28 __kernel_time_t shm_atime; /* last attach time */
32 __kernel_time_t shm_dtime; /* last detach time */
36 __kernel_time_t shm_ctime; /* last change time */
41 __kernel_pid_t shm_lpid; /* pid of last operator */
  /external/libvorbis/win32/
vorbisfile.def 4 ; last modified: $Id: vorbisfile.def 15566 2008-12-08 09:07:12Z conrad $
  /external/llvm/test/Transforms/GVN/
2007-07-26-InterlockingLoops.ll 3 @last = external global [65 x i32*]
8 %tmp17618 = load i32** getelementptr ([65 x i32*]* @last, i32 0, i32 1), align 4
22 %tmp17625 = load i32** getelementptr ([65 x i32*]* @last, i32 0, i32 1), align 4
31 %tmp17631 = load i32** getelementptr ([65 x i32*]* @last, i32 0, i32 1), align 4
  /external/llvm/test/Verifier/
inalloca-vararg.ll 7 ; CHECK: inalloca isn't on the last argument!
  /external/markdown/MarkdownTest/Tests_2007/
Code Blocks.html 17 <pre><code>code block on the last line
  /external/markdown/tests/extensions-x-footnotes/
named_markers.txt 8 [^99]: The last one.
  /external/markdown/tests/misc/
blockquote-hr.html 15 <p>The last line.</p>
blockquote-hr.txt 21 > The last line.
  /external/valgrind/main/gdbserver_tests/
nlgone_exit.stdinB.gdb 8 # continue at the last instruction
  /external/valgrind/main/memcheck/tests/
stpncpy.c 24 fprintf (stderr, "last: '%c'\n", *(c - 1)); // last: '.'
34 fprintf (stderr, "last: '%c'\n", *(e - 1)); // last: 'r'
  /hardware/libhardware/tests/hardware/
Android.mk 5 LOCAL_SRC_FILES := struct-size.cpp struct-offset.cpp struct-last.cpp
  /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

Completed in 700 milliseconds

1 2 3 4 56 7 8 91011>>