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

1 2

  /external/chromium-trace/catapult/tracing/third_party/mannwhitneyu/
README.chromium 3 URL: https://gist.github.com/gungorbudak/1c3989cc26b9567c6e50
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
ParseResponseWithGson.java 36 Gist gist = gson.fromJson(response.body().charStream(), Gist.class); local
37 for (Map.Entry<String, GistFile> entry : gist.files.entrySet()) {
43 static class Gist {
  /external/glide/third_party/gif_decoder/
README.third_party 1 URL: https://gist.githubusercontent.com/devunwired/4479231/raw/df2725be4ae0f12f5265deaf0a769936ea94950b/GifDecoder.java
  /external/chromium-trace/catapult/third_party/vinn/vinn/
base64_compat.js 23 // [https://gist.github.com/999166] by [https://github.com/nignag]
47 // [https://gist.github.com/1020396] by [https://github.com/atk]
  /external/mesa3d/src/gallium/auxiliary/util/
u_half.h 42 * https://gist.github.com/2156668
43 * https://gist.github.com/2144712
  /external/skia/src/core/
SkHalf.cpp 29 // see https://gist.github.com/rygorous/2156668
  /external/ceres-solver/jni/
assert_ndk_version.sh 13 # See https://gist.github.com/2878774 for asserting SDK version.
15 # Retrieved from: https://gist.github.com/jorgenpt/1961404 on 2014-06-03.
  /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
HttpsServiceConnectionSE.java 33 * @see "https://gist.github.com/908048" There can be problems with the
  /external/skia/site/dev/contrib/
c++11.md 11 The gist:
  /external/v8/src/base/
functional.cc 23 // https://gist.github.com/badboy/6267743
  /external/glide/
README.md 231 * Dave Smith for the [gif decoder gist](https://gist.github.com/devunwired/4479231) Glide's gif decoder is based on.
  /external/v8/tools/
perf-to-html.py 232 Style inspired by Andy Ferra's gist at https://gist.github.com/andyferra/2554919
  /external/libvpx/libvpx/examples/
simple_decoder.c 39 // beyond the scope of this example, but the main gist is to open the input file
  /external/proguard/docs/
results.html 138 and software has evolved since, but the gist of the results remains the same.
  /prebuilts/tools/common/proguard/proguard4.7/docs/
results.html 137 and software has evolved since, but the gist of the results remains the same.
  /external/markdown/MarkdownTest/Tests_2004/
Markdown Documentation - Basics.text 13 Getting the Gist of Markdown's Formatting Syntax
Markdown Documentation - Basics.html 11 <h2>Getting the Gist of Markdown's Formatting Syntax</h2>
Markdown Documentation - Basics.text-out 21 <h2>Getting the Gist of Markdown's Formatting Syntax</h2>
Markdown Documentation - Basics.text-res 21 <h2>Getting the Gist of Markdown's Formatting Syntax</h2>
  /external/markdown/MarkdownTest/Tests_2007/
Markdown Documentation - Basics.text 13 Getting the Gist of Markdown's Formatting Syntax
Markdown Documentation - Basics.html 11 <h2>Getting the Gist of Markdown's Formatting Syntax</h2>
  /external/markdown/tests/markdown-test/
markdown-documentation-basics.txt 13 Getting the Gist of Markdown's Formatting Syntax
markdown-documentation-basics.html 10 <h2>Getting the Gist of Markdown's Formatting Syntax</h2>
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
s3put 32 # https://gist.github.com/924094
  /external/testng/doc/
selenium.html 197 <p>Before TestNG 5.13.1, you had to use Method Interceptors if you wanted to run the tests in the order defined in the XML file. I have posted <a href="http://gist.github.com/416310">my implementation of a Method Interceptor</a> on my Github account. From TestNG 5.13.1+, you can just add the <tt>preserve-order</tt> parameter to your test tag and include the methods you would like to run, reducing unecessary code in your test suite.</p>

Completed in 1120 milliseconds

1 2