/external/chromium-trace/catapult/third_party/polymer/components/neon-animation/demo/list/ |
D | list-demo.html | 4 This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt 5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt 6 The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt 47 {fileName: 'IMG_4130.jpg', modifiedDate: 'May 12 2015'}, 48 {fileName: 'IMG_4131.jpg', modifiedDate: 'May 12 2015'}, 49 {fileName: 'IMG_4132.jpg', modifiedDate: 'May 12 2015'}, 50 {fileName: 'IMG_4133.jpg', modifiedDate: 'May 12 2015'}, 51 {fileName: 'IMG_4134.jpg', modifiedDate: 'May 12 2015'}, 52 {fileName: 'IMG_4135.jpg', modifiedDate: 'May 12 2015'}, 53 {fileName: 'IMG_4136.jpg', modifiedDate: 'May 12 2015'}, [all …]
|
/external/libtextclassifier/native/utils/hash/ |
D | farmhash.h | 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 53 // May change from time to time, may differ on different platforms, may differ 58 // May change from time to time, may differ on different platforms, may differ 64 // May change from time to time, may differ on different platforms, may differ 70 // May change from time to time, may differ on different platforms, may differ 76 // May change from time to time, may differ on different platforms, may differ 82 // May change from time to time, may differ on different platforms, may differ 88 // May change from time to time, may differ on different platforms, may differ 94 // May change from time to time, may differ on different platforms, may differ [all …]
|
/external/icing/icing/text_classifier/lib3/utils/hash/ |
D | farmhash.h | 4 // you may not use this file except in compliance with the License. 5 // You may obtain a copy of the License at 51 // May change from time to time, may differ on different platforms, may differ 56 // May change from time to time, may differ on different platforms, may differ 62 // May change from time to time, may differ on different platforms, may differ 68 // May change from time to time, may differ on different platforms, may differ 74 // May change from time to time, may differ on different platforms, may differ 80 // May change from time to time, may differ on different platforms, may differ 86 // May change from time to time, may differ on different platforms, may differ 92 // May change from time to time, may differ on different platforms, may differ [all …]
|
/external/clang/test/SemaCXX/ |
D | warn-tautological-undefined-compare.cpp | 9 …be bound to dereferenced null pointer in well-defined C++ code; comparison may be assumed to alway… in test1() 11 …be bound to dereferenced null pointer in well-defined C++ code; comparison may be assumed to alway… in test1() 19 …// expected-warning@-1{{'this' pointer cannot be null in well-defined C++ code; comparison may be … in foo() 21 …// expected-warning@-1{{'this' pointer cannot be null in well-defined C++ code; comparison may be … in foo() 27 …be bound to dereferenced null pointer in well-defined C++ code; comparison may be assumed to alway… in bar() 29 …be bound to dereferenced null pointer in well-defined C++ code; comparison may be assumed to alway… in bar() 49 …be bound to dereferenced null pointer in well-defined C++ code; comparison may be assumed to alway… in test() 51 …be bound to dereferenced null pointer in well-defined C++ code; comparison may be assumed to alway… in test() 54 …be bound to dereferenced null pointer in well-defined C++ code; comparison may be assumed to alway… in test() 56 …be bound to dereferenced null pointer in well-defined C++ code; comparison may be assumed to alway… in test() [all …]
|
D | warn-undefined-bool-conversion.cpp | 9 …ot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to alway… in test1() 12 …ot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to alway… in test1() 20 …// expected-warning@-1{{'this' pointer cannot be null in well-defined C++ code; pointer may be ass… in foo() 23 …// expected-warning@-1{{'this' pointer cannot be null in well-defined C++ code; pointer may be ass… in foo() 29 …ot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to alway… in bar() 32 …ot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to alway… in bar() 52 …ot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to alway… in test() 54 …ot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to alway… in test() 56 …ot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to alway… in test() 59 …ot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to alway… in test() [all …]
|
/external/boringssl/src/ |
D | SANDBOXING.md | 6 breaks platform abstractions. A syscall-filtering sandbox may, for instance, be 23 internal resources. These dependencies may change over time, but we aim to 30 Callers must assume that any BoringSSL function may perform one of the following 35 Any BoringSSL function may allocate memory via `malloc` and related functions. 39 Any BoringSSL function may call into the platform's thread synchronization 46 on POSIX systems, which is less common and may not be part of other libraries' 49 may not show up in testing without lock contention. 53 Any BoringSSL function may write to `stderr` or file descriptor 55 Writes to `stderr` may fail, but there must some file at `STDERR_FILENO` which 64 Any BoringSSL function may draw entropy from the OS. On Windows, this uses [all …]
|
D | API-CONVENTIONS.md | 30 Most functions in BoringSSL may fail, either due to allocation failures or input 42 queue to determine whether an operation failed. Some codepaths may not interact 43 with the error queue, and the error queue may have state from a previous failed 48 affect the actual behavior of any functions, but may result in errors from both 54 logging. The reason codes are very specific and may change over time. 79 Heap-allocated types may have functioned named like `RSA_new` which allocates a 80 fresh blank `RSA`. Other functions may also return newly-allocated instances. 89 A heap-allocated type may be reference-counted. In this case, a function named 93 compatibility, these functions return `int`, but callers may assume they always 110 types may be allocated on the stack or embedded within another object. [all …]
|
/external/skia/src/gpu/ |
D | GrBufferAllocPool.h | 92 * data is given to the caller. The buffer may or may not be locked. The 100 * buffer at the offset indicated by offset. Until that time it may be 101 * in temporary storage and/or the buffer may be locked. 113 * data is given to the caller. The buffer may or may not be locked. The 121 * buffer at the offset indicated by offset. Until that time it may be 122 * in temporary storage and/or the buffer may be locked. 124 * The caller requests a minimum number of bytes, but the block may be (much) 186 * the vertices given to the caller. The buffer may or may not be locked. 195 * may be in temporary storage and/or the buffer may be locked. 212 * the vertices given to the caller. The buffer may or may not be locked. [all …]
|
/external/llvm/test/MC/ARM/ |
D | thumb-load-store-multiple.s | 15 @ CHECK: error: SP may not be in the register list 19 @ CHECK: error: PC and LR may not be in the register list simultaneously 33 @ CHECK: error: SP may not be in the register list 35 @ error: PC and LR may not be in the register list simultaneously 47 @ CHECK: error: SP may not be in the register list 49 @ CHECK: error: PC may not be in the register list 51 @ CHECK: error: SP and PC may not be in the register list 57 @ CHECK: error: SP may not be in the register list 59 @ CHECK: error: PC may not be in the register list 61 @ CHECK: error: SP and PC may not be in the register list [all …]
|
/external/parameter-framework/asio-1.10.6/include/asio/ip/ |
D | basic_resolver_query.hpp | 47 * @param service A string identifying the requested service. This may be a 55 * <tt>/etc/services</tt>. On Windows, service names may be found in the file 57 * may use additional locations when resolving service names. 84 * @param service A string identifying the requested service. This may be a 92 * <tt>/etc/services</tt>. On Windows, service names may be found in the file 94 * may use additional locations when resolving service names. 118 * @param host A string identifying a location. May be a descriptive name or 124 * @param service A string identifying the requested service. This may be a 125 * descriptive name or a numeric string corresponding to a port number. May 133 * @note On POSIX systems, host names may be locally defined in the file [all …]
|
/external/flac/ |
D | COPYING.FDL | 56 textbook of mathematics, a Secondary Section may not explain any 66 allowed to be designated as Invariant. The Document may contain zero 72 the Document is released under this License. A Front-Cover Text may 73 be at most 5 words, and a Back-Cover Text may be at most 25 words. 114 The Document may include Warranty Disclaimers next to the notice which 118 implication that these Warranty Disclaimers may have is void and has 124 You may copy and distribute the Document in any medium, either 128 conditions whatsoever to those of this License. You may not use 130 copying of the copies you make or distribute. However, you may accept 134 You may also lend copies, under the same conditions stated above, and [all …]
|
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/ |
D | SubchannelOrBuilder.java | 63 * There may not be cycles in the ref graph. 64 * A channel ref may be present in more than one channel or subchannel. 74 * There may not be cycles in the ref graph. 75 * A channel ref may be present in more than one channel or subchannel. 84 * There may not be cycles in the ref graph. 85 * A channel ref may be present in more than one channel or subchannel. 94 * There may not be cycles in the ref graph. 95 * A channel ref may be present in more than one channel or subchannel. 105 * There may not be cycles in the ref graph. 106 * A channel ref may be present in more than one channel or subchannel. [all …]
|
D | ChannelOrBuilder.java | 63 * There may not be cycles in the ref graph. 64 * A channel ref may be present in more than one channel or subchannel. 74 * There may not be cycles in the ref graph. 75 * A channel ref may be present in more than one channel or subchannel. 84 * There may not be cycles in the ref graph. 85 * A channel ref may be present in more than one channel or subchannel. 94 * There may not be cycles in the ref graph. 95 * A channel ref may be present in more than one channel or subchannel. 105 * There may not be cycles in the ref graph. 106 * A channel ref may be present in more than one channel or subchannel. [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | datastore_v1beta3.projects.html | 112 …A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-on… 114 …may be empty. A partition ID contains several dimensions: project ID and namespace ID. Partition d… 118 … element (for the entity) itself may be omitted. For example, the last path element of the key of … 120 …the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in… 140 …may be empty. A partition ID contains several dimensions: project ID and namespace ID. Partition d… 144 … element (for the entity) itself may be omitted. For example, the last path element of the key of … 146 …the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in… 204 …e` followed by `update` When mode is `NON_TRANSACTIONAL`, no two mutations may affect a single ent… 207 …ain documented contexts. # The key of the entity to delete. The entity may or may not already exis… 208 …may be empty. A partition ID contains several dimensions: project ID and namespace ID. Partition d… [all …]
|
D | datastore_v1.projects.html | 101 …may not be reflected in the export. The export occurs in the background and its progress can be mo… 128 …A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-on… 130 …may be empty. A partition ID contains several dimensions: project ID and namespace ID. Partition d… 134 … element (for the entity) itself may be omitted. For example, the last path element of the key of … 136 …the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in… 156 …may be empty. A partition ID contains several dimensions: project ID and namespace ID. Partition d… 160 … element (for the entity) itself may be omitted. For example, the last path element of the key of … 162 …the entity. Never equal to zero. Values less than zero are discouraged and may not be supported in… 220 …e` followed by `update` When mode is `NON_TRANSACTIONAL`, no two mutations may affect a single ent… 223 …ain documented contexts. # The key of the entity to delete. The entity may or may not already exis… [all …]
|
/external/clang/test/SemaObjCXX/ |
D | objc-decls-inside-namespace.mm | 5 @protocol P; //expected-error{{Objective-C declarations may only appear in global scope}} 7 @class Bar; //expected-error{{Objective-C declarations may only appear in global scope}} 9 @compatibility_alias Foo Bar; //expected-error{{Objective-C declarations may only appear in global … 11 @interface A //expected-error{{Objective-C declarations may only appear in global scope}} 14 @implementation A //expected-error{{Objective-C declarations may only appear in global scope}} 17 @protocol P //expected-error{{Objective-C declarations may only appear in global scope}} 20 @interface A(C) //expected-error{{Objective-C declarations may only appear in global scope}} 23 @implementation A(C) //expected-error{{Objective-C declarations may only appear in global scope}} 26 @interface B @end //expected-error{{Objective-C declarations may only appear in global scope}} 27 @implementation B //expected-error{{Objective-C declarations may only appear in global scope}}
|
/external/elfutils/doc/ |
D | COPYING-GFDL | 60 part a textbook of mathematics, a Secondary Section may not explain 70 allowed to be designated as Invariant. The Document may contain zero 76 the Document is released under this License. A Front-Cover Text may 77 be at most 5 words, and a Back-Cover Text may be at most 25 words. 121 The Document may include Warranty Disclaimers next to the notice which 125 implication that these Warranty Disclaimers may have is void and has 130 You may copy and distribute the Document in any medium, either 134 other conditions whatsoever to those of this License. You may not use 136 copying of the copies you make or distribute. However, you may accept 140 You may also lend copies, under the same conditions stated above, and [all …]
|
D | debuginfod.8 | 38 (see the \fB\-L\fP option). Duplicate PATHs are ignored. You may use 39 a file name for a PATH, but source code indexing may be incomplete; 48 source files listed in the DWARF may be a path \fIanywhere\fP in the 64 file is scanned as an archive file that may contain ELF/DWARF/source 68 Because of complications such as DWZ-compressed debuginfo, may require 97 additional patterns. This option may be repeated. 105 incompatible zstd compression for their payload. You may experiment 118 data. It will contain absolute file path names, so it may not be 119 portable across machines. It may be frequently read/written, so it 139 initialized as extra DDL (SQL data definition language). This may be [all …]
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | EnumDescriptorProto.php | 36 * Range of reserved numeric values. Reserved numeric values may not be used 37 * by enum values in the same enum declaration. Reserved ranges may not 45 * Reserved enum value names, which may not be reused. A given name may only 63 * Range of reserved numeric values. Reserved numeric values may not be used 64 * by enum values in the same enum declaration. Reserved ranges may not 67 * Reserved enum value names, which may not be reused. A given name may only 161 * Range of reserved numeric values. Reserved numeric values may not be used 162 * by enum values in the same enum declaration. Reserved ranges may not 174 * Range of reserved numeric values. Reserved numeric values may not be used 175 * by enum values in the same enum declaration. Reserved ranges may not [all …]
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | LICENSE | 10 Package may be copied, such that the Copyright Holder maintains some 36 the item, though there may be fees involved in handling the item. 38 1. You may make and give away verbatim copies of the source form of the 42 2. You may apply bug fixes, portability fixes and other modifications 47 3. You may otherwise modify your copy of this Package in any way, provided 72 4. You may distribute the programs of this Package in object code or 91 5. You may charge a distribution fee for any distribution of this Package. 92 If you offer support for this Package, you may charge any fee you choose 93 for that support. You may not charge a license fee for the right to use 94 this Package itself. You may distribute this Package in aggregate with [all …]
|
/external/pigweed/pw_stream/public/pw_stream/ |
D | stream.h | 3 // Licensed under the Apache License, Version 2.0 (the "License"); you may not 4 // use this file except in compliance with the License. You may obtain a copy of 28 // A generic stream that may support reading, writing, and seeking, but makes no 46 // Implementations may only support seeking within a limited range from 174 // Other streams may or may not support Tell(). 226 // seeking. Seeking from other origins may work, but is not guaranteed. 233 // Seeking from the current position is supported, but the range may be 271 // * May or may not need seeking. Use a SeekableReader& if seeking is 278 // A Reader may or may not support seeking. Check seekable() or try calling 294 // current position. Seeking beyond that or from other origins may or may not be [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | TransformState.java | 7 * you may not use this file except in compliance with the License. 8 * You may obtain a copy of the License at 59 * <p>Please note that the ElemTemplateElement returned may 60 * be in a default template, and thus may not be 77 * that is in effect, which may be a matched template 80 * <p>Please note that the ElemTemplate returned may 81 * be a default template, and thus may not have a template 90 * that was matched. Note that this may not be 92 * may be from getCurrentElement()), since a named 93 * template may be in effect. [all …]
|
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/ |
D | JsonProperty.java | 21 * Starting with Jackson 2.6 this annotation may also be 65 * Property that indicates whether a value (which may be explicit 69 * but this may be sent via problem handlers that can try to 77 * may be added in future. 89 * is typically used by binary formats, but may also be useful 97 * Property that may be used to <b>document</b> expected default value 100 * It may also be used by Jackson extension modules; core `jackson-databind` 113 * Optional property that may be used to change the way visibility of 116 * non-visible accessors (like private getters) may be used; or that 128 * may be accessed during serialization ("read") and deserialization ("write") [all …]
|
/external/clang/test/SemaObjC/ |
D | arc-property-decl-attrs.m | 40 @property(strong) __unsafe_unretained id x; // expected-error {{strong property 'x' may not also be… 41 @property(strong) __weak id y; // expected-error {{strong property 'y' may not also be declared __w… 42 @property(strong) __autoreleasing id z; // expected-error {{strong property 'z' may not also be dec… 46 @property(retain) __unsafe_unretained id x; // expected-error {{strong property 'x' may not also be… 47 @property(retain) __weak id y; // expected-error {{strong property 'y' may not also be declared __w… 48 @property(retain) __autoreleasing id z; // expected-error {{strong property 'z' may not also be dec… 52 @property(copy) __unsafe_unretained id x; // expected-error {{strong property 'x' may not also be d… 53 @property(copy) __weak id y; // expected-error {{strong property 'y' may not also be declared __wea… 54 @property(copy) __autoreleasing id z; // expected-error {{strong property 'z' may not also be decla… 59 @property(assign) __weak id y; // expected-error {{unsafe_unretained property 'y' may not also be d… [all …]
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | ClientStream.java | 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 34 * sent or received, however it may still be possible to receive buffered messages for a brief 35 * period until {@link ClientStreamListener#closed} is called. This method may only be called 45 * no further messages may be sent on this stream, but additional messages may be received until 46 * the remote end-point is closed. This method may only be called once, and only after 52 * Override the default authority with {@code authority}. May only be called before {@link 64 * Sets the registry to find a decompressor for the framer. May only be called before {@link 65 * #start}. If the transport does not support compression, this may do nothing. 72 * Starts stream. This method may only be called once. It is safe to do latent initialization of
|