HomeSort by relevance Sort by last modified time
    Searched full:stackoverflow (Results 1 - 25 of 459) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/turbine/javatests/com/google/turbine/lower/testdata/
varargs.test 6 // http://stackoverflow.com/a/2201895
  /art/test/004-SignalTest/src/
Main.java 22 private static void stackOverflow() {
23 stackOverflow();
41 stackOverflow();
  /external/subsampling-scale-image-view/
CONTRIBUTING.md 6 * See if there's an answer to your question on [StackOverflow](http://stackoverflow.com/).
8 If you get stuck adding the view in your project or need help extending it for your requirements, please consider asking for help on StackOverflow instead of raising an issue. This issue tracker is intended for reporting bugs and raising feature requests.
  /frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
CollectionUtils.java 33 * @see <a href="http://stackoverflow.com/a/784842/1122089">Stackoverflow answer</a> by
34 * <a href="http://stackoverflow.com/users/40342/joachim-sauer">Joachim Sauer</a>
  /external/flatbuffers/
readme.md 34 * [stackoverflow.com][] with [`flatbuffers` tag][] for any questions regarding FlatBuffers.
54 [`flatbuffers` tag]: https://stackoverflow.com/questions/tagged/flatbuffers
57 [stackoverflow.com]: http://stackoverflow.com/search?q=flatbuffers
  /frameworks/wilhelm/tests/sandbox/
getch.c 3 http://stackoverflow.com/questions/448944/c-non-blocking-keyboard-input
39 FD_ZERO(&fds); // not in original posting to stackoverflow
  /system/media/audio_utils/tests/
getch.c 3 http://stackoverflow.com/questions/448944/c-non-blocking-keyboard-input
39 FD_ZERO(&fds); // not in original posting to stackoverflow
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
deadlock.go 22 register("StackOverflow", StackOverflow)
73 func StackOverflow() {
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
deadlock.go 22 register("StackOverflow", StackOverflow)
73 func StackOverflow() {
  /development/samples/training/network-usage/
README.txt 6 -- Downloads an XML feed from StackOverflow.com for the most recent posts tagged "android".
  /external/testng/src/test/java/test/name/
ITestSample.java 10 // From http://stackoverflow.com/q/33404335/4234729
  /external/valgrind/memcheck/tests/amd64/
sh-mem-vec256.c 12 clobber list. (See http://stackoverflow.com/a/15767111/768469).
  /frameworks/base/samples/training/network-usage/
README.txt 6 -- Downloads an XML feed from StackOverflow.com for the most recent posts tagged "android".
  /external/mockito/src/test/java/org/mockitousage/stubbing/
DeepStubbingTest.java 136 when(sf.createSocket("stackoverflow.com", 80).getOutputStream()).thenReturn(out3);
140 assertSame(out3, sf.createSocket("stackoverflow.com", 80).getOutputStream());
155 assertSame(out, sf.createSocket("stackoverflow.com", 8080).getOutputStream());
170 assertSame(out2, sf.createSocket("stackoverflow.com", 8080).getOutputStream());
173 assertSame(out1, sf.createSocket("stackoverflow.com", 80).getOutputStream());
198 when(sf.createSocket(eq("stackoverflow.com"), eq(80)).getPort()).thenReturn(a);
200 when(sf.createSocket(eq("stackoverflow.com"), eq(8080)).getPort()).thenReturn(c);
203 assertEquals(c, sf.createSocket("stackoverflow.com", 8080).getPort());
204 assertEquals(a, sf.createSocket("stackoverflow.com", 80).getPort());
  /packages/apps/TV/common/src/com/android/tv/common/util/
CollectionUtils.java 32 * @see <a href="http://stackoverflow.com/a/784842/1122089">Stackoverflow answer</a> by <a
33 * href="http://stackoverflow.com/users/40342/joachim-sauer">Joachim Sauer</a>
  /external/curl/tests/data/
test1331 2 # Test case inspired by this question on stackoverflow:
4 # http://stackoverflow.com/questions/10017165/use-libcurl-with-bluecoat-cookie-proxy
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue133/
StackOverflowTest.java 35 // by default it must fail with StackOverflow
40 assertTrue("StackOverflow has no message: " + e.getMessage(), message == null
  /development/samples/training/network-usage/res/values/
strings.xml 28 <string name="page_title">Newest StackOverflow questions tagged \'android\'</string>
  /external/libese/tools/ese_relay/
ese_relay_pn80t_nq_nci.c 22 * http://stackoverflow.com/questions/27074551/how-to-list-applets-on-jcop-cards
ese_relay_pn80t_spidev.c 23 * http://stackoverflow.com/questions/27074551/how-to-list-applets-on-jcop-cards
  /external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/viewpager/
VerticalViewPager.java 11 * From http://stackoverflow.com/a/22797619/2719186
  /frameworks/base/samples/training/network-usage/res/values/
strings.xml 28 <string name="page_title">Newest StackOverflow questions tagged \'android\'</string>
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
imgprocutil.h 24 return (R + R + R + B + G + G + G + G) >> 3; // see http://stackoverflow.com/a/596241
  /art/test/570-checker-osr/src/
Main.java 56 $noinline$stackOverflow(new Main(), /* isSecondInvocation */ false);
57 $noinline$stackOverflow(new SubMain(), /* isSecondInvocation */ true);
220 public static void $noinline$stackOverflow(Main m, boolean isSecondInvocation) {
223 if (!isInInterpreter("$noinline$stackOverflow")) {
228 ensureHasProfilingInfo("$noinline$stackOverflow");
232 while (!isInOsrCode("$noinline$stackOverflow")) {}
236 // The first invocation of $noinline$stackOverflow will populate the inline
  /development/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 55 * questions tagged 'android' on stackoverflow.com.
57 * o Parses the StackOverflow XML feed using XMLPullParser.
68 "http://stackoverflow.com/feeds/tag?tagnames=android&sort=newest";
112 // an error page instead of stackoverflow.com content.
142 // Uses AsyncTask subclass to download the XML feed from stackoverflow.com.
190 // Implementation of AsyncTask used to download XML feed from stackoverflow.com.
213 // Uploads XML from stackoverflow.com, parses it, and combines it with

Completed in 1337 milliseconds

1 2 3 4 5 6 7 8 91011>>