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

1 2 3

  /external/stlport/stlport/using/h/
ostream.h 3 using _STLP_OLD_IO_NAMESPACE::ends;
iostream.h 19 using _STLP_OLD_IO_NAMESPACE::ends;
  /ndk/sources/cxx-stl/stlport/stlport/using/h/
ostream.h 3 using _STLP_OLD_IO_NAMESPACE::ends;
iostream.h 19 using _STLP_OLD_IO_NAMESPACE::ends;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/h/
ostream.h 3 using _STLP_OLD_IO_NAMESPACE::ends;
iostream.h 19 using _STLP_OLD_IO_NAMESPACE::ends;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/using/h/
ostream.h 3 using _STLP_OLD_IO_NAMESPACE::ends;
iostream.h 19 using _STLP_OLD_IO_NAMESPACE::ends;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/using/h/
ostream.h 3 using _STLP_OLD_IO_NAMESPACE::ends;
iostream.h 19 using _STLP_OLD_IO_NAMESPACE::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/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-whitespace.js 25 debug("Set href that ends with a space");
29 debug("Set href that ends with a newline");
33 debug("Set href that ends with a tab");
37 debug("Set href that ends with a carriage return");
41 debug("Set href that ends with a combination of newlines, spaces and tabs");
45 debug("Set href that starts and ends with a combination of newlines, spaces and tabs");
  /frameworks/base/core/java/android/text/method/
PasswordTransformationMethod.java 194 int[] starts = null, ends = null; local
205 ends = new int[nvisible];
210 ends[i] = sp.getSpanEnd(visible[i]);
220 if (i >= starts[a] && i < ends[a]) {
  /external/astl/include/
ostream 114 inline ostream& ends(ostream& os) { return os.put(char()); }
  /external/astl/tests/
test_iostream.cpp 78 << " a nul char |" << std::ends << std::flush << "| in line 2.";
  /external/gtest/test/
gtest-message_test.cc 128 // Tests that basic IO manipulators (endl, ends, and flush) can be
133 << "A NUL char " << std::ends << std::flush
  /external/protobuf/gtest/test/
gtest-message_test.cc 128 // Tests that basic IO manipulators (endl, ends, and flush) can be
133 << "A NUL char " << std::ends << std::flush
  /external/iptables/extensions/
Android.mk 41 # The $* does not work as expected. It ends up empty. Even with SECONDEXPANSION.
104 # The $* does not work as expected. It ends up empty. Even with SECONDEXPANSION.
167 # The $* does not work as expected. It ends up empty. Even with SECONDEXPANSION.
  /external/chromium/testing/gtest/test/
gtest-message_test.cc 137 // Tests that basic IO manipulators (endl, ends, and flush) can be
142 << "A NUL char " << std::ends << std::flush
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 56 int ends = 0; field in class:SafeSaxTest.ElementCounter
63 ends++;
106 assertEquals(1, rootCounter.ends);
108 assertEquals(2, entryCounter.ends);
  /build/target/board/generic/
BoardConfig.mk 13 # emulated NEON code paths typically ends up 2x slower than the normal C code
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
align.m 54 delayStruct.new(end-6:end,i) = 0.0; % ends are no good
  /external/icu4c/test/iotest/
stream.cpp 102 outTestStream << str1 << "\x20\x20" << str2 << str3 << "\x31\x20" << UTF8_NEW_LINE << str4 << ends; local
  /external/llvm/utils/
codegen-diff 103 (Use C<lli -debug> to find out where the function starts and ends in memory.)

Completed in 408 milliseconds

1 2 3