/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/ |
SQLiteTestHelper.java | 8 public class SQLiteTestHelper { 11 assertThat(colValues.get(0), instanceOf(Float.class)); 12 assertThat(colValues.get(1), instanceOf(byte[].class)); 13 assertThat(colValues.get(2), instanceOf(String.class)); 14 assertThat(colValues.get(3), instanceOf(Integer.class));
|
/packages/inputmethods/LatinIME/java/ |
proguard.flags | 2 -keep @com.android.inputmethod.annotations.UsedForTesting class * 3 -keepclassmembers class * { 8 -keep @com.android.inputmethod.annotations.ExternallyReferenced class * 9 -keepclassmembers class * { 14 -keepclassmembers class * {
|
/packages/providers/ContactsProvider/ |
proguard.flags | 1 -keep class com.android.providers.contacts.ContactsDatabaseHelper { 5 -keep class com.android.vcard.VCardComposer { 10 # Any class or method annotated with NeededForTesting. 11 -keep @com.android.providers.contacts.util.NeededForTesting class * 12 -keepclassmembers class * {
|
/external/libvpx/libvpx/examples/includes/geshi/docs/api/__filesource/ |
fsource_geshi_core_geshi.php.html | 13 <div class="src-code"> 14 <div class="src-code"><ol><li><div class="src-line"><a name="a1"></a><span class="src-php"><?php</span></div></li> 15 <li><div class="src-line"><a name="a2"></a><span class="src-doc">/**</span></div></li> 16 <li><div class="src-line"><a name="a3"></a><span class="src-doc"> * GeSHi - Generic Syntax Highlighter</span></div></li> 17 <li><div class="src-line"><a name="a4"></a><span class="src-doc"> *</span></div></li [all...] |
/external/clang/test/SemaTemplate/ |
deduction-crash.cpp | 18 template<class>struct aaa 23 template<class> 32 template<class> 35 template<class,int=0> 41 template<class Event> 47 template<class Event> 63 template <class > struct remove_reference ; 64 template <class _Tp> struct remove_reference<_Tp&> ; 66 template <class > struct __tuple_like; 68 template <class _Tp, class _Up, int = __tuple_like<typename remove_reference<_Tp>::type>::value> [all...] |
/external/tinyxml/docs/ |
functions.html | 3 <title>TinyXml: Class Members</title> 7 <div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindexHL" href="functions.html">Class Members</a></div [all...] |
classTiXmlAttribute-members.html | 7 <div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a></div> 8 <h1>TiXmlAttribute Member List</h1>This is the complete list of members for <a class="el" href="classTiXmlAttribute.html">TiXmlAttribute</a>, including all inherited members.<p><table [all...] |
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
AnnotationsTest.java | 32 public final class AnnotationsTest extends TestCase { 35 assertAnnotatedElement(Type.class, AnnotationA.class, AnnotationB.class); 39 assertAnnotatedElement(ExtendsType.class, AnnotationB.class); 43 Constructor<Type> constructor = Type.class.getConstructor(); 44 assertAnnotatedElement(constructor, AnnotationA.class, AnnotationC.class); 48 Field field = Type.class.getField("field") [all...] |
/external/chromium_org/base/ |
sequenced_task_runner_helpers.h | 15 class Location; 21 template <class T, class R> class DeleteHelperInternal; 22 template <class T, class R> class ReleaseHelperInternal; 31 // templated class to make it easier for users of DeleteSoon to 33 template <class T> 34 class DeleteHelper [all...] |
/external/chromium_org/ppapi/host/ |
dispatch_host_message.h | 22 template <class ObjT, class Method> 29 template <class ObjT, class Method, class A> 36 template<class ObjT, class Method, class A, class B> 43 template<class ObjT, class Method, class A, class B, class C [all...] |
/frameworks/base/docs/html/reference/renderscript/ |
rs__time_8rsh.html | 18 <div id="navrow1" class="tabs"> 19 <ul class="tablist"> 21 <li class="current"><a href="globals.html"><span>Globals</span></a></li> 26 <div class="header"> 27 <div class="summary"> 31 <div class="headertitle"> 32 <div class="title">/usr/local/google/home/srhines/android_trees/jb-mr2-dev/frameworks/rs/scriptc/rs_time.rsh File Reference</div> </div> 34 <div class="contents"> 35 <table class="memberdecls"> 38 <tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom (…) [all...] |
rs__graphics_8rsh_source.html | 18 <div id="navrow1" class="tabs"> 19 <ul class="tablist"> 21 <li class="current"><a href="globals.html"><span>Globals</span></a></li> 25 <div class="header"> 26 <div class="headertitle"> 27 <div class="title">rs_graphics.rsh</div> </div> 29 <div class="contents"> 30 <a href="rs__graphics_8rsh.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span [all...] |
/external/chromium_org/base/threading/ |
thread_restrictions.h | 18 class AcceleratedPresenter; 19 class BrowserProcessImpl; 20 class HistogramSynchronizer; 21 class MetricsService; 22 class NativeBackendKWallet; 23 class ScopedAllowWaitForLegacyWebViewApi; 24 class TestingAutomationProvider; 27 class NonFrontendDataTypeController; 28 class UIModelWorker; 31 class CompletionEvent [all...] |
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
examples.cpp | 76 // class template, so we write template<> for each 96 // defines #3. There is no enclosing class template, so 131 template<class T> 132 class Bar 142 class Foo; 171 template<class,class=int>struct S; 172 template<class X>struct S<X> { 173 template<class T> class F [all...] |
/external/chromium_org/chrome/browser/chromeos/ |
chrome_browser_main_chromeos.h | 14 class ContactManager; 18 class PowerSaveBlocker; 23 class DataPromoNotification; 24 class DisplayConfigurationObserver; 25 class ExtensionSystemEventObserver; 26 class IdleActionWarningObserver; 27 class MagnificationManager; 28 class PeripheralBatteryObserver; 29 class PowerButtonObserver; 30 class PowerPrefs [all...] |
/external/chromium_org/chrome/browser/resources/ |
about_memory_linux.html | 32 <div class="help"> 34 <p class="summary-desc" i18n-values=".innerHTML:summary_desc"></p> 39 <table class="list" id="browserComparison"> 41 <col class="name"> 42 <col class="number"> 43 <col class="number"> 45 <tr class="firstRow doNotFilter"> 50 <div class="help"> 73 <tr class="secondRow doNotFilter"> 74 <th class="name" [all...] |
/external/chromium_org/mojo/public/bindings/generators/cpp_templates/ |
wrapper_class_declaration | 0 class $CLASS { 3 typedef internal::${CLASS}_Data Data; 5 $CLASS() : data_(NULL) { 9 $CLASS(const U& u, mojo::Buffer* buf = mojo::Buffer::current()) { 10 *this = mojo::TypeConverter<$CLASS,U>::ConvertFrom(u, buf); 14 $CLASS& operator=(const U& u) { 16 mojo::TypeConverter<$CLASS,U>::ConvertFrom(u, mojo::Buffer::current()); 27 return mojo::TypeConverter<$CLASS,U>::ConvertTo(*this); 34 class Builder [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/animation/ |
animation-direction-reverse-timing-functions-hardware.html | 86 <div class="wrapper" id="normal"> 87 <div class="expected delay_zero">normal</div> 88 <div class="animated delay_zero">normal</div> 89 <div class="expected delay_one_third">normal</div> 90 <div class="animated delay_one_third">normal</div> 91 <div class="expected delay_two_thirds">normal</div> 92 <div class="animated delay_two_thirds">normal</div> 93 <div class="expected delay_three_thirds">normal</div> 94 <div class="animated delay_three_thirds">normal</div> 95 <div class="expected delay_four_thirds">normal</div [all...] |
/external/clang/test/PCH/ |
chain-friend-instantiation.cpp | 7 template <class T> class TClass; 10 template <class X, class Y> TClass<X> problematic(X * ptr, const TClass<Y> &src); 12 template <class T> 13 class TBaseClass 16 template <class X, class Y> friend TClass<X> problematic(X * ptr, const TClass<Y> &src); 20 template <class T> 21 class TClass: public NS::TBaseClass<T [all...] |
/external/clang/test/Parser/ |
DelayedTemplateParsing.cpp | 3 template <class T> 4 class A { 11 template <class T> 12 class B { 14 void foo4() { } // expected-error {{class member cannot be redeclared}} expected-error {{redefinition of 'foo4'}} 23 template <class T> 27 template <class T> 33 template <class T> 46 template <class T> void foo5() {} //expected-note {{previous definition is here}} 47 template <class T> void foo5() {} // expected-error {{redefinition of 'foo5'} [all...] |
/external/clang/test/SemaCXX/ |
derived-to-base-ambig.cpp | 2 class A { }; 3 class B : public A { }; 4 class C : public A { }; 5 class D : public B, public C { }; 9 a = d; // expected-error{{ambiguous conversion from derived class 'D' to base class 'A':}} expected-error{{assigning to 'A *' from incompatible type 'D *'}} 12 class Object2 { }; 13 class A2 : public Object2 { }; 14 class B2 : public virtual A2 { }; 15 class C2 : virtual public A2 { } [all...] |
/frameworks/base/docs/html/reference/com/google/android/gms/wallet/ |
MaskedWallet.html | 116 <body class="gc-documentation google 118 <div id="doc-api-level" class="" style="display:none"></div> 125 <div class="wrap" id="header-wrap"> 126 <div class="col-3 logo"> 130 <div class="btn-quicknav" id="btn-quicknav"> 131 <a href="#" class="arrow-inactive">Quicknav</a> 132 <a href="#" class="arrow-active">Quicknav</a> 135 <ul class="nav-x col-9"> 136 <li class="design"> 145 <li class="develop"><a href="/develop/index.html [all...] |
/external/libsepol/tests/policies/test-deps/ |
base-metreq.conf | 7 class security 8 class process 9 class system 10 class capability 13 class filesystem 14 class file 15 class dir 16 class fd 17 class lnk_file 18 class chr_fil [all...] |
small-base.conf | 7 class security 8 class process 9 class system 10 class capability 13 class filesystem 14 class file 15 class dir 16 class fd 17 class lnk_file 18 class chr_fil [all...] |
/external/libsepol/tests/policies/test-expander/ |
alias-base.conf | 7 class security 8 class process 9 class system 10 class capability 13 class filesystem 14 class file 15 class dir 16 class fd 17 class lnk_file 18 class chr_fil [all...] |