HomeSort by relevance Sort by last modified time
    Searched full:covered (Results 226 - 250 of 2212) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/
CounterColumnTest.java 199 private ITableItem createItem(final int missed, final int covered) {
200 final ICoverageNode node = createNode(missed, covered);
220 private CoverageNodeImpl createNode(final int missed, final int covered) {
223 this.lineCounter = CounterImpl.getInstance(missed, covered);
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
PhoneNumberMatchTest.java 28 * Tests the value type semantics. Equality and hash code must be based on the covered range and
  /external/pdfium/third_party/freetype/include/freetype/internal/services/
svttcmap.h 42 /* which is not covered by the generic @FT_CharMap structure. This */
  /external/protobuf/
LICENSE 33 support library is itself covered by the above license.
NOTICE 33 support library is itself covered by the above license.
  /external/v8/
NOTICE 31 The original source code covered by the above license above has been
  /ndk/sources/android/support/
README 22 the public domain, or covered by the following classic
  /ndk/tests/device/test-gnustl_shared-exception/jni/
Android.mk 3 # Test -1: Throw in exec, catch in exec covered elsewhere
  /ndk/tests/device/test-gnustl_static-exception/jni/
Android.mk 3 # Test -1: Throw in exec, catch in exec covered elsewhere
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoProcessorTest.java 34 * Most of tests are covered by {@link PhotoStoreTest}.
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
NOTICE 33 support library is itself covered by the above license.
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
node.py 92 @param covers: The covered type. Usually this value is
129 @param covers: The covered type.
152 @param covers: The covered type.
  /external/deqp/doc/testspecs/GLES3/
functional.texture.format.txt 51 - Covered in functional.texture.filtering and functional.texture.wrap
53 - Will be covered in functional.texture.vertex tests
55 - Will be covered in functional.texture.conversion
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 202 // strength of that one block (much as for now, a line is 'covered'
203 // if it's partially covered).
232 boolean covered = false;
241 covered = ccoverage[methodID][0];
245 row("FNDA:" + (covered ? 1 : 0) + "," + className + "::" + mname);
  /frameworks/data-binding/compiler/src/main/resources/
NOTICE.txt     [all...]
  /external/skia/src/gpu/
GrPathRenderer.h 38 * covered by bounding geometry but outside the path. These exterior pixels would still be
45 * arbitrary stenciling rules. Pixels partially covered by AA paths are
50 * covered by the path.
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
field_mask_util.h 91 // 1. Remove paths that are covered by another path. For example,
92 // "foo.bar" is covered by "foo" and will be removed if "foo"
105 // Returns true if path is covered by the given FieldMask. Note that path
  /bionic/libc/arch-arm/bionic/
__restore.S 34 // __restore_rt (but covered by the .fnstart/.fnend) so that although they're
  /cts/tests/tests/telecom/src/android/telecom/cts/
ConnectionServiceTest.java 30 * Test some additional {@link ConnectionService} APIs not already covered by other tests.
  /dalvik/dexgen/src/com/android/dexgen/util/
AnnotatedOutput.java 56 * after all the output covered by the previous calls.
  /dalvik/dx/src/com/android/dx/util/
AnnotatedOutput.java 56 * after all the output covered by the previous calls.
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/assets/
beef-brisket-chili.json 24 text: "Place the bell peppers, roughly sliced, the bay leaves and chopped tomatoes in a large covered pot. Bring to the boil and then add the beef, onions and chillies. ",
  /developers/build/prebuilts/gradle/RevealEffectBasic/Application/src/main/java/com/example/android/revealeffectbasic/
RevealEffectBasicFragment.java 58 // the top left corner until the whole view is covered.
  /developers/samples/android/ui/views/RevealEffect/RevealEffectBasic/Application/src/main/java/com/example/android/revealeffectbasic/
RevealEffectBasicFragment.java 58 // the top left corner until the whole view is covered.
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/assets/
beef-brisket-chili.json 24 text: "Place the bell peppers, roughly sliced, the bay leaves and chopped tomatoes in a large covered pot. Bring to the boil and then add the beef, onions and chillies. ",

Completed in 458 milliseconds

1 2 3 4 5 6 7 8 91011>>