/external/mesa3d/docs/ |
D | relnotes.rst | 1 Release Notes 4 The release notes summarize what's new or changed in each Mesa release. 6 - :doc:`20.2.2 release notes <relnotes/20.2.2>` 7 - :doc:`20.1.10 release notes <relnotes/20.1.10>` 8 - :doc:`20.2.1 release notes <relnotes/20.2.1>` 9 - :doc:`20.2.0 release notes <relnotes/20.2.0>` 10 - :doc:`20.1.9 release notes <relnotes/20.1.9>` 11 - :doc:`20.1.8 release notes <relnotes/20.1.8>` 12 - :doc:`20.1.7 release notes <relnotes/20.1.7>` 13 - :doc:`20.1.6 release notes <relnotes/20.1.6>` [all …]
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | readability-function-cognitive-complexity.cpp | 60 // CHECK-NOTES in each function 78 // CHECK-NOTES: :[[@LINE-1]]:6: warning: function 'unittest_b1_00' has cognitive complexity of 33 (… in unittest_b1_00() 82 // CHECK-NOTES: :[[@LINE-1]]:3: note: +1, including nesting penalty of 0, nesting level increased t… in unittest_b1_00() 83 // CHECK-NOTES: :[[@LINE-2]]:9: note: +1, including nesting penalty of 0, nesting level increased t… in unittest_b1_00() 86 // CHECK-NOTES: :[[@LINE-1]]:5: note: +2, including nesting penalty of 1, nesting level increased t… in unittest_b1_00() 87 // CHECK-NOTES: :[[@LINE-2]]:11: note: +2, including nesting penalty of 1, nesting level increased … in unittest_b1_00() 89 // CHECK-NOTES: :[[@LINE-1]]:12: note: +1, nesting level increased to 2{{$}} in unittest_b1_00() 90 // CHECK-NOTES: :[[@LINE-2]]:18: note: +3, including nesting penalty of 2, nesting level increased … in unittest_b1_00() 92 // CHECK-NOTES: :[[@LINE-1]]:7: note: +1, nesting level increased to 2{{$}} in unittest_b1_00() 95 // CHECK-NOTES: :[[@LINE-1]]:10: note: +1, nesting level increased to 1{{$}} in unittest_b1_00() [all …]
|
D | misc-no-recursion.cpp | 22 // CHECK-NOTES: :[[@LINE-4]]:6: warning: function 'endless_recursion' is within a recursive call ch… 23 // CHECK-NOTES: :[[@LINE-5]]:6: note: example recursive call chain, starting from function 'endless… 24 // CHECK-NOTES: :[[@LINE-5]]:3: note: Frame #1: function 'endless_recursion' calls function 'endles… 25 // CHECK-NOTES: :[[@LINE-6]]:3: note: ... which was the starting point of the recursive call chain;… 36 // CHECK-NOTES: :[[@LINE-5]]:6: warning: function 'maybe_endless_recursion' is within a recursive c… 37 // CHECK-NOTES: :[[@LINE-6]]:6: note: example recursive call chain, starting from function 'maybe_e… 38 // CHECK-NOTES: :[[@LINE-5]]:5: note: Frame #1: function 'maybe_endless_recursion' calls function '… 39 // CHECK-NOTES: :[[@LINE-6]]:5: note: ... which was the starting point of the recursive call chain;… 48 // CHECK-NOTES: :[[@LINE-6]]:6: warning: function 'recursive_countdown' is within a recursive call … 49 // CHECK-NOTES: :[[@LINE-7]]:6: note: example recursive call chain, starting from function 'recursi… [all …]
|
D | hicpp-exception-baseclass.cpp | 24 …// CHECK-NOTES: [[@LINE-1]]:11: warning: throwing an exception whose type 'int' is not derived fro… in problematic() 28 …// CHECK-NOTES: [[@LINE-1]]:9: warning: throwing an exception whose type 'int' is not derived from… in problematic() 32 …// CHECK-NOTES: [[@LINE-1]]:11: warning: throwing an exception whose type 'int' is not derived fro… in problematic() 39 …// CHECK-NOTES: [[@LINE-1]]:11: warning: throwing an exception whose type 'non_derived_exception' … in problematic() 40 // CHECK-NOTES: 10:1: note: type defined here in problematic() 44 …// CHECK-NOTES: [[@LINE-1]]:9: warning: throwing an exception whose type 'non_derived_exception' i… in problematic() 45 // CHECK-NOTES: 10:1: note: type defined here in problematic() 53 …// CHECK NOTES: [[@LINE-1]]:11: warning: throwing an exception whose type 'bad_inheritance' is not… in problematic() 54 // CHECK NOTES: 11:1: note: type defined here in problematic() 56 …// CHECK NOTES: [[@LINE-1]]:11: warning: throwing an exception whose type 'no_good_inheritance' is… in problematic() [all …]
|
D | bugprone-unused-return-value.cpp | 77 // CHECK-NOTES: [[@LINE-1]]:3: warning: the value returned by this function should be used in warning() 78 // CHECK-NOTES: [[@LINE-2]]:3: note: cast the expression to void to silence this warning in warning() 81 // CHECK-NOTES: [[@LINE-1]]:3: warning: the value {{.*}} should be used in warning() 82 // CHECK-NOTES: [[@LINE-2]]:3: note: cast {{.*}} this warning in warning() 86 // CHECK-NOTES: [[@LINE-1]]:3: warning: the value {{.*}} should be used in warning() 87 // CHECK-NOTES: [[@LINE-2]]:3: note: cast {{.*}} this warning in warning() 90 // CHECK-NOTES: [[@LINE-1]]:3: warning: the value {{.*}} should be used in warning() 91 // CHECK-NOTES: [[@LINE-2]]:3: note: cast {{.*}} this warning in warning() 94 // CHECK-NOTES: [[@LINE-1]]:3: warning: the value {{.*}} should be used in warning() 95 // CHECK-NOTES: [[@LINE-2]]:3: note: cast {{.*}} this warning in warning() [all …]
|
D | bugprone-macro-repeated-side-effects.c | 6 …// CHECK-NOTES: :[[@LINE-1]]:14: warning: side effects in the 1st macro argument 'x' are repeated … in bad() 7 // CHECK-NOTES: :[[@LINE-4]]:9: note: macro 'badA' defined here in bad() 9 // CHECK-NOTES: :[[@LINE-1]]:14: warning: side effects in the 1st macro argument 'x' in bad() 10 // CHECK-NOTES: :[[@LINE-7]]:9: note: macro 'badA' defined here in bad() 12 // CHECK-NOTES: :[[@LINE-1]]:14: warning: side effects in the 1st macro argument 'x' in bad() 13 // CHECK-NOTES: :[[@LINE-10]]:9: note: macro 'badA' defined here in bad() 15 // CHECK-NOTES: :[[@LINE-1]]:14: warning: side effects in the 1st macro argument 'x' in bad() 16 // CHECK-NOTES: :[[@LINE-13]]:9: note: macro 'badA' defined here in bad() 18 // CHECK-NOTES: :[[@LINE-1]]:17: warning: side effects in the 2nd macro argument 'y' in bad() 19 // CHECK-NOTES: :[[@LINE-16]]:9: note: macro 'badA' defined here in bad() [all …]
|
D | bugprone-argument-comment-gmock.cpp | 86 // CHECK-NOTES: [[@LINE-1]]:42: warning: argument name 'param_tw' in comment does not match paramet… in test_gmock_expectations() 87 // CHECK-NOTES: [[@LINE-18]]:42: note: 'param_two' declared here in test_gmock_expectations() 88 // CHECK-NOTES: [[@LINE-14]]:3: note: actual callee ('gmock_Method') is declared here in test_gmock_expectations() 89 // CHECK-NOTES: [[@LINE-32]]:30: note: expanded from macro 'MOCK_METHOD2' in test_gmock_expectations() 90 // CHECK-NOTES: [[@LINE-35]]:7: note: expanded from macro 'GMOCK_METHOD2_' in test_gmock_expectations() 91 // CHECK-NOTES: note: expanded from here in test_gmock_expectations() 94 // CHECK-NOTES: [[@LINE-1]]:26: warning: argument name 'p_on' in comment does not match parameter n… in test_gmock_expectations() 95 // CHECK-NOTES: [[@LINE-25]]:28: note: 'p_one' declared here in test_gmock_expectations() 96 // CHECK-NOTES: [[@LINE-21]]:3: note: actual callee ('gmock_Method2') is declared here in test_gmock_expectations() 97 // CHECK-NOTES: [[@LINE-39]]:36: note: expanded from macro 'MOCK_CONST_METHOD2' in test_gmock_expectations() [all …]
|
D | bugprone-forward-declaration-namespace.cpp | 6 // CHECK-NOTES: :[[@LINE-1]]:7: warning: declaration 'T_A' is never referenced, but a declaration w… 7 // CHECK-NOTES: note: a declaration of 'T_A' is found here 8 // CHECK-NOTES: :[[@LINE-3]]:7: warning: no definition found for 'T_A', but a definition with the s… 9 // CHECK-NOTES: note: a definition of 'T_A' is found here 15 // CHECK-NOTES: :[[@LINE-1]]:7: warning: declaration 'T_A' is never referenced, but a declaration w… 16 // CHECK-NOTES: note: a declaration of 'T_A' is found here 17 // CHECK-NOTES: :[[@LINE-3]]:7: warning: no definition found for 'T_A', but a definition with the s… 18 // CHECK-NOTES: note: a definition of 'T_A' is found here 28 // CHECK-NOTES: :[[@LINE-1]]:7: warning: no definition found for 'NESTED', but a definition with th… 29 // CHECK-NOTES: note: a definition of 'NESTED' is found here [all …]
|
D | bugprone-use-after-move.cpp | 128 // CHECK-NOTES: [[@LINE-1]]:3: warning: 'a' used after it was moved in simple() 129 // CHECK-NOTES: [[@LINE-3]]:15: note: move occurred here in simple() 138 // CHECK-NOTES: [[@LINE-1]]:3: warning: 'a' used after it was moved in onlyFlagOneUseAfterMove() 139 // CHECK-NOTES: [[@LINE-3]]:15: note: move occurred here in onlyFlagOneUseAfterMove() 149 // CHECK-NOTES: [[@LINE-1]]:15: warning: 'a' used after it was moved in moveAfterMove() 150 // CHECK-NOTES: [[@LINE-3]]:5: note: move occurred here in moveAfterMove() 158 // CHECK-NOTES: [[@LINE-1]]:17: warning: 'a' used after it was moved in moveAfterMove() 159 // CHECK-NOTES: [[@LINE-2]]:7: note: move occurred here in moveAfterMove() 160 // CHECK-NOTES: [[@LINE-3]]:17: note: the use happens in a later loop in moveAfterMove() 169 // CHECK-NOTES: [[@LINE-1]]:3: warning: 'a' used after it was moved in parameters() [all …]
|
D | cppcoreguidelines-owning-memory.cpp | 39 …// CHECK-NOTES: [[@LINE-1]]:3: warning: returning a newly created resource of type 'int *' or 'gsl… in returns_no_owner2() 43 …// CHECK-NOTES: [[@LINE-1]]:3: warning: initializing non-owner 'int *' with a newly created 'gsl::… in returns_no_owner3() 49 …// CHECK-NOTES: [[@LINE-1]]:3: warning: returning a newly created resource of type 'int *' or 'gsl… in returns_no_owner4() 74 …// CHECK-NOTES: [[@LINE-1]]:3: warning: expected initialization with value of type 'gsl::owner<>';… in test_assignment_and_initialization() 78 …// CHECK-NOTES: [[@LINE-1]]:3: warning: expected assignment source to be of type 'gsl::owner<>'; g… in test_assignment_and_initialization() 95 …// CHECK-NOTES: [[@LINE-1]]:3: warning: initializing non-owner 'int *' with a newly created 'gsl::… in test_assignment_and_initialization() 96 // CHECK-NOTES: [[@LINE-2]]:3: note: type deduction did not result in an owner in test_assignment_and_initialization() 99 …// CHECK-NOTES: [[@LINE-1]]:3: warning: initializing non-owner 'int *const' with a newly created '… in test_assignment_and_initialization() 100 // CHECK-NOTES: [[@LINE-2]]:3: note: type deduction did not result in an owner in test_assignment_and_initialization() 104 …// CHECK-NOTES: [[@LINE-1]]:3: warning: initializing non-owner 'int *' with a newly created 'gsl::… in test_assignment_and_initialization() [all …]
|
D | bugprone-forwarding-reference-overload.cpp | 23 …// CHECK-NOTES: [[@LINE-1]]:25: warning: constructor accepting a forwarding reference can hide the… 24 // CHECK-NOTES: 48:3: note: copy constructor declared here 25 // CHECK-NOTES: 49:3: note: copy constructor declared here 26 // CHECK-NOTES: 50:3: note: move constructor declared here 29 …// CHECK-NOTES: :[[@LINE-1]]:25: warning: constructor accepting a forwarding reference can hide th… 30 // CHECK-NOTES: 48:3: note: copy constructor declared here 31 // CHECK-NOTES: 49:3: note: copy constructor declared here 32 // CHECK-NOTES: 50:3: note: move constructor declared here 36 …// CHECK-NOTES: :[[@LINE-1]]:3: warning: constructor accepting a forwarding reference can hide the… 37 // CHECK-NOTES: 48:3: note: copy constructor declared here [all …]
|
D | bugprone-unused-return-value-custom.cpp | 50 // CHECK-NOTES: [[@LINE-1]]:3: warning: the value returned by this function should be used in warning() 51 // CHECK-NOTES: [[@LINE-2]]:3: note: cast the expression to void to silence this warning in warning() 54 // CHECK-NOTES: [[@LINE-1]]:4: warning: the value {{.*}} should be used in warning() 55 // CHECK-NOTES: [[@LINE-2]]:4: note: cast {{.*}} this warning in warning() 59 // CHECK-NOTES: [[@LINE-1]]:3: warning: the value {{.*}} should be used in warning() 60 // CHECK-NOTES: [[@LINE-2]]:3: note: cast {{.*}} this warning in warning() 64 // CHECK-NOTES: [[@LINE-1]]:3: warning: the value {{.*}} should be used in warning() 65 // CHECK-NOTES: [[@LINE-2]]:3: note: cast {{.*}} this warning in warning() 69 // CHECK-NOTES: [[@LINE-1]]:3: warning: the value {{.*}} should be used in warning() 70 // CHECK-NOTES: [[@LINE-2]]:3: note: cast {{.*}} this warning in warning() [all …]
|
D | readability-inconsistent-declaration-parameter-name-macros.cpp | 9 …// CHECK-NOTES: :[[@LINE-1]]:3: warning: function 'S1::f' has a definition with different paramete… 10 // CHECK-NOTES: :[[@LINE-5]]:8: note: expanded from macro 'MACRO' 11 // CHECK-NOTES: :[[@LINE+4]]:10: note: the definition seen here 12 …// CHECK-NOTES: :[[@LINE-4]]:3: note: differing parameters are named here: ('x'), in definition: (… 13 // CHECK-NOTES: :[[@LINE-8]]:8: note: expanded from macro 'MACRO' 20 …// CHECK-NOTES: :[[@LINE-1]]:8: warning: function 'S2::set_g' has a definition with different para… 21 // CHECK-NOTES: :[[@LINE+14]]:1: note: the definition seen here 22 // CHECK-NOTES: :[[@LINE+9]]:12: note: expanded from macro 'DEFINITION' 25 // CHECK-NOTES: {{^}}note: expanded from here{{$}} 26 …// CHECK-NOTES: :[[@LINE-7]]:8: note: differing parameters are named here: ('g'), in definition: (… [all …]
|
D | openmp-use-default-none.cpp | 26 …// CHECK-NOTES: :[[@LINE-2]]:1: warning: OpenMP directive 'parallel' does not specify 'default' cl… in p0_0() 41 …// CHECK-NOTES: :[[@LINE-2]]:1: warning: OpenMP directive 'parallel' specifies 'default(shared)' c… in p0_2() 42 // CHECK-NOTES: :[[@LINE-3]]:22: note: existing 'default' clause specified here in p0_2() 50 …// CHECK-NOTES: :[[@LINE-2]]:1: warning: OpenMP directive 'parallel' specifies 'default(firstpriva… in p0_3() 51 // CHECK-NOTES: :[[@LINE-3]]:22: note: existing 'default' clause specified here in p0_3() 61 …// CHECK-NOTES: :[[@LINE-2]]:1: warning: OpenMP directive 'task' does not specify 'default' clause… in p1_0() 76 …// CHECK-NOTES: :[[@LINE-2]]:1: warning: OpenMP directive 'task' specifies 'default(shared)' claus… in p1_2() 77 // CHECK-NOTES: :[[@LINE-3]]:18: note: existing 'default' clause specified here in p1_2() 85 …// CHECK-NOTES: :[[@LINE-2]]:1: warning: OpenMP directive 'task' specifies 'default(firstprivate)'… in p1_3() 86 // CHECK-NOTES: :[[@LINE-3]]:18: note: existing 'default' clause specified here in p1_3() [all …]
|
D | bugprone-argument-comment.cpp | 10 …// CHECK-NOTES: [[@LINE+4]]:5: warning: argument name 'y' in comment does not match parameter name… in g() 11 // CHECK-NOTES: [[@LINE-3]]:12: note: 'x' declared here in g() 12 …// CHECK-NOTES: [[@LINE+2]]:14: warning: argument name 'z' in comment does not match parameter nam… in g() 13 // CHECK-NOTES: [[@LINE-5]]:19: note: 'y' declared here in g() 49 …// CHECK-NOTES: [[@LINE-1]]:13: warning: argument name 'zzU' in comment does not match parameter n… in templates() 50 // CHECK-NOTES: :[[@LINE-6]]:20: note: 'zzz' declared here in templates() 57 // CHECK-NOTES: [[@LINE-1]]:17: warning: argument name 'bbb' in comment does not match parameter na… 58 // CHECK-NOTES: [[@LINE-3]]:15: note: 'aaa' declared here 91 // CHECK-NOTES: [[@LINE-1]]:15: warning: argument name 'xyz' in comment does not match parameter na… 92 // CHECK-NOTES: [[@LINE-3]]:13: note: 'xxx' declared here [all …]
|
D | readability-redundant-preprocessor.cpp | 5 // CHECK-NOTES: [[@LINE+1]]:2: warning: nested redundant #ifndef; consider removing it [readability… 7 // CHECK-NOTES: [[@LINE-3]]:2: note: previous #ifndef was here 14 // CHECK-NOTES: [[@LINE+1]]:2: warning: nested redundant #ifdef; consider removing it [readability-… 16 // CHECK-NOTES: [[@LINE-3]]:2: note: previous #ifndef was here 44 // CHECK-NOTES: [[@LINE+1]]:2: warning: nested redundant #if; consider removing it [readability-red… 46 // CHECK-NOTES: [[@LINE-3]]:2: note: previous #if was here 52 // CHECK-NOTES: [[@LINE+1]]:2: warning: nested redundant #if; consider removing it [readability-red… 54 // CHECK-NOTES: [[@LINE-3]]:2: note: previous #if was here 61 // CHECK-NOTES: [[@LINE+1]]:2: warning: nested redundant #if; consider removing it [readability-red… 64 // CHECK-NOTES: [[@LINE-5]]:2: note: previous #if was here
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | note-core.test | 5 # RUN: llvm-readelf --notes %t1.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_PRSTATUS (prs… 6 # RUN: llvm-readobj --notes %t1.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_PRSTATUS (prs… 10 # RUN: llvm-readelf --notes %t2.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_FPREGSET (flo… 11 # RUN: llvm-readobj --notes %t2.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_FPREGSET (flo… 15 # RUN: llvm-readelf --notes %t3.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_PRPSINFO (prp… 16 # RUN: llvm-readobj --notes %t3.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_PRPSINFO (prp… 20 # RUN: llvm-readelf --notes %t4.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_TASKSTRUCT (t… 21 # RUN: llvm-readobj --notes %t4.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_TASKSTRUCT (t… 25 # RUN: llvm-readelf --notes %t5.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_AUXV (auxilia… 26 # RUN: llvm-readobj --notes %t5.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_AUXV (auxilia… [all …]
|
D | gnu-notes.test | 1 ## Test tools are able to dump different types of notes. 4 # RUN: llvm-readelf --notes %t1.so | FileCheck %s --check-prefix=GNU --strict-whitespace --match-fu… 5 # RUN: llvm-readobj --notes %t1.so | FileCheck %s --check-prefix=LLVM 7 # RUN: llvm-readelf --notes %t1.stripped.so | FileCheck %s --check-prefix=GNU-STRIPPED --strict-whi… 8 # RUN: llvm-readobj --notes %t1.stripped.so | FileCheck %s --check-prefix=LLVM-STRIPPED 10 # GNU:Displaying notes found in: .note.ABI-tag 15 # GNU:Displaying notes found in: .note.gnu.build-id 20 # GNU:Displaying notes found in: .note.gnu.gold-version 25 # LLVM: Notes [ 63 # LLVM-STRIPPED: Notes [ [all …]
|
/external/grpc-grpc/templates/ |
D | package.xml.template | 26 <notes> 28 </notes> 71 <notes> 73 </notes> 86 <notes> 88 </notes> 101 <notes> 108 </notes> 121 <notes> 123 </notes> [all …]
|
/external/protobuf/php/ext/google/protobuf/ |
D | package.xml | 24 <notes>GA release.</notes> 70 <notes> 72 </notes> 86 <notes> 88 </notes> 102 <notes> 104 </notes> 118 <notes> 120 </notes> 134 <notes> [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | adexchangebuyer_v1_4.marketplacenotes.html | 79 <p class="firstline">Add notes to the proposal</p> 82 <p class="firstline">Get all the notes associated with a proposal</p> 86 <pre>Add notes to the proposal 89 proposalId: string, The proposalId to add notes for. (required) 94 "notes": [ # The list of notes to add. 95 …{ # A proposal is associated with a bunch of notes which may optionally be associated with a deal … 98 …"dealId": "A String", # Notes can optionally be associated with a deal. (readonly, except on creat… 113 "notes": [ 114 …{ # A proposal is associated with a bunch of notes which may optionally be associated with a deal … 117 …"dealId": "A String", # Notes can optionally be associated with a deal. (readonly, except on creat… [all …]
|
/external/elfutils/tests/ |
D | run-xlate-note.sh | 21 Notes in section 2: 23 Notes in section 3: 29 Notes in section 2: 31 Notes in section 3: 37 Notes in section 2: 39 Notes in section 3: 45 Notes in section 2: 47 Notes in section 3: 53 Notes in section 2: 55 Notes in section 3: [all …]
|
/external/llvm-project/llvm/test/tools/yaml2obj/ELF/ |
D | note-section.yaml | 3 ## Check we can describe SHT_NOTE using the "Notes" tag. We can define 4 ## notes using names, descriptions and types. 47 Notes: 69 Notes: 99 Notes: 112 Notes: 130 Notes: 152 Notes: 175 ## Check we emit an empty section if neither "Content", "Size" nor "Notes" were set. 192 ## "Content" and "Notes" cannot be used together to describe the SHT_NOTE section. [all …]
|
/external/autotest/client/tests/crashme/ |
D | crashme_2.4-9.diff | 290 - sprintf(notes,"Subprocess run for %d seconds (%d %02d:%02d:%02d)", 291 + sprintf(notes,"Subprocess run for %ld seconds (%ld %02ld:%02ld:%02ld)", 296 - sprintf(notes,"Creating %d crashme subprocesses",nsubs);} 297 + sprintf(notes,"Creating %ld crashme subprocesses",nsubs);} 301 {sprintf(notes, 320 - sprintf(notes,"crashme %s%ld.%d %ld %ld", 321 + sprintf(notes,"crashme %s%ld.%ld %ld %ld", 328 - sprintf(notes,"Badboy at %d. 0x%X",badboy,badboy); 329 + sprintf(notes,"Badboy at %d. 0x%X",(int) badboy,(unsigned int) badboy); 337 - sprintf(notes,"try %d, offset %d",i,offset); [all …]
|
/external/libxml2/test/relaxng/ |
D | OpenDocumentSub.rng | 6 …** It's only a very small sub-set of the schema, meant for debugging text-notes-configuration elem… 69 <ref name="text-notes-configuration"/> 75 <define name="text-notes-configuration"> 76 <element name="text:notes-configuration"> 77 <ref name="text-notes-configuration-content"/> 80 <define name="text-notes-configuration-content" combine="interleave"> 83 <define name="text-notes-configuration-content" combine="interleave"> 90 <define name="text-notes-configuration-content" combine="interleave"> 97 <define name="text-notes-configuration-content" combine="interleave"> 104 <define name="text-notes-configuration-content" combine="interleave"> [all …]
|