Home
last modified time | relevance | path

Searched refs:content (Results 1 - 25 of 721) sorted by relevance

12345678910>>...29

/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgetsockopt_network.c36 int content = getsockopt(sockfd, SOL_SOCKET, SO_DEBUG, &optval, (socklen_t *)(&optlen)); in getsockopt_0100() local
37 EXPECT_EQ("getsockopt_0100", content, 0); in getsockopt_0100()
50 int content = getsockopt(sockfd, SOL_SOCKET, SO_REUSEADDR, &optval, (socklen_t *)(&optlen)); in getsockopt_0200() local
51 EXPECT_EQ("getsockopt_0200", content, 0); in getsockopt_0200()
64 int content = getsockopt(sockfd, SOL_SOCKET, SO_TYPE, &optval, (socklen_t *)(&optlen)); in getsockopt_0300() local
65 EXPECT_EQ("getsockopt_0300", content, 0); in getsockopt_0300()
78 int content = getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &optval, (socklen_t *)(&optlen)); in getsockopt_0400() local
79 EXPECT_EQ("getsockopt_0400", content, 0); in getsockopt_0400()
92 int content = getsockopt(sockfd, SOL_SOCKET, SO_DONTROUTE, &optval, (socklen_t *)(&optlen)); in getsockopt_0500() local
93 EXPECT_EQ("getsockopt_0500", content, in getsockopt_0500()
106 int content = getsockopt(sockfd, SOL_SOCKET, SO_BROADCAST, &optval, (socklen_t *)(&optlen)); getsockopt_0600() local
120 int content = getsockopt(sockfd, SOL_SOCKET, SO_SNDBUF, &optval, (socklen_t *)(&optlen)); getsockopt_0700() local
134 int content = getsockopt(sockfd, SOL_SOCKET, SO_RCVBUF, &optval, (socklen_t *)(&optlen)); getsockopt_0800() local
148 int content = getsockopt(sockfd, SOL_SOCKET, SO_KEEPALIVE, &optval, (socklen_t *)(&optlen)); getsockopt_0900() local
162 int content = getsockopt(sockfd, SOL_SOCKET, SO_OOBINLINE, &optval, (socklen_t *)(&optlen)); getsockopt_1000() local
176 int content = getsockopt(sockfd, SOL_SOCKET, SO_LINGER, &optval, (socklen_t *)(&optlen)); getsockopt_1100() local
190 int content = getsockopt(sockfd, SOL_SOCKET, SO_RCVLOWAT, &optval, (socklen_t *)(&optlen)); getsockopt_1200() local
204 int content = getsockopt(sockfd, SOL_SOCKET, SO_SNDLOWAT, &optval, (socklen_t *)(&optlen)); getsockopt_1300() local
218 int content = getsockopt(sockfd, SOL_SOCKET, SO_RCVTIMEO, &optval, (socklen_t *)(&optlen)); getsockopt_1400() local
232 int content = getsockopt(sockfd, SOL_SOCKET, SO_SNDTIMEO, &optval, (socklen_t *)(&optlen)); getsockopt_1500() local
246 int content = getsockopt(sockfd, SOL_SOCKET, SO_TIMESTAMP, &optval, (socklen_t *)(&optlen)); getsockopt_1600() local
260 int content = getsockopt(sockfd, SOL_SOCKET, SO_TIMESTAMPNS, &optval, (socklen_t *)(&optlen)); getsockopt_1700() local
274 int content = getsockopt(sockfd, IPPROTO_IP, IP_HDRINCL, &optval, (socklen_t *)(&optlen)); getsockopt_1800() local
288 int content = getsockopt(sockfd, IPPROTO_IP, IP_OPTIONS, &optval, (socklen_t *)(&optlen)); getsockopt_1900() local
302 int content = getsockopt(sockfd, IPPROTO_IP, IP_TOS, &optval, (socklen_t *)(&optlen)); getsockopt_2000() local
316 int content = getsockopt(sockfd, IPPROTO_IP, IP_TTL, &optval, (socklen_t *)(&optlen)); getsockopt_2100() local
330 int content = getsockopt(sockfd, IPPROTO_IP, TCP_MAXSEG, &optval, (socklen_t *)(&optlen)); getsockopt_2200() local
344 int content = getsockopt(sockfd, IPPROTO_IP, TCP_NODELAY, &optval, (socklen_t *)(&optlen)); getsockopt_2300() local
357 int content = getsockopt(0, SOL_SOCKET, SO_RCVBUF, &optval, (socklen_t *)(&optlen)); getsockopt_2400() local
370 int content = getsockopt(sockfd, SOL_SOCKET, SO_DEBUG, &optval, NULL); getsockopt_2500() local
[all...]
/third_party/ltp/docparse/
H A Dtestinfo.pl49 my ($fh, $json, $title, $content) = @_;
57 $content
170 my $content;
172 $content .= print_defined("URL", $json->{'testsuite'}->{'url'});
173 $content .= print_defined("Version", $json->{'testsuite'}->{'version'});
174 $content .= print_defined("Default timeout", $json->{'defaults'}->{'timeout'}, "seconds");
176 return $content;
188 my $content;
193 $content .= "\n";
196 $content
[all...]
/third_party/libexif/libexif/
H A Dexif-content.c1 /* exif-content.c
23 #include <libexif/exif-content.h>
46 ExifContent *content = exif_content_new_mem (mem); in exif_content_new() local
50 return content; in exif_content_new()
56 ExifContent *content; in exif_content_new_mem() local
60 content = exif_mem_alloc (mem, (ExifLong) sizeof (ExifContent)); in exif_content_new_mem()
61 if (!content) in exif_content_new_mem()
63 content->priv = exif_mem_alloc (mem, in exif_content_new_mem()
65 if (!content->priv) { in exif_content_new_mem()
66 exif_mem_free (mem, content); in exif_content_new_mem()
79 exif_content_ref(ExifContent *content) exif_content_ref() argument
88 exif_content_unref(ExifContent *content) exif_content_unref() argument
99 exif_content_free(ExifContent *content) exif_content_free() argument
120 exif_content_dump(ExifContent *content, unsigned int indent) exif_content_dump() argument
202 exif_content_get_entry(ExifContent *content, ExifTag tag) exif_content_get_entry() argument
216 exif_content_get_huawei_makenote_entry(ExifContent *content) exif_content_get_huawei_makenote_entry() argument
236 exif_content_foreach_entry(ExifContent *content, ExifContentForeachEntryFunc func, void *data) exif_content_foreach_entry() argument
249 exif_content_log(ExifContent *content, ExifLog *log) exif_content_log() argument
[all...]
/third_party/skia/src/pdf/
H A DSkPDFUtils.cpp61 void SkPDFUtils::MoveTo(SkScalar x, SkScalar y, SkWStream* content) { in MoveTo() argument
62 SkPDFUtils::AppendScalar(x, content); in MoveTo()
63 content->writeText(" "); in MoveTo()
64 SkPDFUtils::AppendScalar(y, content); in MoveTo()
65 content->writeText(" m\n"); in MoveTo()
68 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() argument
69 SkPDFUtils::AppendScalar(x, content); in AppendLine()
70 content->writeText(" "); in AppendLine()
71 SkPDFUtils::AppendScalar(y, content); in AppendLine()
72 content in AppendLine()
75 append_cubic(SkScalar ctl1X, SkScalar ctl1Y, SkScalar ctl2X, SkScalar ctl2Y, SkScalar dstX, SkScalar dstY, SkWStream* content) append_cubic() argument
97 append_quad(const SkPoint quad[], SkWStream* content) append_quad() argument
104 AppendRectangle(const SkRect& rect, SkWStream* content) AppendRectangle() argument
118 EmitPath(const SkPath& path, SkPaint::Style paintStyle, bool doConsumeDegerates, SkWStream* content, SkScalar tolerance) EmitPath() argument
213 ClosePath(SkWStream* content) ClosePath() argument
217 PaintPath(SkPaint::Style style, SkPathFillType fill, SkWStream* content) PaintPath() argument
236 StrokePath(SkWStream* content) StrokePath() argument
240 ApplyGraphicState(int objectIndex, SkWStream* content) ApplyGraphicState() argument
245 ApplyPattern(int objectIndex, SkWStream* content) ApplyPattern() argument
[all...]
/third_party/curl/src/
H A Dtool_urlglob.c44 pat->content.Set.size = 1; in glob_fixed()
45 pat->content.Set.ptr_s = 0; in glob_fixed()
48 pat->content.Set.elements = malloc(sizeof(char *)); in glob_fixed()
50 if(!pat->content.Set.elements) in glob_fixed()
53 pat->content.Set.elements[0] = malloc(len + 1); in glob_fixed()
54 if(!pat->content.Set.elements[0]) in glob_fixed()
57 memcpy(pat->content.Set.elements[0], fixed, len); in glob_fixed()
58 pat->content.Set.elements[0][len] = 0; in glob_fixed()
107 pat->content.Set.size = 0; in glob_set()
108 pat->content in glob_set()
[all...]
/third_party/python/Lib/test/test_email/
H A Dtest_contentmanager.py295 content = "Simple message.\n"
296 raw_data_manager.set_content(m, content)
303 self.assertEqual(m.get_payload(decode=True).decode('utf-8'), content)
304 self.assertEqual(m.get_content(), content)
308 content = ''
309 raw_data_manager.set_content(m, content)
321 content = "<p>Simple message.</p>\n"
322 raw_data_manager.set_content(m, content, subtype='html')
329 self.assertEqual(m.get_payload(decode=True).decode('utf-8'), content)
330 self.assertEqual(m.get_content(), content)
[all...]
/third_party/nghttp2/doc/
H A Dmkapiref.py33 def __init__(self, name, content, domain, filename):
35 self.content = content
44 for line in self.content:
48 def __init__(self, name, content, members, member_domain):
50 self.content = content
58 for line in self.content:
61 for name, content in self.members:
64 for line in content
[all...]
/third_party/python/Tools/scripts/
H A Dgenerate_sre_constants.py5 def update_file(file, content):
8 if fobj.read() == content:
13 fobj.write(content)
58 content = [sre_constants_header] variable
59 content.append("#define SRE_MAGIC %d\n" % ns["MAGIC"])
60 content.extend(dump(ns["OPCODES"], "SRE_OP"))
61 content.extend(dump(ns["ATCODES"], "SRE"))
62 content.extend(dump(ns["CHCODES"], "SRE"))
63 content.extend(dump2(ns, "SRE_FLAG_"))
64 content
68 content = [sre_constants_header] global() variable
[all...]
/third_party/python/Lib/lib2to3/
H A Dpytree.py420 optionally for a specific content.
432 content = None # Optional content matching pattern variable in BasePattern
441 args = [type_repr(self.type), self.content, self.name]
467 if self.content is not None:
502 def __init__(self, type=None, content=None, name=None):
504 Initializer. Takes optional type, content, and name.
507 this matches any *leaf* node; the content may still be required.
509 The content, if given, must be a string.
516 if content i
[all...]
/third_party/node/deps/npm/node_modules/cli-table3/src/
H A Dcell.js26 options = { content: '' + options };
30 let content = options.content;
31 if (['boolean', 'number', 'string'].indexOf(typeof content) !== -1) {
32 this.content = String(content);
33 } else if (!content) {
34 this.content = this.options.href || '';
36 throw new Error('Content needs to be a primitive, got: ' + typeof content);
71 this.desiredWidth = utils.strlen(this.content)
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dout.rs16 content: RefCell<Content<'a>>,
42 content: RefCell::new(Content::new()), in new()
48 self.content.get_mut().next_section(); in next_section()
52 self.content.get_mut().begin_block(block); in begin_block()
56 self.content.get_mut().end_block(block); in end_block()
60 self.content.get_mut().set_namespace(namespace); in set_namespace()
64 let content = &mut *self.content.borrow_mut(); in write_fmt()
65 Write::write_fmt(content, args).unwrap(); in write_fmt()
68 pub fn content( functions
[all...]
/third_party/rust/crates/cxx/gen/src/
H A Dout.rs16 content: RefCell<Content<'a>>,
42 content: RefCell::new(Content::new()), in new()
48 self.content.get_mut().next_section(); in next_section()
52 self.content.get_mut().begin_block(block); in begin_block()
56 self.content.get_mut().end_block(block); in end_block()
60 self.content.get_mut().set_namespace(namespace); in set_namespace()
64 let content = &mut *self.content.borrow_mut(); in write_fmt()
65 Write::write_fmt(content, args).unwrap(); in write_fmt()
68 pub fn content( functions
[all...]
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dout.rs16 content: RefCell<Content<'a>>,
42 content: RefCell::new(Content::new()), in new()
48 self.content.get_mut().next_section(); in next_section()
52 self.content.get_mut().begin_block(block); in begin_block()
56 self.content.get_mut().end_block(block); in end_block()
60 self.content.get_mut().set_namespace(namespace); in set_namespace()
64 let content = &mut *self.content.borrow_mut(); in write_fmt()
65 Write::write_fmt(content, args).unwrap(); in write_fmt()
68 pub fn content( functions
[all...]
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dout.rs16 content: RefCell<Content<'a>>,
42 content: RefCell::new(Content::new()), in new()
48 self.content.get_mut().next_section(); in next_section()
52 self.content.get_mut().begin_block(block); in begin_block()
56 self.content.get_mut().end_block(block); in end_block()
60 self.content.get_mut().set_namespace(namespace); in set_namespace()
64 let content = &mut *self.content.borrow_mut(); in write_fmt()
65 Write::write_fmt(content, args).unwrap(); in write_fmt()
68 pub fn content( functions
[all...]
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/
H A Dsigstore_bundle.js31 return { content: undefined, tlogEntries: [], timestampVerificationData: undefined };
36 content: isSet(object.publicKey)
56 message.content?.$case === "publicKey" &&
57 (obj.publicKey = message.content?.publicKey ? sigstore_common_1.PublicKeyIdentifier.toJSON(message.content?.publicKey) : undefined);
58 message.content?.$case === "x509CertificateChain" &&
59 (obj.x509CertificateChain = message.content?.x509CertificateChain
60 ? sigstore_common_1.X509CertificateChain.toJSON(message.content?.x509CertificateChain)
62 message.content?.$case === "certificate" &&
63 (obj.certificate = message.content
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dsearch-util.cc16 String16 findMagicComment(const String16& content, const String16& name, in findMagicComment() argument
19 size_t length = content.length(); in findMagicComment()
26 pos = content.reverseFind(name, pos); in findMagicComment()
32 if (content[pos] != '/') continue; in findMagicComment()
33 if ((content[pos + 1] != '/' || multiline) && in findMagicComment()
34 (content[pos + 1] != '*' || !multiline)) in findMagicComment()
36 if (content[pos + 2] != '#' && content[pos + 2] != '@') continue; in findMagicComment()
37 if (content[pos + 3] != ' ' && content[po in findMagicComment()
160 findSourceURL(const String16& content, bool multiline) findSourceURL() argument
164 findSourceMapURL(const String16& content, bool multiline) findSourceMapURL() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/
H A Dcreate_lts.py39 content = f.read()
43 original = content
44 content = content.replace(key, value)
45 if content == original:
49 f.write(content)
56 Rewrites filename with by removing all content between
61 strip_begin_tag: the start of the content to be removed
62 strip_end_tag: the end of the content to be removed
68 content
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dvirtual_file_store_test.cc34 std::string content; in TEST() local
35 ASSERT_TRUE(store.Get("a/file.1", &content).IsSuccess()); in TEST()
36 ASSERT_EQ("File 1", content); in TEST()
38 ASSERT_TRUE(store.Get("./file.2", &content).IsSuccess()); in TEST()
39 ASSERT_EQ("File 2", content); in TEST()
41 ASSERT_TRUE(store.Get("b\\file.3", &content).IsSuccess()); in TEST()
42 ASSERT_EQ("File 3", content); in TEST()
44 content = "<not-assigned>"; in TEST()
45 ASSERT_FALSE(store.Get("missing.file", &content).IsSuccess()); in TEST()
46 ASSERT_EQ("<not-assigned>", content); in TEST()
[all...]
/third_party/elfutils/libasm/
H A Dasm_align.c98 asmscn->content->data[asmscn->content->len++] in asm_align()
137 /* The blocks with the section content are kept in a circular in __libasm_ensure_section_space()
141 if (asmscn->content == NULL) in __libasm_ensure_section_space()
146 asmscn->content = calloc (1, sizeof (struct AsmData) + size); in __libasm_ensure_section_space()
147 if (asmscn->content == NULL) in __libasm_ensure_section_space()
150 asmscn->content->next = asmscn->content; in __libasm_ensure_section_space()
156 if (asmscn->content->maxlen - asmscn->content in __libasm_ensure_section_space()
[all...]
/third_party/node/lib/internal/source_map/
H A Dsource_map_cache.js80 function extractSourceURLMagicComment(content) {
85 while ((match = RegExpPrototypeExec(kSourceURLMagicComment, content))) {
98 function extractSourceMapURLMagicComment(content) {
103 while ((match = RegExpPrototypeExec(kSourceMappingURLMagicComment, content))) {
112 function maybeCacheSourceMap(filename, content, cjsModuleInstance, isGeneratedSource, sourceURL, sourceMapURL) {
125 sourceMapURL = extractSourceMapURLMagicComment(content);
134 sourceURL = extractSourceURLMagicComment(content);
142 lineLengths: lineLengths(content),
149 lineLengths: lineLengths(content),
162 lineLengths: lineLengths(content),
[all...]
/third_party/node/deps/npm/node_modules/@sigstore/bundle/dist/
H A Dvalidate.js81 if (b.content === undefined) {
82 invalidValues.push('content');
85 switch (b.content.$case) {
87 if (b.content.messageSignature.messageDigest === undefined) {
88 invalidValues.push('content.messageSignature.messageDigest');
91 if (b.content.messageSignature.messageDigest.digest.length === 0) {
92 invalidValues.push('content.messageSignature.messageDigest.digest');
95 if (b.content.messageSignature.signature.length === 0) {
96 invalidValues.push('content.messageSignature.signature');
100 if (b.content
[all...]
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dparser.js161 var content = this.content(token);
167 // pos === 0 && this.content(next) === '|'
169 // return this.expected('attribute', token[TOKEN.START_POS], content);
178 node.spaces[lastAdded].after = prevContent + content;
181 node.raws.spaces[lastAdded].after = existingComment + content;
184 spaceBefore = spaceBefore + content;
185 commentBefore = commentBefore + content;
190 node.operator = content;
203 node.namespace = (node.namespace || "") + content;
968 _proto.content = function content(token) { global() function
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfgets.c21 * @tc.desc : The parameter n is greater than the number of characters,and all content can be read.
34 char *content = fgets(str, 100, fptr); in fgets_0100() local
35 if (strcmp(content, "this is a test\n") == 0) { in fgets_0100()
48 * @tc.desc : The parameter n is greater than 2,and part of the content can be read.
61 char *content = fgets(str, 5, fptr); in fgets_0200() local
62 if (strcmp(content, "this") == 0) { in fgets_0200()
74 * @tc.desc : The parameter n is equal to 2,and part of the content can be read.
87 char *content = fgets(str, 2, fptr); in fgets_0300() local
88 if (strcmp(content, "t") == 0) { in fgets_0300()
100 * @tc.desc : The parameter n is equal to 1,and the content canno
113 char *content = fgets(str, 1, fptr); fgets_0400() local
139 char *content = fgets(str, 0, fptr); fgets_0500() local
165 char *content = fgets(str, 100, fptr); fgets_0600() local
[all...]
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/tlog/
H A Dintoto.js21 function verifyIntotoTLogBody(tlogEntry, content) {
24 return verifyIntoto002TLogBody(tlogEntry, content);
34 function verifyIntoto002TLogBody(tlogEntry, content) {
36 if (tlogEntry.spec.content.envelope.signatures?.length !== 1) {
43 const tlogSig = base64Decode(tlogEntry.spec.content.envelope.signatures[0].sig);
45 if (!content.compareSignature(Buffer.from(tlogSig, 'base64')))
52 const tlogHash = tlogEntry.spec.content.payloadHash?.value || '';
53 if (!content.compareDigest(Buffer.from(tlogHash, 'hex'))) {
/third_party/json/tools/amalgamate/
H A Damalgamate.py95 amalgamation += t.content
134 # Search for pattern in self.content, add the match to
137 match = pattern.search(self.content, index)
145 # Find contexts in the content in which a found include
149 # Walk through the content char by char, and try to grab
152 content_len = len(self.content)
155 current = self.content[i]
156 previous = self.content[j]
178 # Removes pragma once from content
180 content_len = len(self.content)
[all...]

Completed in 11 milliseconds

12345678910>>...29