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

1 2 3 45 6 7 8 91011>>

  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
Trace.java 40 * Ends systrace tracing for the most recently begun section. No-op on unsupported platform
  /hardware/libhardware/tests/camera2/
TestForkerEventListener.h 42 // Called after a test ends.
  /ndk/sources/android/crazy_linker/tests/
test_load_library_depends.cpp 9 // - Call the Bar() function, which ends up calling Foo() in libfoo.so
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/
default.pass.cpp 25 out << i << ' ' << d << ' ' << s << std::ends; member in class:std
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
str.pass.cpp 23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
str.pass.cpp 23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
  /packages/apps/Gallery/res/values/
attrs.xml 29 <!-- Weather we keep the space in both ends -->
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 150 /// 1. If this block ends with no branches (it just falls through to its succ)
152 /// 2. If this block ends with only an unconditional branch, it sets TBB to be
154 /// 3. If this block ends with an conditional branch and it falls through to
159 /// 4. If this block ends with an conditional branch and an unconditional
185 // Block ends with fall-through condbranch.
201 // If the block ends with NVPTX::GOTO and NVPTX:CBranch, handle it.
210 // If the block ends with two NVPTX:GOTOs, handle it. The second one is not
  /frameworks/base/core/tests/coretests/src/android/text/
DynamicLayoutBlocksTest.java 39 private void defineInitialState(int[] ends, int[] indices) {
40 initialBlockEnds = ends;
75 int[] ends = new int[sizes.length]; local
76 for (int i = 0; i < ends.length; i++) {
77 ends[i] = i == 0 ? (sizes[0] == 0 ? 0 : sizes[0] - 1) : ends[i - 1] + sizes[i];
81 assertEquals(ends[i], dl.getBlockEndLines()[i]);
  /cts/tests/tests/view/src/android/view/animation/cts/
AccelerateDecelerateInterpolatorTest.java 99 // starts and ends slowly, accelerates through middle
117 // starts and ends slowly, accelerates through middle
  /cts/tests/tests/widget/src/android/widget/cts/
MultiAutoCompleteTextView_CommaTokenizerTest.java 109 // ends with both comma and space
113 // ends with both comma and space
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/
InvokeMethodWithSuspensionDebuggee.java 56 logWriter.println("TestThread ends");
128 logWriter.println("InvokeMethodWithThreadSuspensionDebuggee ends");
  /external/bison/lib/
fopen.c 56 /* If the filename ends in a slash and a mode that requires write access is
61 ends with one or more trailing slashes shall be resolved as if a
uniwidth.in.h 45 (or fewer if S ends before this) in S. */
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 175 /// 1. If this block ends with no branches (it just falls through to its succ)
177 /// 2. If this block ends with only an unconditional branch, it sets TBB to be
179 /// 3. If this block ends with an conditional branch and it falls through to
184 /// 4. If this block ends with an conditional branch and an unconditional
226 // Block ends with fall-through condbranch.
245 // If the block ends with conditional branch followed by unconditional,
258 // If the block ends with two unconditional branches, handle it. The second
269 // Likewise if it ends with a branch table followed by an unconditional branch.
  /frameworks/base/core/java/android/view/inputmethod/
ExtractedText.java 50 * where the change ends. Note that the actual text may be larger or
64 * The offset where the selection currently ends within the extracted
  /libcore/luni/src/main/java/javax/xml/transform/
SourceLocator.java 58 * Return the line number where the current document event ends.
75 * Return the character position where the current document event ends.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-objc.h 34 front-ends; they all must have corresponding stubs in stub-objc.c. */
109 /* The following are provided by the C and C++ front-ends, and called by
  /cts/common/util/src/com/android/compatibility/common/util/
Stacktrace.java 48 // Look for the first class name in the elements array that ends with Test
  /external/bison/darwin-lib/
uniwidth.h 46 (or fewer if S ends before this) in S. */
  /external/bison/linux-lib/
uniwidth.h 46 (or fewer if S ends before this) in S. */
  /external/boringssl/src/crypto/perlasm/
x86masm.pl 126 XMMWORD ENDS
133 push(@out,"$segment ENDS\n");
139 .bss ENDS
186 .CRT\$XCU ENDS
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/annotations/
rect_annotation_view.html 41 // overwrite startY so that the rectangle ends at y=0.
  /external/google-breakpad/src/processor/
pathname_stripper.h 47 // If path ends in a separator character, returns an empty string.
  /external/jpeg/
ansi2knr.1 17 multi-line header provided that no intervening line ends with a left or right

Completed in 1199 milliseconds

1 2 3 45 6 7 8 91011>>