HomeSort by relevance Sort by last modified time
    Searched full:explicit (Results 501 - 525 of 1588) sorted by null

<<21222324252627282930>>

  /frameworks/base/graphics/java/android/graphics/
Picture.java 115 // do explicit check before calling the native method
  /frameworks/base/include/media/
Metadata.h 97 explicit Metadata(Parcel *p);
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
memlink.h 51 inline explicit memlink (const cmemlink& l) : cmemlink (l) {}
ufunction.h 110 explicit inline pointer_to_unary_function (pfunc_t pfn) : m_pfn (pfn) {}
127 explicit inline pointer_to_binary_function (pfunc_t pfn) : m_pfn (pfn) {}
163 explicit inline unary_negate (UnaryFunction pfn) : m_pfn (pfn) {}
312 explicit inline ClassName (func_t pf) : m_pf (pf) {} \
umap.h 46 explicit inline map (size_type n) : vector<pair<K,V> > (n) {}
umemory.h 41 inline explicit auto_ptr (pointer p = NULL) : m_p (p) {}
umultimap.h 46 explicit inline multimap (size_type n) : vector<pair<K,V> > (n) {}
  /frameworks/base/test-runner/src/android/test/
InstrumentationCoreTestRunner.java 167 * explicit tearDown() method. Normally the garbage collector should
  /frameworks/base/tools/aapt/
StringPool.h 75 explicit StringPool(bool sorted = false, bool utf8 = false);
  /frameworks/base/tools/preload/
WritePreloadedClassFile.java 104 // Make classes that were implicitly loaded by the zygote explicit.
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 122 * explicit DISCONNECT command. In such a case, the supplicant is
  /packages/apps/Email/src/com/android/email/mail/
Transport.java 58 * @param defaultPort If the Uri does not include an explicit port, this value will be used.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
PackageIconLoader.java 57 * Resource IDs without an explicit package will be resolved against the package
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java 41 * explicit override by the user, which is captured as the is_superprimary flag
  /sdk/emulator/qtools/
trace_reader_base.h 160 explicit BBReader(TraceReaderBase *trace);
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
LayoutAnalyzer.java 50 * Anaylizing an Android XML layout produces a list of explicit messages
  /frameworks/base/docs/html/guide/topics/intents/
intents-filters.jd 321 <li><i>Explicit intents</i> designate the target component by its
324 developers of other applications, explicit intents are typically used
334 Android delivers an explicit intent to an instance of the designated
350 it can receive only explicit intents. A component with filters can
351 receive both explicit and implicit intents.
378 a target class). An explicit intent is always delivered to its target,
399 nothing to prevent explicit intents from targeting the component. Even
402 together an explicit intent with a different action and data source, and
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 697 * setContentView(View): set the screen content to an explicit view.
698 * setContentView(View, LayoutParams): Set the screen content to an explicit view.
761 * setFeatureDrawable: Set an explicit Drawable value for feature of this window.
    [all...]
  /external/stlport/stlport/stl/
_complex.h 57 explicit complex(const complex<_Tp2>& __z)
174 // Explicit specializations for float, double, long double. The only
190 inline explicit complex(const complex<double>& __z);
192 inline explicit complex(const complex<long double>& __z);
331 explicit inline complex(const complex<long double>& __z);
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp_unittest.py 688 # missing explicit is bad
725 # Test non-explicit single-argument constructors
727 # missing explicit is bad
732 'Single-argument constructors should be marked explicit.'
733 ' [runtime/explicit] [5]')
734 # missing explicit is bad, even with whitespace
740 'Single-argument constructors should be marked explicit.'
741 ' [runtime/explicit] [5]'])
742 # missing explicit, with distracting comment, is still bad
747 'Single-argument constructors should be marked explicit.
    [all...]
  /frameworks/base/core/java/android/view/
Window.java 577 * Specify an explicit soft input mode to use for the window, as per
743 * set the screen content to an explicit view. This view is placed
753 * Set the screen content to an explicit view. This view is placed
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 235 explicit ListNode(const E & element) : element_(element), next_(NULL) {}
496 explicit TestPropertyKeyIs(const char* key)
920 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
936 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
953 explicit UnitTestImpl(UnitTest* parent);
    [all...]
  /build/tools/droiddoc/src/
LinkReference.java 55 * regex pattern to use when matching explicit "<a href" reference text
342 // explicit "<a href" form
  /dalvik/libcore/luni/src/main/java/java/io/
BufferedInputStream.java 92 "better to be explicit if an 8k buffer is required.");
301 // made implicit null check explicit, used (offset | length) < 0
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/signers/
ISO9796d2PSSSigner.java 50 * Generate a signer for the with either implicit or explicit trailers
97 * Constructor for a signer with an explicit digest trailer.

Completed in 783 milliseconds

<<21222324252627282930>>