HomeSort by relevance Sort by last modified time
    Searched refs:END (Results 1 - 25 of 213) sorted by null

1 2 3 4 5 6 7 8 9

  /external/e2fsprogs/misc/
profile-to-c.awk 10 END {
  /ndk/build/awk/
extract-pid.awk 50 END {
extract-platform.awk 41 END {
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_x509v3_nist.sh 24 END="End Certificate "
78 run_test 1 0 "${P}1/${END}CP.01.01.crt" "${P}1/${ROOT}CP.01.01.crt"
79 run_test 2 1 "${P}2/${END}CP.01.02.crt" "${P}2/${ICA}CP.01.02.crt" "${P}2/${ROOT}CP.01.01.crt"
80 run_test 3 1 "${P}3/${END}CP.01.03.crt" "${P}3/${ICA}CP.01.03.crt" "${P}3/${ROOT}CP.01.01.crt"
81 run_test 4 0 "${P}4/${END}CP.02.01.crt" "${P}4/${ICA}2 CP.02.01.crt" "${P}4/${ICA}1 CP.02.01.crt" "${P}4/${ROOT}CP.01.01.crt"
82 run_test 5 4 "${P}5/${END}CP.02.02.crt" "${P}5/${ICA}CP.02.02.crt" "${P}5/${ROOT}CP.01.01.crt"
83 run_test 6 4 "${P}6/${END}CP.02.03.crt" "${P}6/${ICA}CP.02.03.crt" "${P}6/${ROOT}CP.01.01.crt"
84 run_test 7 0 "${P}7/${END}CP.02.04.crt" "${P}7/${ICA}CP.02.04.crt" "${P}7/${ROOT}CP.01.01.crt"
85 run_test 8 4 "${P}8/${END}CP.02.05.crt" "${P}8/${ICA}CP.02.05.crt" "${P}8/${ROOT}CP.01.01.crt
    [all...]
  /development/host/windows/usb/api/
AdbWinApi.rc 43 END
49 END
85 END
86 END
90 END
91 END
103 END
  /development/host/windows/usb/winusb/
AdbWinUsbApi.rc 43 END
49 END
85 END
86 END
90 END
91 END
103 END
  /bionic/libm/sparc64/
e_sqrt.S 33 END(sqrt)
e_sqrtf.S 33 END(sqrtf)
  /bionic/libm/alpha/
s_copysign.S 45 END(copysign)
s_copysignf.S 45 END(copysignf)
  /bionic/libc/kernel/common/linux/
linkage.h 47 #ifndef END
48 #define END(name) .size name, .-name
52 #define ENDPROC(name) .type name, @function; END(name)
  /external/kernel-headers/original/linux/
linkage.h 41 #ifndef END
42 #define END(name) \
49 END(name)
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
linkage.h 47 #ifndef END
48 #define END(name) .size name, .-name
52 #define ENDPROC(name) .type name, @function; END(name)
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
linkage.h 47 #ifndef END
48 #define END(name) .size name, .-name
52 #define ENDPROC(name) .type name, @function; END(name)
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
linkage.h 47 #ifndef END
48 #define END(name) .size name, .-name
52 #define ENDPROC(name) .type name, @function; END(name)
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
linkage.h 47 #ifndef END
48 #define END(name) .size name, .-name
52 #define ENDPROC(name) .type name, @function; END(name)
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
linkage.h 47 #ifndef END
48 #define END(name) .size name, .-name
52 #define ENDPROC(name) .type name, @function; END(name)
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
linkage.h 47 #ifndef END
48 #define END(name) .size name, .-name
52 #define ENDPROC(name) .type name, @function; END(name)
  /external/e2fsprogs/e2fsck/
mtrace.awk 34 END { for (x in allocated)
  /external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
fixChangeLogPatch.pl 63 $in = <<'END';
78 END
85 $in = <<'END';
96 END
103 $in = <<'END';
121 END
128 $in = <<'END';
145 END
147 $out = <<'END';
162 END
    [all...]
parseDiffHeader.pl 51 inputText => <<'END',
58 END
60 svnConvertedText => <<'END',
65 END
76 inputText => <<'END',
83 END
85 svnConvertedText => <<'END',
90 END
101 inputText => <<'END',
108 END
    [all...]
parseDiff.pl 45 inputText => <<'END',
55 END
57 svnConvertedText => <<'END', # Same as input text
67 END
78 inputText => <<'END',
91 END
93 svnConvertedText => <<'END', # Same as input text
106 END
117 inputText => <<'END',
124 END
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
DTMAxisIterator.java 29 /** Specifies the end of the iteration, and is the same as DTM.NULL. */
30 public static final int END = DTM.NULL;
35 * @return The next node handle in the iteration, or END.
70 * Set start to END should 'close' the iterator,
71 * i.e. subsequent call to next() should return END.
80 * Get start to END should 'close' the iterator,
81 * i.e. subsequent call to next() should return END.
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIteratorBase.java 50 * Set this to END to construct an empty iterator.
52 protected int _startNode = DTMAxisIterator.END;
66 * Get start to END should 'close' the iterator,
67 * i.e. subsequent call to next() should return END.
142 while (next() != END);
272 while ((node = next()) != DTMAxisIterator.END) {
278 return END;
  /external/webkit/WebCore/dom/
make_names.pl 282 print F <<END
285 END
621 print F <<END
626 END
631 print F <<END
643 END
649 print F <<END
654 END
663 print F <<END
677 END
    [all...]

Completed in 1075 milliseconds

1 2 3 4 5 6 7 8 9