/external/clang/test/SemaCXX/ |
pragma-visibility.cpp | 10 } // expected-note{{surrounding namespace with visibility attribute ends here}}
|
/external/e2fsprogs/config/ |
mkinstalldirs | 40 # mkinstalldirs ends here
|
/external/icu/icu4c/source/ |
mkinstalldirs | 43 # mkinstalldirs ends here
|
/external/llvm/test/CodeGen/AArch64/ |
nzcv-save.ll | 6 ; DAG ends up with two uses for the flags from an ADCS node, which means they
|
/external/llvm/tools/lli/Unix/ |
RPCChannel.inc | 48 // Close the parent ends of the pipes 70 // Close the child ends of the pipes 74 // Store the parent ends of the pipes 82 // Store the parent ends of the pipes
|
/external/mesa3d/src/glsl/tests/lower_jumps/ |
lower_breaks_6.opt_test | 6 # ends in an unconditional break, then the unconditional break
|
lower_pulled_out_jump.opt_test | 5 # If one branch of an if ends in a jump, and control cannot
|
/external/openssh/ |
mkinstalldirs | 40 # mkinstalldirs ends here
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
UserInteractionListener.java | 22 // Called when the user interaction ends.
|
/external/libpcap/msdos/ |
pkt_rx0.asm | 23 _TEXT ENDS
25 _DATA ENDS
27 D_END EQU <_TEXT ENDS>
33 _TEXT ENDS
35 _DATA ENDS
37 D_END EQU <_DATA ENDS>
53 ENDS
195 _TEXT ENDS
|
/frameworks/base/libs/hwui/ |
AnimatorManager.h | 53 // Hard-ends all animators. May only be called on the UI thread. 56 // Hard-ends all animators that have been pushed. Used for cleanup if
|
/system/core/base/include/base/ |
strings.h | 34 // Trims whitespace off both ends of the given string. 44 // Tests whether 's' ends with 'suffix'.
|
/external/harfbuzz_ng/src/ |
gen-indic-table.py | 165 ends = [] variable 184 ends.append (last + 1) 185 offset += ends[-1] - starts[-1] 193 ends.append (last + 1) 194 offset += ends[-1] - starts[-1] 206 pages = set([u>>page_bits for u in starts+ends+singles.keys()]) 209 for (start,end) in zip (starts, ends):
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
BlockAddresses.java | 42 private final CodeAddress[] ends; field in class:BlockAddresses 55 this.ends = new CodeAddress[maxLabel]; 109 return ends[block.getLabel()]; 120 return ends[label]; 140 ends[label] = new CodeAddress(pos);
|
/dalvik/dx/src/com/android/dx/dex/code/ |
BlockAddresses.java | 42 private final CodeAddress[] ends; field in class:BlockAddresses 55 this.ends = new CodeAddress[maxLabel]; 109 return ends[block.getLabel()]; 120 return ends[label]; 140 ends[label] = new CodeAddress(pos);
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
BlockAddresses.java | 42 private final CodeAddress[] ends; field in class:BlockAddresses 55 this.ends = new CodeAddress[maxLabel]; 109 return ends[block.getLabel()]; 120 return ends[label]; 140 ends[label] = new CodeAddress(pos);
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/ |
SuffixFileFilter.java | 26 * Filters files based on the suffix (what the filename ends with). 146 * Checks to see if the filename ends with the suffix. 149 * @return true if the filename ends with one of our suffixes 163 * Checks to see if the filename ends with the suffix. 167 * @return true if the filename ends with one of our suffixes
|
/external/skia/src/pathops/ |
SkPathOpsCommon.cpp | 245 const int ends = count * 2; // all starts and ends local 246 const int entries = (ends - 1) * count; // folded triangle : n * (n - 1) / 2 249 for (rIndex = 0; rIndex < ends - 1; ++rIndex) { 252 const int row = rIndex < count - 1 ? rIndex * ends : (ends - rIndex - 2) 253 * ends - rIndex - 1; 254 for (iIndex = rIndex + 1; iIndex < ends; ++iIndex) { 272 int row = pair / ends; 273 int col = pair - row * ends; [all...] |
/external/webrtc/test/testsupport/metrics/ |
video_metrics.h | 53 // video ends. 73 // video ends. 94 // video ends.
|
/frameworks/base/services/core/java/com/android/server/ |
TwilightCalculator.java | 50 * or night never ends. 56 * day or night never ends. 96 // The day or night never ends for the given date and location, if this value is out of
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
TwilightCalculator.java | 63 * or night never ends. 69 * day or night never ends. 111 // The day or night never ends for the given date and location, if this value is out of
|
/external/clang/tools/libclang/ |
Index_Internal.h | 48 /// \brief The first range ends before the second range starts. 51 /// \brief The first range starts after the second range ends.
|
/external/iptables/extensions/ |
libxt_physdev.man | 13 chains). If the interface name ends in a "+", then any 24 chains). If the interface name ends in a "+", then any
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/ |
cp_size_mode.pass.cpp | 28 out << i << ' ' << d << ' ' << s << std::ends; member in class:std 38 out << i << ' ' << d << ' ' << s << std::ends; member in class:std
|
/external/lldb/test/functionalities/breakpoint/breakpoint_ids/ |
TestBreakpointIDs.py | 47 startstr = "error: Invalid breakpoint id range: Either both ends of range must specify a breakpoint location, or neither can specify a breakpoint location.") 51 startstr = "error: Invalid breakpoint id range: Either both ends of range must specify a breakpoint location, or neither can specify a breakpoint location.")
|