/external/skqp/docs/ |
D | SkMemoryStream_Reference.bmh | 14 #Line # incomplete ## 16 #Return incomplete ## 19 // incomplete 22 #SeeAlso incomplete 30 #Line # incomplete ## 35 #Param length incomplete ## 37 #Return incomplete ## 40 // incomplete 43 #SeeAlso incomplete 51 #Line # incomplete ## [all …]
|
D | SkWStream_Reference.bmh | 14 #Line # incomplete ## 17 // incomplete 20 #SeeAlso incomplete 28 #Line # incomplete ## 30 #Return incomplete ## 33 // incomplete 36 #SeeAlso incomplete 43 #In incomplete 44 #Line # incomplete ## 57 // incomplete [all …]
|
D | SkFILEStream_Reference.bmh | 16 #Line # incomplete ## 22 #Param path incomplete ## 24 #Return incomplete ## 27 // incomplete 30 #SeeAlso incomplete 38 #Line # incomplete ## 45 #Param file incomplete ## 47 #Return incomplete ## 50 // incomplete 53 #SeeAlso incomplete [all …]
|
D | SkDynamicMemoryWStream_Reference.bmh | 14 #Line # incomplete ## 16 #Return incomplete ## 19 // incomplete 22 #SeeAlso incomplete 30 #Line # incomplete ## 33 // incomplete 36 #SeeAlso incomplete 43 #In incomplete 44 #Line # incomplete ## 46 #Param buffer incomplete ## [all …]
|
D | SkStream_Reference.bmh | 23 #Line # incomplete ## 26 // incomplete 29 #SeeAlso incomplete 37 #Line # incomplete ## 39 #Return incomplete ## 42 // incomplete 45 #SeeAlso incomplete 52 #In incomplete 53 #Line # incomplete ## 57 #Param path incomplete ## [all …]
|
D | SkFILEWStream_Reference.bmh | 16 #Line # incomplete ## 18 #Param path incomplete ## 20 #Return incomplete ## 23 // incomplete 26 #SeeAlso incomplete 34 #Line # incomplete ## 37 // incomplete 40 #SeeAlso incomplete 47 #In incomplete 48 #Line # incomplete ## [all …]
|
D | SkFont_Reference.bmh | 16 # incomplete, should probably be in overview, not reference 19 # incomplete, should probably be in overview, not reference 149 #Const kAlias 0 # incomplete; replace '0' with member value 151 # incomplete; add description or delete 153 #Const kAntiAlias 0 # incomplete; replace '0' with member value 155 # incomplete; add description or delete 157 #Const kSubpixelAntiAlias 0 # incomplete; replace '0' with member value 159 # incomplete; add description or delete 162 # incomplete; add description or delete 165 // incomplete [all …]
|
/external/llvm-project/clang/test/Sema/ |
D | complete-incomplete-pointer-relational-c99.c | 4 int incomplete[]; // expected-warning {{tentative array definition assumed to have one element}} variable 8 …return (&incomplete < &complete) && // expected-warning {{pointer comparisons before C11 need to … in test_comparison_between_incomplete_and_complete_pointer() 9 …(&incomplete <= &complete) && // expected-warning {{pointer comparisons before C11 need to be betw… in test_comparison_between_incomplete_and_complete_pointer() 10 …(&incomplete > &complete) && // expected-warning {{pointer comparisons before C11 need to be betw… in test_comparison_between_incomplete_and_complete_pointer() 11 …(&incomplete >= &complete) && // expected-warning {{pointer comparisons before C11 need to be betw… in test_comparison_between_incomplete_and_complete_pointer() 12 (&incomplete == &complete) && in test_comparison_between_incomplete_and_complete_pointer() 13 (&incomplete != &complete); in test_comparison_between_incomplete_and_complete_pointer()
|
D | offsetof.c | 53 struct incomplete; // expected-note 2 {{forward declaration of 'struct incomplete'}} 54 int test1[__builtin_offsetof(struct incomplete, foo)]; // expected-error {{offsetof of incomplete t… 56 int test2[__builtin_offsetof(struct incomplete[10], [4].foo)]; // expected-error {{array has incomp…
|
/external/clang/test/CXX/expr/expr.const/ |
D | p5-0x.cpp | 26 extern struct Incomplete incomplete; // expected-note 4{{forward decl}} 48 auto new2 = new int[1][incomplete]; // expected-error {{incomplete}} 56 enum2 = incomplete, // expected-error {{incomplete}} 65 alignas(incomplete) int alignas2; // expected-error {{incomplete}} 74 int array2[incomplete]; // expected-error {{non-integer type}} 82 int bitfield2 : incomplete; // expected-error {{incomplete}}
|
/external/llvm-project/clang/test/CXX/expr/expr.const/ |
D | p5-0x.cpp | 26 extern struct Incomplete incomplete; // expected-note 5{{forward decl}} 48 auto new2 = new int[1][incomplete]; // expected-error {{incomplete}} 56 enum2 = incomplete, // expected-error {{incomplete}} 65 alignas(incomplete) int alignas2; // expected-error {{incomplete}} 72 int array2[incomplete]; // expected-error {{incomplete}} 80 int bitfield2 : incomplete; // expected-error {{incomplete}}
|
/external/llvm-project/clang/test/Modules/ |
D | Werror.m | 7 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \ 13 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella 18 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \ 19 // RUN: -Werror -Wno-incomplete-umbrella 25 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \ 26 // RUN: -Werror=header-guard -Wno-incomplete-umbrella 31 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \ 37 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \ 38 // RUN: -Werror -Wno-incomplete-umbrella 46 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \ [all …]
|
D | incomplete-framework-module.m | 3 // RUN: -F%S/Inputs/incomplete-framework-module \ 8 // expected-warning@Inputs/incomplete-framework-module/Foo.framework/Modules/module.modulemap:2{{sk… 9 // expected-warning@Inputs/incomplete-framework-module/Foo.framework/Modules/module.modulemap:3{{sk… 10 // expected-note@Inputs/incomplete-framework-module/Foo.framework/Modules/module.modulemap:1{{use '… 11 // expected-note@Inputs/incomplete-framework-module/Foo.framework/Modules/module.modulemap:1{{use '…
|
D | incomplete-umbrella.m | 2 …1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F%S/Inputs/incomplete-umbrella -fsynta… 9 // CHECK: While building module 'Foo' imported from {{.*[/\]}}incomplete-umbrella.m:4: 12 // CHECK: While building module 'Foo' imported from {{.*[/\]}}incomplete-umbrella.m:4:
|
/external/clang/test/Modules/ |
D | Werror.m | 7 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \ 13 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella 18 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \ 19 // RUN: -Werror -Wno-incomplete-umbrella 25 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \ 26 // RUN: -Werror=header-guard -Wno-incomplete-umbrella 31 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \ 37 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \ 38 // RUN: -Werror -Wno-incomplete-umbrella 46 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \ [all …]
|
/external/llvm-project/lldb/test/API/functionalities/target_var/ |
D | main.c | 4 struct incomplete; 5 struct incomplete *var = (struct incomplete *)0xdead;
|
/external/llvm-project/clang/test/OpenMP/ |
D | parallel_reduction_messages.c | 3 int incomplete[]; variable 19 #pragma omp parallel reduction(+ : incomplete, ([10])p) // expected-error {{a reduction list item w… in test() 24 int incomplete[3]; variable
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Betainc.pbtxt | 3 summary: "Compute the regularized incomplete beta integral \\\\(I_x(a, b)\\\\)." 5 The regularized incomplete beta integral is defined as: 16 is the incomplete beta function and \\(B(a, b)\\) is the *complete*
|
D | api_def_Igamma.pbtxt | 3 summary: "Compute the lower regularized incomplete Gamma function `P(a, x)`." 5 The lower regularized incomplete Gamma function is defined as: 14 is the lower incomplete Gamma function.
|
D | api_def_Igammac.pbtxt | 3 summary: "Compute the upper regularized incomplete Gamma function `Q(a, x)`." 5 The upper regularized incomplete Gamma function is defined as: 13 is the upper incomplete Gama function.
|
/external/clang/test/SemaObjC/ |
D | ivar-sem-check-1.m | 9 int arr[]; // expected-error {{field has incomplete type}} 10 struct S IC; // expected-error {{field has incomplete type}} 17 char ch[]; // expected-error {{field has incomplete type}}
|
/external/rust/crates/csv/examples/data/bench/ |
D | nfl.csv | 3 20120905_DAL@NYG,1,59,56,NYG,DAL,1,10,84,(14:56) E.Manning pass incomplete deep left to H.Nicks.,0,… 5 20120905_DAL@NYG,1,59,5,NYG,DAL,3,5,79,(14:05) (Shotgun) E.Manning pass incomplete short middle to … 9 20120905_DAL@NYG,1,57,27,DAL,NYG,3,15,81,(12:27) (Shotgun) T.Romo pass incomplete short left to F.J… 27 20120905_DAL@NYG,1,48,22,DAL,NYG,2,10,46,(3:22) (Shotgun) T.Romo pass incomplete deep left to D.Bry… 36 20120905_DAL@NYG,2,43,46,NYG,DAL,3,14,45,(13:46) (Shotgun) E.Manning pass incomplete short right to… 45 20120905_DAL@NYG,2,39,23,NYG,DAL,3,4,4,(9:23) (Shotgun) E.Manning pass incomplete short middle to V… 57 20120905_DAL@NYG,2,33,50,NYG,DAL,3,8,82,(3:50) (Shotgun) E.Manning pass incomplete deep right to M.… 63 20120905_DAL@NYG,2,32,4,DAL,NYG,2,1,53,(2:04) T.Romo pass incomplete short right to K.Ogletree.,0,3… 69 20120905_DAL@NYG,2,30,54,NYG,DAL,1,10,70,(:54) (Shotgun) E.Manning pass incomplete short left to V.… 78 20120905_DAL@NYG,3,26,27,DAL,NYG,1,10,56,(11:27) T.Romo pass incomplete short middle to F.Jones.,7,… [all …]
|
/external/autotest/frontend/client/src/autotest/common/ |
D | StatusSummary.java | 12 public int incomplete = 0; field in StatusSummary 23 summary.incomplete = getField(group, incompleteCountField); in getStatusSummary() 64 return incomplete; in getIncomplete()
|
/external/clang/test/Sema/ |
D | offsetof.c | 53 struct incomplete; // expected-note 2 {{forward declaration of 'struct incomplete'}} 54 int test1[__builtin_offsetof(struct incomplete, foo)]; // expected-error {{offsetof of incomplete t… 56 int test2[__builtin_offsetof(struct incomplete[10], [4].foo)]; // expected-error {{array has incomp…
|
/external/clang/test/Analysis/ |
D | out-of-bounds.c | 158 extern struct incomplete incomplete; in test_incomplete_struct() 159 int *p = (int *)&incomplete; in test_incomplete_struct()
|