/hardware/qcom/msm8x26/kernel-headers/sound/ |
audio_effects.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
/hardware/qcom/msm8x84/kernel-headers/sound/ |
audio_effects.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
/external/clang/test/Analysis/ |
malloc.c | 11 // Also of note is this cryptic warning: "The wchar_t type is not supported 46 return; // expected-warning{{Potential leak of memory pointed to by 'p'}} 52 free(p); // expected-warning{{Attempt to free released memory}} 58 realloc(p,0); // expected-warning{{Attempt to free released memory}} 63 int *q = realloc(p,0); // no-warning 71 char x = *q; // expected-warning {{Potential leak of memory pointed to by 'q'}} 90 return q; // no warning - returning the allocated value 108 free(p); // expected-warning {{Attempt to free released memory}} 118 free(p); // expected-warning {{Attempt to free released memory}} 122 free(p); // expected-warning {{Attempt to free released memory} [all...] |
const-method-call.cpp | 53 clang_analyzer_eval(t.x == 3); // expected-warning{{TRUE}} 56 clang_analyzer_eval(t.x); // expected-warning{{UNKNOWN}} 63 clang_analyzer_eval(t.mut); // expected-warning{{UNKNOWN}} 71 clang_analyzer_eval(x); // expected-warning{{UNKNOWN}} 72 clang_analyzer_eval(t.p == &x); // expected-warning{{TRUE}} 79 clang_analyzer_eval(t.b_mut); // expected-warning{{UNKNOWN}} 87 clang_analyzer_eval(x); // expected-warning{{UNKNOWN}} 88 clang_analyzer_eval(t.p == &x); // expected-warning{{TRUE}} 97 clang_analyzer_eval(x); // expected-warning{{UNKNOWN}} 98 clang_analyzer_eval(t.x == 2); // expected-warning{{TRUE} [all...] |
new.cpp | 27 clang_analyzer_eval(someGlobal == 0); // expected-warning{{TRUE}} 33 clang_analyzer_eval(*x == 1); // expected-warning{{TRUE}}; 36 clang_analyzer_eval(x == y); // expected-warning{{TRUE}}; 37 clang_analyzer_eval(*x == 1); // expected-warning{{UNKNOWN}}; 45 clang_analyzer_eval(*x == 1); // expected-warning{{TRUE}}; 48 clang_analyzer_eval(*x == 1); // expected-warning{{UNKNOWN}}; 50 return y; // no-warning 57 // Should be no-warning (the custom allocator could have freed x). 58 void *y = new (0, x) int; // no-warning 65 clang_analyzer_eval(*n == 3); // expected-warning{{TRUE} [all...] |
nullability.mm | 43 Dummy &r = *p; // expected-warning {{Nullable pointer is dereferenced}} 46 int b = p->val; // expected-warning {{Nullable pointer is dereferenced}} 49 int stuff = *ptr; // expected-warning {{Nullable pointer is dereferenced}} 52 takesNonnull(p); // expected-warning {{Nullable pointer is passed to a callee that requires a non-null 1st parameter}} 60 case 5: takesAttrNonnull(p); break; // expected-warning {{Nullable pointer is passed to}} 61 default: { Dummy d = *p; } break; // expected-warning {{Nullable pointer is dereferenced}} 74 takesNonnull(q); // expected-warning {{Null passed to a callee that requires a non-null 1st parameter}} 78 nonnull = q; // expected-warning {{Null is assigned to a pointer which is expected to have non-null value}} 91 case 1: nonnull = p; break; // expected-warning {{Nullable pointer is assigned to a pointer which is expected to have non-null value}} 96 case 6: testMultiParamChecking(nonnull, nullable, nullable); break; // expected-warning {{Nullable pointer is passed to a callee that requires a non-null 3rd parameter} [all...] |
dtor.cpp | 10 *x = 3; // expected-warning{{Dereference of null pointer}} 38 *mem = 0; // expected-warning{{Use of memory after it is freed}} 51 *mem = 0; // expected-warning{{Use of memory after it is freed}} 68 *mem = 0; // expected-warning{{Use of memory after it is freed}} 85 *mem = 0; // expected-warning{{Use of memory after it is freed}} 96 *mem = 0; // expected-warning{{Use of memory after it is freed}} 106 // expected-warning@28 {{Attempt to free released memory}} 125 *mem = 0; // expected-warning{{Use of memory after it is freed}} 145 clang_analyzer_eval(arr[0].x == 0); // expected-warning{{UNKNOWN}} 146 clang_analyzer_eval(arr[1].x == 0); // expected-warning{{UNKNOWN} [all...] |
/external/androidplot/.idea/inspectionProfiles/ |
Project_Default.xml | 6 <inspection_tool class="AssertEqualsBetweenInconvertibleTypesTestNG" enabled="false" level="WARNING" enabled_by_default="false" /> 7 <inspection_tool class="AutowiredDependenciesInspection" enabled="false" level="WARNING" enabled_by_default="false" /> 8 <inspection_tool class="ComponentNotRegistered" enabled="false" level="WARNING" enabled_by_default="false"> 14 <inspection_tool class="ContextJavaBeanUnresolvedMethodsInspection" enabled="false" level="WARNING" enabled_by_default="false" /> 15 <inspection_tool class="DialogTitleCapitalization" enabled="false" level="WARNING" enabled_by_default="false" /> 17 <inspection_tool class="ELDeferredExpressionsInspection" enabled="false" level="WARNING" enabled_by_default="false" /> 18 <inspection_tool class="ELMethodSignatureInspection" enabled="false" level="WARNING" enabled_by_default="false" /> 19 <inspection_tool class="ELSpecValidationInJSP" enabled="false" level="WARNING" enabled_by_default="false" /> 20 <inspection_tool class="ELValidationInJSP" enabled="false" level="WARNING" enabled_by_default="false" /> 22 <inspection_tool class="EjbClassWarningsInspection" enabled="false" level="WARNING" enabled_by_default="false" / [all...] |
/external/clang/test/SemaObjC/ |
property-deprecated-warning.m | 53 [self setTarget: (id)0]; // no-warning 54 [self setDep_target: [self dep_target]]; // expected-warning {{'dep_target' is deprecated: first deprecated in iOS 3.0}} \ 55 // expected-warning {{'setDep_target:' is deprecated: first deprecated in iOS 3.0}} 57 [self setPtarget: (id)0]; // no-warning 58 [self setPartialTarget: (id)0]; // no-warning 60 // expected-warning@+2 {{'partial_dep_target' is partial: introduced in iOS 5.0}} expected-warning@+2 {{'setPartial_dep_target:' is partial: introduced in iOS 5.0}} expected-note@+2 {{explicitly redeclare 'partial_dep_target' to silence this warning}} expected-note@+2 {{explicitly redeclare 'setPartial_dep_target:' to silence this warning}} 64 [self setPartialPtarget: (id)0]; // no-warning [all...] |
/hardware/qcom/msm8996/kernel-headers/media/ |
msmb_camera.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticCommentKinds.td | 16 def warn_doc_html_start_tag_expected_quoted_string : Warning< 20 def warn_doc_html_start_tag_expected_ident_or_greater : Warning< 29 def warn_doc_html_end_forbidden : Warning< 33 def warn_doc_html_end_unbalanced : Warning< 37 def warn_doc_html_start_end_mismatch : Warning< 44 def warn_doc_html_missing_end_tag : Warning< 50 def warn_doc_block_command_empty_paragraph : Warning< 54 def warn_doc_block_command_duplicate : Warning< 66 def warn_doc_param_invalid_direction : Warning< 71 def warn_doc_param_spaces_in_direction : Warning< [all...] |
/external/clang/test/Sema/ |
conditional-expr.c | 7 *(0 ? (double *)0 : (int *)(void *)0) = 0; // expected-error {{incomplete type 'void' is not assignable}} expected-warning {{pointer type mismatch ('double *' and 'int *')}} 16 ip = dp; // expected-warning {{incompatible pointer types assigning to 'int *' from 'double *'}} 17 dp = ip; // expected-warning {{incompatible pointer types assigning to 'double *' from 'int *'}} 20 ip = 0 ? (double *)0 : (void *)0; // expected-warning {{incompatible pointer types assigning to 'int *' from 'double *'}} 23 vp = (0 ? vp : cip); // expected-warning {{discards qualifiers}} 24 vp = (0 ? cip : vp); // expected-warning {{discards qualifiers}} 33 ee = ee ? &x : ee ? &i : &e; // expected-warning {{pointer type mismatch}} 39 test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long' to 'unsigned long'}} 40 test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' to 'unsigned long'}} 41 test0 = test0 ? (short) test0 : test0; // expected-warning {{operand of ? changes signedness: 'short' to 'unsigned long'} [all...] |
warn-documentation.cpp | 7 // expected-warning@+2 {{HTML tag 'a' requires an end tag}} 8 // expected-warning@+1 {{expected quoted string after equals sign}} 12 // expected-warning@+2 {{HTML tag 'a' requires an end tag}} 13 // expected-warning@+1 {{expected quoted string after equals sign}} 17 // expected-warning@+3 {{HTML tag 'a' requires an end tag}} 18 // expected-warning@+2 {{expected quoted string after equals sign}} 19 // expected-warning@+1 {{HTML start tag prematurely ended, expected attribute name or '>'}} 23 // expected-warning@+2 {{HTML tag 'a' requires an end tag}} 24 // expected-warning@+1 {{HTML start tag prematurely ended, expected attribute name or '>'}} 28 // expected-warning@+2 {{HTML tag 'a' requires an end tag} [all...] |
return.c | 3 // clang emits the following warning by default. 5 // following warning. 7 return; // expected-warning {{non-void function 't14' should return a value}} 11 return 1; // expected-warning {{void function 't15' should not return a value}} 20 } // expected-warning {{control reaches end of non-void function}} 29 } // expected-warning {{control reaches end of non-void function}} 57 } // expected-warning {{control reaches end of non-void function}} 61 } // expected-warning {{control reaches end of non-void function}} 71 } // expected-warning {{control may reach end of non-void function}} 75 } // expected-warning {{control may reach end of non-void function} [all...] |
/external/clang/test/SemaCXX/ |
warn-unused-filescoped.cpp | 6 static void headerstatic() {} // expected-warning{{unused}} 10 void headeranon() {} // expected-warning{{unused}} 19 // This should not emit an unused-function warning since it inherits 46 static void f1(); // expected-warning{{unused}} 49 void f2(); // expected-warning{{unused}} 51 void f3() { } // expected-warning{{unused}} 54 void m1() { } // expected-warning{{unused}} 55 void m2(); // expected-warning{{unused}} 65 template <> void TS<int>::m() { } // expected-warning{{unused}} 69 template <> void tf<int>() { } // expected-warning{{unused} [all...] |
/hardware/qcom/msm8996/kernel-headers/linux/ |
msm_ion.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
/hardware/qcom/msm8x84/kernel-headers/linux/ |
msm_rmnet.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
DiagnosticCommentKinds.td | 16 def warn_doc_html_start_tag_expected_quoted_string : Warning< 20 def warn_doc_html_start_tag_expected_ident_or_greater : Warning< 29 def warn_doc_html_end_forbidden : Warning< 33 def warn_doc_html_end_unbalanced : Warning< 37 def warn_doc_html_start_end_mismatch : Warning< 44 def warn_doc_html_missing_end_tag : Warning< 50 def warn_doc_block_command_empty_paragraph : Warning< 54 def warn_doc_block_command_duplicate : Warning< 66 def warn_doc_param_invalid_direction : Warning< 71 def warn_doc_param_spaces_in_direction : Warning< [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
DiagnosticCommentKinds.td | 16 def warn_doc_html_start_tag_expected_quoted_string : Warning< 20 def warn_doc_html_start_tag_expected_ident_or_greater : Warning< 29 def warn_doc_html_end_forbidden : Warning< 33 def warn_doc_html_end_unbalanced : Warning< 37 def warn_doc_html_start_end_mismatch : Warning< 44 def warn_doc_html_missing_end_tag : Warning< 50 def warn_doc_block_command_empty_paragraph : Warning< 54 def warn_doc_block_command_duplicate : Warning< 66 def warn_doc_param_invalid_direction : Warning< 71 def warn_doc_param_spaces_in_direction : Warning< [all...] |
/hardware/qcom/msm8996/kernel-headers/sound/ |
audio_effects.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
compress_params.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
/hardware/qcom/msm8998/kernel-headers/sound/ |
audio_effects.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
/hardware/qcom/msm8x09/kernel-headers/sound/ |
audio_effects.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_audio.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
/dalvik/dx/tests/113-old-style-inner-class/ |
info.txt | 3 is information-lossy) causes a warning to be issued.
|