| /external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
| D | ref_counted.h | 73 const Value prior = value_.FetchAdd(n, MemoryOrder::RELAXED); 76 prior, prior + n); 84 const Value prior = value_.FetchAdd(n, MemoryOrder::RELAXED); 87 trace_, this, location.file(), location.line(), prior, prior + n, 101 const Value prior = value_.FetchAdd(1, MemoryOrder::RELAXED); in RefNonZero() local 104 prior, prior + 1); in RefNonZero() 106 assert(prior > 0); in RefNonZero() 113 const Value prior = value_.FetchAdd(1, MemoryOrder::RELAXED); in RefNonZero() local 116 trace_, this, location.file(), location.line(), prior, prior + 1, in RefNonZero() 119 assert(prior > 0); in RefNonZero() [all …]
|
| /external/mesa3d/docs/relnotes/ |
| D | 13.0.5.rst | 80 - i965: automake: include builddir prior to srcdir 81 - i915: automake: include builddir prior to srcdir 82 - egl: automake: include builddir prior to srcdir 83 - clover: automake: include builddir prior to srcdir 84 - st/dri: automake: include builddir prior to srcdir 85 - d3dadapter9: automake: include builddir prior to srcdir 86 - glx: automake: include builddir prior to srcdir 87 - glx/apple: automake: include builddir prior to srcdir 88 - glx/windows: automake: include builddir prior to srcdir 89 - loader: automake: include builddir prior to srcdir [all …]
|
| /external/skia/src/core/ |
| D | SkClipStack.cpp | 364 // prior clip. This could be wildly incorrect if the in combineBoundsDiff() 367 // size of the prior bound (e.g., if the second clip in combineBoundsDiff() 368 // exactly matched the bottom half of the prior clip). in combineBoundsDiff() 409 void SkClipStack::Element::updateBoundAndGenID(const Element* prior) { in updateBoundAndGenID() argument 423 (SkClipOp::kIntersect == fOp && nullptr == prior) || in updateBoundAndGenID() 424 (SkClipOp::kIntersect == fOp && prior->fIsIntersectionOfRects && in updateBoundAndGenID() 425 prior->rectRectIntersectAllowed(this->getDeviceSpaceRect(), fDoAA))) { in updateBoundAndGenID() 460 if (nullptr == prior) { in updateBoundAndGenID() 461 // no prior clip means the entire plane is writable in updateBoundAndGenID() 465 prevFinite = prior->fFiniteBound; in updateBoundAndGenID() [all …]
|
| /external/llvm/include/llvm-c/ |
| D | lto.h | 50 * \since prior to LTO_API_VERSION=3 75 * \since prior to LTO_API_VERSION=3 83 * \since prior to LTO_API_VERSION=3 108 * \since prior to LTO_API_VERSION=3 116 * \since prior to LTO_API_VERSION=3 124 * \since prior to LTO_API_VERSION=3 132 * \since prior to LTO_API_VERSION=3 150 * \since prior to LTO_API_VERSION=3 158 * \since prior to LTO_API_VERSION=3 168 * \since prior to LTO_API_VERSION=3 [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
| D | lto.h | 52 * \since prior to LTO_API_VERSION=3 77 * \since prior to LTO_API_VERSION=3 85 * \since prior to LTO_API_VERSION=3 108 * \since prior to LTO_API_VERSION=3 116 * \since prior to LTO_API_VERSION=3 124 * \since prior to LTO_API_VERSION=3 132 * \since prior to LTO_API_VERSION=3 150 * \since prior to LTO_API_VERSION=3 158 * \since prior to LTO_API_VERSION=3 168 * \since prior to LTO_API_VERSION=3 [all …]
|
| /external/skia/docs/examples/ |
| D | Path_IsCubicDegenerate.cpp | 9 SkScalar prior, length = 0, degenerate = 0; in draw() local 11 prior = points[0].fX; in draw() 14 degenerate = prior; in draw() 17 length = prior; in draw() 20 } while (prior != points[0].fX); in draw()
|
| /external/ComputeLibrary/src/core/NEON/kernels/ |
| D | NEPriorBoxLayerKernel.h | 33 /** Interface for the kernel to calculate prior boxes */ 58 * @param[in] info Prior box layer info. 66 * @param[in] info Prior box layer info. 76 /** Stores the coordinates of the calculated prior boxes. 82 * @param[in] box_width Prior box width. 83 * @param[in] box_height Prior box height. 88 /** Function to calculate prior boxes.
|
| /external/libpcap/ |
| D | pcap_get_selectable_fd.3pcap | 14 .\" or promote products derived from this software without specific prior 86 FreeBSD prior to FreeBSD 4.6; 88 NetBSD prior to NetBSD 3.0; 90 OpenBSD prior to OpenBSD 2.4; 92 Mac OS X prior to Mac OS X 10.7; 137 works on that descriptor in Mac OS X releases prior to
|
| /external/ComputeLibrary/src/core/CL/kernels/ |
| D | CLPriorBoxLayerKernel.h | 55 * @param[in] info Prior box layer info. 56 * @param[in] min Minimum prior box values 57 * @param[in] max Maximum prior box values 67 * @param[in] info Prior box layer info. 68 * @param[in] min Minimum prior box values 69 * @param[in] max Maximum prior box values 79 * @param[in] info Prior box layer info.
|
| /external/clang/test/SemaCXX/ |
| D | MicrosoftCompatibility.cpp | 186 A<T>::TYPE a1; // expected-warning {{missing 'typename' prior to dependent type name}} 187 Base1::TYPE a2; // expected-warning {{missing 'typename' prior to dependent type name}} 189 B<U>::TYPE a3; // expected-warning {{missing 'typename' prior to dependent type name}} 190 Base2::TYPE a4; // expected-warning {{missing 'typename' prior to dependent type name}} 192 A<U>::TYPE a5; // expected-error {{missing 'typename' prior to dependent type name}} 193 Base3::TYPE a6; // expected-error {{missing 'typename' prior to dependent type name}} 202 void function_missing_typename(const T::Type param)// expected-warning {{missing 'typename' prior t… in function_missing_typename() 204 const T::Type var = 2; // expected-warning {{missing 'typename' prior to dependent type name}} in function_missing_typename()
|
| /external/compiler-rt/test/esan/TestCases/ |
| D | workingset-signal-posix.cpp | 30 __sighandler_t Prior = signal(SIGSEGV, SignalHandler); in main() local 31 assert(Prior == SIG_DFL); in main() 36 Prior = signal(SIGSEGV, SIG_DFL); in main() 37 assert(Prior == SignalHandler); in main() 61 // prior library-region shadow access. in main()
|
| /external/clang/test/SemaTemplate/ |
| D | dependent-names.cpp | 155 void f(int&); // expected-note {{'f' should be declared prior to the call site}} 167 void f(char&); // expected-note {{'f' should be declared prior to the call site}} 193 int Multiply(int x, int y) { // expected-note {{should be declared prior to the call site}} in Multiply() 213 …std::ostream& out, ns::Data data) { // expected-note {{should be declared prior to the call site o… in operator <<() 235 …std::ostream &print(std::ostream &out, int); // expected-note-re {{should be declared prior to the… 236 …std::ostream &print(std::ostream &out, ns::Data); // expected-note {{should be declared prior to t… 237 …ream &out, std::vector<ns2::Data>); // expected-note {{should be declared prior to the call site o… 238 …t, std::pair<ns::Data, ns2::Data>); // expected-note {{should be declared prior to the call site o… 258 …ns::Data operator!(ns::Data); // expected-note {{should be declared prior to the call site or in n… 385 // to prior to the call site to fix the problem. [all …]
|
| D | ms-sizeof-missing-typename.cpp | 7 …pe_f() { return sizeof T::type; } // expected-error {{missing 'typename' prior to dependent type … in type_f() 8 …g() { return sizeof(T::type); } // expected-warning {{missing 'typename' prior to dependent type … in type_g() 9 …h() { return sizeof((T::type)); } // expected-error {{missing 'typename' prior to dependent type … in type_h() 33 // expected-warning@+1 {{missing 'typename' prior to dependent type name 'Bar::InnerType'}} 35 // expected-warning@+1 {{missing 'typename' prior to dependent type name 'Bar::InnerType'}}
|
| /external/ipsec-tools/ |
| D | NOTICE | 14 without specific prior written permission. 43 without specific prior written permission. 72 without specific prior written permission. 101 without specific prior written permission. 129 without specific prior written permission. 158 without specific prior written permission. 188 without specific prior written permission. 217 without specific prior written permission. 248 or promote products derived from this software without specific prior 279 without specific prior written permission. [all …]
|
| /external/ipsec-tools/src/racoon/ |
| D | NOTICE | 14 without specific prior written permission. 43 without specific prior written permission. 72 without specific prior written permission. 101 without specific prior written permission. 129 without specific prior written permission. 158 without specific prior written permission. 188 without specific prior written permission. 217 without specific prior written permission. 248 or promote products derived from this software without specific prior 279 without specific prior written permission. [all …]
|
| /external/grpc-grpc/src/core/lib/gpr/ |
| D | sync.cc | 92 gpr_atm prior = gpr_atm_no_barrier_fetch_add(&r->count, 1); in gpr_ref_non_zero() local 93 assert(prior > 0); in gpr_ref_non_zero() 104 gpr_atm prior = gpr_atm_full_fetch_add(&r->count, -1); in gpr_unref() local 105 GPR_ASSERT(prior > 0); in gpr_unref() 106 return prior == 1; in gpr_unref()
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/ |
| D | sync.cc | 92 gpr_atm prior = gpr_atm_no_barrier_fetch_add(&r->count, 1); in gpr_ref_non_zero() local 93 assert(prior > 0); in gpr_ref_non_zero() 104 gpr_atm prior = gpr_atm_full_fetch_add(&r->count, -1); in gpr_unref() local 105 GPR_ASSERT(prior > 0); in gpr_unref() 106 return prior == 1; in gpr_unref()
|
| /external/minigbm/ |
| D | drv.c | 493 struct mapping *prior = (struct mapping *)drv_array_at_idx(drv->mappings, i); in drv_bo_map() local 494 if (prior->vma->handle != bo->handles[plane].u32 || in drv_bo_map() 495 prior->vma->map_flags != map_flags) in drv_bo_map() 498 if (rect->x != prior->rect.x || rect->y != prior->rect.y || in drv_bo_map() 499 rect->width != prior->rect.width || rect->height != prior->rect.height) in drv_bo_map() 502 prior->refcount++; in drv_bo_map() 503 *map_data = prior; in drv_bo_map() 508 struct mapping *prior = (struct mapping *)drv_array_at_idx(drv->mappings, i); in drv_bo_map() local 509 if (prior->vma->handle != bo->handles[plane].u32 || in drv_bo_map() 510 prior->vma->map_flags != map_flags) in drv_bo_map() [all …]
|
| /external/icu/icu4c/source/i18n/unicode/ |
| D | nounit.h | 30 * Prior to ICU 68, this namespace was a class with the same name. 38 * Prior to ICU 68, this function returned a NoUnit by value. 52 * Prior to ICU 68, this function returned a NoUnit by value. 66 * Prior to ICU 68, this function returned a NoUnit by value.
|
| /external/cronet/third_party/icu/source/i18n/unicode/ |
| D | nounit.h | 30 * Prior to ICU 68, this namespace was a class with the same name. 38 * Prior to ICU 68, this function returned a NoUnit by value. 52 * Prior to ICU 68, this function returned a NoUnit by value. 66 * Prior to ICU 68, this function returned a NoUnit by value.
|
| /external/icu/libicu/cts_headers/unicode/ |
| D | nounit.h | 30 * Prior to ICU 68, this namespace was a class with the same name. 38 * Prior to ICU 68, this function returned a NoUnit by value. 52 * Prior to ICU 68, this function returned a NoUnit by value. 66 * Prior to ICU 68, this function returned a NoUnit by value.
|
| /external/ComputeLibrary/src/core/CL/cl_kernels/nchw/ |
| D | prior_box_layer.cl | 28 /** Compute prior boxes and clip (NCHW) 39 * @param[in] box_width Prior box width 40 * @param[in] box_height Prior box height 61 /** Compute prior boxes (NCHW) 69 * @param[in] min_size Prior box min size 107 /** Calculate prior boxes with NCHW format.
|
| /external/ppp/ |
| D | LICENSE | 43 or publicity pertaining to this material without the prior explicit 541 prior written permission. For permission or any legal 558 prior written permission. 652 specific prior written permission. 703 from this software without specific prior written permission. 727 from this software without specific prior written permission. 758 prior written permission. For permission or any legal 805 prior written permission. For permission or any legal 853 prior written permission. 885 without specific prior permission, and notice be given in supporting [all …]
|
| /external/curl/docs/cmdline-opts/ |
| D | http2-prior-knowledge.d | 3 Long: http2-prior-knowledge 11 Example: --http2-prior-knowledge $URL 16 Upgrade. It requires prior knowledge that the server supports HTTP/2 straight
|
| /external/grpc-grpc/src/csharp/Grpc.Core.Testing/ |
| D | TestCalls.cs | 32 /// Note: experimental API that can change or be removed without any prior notice. 43 /// Note: experimental API that can change or be removed without any prior notice. 55 /// Note: experimental API that can change or be removed without any prior notice. 66 /// Note: experimental API that can change or be removed without any prior notice.
|