HomeSort by relevance Sort by last modified time
    Searched full:incomplete (Results 76 - 100 of 2222) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/proguard/src/proguard/classfile/
package.html 11 an incomplete representation that can be only be read. It is however
  /external/skia/platform_tools/android/apps/sample_app/src/main/jni/
AndroidKeyToSkKey.h 16 // Convert an Android keycode to an SkKey. This is an incomplete list, only
  /prebuilts/go/darwin-x86/src/math/
mod_386.s 14 JNE -3(PC) // jump if reduction incomplete
remainder_386.s 14 JNE -3(PC) // jump if reduction incomplete
  /prebuilts/go/linux-x86/src/math/
mod_386.s 14 JNE -3(PC) // jump if reduction incomplete
remainder_386.s 14 JNE -3(PC) // jump if reduction incomplete
  /external/clang/test/CodeGenCXX/
address-space-ref.cpp 14 // For a reference to an incomplete type in an alternate address space, output
26 // For a reference to an incomplete type in addrspace(0), output nonnull.
debug-info-ptr-to-member-function.cpp 15 struct Incomplete;
17 int (Incomplete::**bar)();
  /external/clang/test/SemaObjC/
exprs.m 40 (void)@encode(Incomplete_ObjC_class); // expected-error {{incomplete type}}
41 (void)@encode(struct Incomplete_struct); // expected-error {{incomplete type}}
  /external/clang/test/SemaTemplate/
instantiate-overload-candidates.cpp 11 // incomplete types.
12 T t; // expected-error{{field has incomplete type}}
instantiate-var-template.cpp 28 template<typename T> constexpr T b = a<sizeof(sizeof(f(T())))>; // expected-error {{invalid application of 'sizeof' to an incomplete type 'void'}}
41 template<> struct B models<>; // expected-error {{incomplete type 'struct B'}} expected-note {{forward declaration}}
  /frameworks/base/packages/SystemUI/res/values/
strings_car.xml 23 inaccurate, incomplete, dangerous, not suitable, prohibited, or involve crossing
24 administrative areas. Business information may also be inaccurate or incomplete. Data is
  /frameworks/base/packages/SystemUI/res/values-en-rAU/
strings_car.xml 23 <string name="car_lockscreen_disclaimer_text" msgid="3061224684092952864">"Stay fully aware of driving conditions and always obey applicable laws. Directions may be inaccurate, incomplete, dangerous, not suitable, prohibited or involve crossing administrative areas. Business information may also be inaccurate or incomplete. Data is not real time and location accuracy cannot be guaranteed. Do not handle your mobile device or use apps not intended for Android Auto while driving."</string>
  /frameworks/base/packages/SystemUI/res/values-en-rGB/
strings_car.xml 23 <string name="car_lockscreen_disclaimer_text" msgid="3061224684092952864">"Stay fully aware of driving conditions and always obey applicable laws. Directions may be inaccurate, incomplete, dangerous, not suitable, prohibited or involve crossing administrative areas. Business information may also be inaccurate or incomplete. Data is not real time and location accuracy cannot be guaranteed. Do not handle your mobile device or use apps not intended for Android Auto while driving."</string>
  /frameworks/base/packages/SystemUI/res/values-en-rIN/
strings_car.xml 23 <string name="car_lockscreen_disclaimer_text" msgid="3061224684092952864">"Stay fully aware of driving conditions and always obey applicable laws. Directions may be inaccurate, incomplete, dangerous, not suitable, prohibited or involve crossing administrative areas. Business information may also be inaccurate or incomplete. Data is not real time and location accuracy cannot be guaranteed. Do not handle your mobile device or use apps not intended for Android Auto while driving."</string>
  /frameworks/base/packages/SystemUI/res/values-it/
strings_car.xml 23 <string name="car_lockscreen_disclaimer_text" msgid="3061224684092952864">"Č necessario essere sempre pienamente informati sulle condizioni della strada e rispettare la legislazione vigente. Le indicazioni stradali potrebbero essere imprecise, incomplete, pericolose, inadatte, vietate o richiedere l\'attraversamento di aree amministrative. Anche le informazioni sugli esercizi commerciali potrebbero essere imprecise o incomplete. I dati forniti non sono aggiornati in tempo reale e non č possibile garantire la precisione della geolocalizzazione. Non maneggiare dispositivi mobili e app non destinate ad Android Auto durante la guida."</string>
  /frameworks/base/packages/SystemUI/res/values-ro/
strings_car.xml 23 <string name="car_lockscreen_disclaimer_text" msgid="3061224684092952864">"Afla?i mereu condi?iile de trafic ?i respecta?i īntotdeauna legisla?ia aplicabil?. Indica?iile de orientare pot fi inexacte, incomplete, periculoase, neadecvate, interzise sau pot implica trecerea prin zone administrative. Informa?iile despre companii pot fi, de asemenea, inexacte sau incomplete. Datele nu sunt īn timp real ?i nu se poate garanta exactitatea loca?iei. Nu manipula?i dispozitivul mobil ?i nu folosi?i aplica?ii neconcepute pentru Android Auto cānd sunte?i la volan."</string>
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p1.cpp 9 T value; // expected-error{{incomplete}}
33 U member2; // expected-error{{incomplete}}
52 struct Incomplete; // expected-note{{forward declaration}}
68 U member2; // expected-error{{incomplete}}
86 template struct X2<int, Incomplete>::Inner; // expected-note{{instantiation}}
  /packages/inputmethods/LatinIME/java/res/xml/
rowkeys_nepali_romanized1.xml 29 render dotted circle for incomplete combining letter of some scripts, different
34 render dotted circle for incomplete combining letter of some scripts, different
43 render dotted circle for incomplete combining letter of some scripts, different
48 render dotted circle for incomplete combining letter of some scripts, different
61 render dotted circle for incomplete combining letter of some scripts, different
72 render dotted circle for incomplete combining letter of some scripts, different
81 render dotted circle for incomplete combining letter of some scripts, different
108 render dotted circle for incomplete combining letter of some scripts, different
117 render dotted circle for incomplete combining letter of some scripts, different
126 render dotted circle for incomplete combining letter of some scripts, differen
    [all...]
rowkeys_nepali_traditional2.xml 35 render dotted circle for incomplete combining letter of some scripts, different
46 render dotted circle for incomplete combining letter of some scripts, different
53 render dotted circle for incomplete combining letter of some scripts, different
62 render dotted circle for incomplete combining letter of some scripts, different
75 render dotted circle for incomplete combining letter of some scripts, different
88 render dotted circle for incomplete combining letter of some scripts, different
95 render dotted circle for incomplete combining letter of some scripts, different
  /external/clang/test/Sema/
conditional-expr.c 5 *(0 ? (double *)0 : (void *)(int *)0) = 0; // expected-error {{incomplete type 'void' is not assignable}}
6 *(0 ? (double *)0 : (void *)(double *)0) = 0; // expected-error {{incomplete type 'void' is not assignable}}
7 *(0 ? (double *)0 : (int *)(void *)0) = 0; // expected-error {{incomplete type 'void' is not assignable}} expected-warning {{pointer type mismatch ('double *' and 'int *')}}
9 *((void *) 0) = 0; // expected-error {{incomplete type 'void' is not assignable}}
69 int (*incomplete)[];
71 sizeof(*(test0 ? incomplete : complete)); // expected-warning {{expression result unused}}
72 sizeof(*(test0 ? complete : incomplete)); // expected-warning {{expression result unused}}
  /external/clang/test/SemaCXX/
exceptions.cpp 13 } catch(void v) { // expected-error {{cannot catch incomplete type 'void'}}
14 } catch(A a) { // expected-error {{cannot catch incomplete type 'A'}}
15 } catch(A *a) { // expected-error {{cannot catch pointer to incomplete type 'A'}}
16 } catch(A &a) { // expected-error {{cannot catch reference to incomplete type 'A'}}
31 throw throw; // expected-error {{cannot throw object of incomplete type 'void'}}
32 throw (A*)0; // expected-error {{cannot throw pointer to object of incomplete type 'A'}}
138 void f() throw (T); // expected-error {{pointer to incomplete type 'Decay::E' is not allowed in exception specification}}
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_pep3118.py 95 class Incomplete(Structure):
160 ## pointer to incomplete structure
161 (Incomplete, "B", None, Incomplete),
162 (POINTER(Incomplete), "&B", None, POINTER(Incomplete)),
164 # 'Complete' is a structure that starts incomplete, but is completed after the
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_pep3118.py 95 class Incomplete(Structure):
160 ## pointer to incomplete structure
161 (Incomplete, "B", None, Incomplete),
162 (POINTER(Incomplete), "&B", None, POINTER(Incomplete)),
164 # 'Complete' is a structure that starts incomplete, but is completed after the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_pep3118.py 95 class Incomplete(Structure):
160 ## pointer to incomplete structure
161 (Incomplete, "B", None, Incomplete),
162 (POINTER(Incomplete), "&B", None, POINTER(Incomplete)),
164 # 'Complete' is a structure that starts incomplete, but is completed after the

Completed in 3737 milliseconds

1 2 34 5 6 7 8 91011>>