HomeSort by relevance Sort by last modified time
    Searched full:golden (Results 326 - 350 of 495) sorted by null

<<11121314151617181920

  /prebuilts/go/linux-x86/src/go/printer/testdata/
comments.golden 749 // TODO: gofmt doesn't add these tabs; make it so that these golden
comments.input 746 // TODO: gofmt doesn't add these tabs; make it so that these golden
  /test/vts-testcase/vndk/dependency/
VtsVndkDependencyTest.py 29 from vts.testcases.vndk.golden import vndk_data
  /external/v4l2_codec2/tests/
C2VDAComponent_test.cpp 58 // Read in golden MD5s for the sanity play-through check of this video
389 // MD5Sum for output frame data for a play-though iteration (not flushed), and compare to golden
  /frameworks/base/tests/net/java/android/net/dhcp/
DhcpPacketTest.java 297 // TODO: Turn all of these into golden files. This will probably require using
299 // to read such golden files, along with an appropriate Android.mk.
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 847 // Reduce the thresholds for zero/nearest/near for GOLDEN, if GOLDEN is
    [all...]
  /external/googletest/googlemock/docs/
ForDummies.md 50 Let's look at an example. Suppose you are developing a graphics program that relies on a LOGO-like API for drawing. How would you test that it does the right thing? Well, you can run it and compare the screen with a golden screen snapshot, but let's admit it: tests like this are expensive to run and fragile (What if you just upgraded to a shiny new graphics card that has better anti-aliasing? Suddenly you have to update all your golden images.). It would be too painful if all your tests are like this. Fortunately, you learned about Dependency Injection and know the right thing to do: instead of having your application talk to the drawing API directly, wrap the API in an interface (say, `Turtle`) and code to that interface:
  /external/skia/dm/
DM.cpp 88 DEFINE_string2(readPath, r, "", "If set check for equality with golden results in this directory.");
347 fail(SkStringPrintf("Couldn't read %s for golden results.", path.c_str()));
    [all...]
  /external/skqp/dm/
DM.cpp 84 DEFINE_string2(readPath, r, "", "If set check for equality with golden results in this directory.");
335 fail(SkStringPrintf("Couldn't read %s for golden results.", path.c_str()));
    [all...]
  /external/tensorflow/tensorflow/examples/udacity/
5_word2vec.ipynb 549 "Nearest to over: overlord, panda, golden, semigroup, rawlings, involved, shreveport, handling,\n",
570 "Nearest to over: golden, semigroup, catus, motorways, brick, shehri, mussolini, overlord,\n",
591 "Nearest to over: golden, semigroup, motorways, rawlings, triangle, trey, ustawa, mattingly,\n",
612 "Nearest to over: golden, semigroup, motorways, rawlings, interventionism, counternarcotics, adaption, brick,\n",
640 "Nearest to over: through, semigroup, rawlings, golden, about, brick, on, motorways,\n",
661 "Nearest to over: through, golden, semigroup, about, brick, counternarcotics, theremin, mattingly,\n",
682 "Nearest to over: about, through, golden, adaption, counternarcotics, up, mattingly, brick,\n",
    [all...]
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp     [all...]
  /hardware/intel/img/psb_video/src/
tng_VP8.c 791 /* write Golden refernce picture address */
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
LayerTests.java 620 // golden client - draw a simple non-AA circle
  /external/capstone/
cs.c 618 cache_size = cache_size * 8 / 5; // * 1.6 ~ golden ratio
  /external/guava/guava-tests/test/com/google/common/hash/
HashingTest.java 220 * Check a few "golden" values to see that implementations across languages
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneNames.java 225 * @return The reference zone ID ("golden zone" in the LDML specification) for the given time zone ID for the
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneNames.java 249 * @return The reference zone ID ("golden zone" in the LDML specification) for the given time zone ID for the
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 160 // percent of rate boost for golden frame in CBR mode.
  /external/nanopb-c/generator/google/protobuf/
text_format.py 99 # The colon is optional in this case, but our cross-language golden files
  /external/python/cpython2/Doc/using/
windows.rst 263 by Tim Golden
  /external/python/cpython2/Misc/
ACKS 492 Tim Golden
  /external/python/cpython3/Misc/
ACKS 534 Tim Golden
  /external/syslinux/bios/com32/gpllib/
libgpl.c32 
  /external/syslinux/com32/gpllib/disk/
labels.c 251 strlcpy(buffer, "Golden Bow VFeature Partitioned Volume.", buffer_size);
  /external/syslinux/efi32/com32/gpllib/
libgpl.c32 

Completed in 1381 milliseconds

<<11121314151617181920