/external/libtextclassifier/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/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/libusb-compat/ |
D | ChangeLog | 49 Date: Fri May 29 12:28:05 2009 -0400 55 Date: Thu May 28 09:28:50 2009 -0400 61 Date: Wed May 27 15:39:54 2009 -0400 130 Date: Mon May 26 00:05:32 2008 +0100 136 Date: Fri May 23 16:01:18 2008 +0100 142 Date: Fri May 23 15:32:30 2008 +0100 148 Ludovic Rousseau pointed out that library users may close stdout/stderr 149 and those file descriptors may be reused for other things. 153 Date: Tue May 20 16:27:17 2008 +0100 161 Date: Mon May 19 16:15:17 2008 +0100 [all …]
|
/external/skia/src/gpu/ |
D | GrBufferAllocPool.h | 91 * data is given to the caller. The buffer may or may not be locked. The 99 * buffer at the offset indicated by offset. Until that time it may be 100 * in temporary storage and/or the buffer may be locked. 112 * data is given to the caller. The buffer may or may not be locked. The 120 * buffer at the offset indicated by offset. Until that time it may be 121 * in temporary storage and/or the buffer may be locked. 123 * The caller requests a minimum number of bytes, but the block may be (much) 185 * the vertices given to the caller. The buffer may or may not be locked. 194 * may be in temporary storage and/or the buffer may be locked. 211 * the vertices given to the caller. The buffer may or may not be locked. [all …]
|
/external/skqp/src/gpu/ |
D | GrBufferAllocPool.h | 68 * data is given to the caller. The buffer may or may not be locked. The 76 * buffer at the offset indicated by offset. Until that time it may be 77 * in temporary storage and/or the buffer may be locked. 89 * data is given to the caller. The buffer may or may not be locked. The 97 * buffer at the offset indicated by offset. Until that time it may be 98 * in temporary storage and/or the buffer may be locked. 100 * The caller requests a minimum number of bytes, but the block may be (much) 163 * the vertices given to the caller. The buffer may or may not be locked. 172 * may be in temporary storage and/or the buffer may be locked. 189 * the vertices given to the caller. The buffer may or may not be locked. [all …]
|
/external/openssh/ |
D | PROTOCOL.agent | 64 The following generic messages may be sent by the server in response to 65 requests from the client. On success the agent may reply either with: 71 On failure, the agent may reply with: 88 OpenSSH may be built with support for keys hosted on a smartcard 89 or other hardware security module. These keys may be added 115 Zero or more constraints may be specified when adding a key with one 128 as "constraint[]". Agents may determine whether there are constraints 135 A client may add a protocol 1 key to an agent with the following 154 "key_constraints" may only be present if the request type is 163 keys may be added using the following request [all …]
|
D | PROTOCOL.mux | 28 To open a new multiplexed session, a client may send the following 44 To disable the use of an escape character, "escape char" may be set 46 $TERM. zero or more environment strings may follow the command. 76 A master may also send a MUX_S_TTY_ALLOC_FAIL before MUX_S_EXIT_MESSAGE 77 if remote TTY allocation was unsuccessful. The client may use this to 85 The client may request a health check/PID report from a server: 98 A client may request that a master terminate immediately: 107 A client may request the master to establish a port forward: 117 forwarding type may be MUX_FWD_LOCAL, MUX_FWD_REMOTE, MUX_FWD_DYNAMIC. 125 A server may reply with a MUX_S_OK, a MUX_S_REMOTE_PORT, a [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | datastore_v1beta3.projects.html | 108 # No key may be reserved/read-only. 124 # last path element (for the entity) itself may be omitted. For example, 125 # the last path element of the key of `Mutation.insert` may have no 138 # Never equal to zero. Values less than zero are discouraged and may not 149 # by project and namespace, however the namespace ID may be empty. 156 # - May be `""`. 166 … # Reads and writes of foreign partition IDs may fail if the project is not in an active state. 200 # last path element (for the entity) itself may be omitted. For example, 201 # the last path element of the key of `Mutation.insert` may have no 214 # Never equal to zero. Values less than zero are discouraged and may not [all …]
|
D | datastore_v1.projects.html | 108 # No key may be reserved/read-only. 124 # last path element (for the entity) itself may be omitted. For example, 125 # the last path element of the key of `Mutation.insert` may have no 138 # Never equal to zero. Values less than zero are discouraged and may not 149 # by project and namespace, however the namespace ID may be empty. 156 # - May be `""`. 166 … # Reads and writes of foreign partition IDs may fail if the project is not in an active state. 200 # last path element (for the entity) itself may be omitted. For example, 201 # the last path element of the key of `Mutation.insert` may have no 214 # Never equal to zero. Values less than zero are discouraged and may not [all …]
|
D | spectrum_v1explorer.paws.html | 105 …pty). When a requestType value is specified, device descriptor information may be optional or requ… 106 …may require that the device provide this list before servicing the device requests. If the databas… 112 …th should not exceed 32 characters. Note that, in practice, a valid FCC ID may be limited to 19 ch… 118 …"manufacturerId": "A String", # The manufacturer's ID may be required by the regulatory domain. Th… 119 …"modelId": "A String", # The device's model ID may be required by the regulatory domain. The strin… 124 …Depending on device type and regulatory domain, the characteristics of the antenna may be required. 127 …equired depends on the device type and the regulatory domain. Note that the height may be negative. 129 …e spectrum request, but its use depends on applicable regulatory rules. It may be used, for exampl… 130 …may be used by a device to provide additional information to the database that may help it to dete… 134 …"channelId": "A String", # The database may include a channel identifier, when applicable. When it… [all …]
|
D | analytics_v3.management.experiments.html | 122 …tes in the experiment. Can be changed for a running experiment. This field may not be changed for … 127 … based on variation performance. Optional -- defaults to False. This field may not be changed for … 131 …r variations URLS are rewritten to match those of the original. This field may not be changed for … 141 …). Specifies the necessary confidence level to choose a winner. This field may not be changed for … 145 …"name": "A String", # Experiment name. This field may not be changed for an experiment whose statu… 147 …The first variation in the array is the original. The number of variations may not change once an … 149 …lues: "ACTIVE", "INACTIVE". INACTIVE variations are not served. This field may not be changed for … 150 …"url": "A String", # The URL of the variation. This field may not be changed for an experiment who… 152 … variation. This field is required when creating an experiment. This field may not be changed for … 156 …gth of the experiment. Can be changed for a running experiment. This field may not be changed for … [all …]
|
D | dataproc_v1.projects.regions.jobs.html | 122 …t-only. The job status. Additional application-specific status information may be contained in the… 134 …"driverLogLevels": { # The per-package log levels for the driver. This may include "root" package … 155 …s SparkConf. Properties that conflict with values set by the Cloud Dataproc API may be overwritten. 165 …"driverLogLevels": { # The per-package log levels for the driver. This may include "root" package … 187 …re Pig. Properties that conflict with values set by the Cloud Dataproc API may be overwritten. Can… 200 …libjars or -Dfoo=bar, that can be set as job properties, since a collision may occur that causes a… 204 …"driverLogLevels": { # The per-package log levels for the driver. This may include "root" package … 219 …Hadoop. Properties that conflict with values set by the Cloud Dataproc API may be overwritten. Can… 223 …t conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if p… 229 …ents, such as --conf, that can be set as job properties, since a collision may occur that causes a… [all …]
|
/external/swiftshader/third_party/llvm-7.0/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/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/curl/docs/ |
D | LICENSE-MIXING.md | 6 using their own licenses. Even libcurl itself contains code that may cause 16 announcement clause). You may still build your own copies that use them all, 31 (May be used for SSL/TLS support) Uses an Original BSD-style license with an 40 (May be used for SSL/TLS support) Uses the 48 (May be used for SSL/TLS support) Uses the GPL license or a proprietary 53 (May be used for SSL/TLS support) Is covered by the 55 license. You may choose to license the code under MPL terms, GPL terms, or 62 (May be used for SSL/TLS support) Uses the [Apache 2.0 64 You may choose to license the code under Apache 2.0 terms or GPL terms. 70 (May be used for SSL/TLS support) As an OpenSSL fork, it has the same [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/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/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/boringssl/src/ |
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/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/guava/guava/src/com/google/common/collect/ |
D | ForwardingNavigableMap.java | 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 43 * is not consistent with equals, some of the standard implementations may violate the {@code Map} 68 * {@link #headMap(Object, boolean)}. If you override {@code headMap}, you may wish to override 82 * {@link #lowerEntry}, you may wish to override {@code lowerKey} to forward to this 96 * {@link #headMap(Object, boolean)}. If you override {@code headMap}, you may wish to override 110 * {@code floorEntry}, you may wish to override {@code floorKey} to forward to this 124 * {@link #tailMap(Object, boolean)}. If you override {@code tailMap}, you may wish to override 138 * {@code ceilingEntry}, you may wish to override {@code ceilingKey} to forward to this 152 * {@link #tailMap(Object, boolean)}. If you override {@code tailMap}, you may wish to override [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
|