HomeSort by relevance Sort by last modified time
    Searched full:covers (Results 51 - 75 of 588) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/cf/code/
ByteCatchList.java 108 if (one.covers(pc) && typeNotFound(one, resultArr, resultSz)) {
311 * @return {@code true} iff this item covers {@code pc}
313 public boolean covers(int pc) { method in class:ByteCatchList.Item
  /external/guava/guava-tests/test/com/google/common/math/
MathTesting.java 111 // Add boundary values manually to avoid over/under flow (this covers 2^N for 0 and 31).
113 // Add values up to 64. This covers cases like "square of a prime" and such.
150 // Add boundary values manually to avoid over/under flow (this covers 2^N for 31 and 63).
  /external/v8/test/mjsunit/
cyrillic.js 103 // Test range that covers both greek and cyrillic characters.
122 // A range that covers the lower case greek letters and the upper case cyrillic
181 // A range that covers both ASCII and non-ASCII.
  /dalvik/vm/alloc/
HeapBitmap.h 100 * Returns true if the address range of the bitmap covers the object
  /docs/source.android.com/src/tech/
index.md 43 include support for encryption on their device. It covers the few things that
  /external/bouncycastle/src/main/java/org/bouncycastle/util/
IPAddress.java 154 octets++; // add an extra one as address covers 2 words.
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 111 // Create a range that covers the entire replacement (or
  /external/compiler-rt/lib/asan/interception/mach_override/
mach_override.h 38 complete rewrite under the covers, because the target address can't
  /external/elfutils/libdw/
dwarf_haspc.c 1 /* Determine whether a DIE covers a PC address.
  /external/icu4c/common/
ucnv_imp.h 33 * and other functions recognize, but it covers most cases.
  /external/kernel-headers/original/asm-mips/
socket.h 105 /* Mask which covers at least up to SOCK_MASK-1. The
  /external/openssl/crypto/dh/
generate 58 it still covers half the space of possible residues. And an
  /external/protobuf/src/google/protobuf/testing/
googletest.h 70 // This is a dummy implementation which covers only what is used by protocol
  /external/skia/src/utils/
SkDeferredCanvas.cpp 350 // covers canvas entirely and transformed bitmap covers canvas entirely
359 // covers canvas entirely and dst covers canvas entirely
  /external/valgrind/main/docs/xml/
design-impl.xml 74 Annelid and Redux. It also covers some underlying theory about
  /external/webkit/Source/WebCore/platform/graphics/
GlyphMetricsMap.h 65 static const size_t size = 256; // Usually covers Latin-1 in a single page.
  /frameworks/base/docs/html/guide/components/
index.jd 51 <p>This class covers some common ways you can send and receive content between
  /frameworks/base/docs/html/guide/
index.jd 51 <p>This class covers some common ways you can send and receive content between
  /frameworks/base/docs/html/training/design-navigation/
index.jd 26 <p>This class shows you how to plan out the high-level screen hierarchy for your application and then choose appropriate forms of navigation to allow users to effectively and intuitively traverse your content. Each lesson covers various stages in the interaction design process for navigation in Android applications, in roughly chronological order. After going through the lessons in this class, you should be able to apply the methodology and navigation paradigms outlined here to your own applications, providing a coherent navigation experience for your users.</p>
  /frameworks/base/docs/html/training/multiple-apks/
index.jd 39 configuration variables. Each lesson covers basics about how to organize your codebase and target
  /libcore/luni/src/test/java/tests/security/spec/
ECParameterSpecTest.java 52 * test covers following usecases:
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
SimpleIcsWriterTests.java 38 * Test for {@link SimpleIcsWriter#writeTag}. It also covers {@link SimpleIcsWriter#getBytes()}
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
SimpleIcsWriterTests.java 38 * Test for {@link SimpleIcsWriter#writeTag}. It also covers {@link SimpleIcsWriter#getBytes()}
  /external/chromium/chrome/browser/ui/cocoa/
framed_browser_window.mm 175 // The tab strip view covers our window buttons. So we add hit testing here
223 // because the tab strip view covers those buttons), so we handle it here.
  /external/clang/test/Sema/
switch.c 303 default: return 2; // expected-warning {{default label in switch which covers all enumeration values}}
319 default: // expected-warning {{default label in switch which covers all enumeration values}}

Completed in 820 milliseconds

1 23 4 5 6 7 8 91011>>