Home
last modified time | relevance | path

Searched full:plain (Results 1751 - 1775 of 2670) sorted by relevance

1...<<71727374757677787980>>...107

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_internal.h195 // There are various locations where we want to check if some rep is a 'plain'
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc72 // for a few elements. T must be a plain type since constructor
/third_party/rust/crates/regex/regex-syntax/src/
H A Dutf8.rs291 /// // And fails against plain old invalid UTF-8.
/third_party/rust/crates/rustix/src/
H A Dio_uring.rs5 //! `Result`, `OwnedFd`, `AsFd`, `RawFd`, and `*mut c_void` in place of plain
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_pwd.c221 /* Otherwise, figure out whether it's MS hashed or plain */ in eap_pwd_build_id_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dhttpread.c476 /* Data can be just plain binary data, or if "chunked" in httpread_read_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dest.c666 res = generate_csr(ctx, "Cert/privkey-plain.pem", "Cert/est-req.pem", in est_build_csr()
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderProgram.cpp616 return log << tcu::TestLog::ShaderProgram(false, "Plain shader") << shader.getInfo() << tcu::TestLog::EndShaderProgram; in operator <<()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_pwd.c221 /* Otherwise, figure out whether it's MS hashed or plain */ in eap_pwd_build_id_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dhttpread.c476 /* Data can be just plain binary data, or if "chunked" in httpread_read_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dest.c667 res = generate_csr(ctx, "Cert/privkey-plain.pem", "Cert/est-req.pem", in est_build_csr()
/third_party/python/Lib/test/
H A Dtest_socket.py6413 plain = bytes.fromhex('c3b3c41f113a31b73d9a5cd432103069')
6426 # send assoc, plain and tag buffer in separate steps
6432 op.sendall(plain)
6433 res = op.recv(assoclen + len(plain) + taglen)
6440 msg = assoc + plain
6443 res = op.recv(assoclen + len(plain) + taglen)
6451 msg = assoc + plain
6470 self.assertEqual(plain, res[assoclen:])
/third_party/node/doc/api/
H A Dutil.html1424 <span class="hljs-keyword">const</span> myMIME = <span class="hljs-keyword">new</span> <span class="hljs-title class_">MIMEType</span>(<span class="hljs-string">'text/plain'</span>);</code><code class="language-js cjs"><span class="hljs-keyword">const</span> { <span class="hljs-title class_">MIMEType</span> } = <span class="hljs-built_in">require</span>(<span class="hljs-string">'node:util'</span>);
1426 <span class="hljs-keyword">const</span> myMIME = <span class="hljs-keyword">new</span> <span class="hljs-title class_">MIMEType</span>(<span class="hljs-string">'text/plain'</span>);</code><button class="copy-button">copy</button></pre>
1432 <span class="hljs-keyword">const</span> myMIME = <span class="hljs-keyword">new</span> <span class="hljs-title class_">MIMEType</span>({ <span class="hljs-attr">toString</span>: <span class="hljs-function">() =></span> <span class="hljs-string">'text/plain'</span> });
1434 <span class="hljs-comment">// Prints: text/plain</span></code><code class="language-js cjs"><span class="hljs-keyword">const</span> { <span class="hljs-title class_">MIMEType</span> } = <span class="hljs-built_in">require</span>(<span class="hljs-string">'node:util'</span>);
1435 <span class="hljs-keyword">const</span> myMIME = <span class="hljs-keyword">new</span> <span class="hljs-title class_">MIMEType</span>({ <span class="hljs-attr">toString</span>: <span class="hljs-function">() =></span> <span class="hljs-string">'text/plain'</span> });
1437 <span class="hljs-comment">// Prints: text/plain</span></code><button class="copy-button">copy</button></pre>
1599 <span class="hljs-keyword">const</span> { params } = <span class="hljs-keyword">new</span> <span class="hljs-title class_">MIMEType</span>(<span class="hljs-string">'text/plain;foo=0;bar=1'</span>);
1607 <span class="hljs-keyword">const</span> { params } = <span class="hljs-keyword">new</span> <span class="hljs-title class_">MIMEType</span>(<span class="hljs-string">'text/plain;foo=0;bar=1'</span>);
1625 <span class="hljs-keyword">const</span> { params } = <span class="hljs-keyword">new</span> <span class="hljs-title class_">MIMEType</span>(<span class="hljs-string">'text/plain;foo=0;bar=1'</span>);
1631 <span class="hljs-keyword">const</span> { params } = <span class="hljs-keyword">new</span> <span class="hljs-title class_">MIMEType</span>(<span class="hljs-string">'text/plain;fo
[all...]
H A Dworker_threads.md728 plain [`Uint8Array`][]s on the receiving side, and instances of JavaScript
729 classes will be cloned as plain JavaScript objects.
/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.c2648 { "envelope-plain", _("Plain Envelope") }, in ppdCreateFromIPP2()
2728 { "stationery", _("Plain Paper") }, in ppdCreateFromIPP2()
4381 strlcpy(name, "Plain", namesize); in _pwgMediaTypeForType()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c747 const struct glsl_type *plain = glsl_without_array_or_matrix(type); in clamp_slot_type() local
749 unsigned slot_count = glsl_count_vec4_slots(plain, false, false); in clamp_slot_type()
752 unsigned slot_components = glsl_get_components(plain); in clamp_slot_type()
753 if (glsl_base_type_is_64bit(glsl_get_base_type(plain))) in clamp_slot_type()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes.c1220 * En/de-crypt plain/cipher-text and authenticate ciphertext. Returns 0 for
1615 * authenticated data, en/de-crypt plain/cipher-text and authenticate
1775 * En/de-crypt plain/cipher-text. Compute tag from plaintext. Returns 0 for
1960 * authenticated data, en/de-crypt plain/cipher-text and authenticate
/third_party/openssl/crypto/evp/
H A De_aes.c1226 * En/de-crypt plain/cipher-text and authenticate ciphertext. Returns 0 for
1621 * authenticated data, en/de-crypt plain/cipher-text and authenticate
1781 * En/de-crypt plain/cipher-text. Compute tag from plaintext. Returns 0 for
1966 * authenticated data, en/de-crypt plain/cipher-text and authenticate
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_manager.c1023 TRANS_LOGE(TRANS_CTRL, "only auth channel surpport plain text data"); in TransProxyFillChannelInfo()
1331 TRANS_LOGE(TRANS_CTRL, "only auth channel surpport plain text data"); in TransProxyProcessResetMsg()
/third_party/curl/lib/
H A Dmime.c1719 {".txt", "text/plain"}, in Curl_mime_contenttype()
1809 content_type_match(contenttype, STRCONST("text/plain"))) in Curl_mime_prepare_headers()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorParser.java250 * Return true if the given character is a matcher standin or a plain
264 * Return true if the given character is a replacer standin or a plain
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliteratorParser.java251 * Return true if the given character is a matcher standin or a plain
265 * Return true if the given character is a replacer standin or a plain
/third_party/libcoap/examples/
H A Dcoap-client.c643 { 0, "plain" }, in cmdline_content_type()
644 { 0, "text/plain" }, in cmdline_content_type()
/third_party/mesa3d/docs/gallium/
H A Dscreen.rst328 Whether copying between compressed and plain formats is supported where
329 a compressed block is copied to/from a plain pixel of the same size.
/third_party/node/doc/contributing/
H A Dreleases.md478 * Copy the notable changes list here, reformatted for plain-text
498 * Copy the notable changes list here, reformatted for plain-text

Completed in 69 milliseconds

1...<<71727374757677787980>>...107