HomeSort by relevance Sort by last modified time
    Searched full:here (Results 976 - 1000 of 18871) sorted by null

<<31323334353637383940>>

  /frameworks/compile/mclinker/unittests/
HashTableTest.h 26 // Constructor can do set-up work for all test here.
29 // Destructor can do clean-up work that doesn't throw exceptions here.
LDSymbolTest.h 29 // Constructor can do set-up work for all test here.
32 // Destructor can do clean-up work that doesn't throw exceptions here.
LEB128Test.h 25 // Constructor can do set-up work for all test here.
28 // Destructor can do clean-up work that doesn't throw exceptions here.
MCFragmentRefTest.h 32 // Constructor can do set-up work for all test here.
35 // Destructor can do clean-up work that doesn't throw exceptions here.
MCRegionFragmentTest.h 32 // Constructor can do set-up work for all test here.
35 // Destructor can do clean-up work that doesn't throw exceptions here.
TargetMachineTest.h 25 // Constructor can do set-up work for all test here.
28 // Destructor can do clean-up work that doesn't throw exceptions here.
  /packages/apps/Email/res/layout/
message_list_fragment.xml 28 <!-- Search header is dynamically inserted here for search results -->
38 <!-- Message list error overlays are dynamically inserted here -->
  /packages/inputmethods/LatinIME/java/res/xml-sw600dp/
row_symbols_shift4.xml 31 <!-- Here is empty space. -->
36 <!-- Here is empty space. -->
  /packages/inputmethods/LatinIME/java/res/xml-sw768dp/
row_symbols_shift4.xml 28 <!-- Here is empty space. -->
33 <!-- Here is empty space. -->
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorTest.java 49 fail("shouldn't come to here");
64 fail("shouldn't come to here");
78 fail("should come to here");
89 fail("should come to here");
122 fail("shouldn't come to here");
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
ConfigurationTest.java 244 fail("Should throw NullPointerException here");
247 //expect to catch NullPointerException here
252 fail("Should throw NoSuchAlgorithmException here");
255 //expect to catch NoSuchAlgorithmException here
260 fail("Should throw IllegalArgumentException here");
263 //expect to catch NoSuchAlgorithmException here
285 fail("Should throw NullPointerException here");
288 //expect to catch NullPointerException here
293 fail("Should throw NoSuchAlgorithmException here");
296 //expect to catch NoSuchAlgorithmException here
    [all...]
  /external/clang/test/FixIt/
fixit-objc.m 21 - (void)test:(NSString *)string; // expected-note{{passing argument to parameter 'string' here}}
26 void g(NSString *a); // expected-note{{passing argument to parameter 'a' here}}
27 void h(id a); // expected-note 2{{passing argument to parameter 'a' here}}
60 void sentinel(int x, ...) __attribute__((sentinel)); // expected-note{{function has been explicitly marked sentinel here}}
63 - (void)sentinel:(int)x, ... __attribute__((sentinel)); // expected-note{{method has been explicitly marked sentinel here}}
  /external/clang/test/SemaTemplate/
ms-lookup-template-base-classes.cpp 22 template class B<int>; // expected-note {{requested here}}
71 template class B<int>; // expected-note {{requested here}}
96 b.g1(); // expected-note {{required here}}
97 b.g2(); // expected-note {{required here}}
122 foo(a); // expected-note {{requested here}}
temp_explicit.cpp 37 template<typename T> struct X2; // expected-note{{declared here}}
83 struct Inner2 { // expected-note {{here}}
105 struct Inner { // expected-note{{here}}
131 template<typename T> struct X7 { }; // expected-note{{here}}
141 template<typename T> struct X9 { }; // expected-note{{here}}
temp_arg_nontype.cpp 2 template<int N> struct A; // expected-note 5{{template parameter is declared here}}
17 template<E Value> struct A1; // expected-note{{template parameter is declared here}}
45 template<int fp(int)> struct A3; // expected-note 1{{template parameter is declared here}}
57 template<X const &AnX> struct A4; // expected-note 2{{template parameter is declared here}}
64 template<int (&fr)(int)> struct A5; // expected-note{{template parameter is declared here}}
79 template<int (Z::*pmf)(int)> struct A6; // expected-note{{template parameter is declared here}}
85 template<int Z::*pm> struct A7; // expected-note{{template parameter is declared here}}
92 template<unsigned char C> struct Overflow; // expected-note{{template parameter is declared here}}
99 template<unsigned> struct Signedness; // expected-note{{template parameter is declared here}}
103 template<signed char C> struct SignedOverflow; // expected-note 3 {{template parameter is declared here}}
    [all...]
  /external/libvpx/vpx_mem/memory_manager/include/
hmm_cnfg.h 98 /* Put configuration 1 definitions here (if there is a configuration 1). */
102 /* Put configuration 2 definitions here. */
106 /* Put configuration 3 definitions here. */
110 /* Put configuration 4 definitions here. */
114 /* Put configuration 5 definitions here. */
  /frameworks/base/core/java/android/text/
AutoText.java 133 int here = mTrie[TRIE_ROOT]; local
138 for (; here != TRIE_NULL; here = mTrie[here + TRIE_NEXT]) {
139 if (c == mTrie[here + TRIE_C]) {
141 && (mTrie[here + TRIE_OFF] != TRIE_NULL)) {
142 int off = mTrie[here + TRIE_OFF];
148 here = mTrie[here + TRIE_CHILD];
153 if (here == TRIE_NULL)
    [all...]
  /external/zlib/
inftrees.c 53 code here; /* table entry for duplication */ local
118 here.op = (unsigned char)64; /* invalid code marker */
119 here.bits = (unsigned char)1;
120 here.val = (unsigned short)0;
121 *(*table)++ = here; /* make a table to force an error */
122 *(*table)++ = here;
218 here.bits = (unsigned char)(len - drop);
220 here.op = (unsigned char)0;
221 here.val = work[sym];
224 here.op = (unsigned char)(extra[work[sym]])
    [all...]
  /development/samples/StackWidget/src/com/example/android/stackwidget/
StackWidgetService.java 56 // We sleep for 3 seconds here to show how the empty view appears in the interim.
92 // You can do heaving lifting in here, synchronously. For example, if you need to
93 // process an image, fetch something from the network, etc., it is ok to do it here,
109 // return null here, you will get the default loading view.
128 // here, synchronously. For example, if you need to process an image, fetch something
129 // from the network, etc., it is ok to do it here, synchronously. The widget will remain
130 // in its current state while work is being done here, so you don't need to worry about
  /external/antlr/antlr-3.4/runtime/C/doxygen/
atsections.dox 38 /// from their initialization. Here is an example:
71 /// Here is an example:
92 /// Here you could for instance place a <code>\#include</code>
95 /// <code>#define</code> statements here, but in the <code>\@postinclude</code> section. Then you
98 /// Here is an example:
132 /// Code you place here then will be subject to any macros defined by your own includes, by the
142 /// define them here to avoid creating conflicting definitions in the header files.
  /external/bluetooth/glib/debian/
rules 25 # Add here commands to clean up after the build process.
35 # Add here commands to clean up after the build process.
57 # Build architecture-independent files here.
61 # Build architecture-dependent files here.
68 # Add here commands to install the files into debian/tmp
87 # Add here commands to install the files into debian/tmp
106 # Add here commands to install the files into debian/libglib-cvs-dbg
  /external/clang/test/SemaCXX/
lambda-expressions.cpp 49 []() { return a; }; // expected-error {{variable 'a' cannot be implicitly captured in a lambda with no capture-default specified}} expected-note {{begins here}}
54 []() { return [&]() { return a; }; }; // expected-error {{variable 'a' cannot be implicitly captured in a lambda with no capture-default specified}} expected-note {{lambda expression begins here}}
55 []() { return ^{ return a; }; };// expected-error {{variable 'a' cannot be implicitly captured in a lambda with no capture-default specified}} expected-note {{lambda expression begins here}}
56 []() { return [&a] { return a; }; }; // expected-error 2 {{variable 'a' cannot be implicitly captured in a lambda with no capture-default specified}} expected-note 2 {{lambda expression begins here}}
76 // expected-note{{lambda expression begins here}}
87 []() { return h; }; // expected-error {{variable 'h' cannot be implicitly captured in a lambda with no capture-default specified}} expected-note {{lambda expression begins here}}
94 [] { return ref_i; }; // expected-error {{variable 'ref_i' cannot be implicitly captured in a lambda with no capture-default specified}} expected-note {{lambda expression begins here}}
  /external/nist-sip/java/gov/nist/javax/sip/parser/
RSeqParser.java 122 * CVS: then enter the issue number(s) here.
129 * CVS: address here. If this is your work then delete this line.
132 * CVS: reviewed your changes, include their name(s) here.
145 * CVS: then enter the issue number(s) here.
152 * CVS: address here. If this is your work then delete this line.
155 * CVS: reviewed your changes, include their name(s) here.
183 * CVS: then enter the issue number(s) here.
190 * CVS: address here. If this is your work then delete this line.
193 * CVS: reviewed your changes, include their name(s) here.
  /external/ppp/pppd/plugins/pppoatm/
ans.c 200 char *here; local
213 here = strchr(buffer,'#');
214 if (here) *here = 0;
231 const char *prefix,*here; local
234 here = strchr(addr,0);
235 while (here > prefix) {
236 *buf++ = *--here;
239 while (here > addr) *buf++ = *addr++;
  /development/samples/ApiDemos/res/layout/
fragment_pager_support_list.xml 29 <!-- The frame layout is here since we will be showing either
35 <!-- Here is the list. Since we are using a ListActivity, we
43 <!-- Here is the view to show if the list is emtpy -->

Completed in 741 milliseconds

<<31323334353637383940>>