Home
last modified time | relevance | path

Searched full:makes (Results 1 – 25 of 12326) sorted by relevance

12345678910>>...494

/external/libcups/examples/
Dtestfile.txt1 All work and no play makes Johhny a dull boy. All work and no
2 play makes Johhny a dull boy. All work and no play makes Johhny
3 a dull boy. All work and no play makes Johhny a dull boy. All
4 work and no play makes Johhny a dull boy. All work and no play
5 makes Johhny a dull boy. All work and no play makes Johhny a
6 dull boy. All work and no play makes Johhny a dull boy. All
7 work and no play makes Johhny a dull boy. All work and no play
8 makes Johhny a dull boy. All work and no play makes Johhny a
9 dull boy. All work and no play makes Johhny a dull boy. All
10 work and no play makes Johhny a dull boy. All work and no play
[all …]
/external/googleapis/google/storage/v1/
Dstorage.proto160 // Makes the return of the bucket metadata conditional on whether the bucket's
164 // Makes the return of the bucket metadata conditional on whether the bucket's
235 // Makes the operation conditional on whether bucket's current metageneration
248 // Makes the return of the bucket metadata conditional on whether the bucket's
252 // Makes the return of the bucket metadata conditional on whether the bucket's
289 // Makes the return of the bucket metadata conditional on whether the bucket's
293 // Makes the return of the bucket metadata conditional on whether the bucket's
693 // Makes the operation conditional on whether the object's current generation
694 // matches the given value. Setting to 0 makes the operation succeed only if
698 // Makes the operation conditional on whether the object's current
[all …]
/external/curl/tests/data/
Dtest170618 managen makes ASCII page
63 Makes curl verbose during the operation. Useful for debugging and seeing
140 Makes it use it as an HTTP proxy. The default if no scheme prefix is used.
142 Makes it treated as an **HTTPS** proxy.
144 Makes it the equivalent of --socks4
146 Makes it the equivalent of --socks4a
148 Makes it the equivalent of --socks5
150 Makes it the equivalent of --socks5-hostname
180 Makes curl verbose during the operation. Useful for debugging and
262 Makes it use it as an HTTP proxy. The default if no scheme prefix is
[all …]
Dtest170518 managen makes manpage
63 Makes curl verbose during the operation. Useful for debugging and seeing
144 Makes it use it as an HTTP proxy. The default if no scheme prefix is used.
146 Makes it treated as an **HTTPS** proxy.
148 Makes it the equivalent of --socks4
150 Makes it the equivalent of --socks4a
152 Makes it the equivalent of --socks5
154 Makes it the equivalent of --socks5-hostname
209 Makes curl verbose during the operation. Useful for debugging and seeing
288 Makes it use it as an HTTP proxy. The default if no scheme prefix is used.
[all …]
/external/curl/docs/cmdline-opts/
D_PROXYPREFIX.md12 Makes it use it as an HTTP proxy. The default if no scheme prefix is used.
14 Makes it treated as an **HTTPS** proxy.
16 Makes it the equivalent of --socks4
18 Makes it the equivalent of --socks4a
20 Makes it the equivalent of --socks5
22 Makes it the equivalent of --socks5-hostname
Dinsecure.md21 By default, every secure connection curl makes is verified to be secure before
22 the transfer takes place. This option makes curl skip the verification step
32 For SFTP and SCP, this option makes curl skip the *known_hosts* verification.
36 **WARNING**: using this option makes the transfer insecure.
Dproxy-insecure.md20 Every secure connection curl makes is verified to be secure before the
21 transfer takes place. This option makes curl skip the verification step with a
30 **WARNING**: using this option makes the transfer to the proxy insecure.
/external/clang/test/SemaCXX/
Dcopy-constructor-error.cpp19 foo::foo(foo&, int = 0) { } // expected-error {{makes this constructor a copy constructor}} in foo()
20 foo::foo(int = 0) { } // expected-error {{makes this constructor a default constructor}} in foo()
21 foo::foo(const foo& = 0) { } //expected-error {{makes this constructor a default constructor}} in foo()
29 A::A(A&, int = 0) { } // expected-error {{makes this constructor a copy constructor}} in A()
41 A::A(int a = 0, // expected-error {{makes this constructor a default constructor}} in A()
49 B::B(const B& = B(0), // expected-error {{makes this constructor a default constructor}} in B()
57 int = 0) { // expected-error {{makes this constructor a copy constructor}} in C()
/external/opencensus-java/api/src/main/java/io/opencensus/trace/samplers/
DSamplers.java35 * Returns a {@link Sampler} that always makes a "yes" decision on {@link Span} sampling.
37 * @return a {@code Sampler} that always makes a "yes" decision on {@code Span} sampling.
45 * Returns a {@link Sampler} that always makes a "no" decision on {@link Span} sampling.
47 * @return a {@code Sampler} that always makes a "no" decision on {@code Span} sampling.
55 * Returns a {@link Sampler} that makes a "yes" decision with a given probability.
58 * @return a {@code Sampler} that makes a "yes" decision with a given probability.
/external/vboot_reference/scripts/keygeneration/uefi/
Duefi_common.sh111 # Makes a PK (Platform Key) keypair.
122 # Makes a KEK (Key Exchange Key) keypair.
133 # Makes a DB keypair.
144 # Makes a DB child keypair (a keypair signed by the db key).
158 # Makes a backup of a self-signed keypair.
169 # Makes a backup of a self-signed keypair and its child keys.
180 # Makes a backup of a child keypair signed by a CA.
193 # Makes a backup of the PK (Platform Key) keypair.
201 # Makes a backup of the KEK (Key Exchange Key) keypair.
209 # Makes a backup of the DB keypair and its children.
[all …]
/external/protobuf/java/kotlin/src/main/kotlin/com/google/protobuf/
DUnmodifiableCollections.kt33 /** Wraps an [Iterator] and makes it unmodifiable even from Java. */
36 /** Wraps a [ListIterator] and makes it unmodifiable even from Java. */
41 /** Wraps a [Collection] and makes it unmodifiable even from Java. */
48 /** Wraps a [Set] and makes it unmodifiable even from Java. */
53 /** Wraps a [Map.Entry] and makes it unmodifiable even from Java. */
56 /** Wraps a [Set] of map entries and makes it unmodifiable even from Java. */
/external/cronet/stable/third_party/protobuf/java/kotlin/src/main/kotlin/com/google/protobuf/
DUnmodifiableCollections.kt33 /** Wraps an [Iterator] and makes it unmodifiable even from Java. */
36 /** Wraps a [ListIterator] and makes it unmodifiable even from Java. */
41 /** Wraps a [Collection] and makes it unmodifiable even from Java. */
48 /** Wraps a [Set] and makes it unmodifiable even from Java. */
53 /** Wraps a [Map.Entry] and makes it unmodifiable even from Java. */
56 /** Wraps a [Set] of map entries and makes it unmodifiable even from Java. */
/external/cronet/tot/third_party/protobuf/java/kotlin/src/main/kotlin/com/google/protobuf/
DUnmodifiableCollections.kt33 /** Wraps an [Iterator] and makes it unmodifiable even from Java. */
36 /** Wraps a [ListIterator] and makes it unmodifiable even from Java. */
41 /** Wraps a [Collection] and makes it unmodifiable even from Java. */
48 /** Wraps a [Set] and makes it unmodifiable even from Java. */
53 /** Wraps a [Map.Entry] and makes it unmodifiable even from Java. */
56 /** Wraps a [Set] of map entries and makes it unmodifiable even from Java. */
/external/skia/src/sksl/ir/
DSkSLLiteral.h42 // Makes a literal of $floatLiteral type.
47 // Makes a float literal of the specified type.
53 // Makes a literal of $intLiteral type.
58 // Makes an int literal of the specified type.
68 // Makes a literal of boolean type.
73 // Makes a literal of boolean type. (Functionally identical to the above, but useful if you
80 // Makes a literal of the specified type, rounding as needed.
/external/ltp/testcases/kernel/containers/mountns/
Dmountns03.c16 * - Unshares mount namespace and makes it private (so mounts/umounts have no
19 * - Makes directory DIRA shared
20 * - Clones a new child process with CLONE_NEWNS flag and makes "A" a slave
44 * makes mount DIRA a slave of DIRA (all slave mounts have in child_func()
74 /* makes sure parent mounts/umounts have no effect on a real system */ in run()
/external/google-cloud-java/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/
DBatchPredictRequestOrBuilder.java148 * makes predictions for a text snippet, it will only produce results
152 * makes predictions for an image, it will only produce results that
163 * makes predictions for a video, it will only produce results that
215 * makes predictions for a text snippet, it will only produce results
219 * makes predictions for an image, it will only produce results that
230 * makes predictions for a video, it will only produce results that
285 * makes predictions for a text snippet, it will only produce results
289 * makes predictions for an image, it will only produce results that
300 * makes predictions for a video, it will only produce results that
352 * makes predictions for a text snippet, it will only produce results
[all …]
/external/google-cloud-java/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/
DBatchPredictRequestOrBuilder.java149 * makes predictions for a text snippet, it will only produce results
154 * makes predictions for an image, it will only produce results that
168 * makes predictions for a video, it will only produce results that
223 * makes predictions for a text snippet, it will only produce results
228 * makes predictions for an image, it will only produce results that
242 * makes predictions for a video, it will only produce results that
300 * makes predictions for a text snippet, it will only produce results
305 * makes predictions for an image, it will only produce results that
319 * makes predictions for a video, it will only produce results that
374 * makes predictions for a text snippet, it will only produce results
[all …]
/external/rust/android-crates-io/crates/portable-atomic/src/
Dlib.rs775 /// [`Acquire`] makes the store part of this operation [`Relaxed`], and
776 /// using [`Release`] makes the load part [`Relaxed`].
813 /// the comparison fails. Using [`Acquire`] as success ordering makes the store part
814 /// of this operation [`Relaxed`], and using [`Release`] makes the successful load
890 /// the comparison fails. Using [`Acquire`] as success ordering makes the store part
891 /// of this operation [`Relaxed`], and using [`Release`] makes the successful load
955 /// [`Acquire`] makes the store part of this operation [`Relaxed`], and
956 /// using [`Release`] makes the load part [`Relaxed`].
990 /// [`Acquire`] makes the store part of this operation [`Relaxed`], and
991 /// using [`Release`] makes the load part [`Relaxed`].
[all …]
/external/curl/docs/libcurl/
Dcurl_url_get.md53 If the handle has no port stored, this option makes curl_url_get(3)
58 If the handle has no scheme stored, this option makes curl_url_get(3)
97 If libcurl is built without IDN capabilities, using this bit makes
111 If libcurl is built without IDN capabilities, using this bit makes
119 When this flag is used in curl_url_get(), it makes the function return empty
136 result of a guess makes curl_url_get() return CURLUE_NO_SCHEME.
139 of a guess makes curl_url_get() return the full URL without the scheme
/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_messages.py939 ifMetagenerationMatch: Makes the return of the bucket metadata conditional
941 ifMetagenerationNotMatch: Makes the return of the bucket metadata
1094 ifMetagenerationMatch: Makes the return of the bucket metadata conditional
1096 ifMetagenerationNotMatch: Makes the return of the bucket metadata
1205 ifMetagenerationMatch: Makes the return of the bucket metadata conditional
1207 ifMetagenerationNotMatch: Makes the return of the bucket metadata
1505 ifGenerationMatch: Makes the operation conditional on whether the object's
1507 ifMetagenerationMatch: Makes the operation conditional on whether the
1562 ifGenerationMatch: Makes the operation conditional on whether the
1564 ifGenerationNotMatch: Makes the operation conditional on whether the
[all …]
/external/skia/include/gpu/ganesh/
DSkMeshGanesh.h21 * Makes a GPU-backed index buffer to be used with SkMeshes.
34 * Makes a copy of an index buffer. The copy will be GPU backed if the context is non-null.
39 * Makes a GPU-backed vertex buffer to be used with SkMeshes.
52 * Makes a copy of a vertex buffer. The copy will be GPU backed if the context is non-null.
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/m4/
Dcares-reentrant.m412 # written prior permission. M.I.T. makes no representations about the
31 dnl makes errno available as a preprocessor macro.
83 dnl makes function gmtime_r compiler visible.
116 dnl makes function localtime_r compiler visible.
149 dnl makes function strerror_r compiler visible.
182 dnl makes function strtok_r compiler visible.
215 dnl makes function inet_ntoa_r compiler visible.
252 dnl makes function gethostbyaddr_r compiler visible.
285 dnl makes function gethostbyname_r compiler visible.
318 dnl makes function getprotobyname_r compiler visible.
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/selects/
DSelectOldTest.kt11 launch { // makes sure we don't yield to it earlier in <lambda>()
28 launch { // makes sure we don't yield to it earlier in <lambda>()
46 launch { // makes sure we don't yield to it earlier in <lambda>()
70 launch { // makes sure we don't yield to it earlier in <lambda>()
/external/webrtc/modules/audio_coding/neteq/
Dbuffer_level_filter_unittest.cc33 filter.SetTargetBufferLevel(20); // Makes filter coefficient 251/256. in TEST()
60 filter.SetTargetBufferLevel(60); // Makes filter coefficient 252/256. in TEST()
70 filter.SetTargetBufferLevel(140); // Makes filter coefficient 253/256. in TEST()
80 filter.SetTargetBufferLevel(160); // Makes filter coefficient 254/256. in TEST()
92 filter.SetTargetBufferLevel(20); // Makes filter coefficient 251/256. in TEST()
/external/cronet/tot/net/cookies/
Dcookie_store_test_callbacks.h75 // Makes a callback that will invoke Run. Assumes that |this| will be kept
93 // Makes a callback that will invoke Run. Assumes that |this| will be kept
114 // Makes a callback that will invoke Run. Assumes that |this| will be kept
143 // Makes a callback that will invoke Run. Assumes that |this| will be kept
166 // Makes a callback that will invoke Run. Assumes that |this| will be kept

12345678910>>...494