HomeSort by relevance Sort by last modified time
    Searched refs:Content (Results 176 - 200 of 496) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/
Tooling.h 158 /// file-content.
254 /// \param FilePath The path at which the content will be mapped.
255 /// \param Content A null terminated buffer of the file's content.
257 void mapVirtualFile(StringRef FilePath, StringRef Content);
277 // Maps <file name> -> <file content>.
313 /// \param FilePath The path at which the content will be mapped.
314 /// \param Content A null terminated buffer of the file's content.
315 void mapVirtualFile(StringRef FilePath, StringRef Content);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/
Tooling.h 158 /// file-content.
254 /// \param FilePath The path at which the content will be mapped.
255 /// \param Content A null terminated buffer of the file's content.
257 void mapVirtualFile(StringRef FilePath, StringRef Content);
277 // Maps <file name> -> <file content>.
313 /// \param FilePath The path at which the content will be mapped.
314 /// \param Content A null terminated buffer of the file's content.
315 void mapVirtualFile(StringRef FilePath, StringRef Content);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/
Tooling.h 158 /// file-content.
254 /// \param FilePath The path at which the content will be mapped.
255 /// \param Content A null terminated buffer of the file's content.
257 void mapVirtualFile(StringRef FilePath, StringRef Content);
277 // Maps <file name> -> <file content>.
313 /// \param FilePath The path at which the content will be mapped.
314 /// \param Content A null terminated buffer of the file's content.
315 void mapVirtualFile(StringRef FilePath, StringRef Content);
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httptest/
example_test.go 29 fmt.Println(resp.Header.Get("Content-Type"))
  /prebuilts/go/linux-x86/src/net/http/httptest/
example_test.go 29 fmt.Println(resp.Header.Get("Content-Type"))
  /prebuilts/go/darwin-x86/src/net/http/
serve_test.go 166 "Content-Length: 11\r\n" +
965 rw.Header().Set("Content-Length", "3")
974 rw.Header().Set("Content-Length", "500")
999 if cl, expected := res.Header.Get("Content-Length"), "3"; cl != expected {
1000 t.Errorf("for %s expected Content-Length header of %q; got %q", url, expected, cl)
1017 // Verify that the connection is closed when the declared Content-Length
    [all...]
response.go 23 "Content-Length": true,
68 // ContentLength records the length of the associated content. The
85 // Body yields the uncompressed content instead of the compressed
86 // content actually set from the server, ContentLength is set to -1,
87 // and the "Content-Length" and "Content-Encoding" fields are deleted
284 // content-length, the only way to do that is the old HTTP/1.0
311 if _, err := io.WriteString(w, "Content-Length: 0\r\n"); err != nil {
  /prebuilts/go/linux-x86/src/net/http/
serve_test.go 166 "Content-Length: 11\r\n" +
965 rw.Header().Set("Content-Length", "3")
974 rw.Header().Set("Content-Length", "500")
999 if cl, expected := res.Header.Get("Content-Length"), "3"; cl != expected {
1000 t.Errorf("for %s expected Content-Length header of %q; got %q", url, expected, cl)
1017 // Verify that the connection is closed when the declared Content-Length
    [all...]
response.go 23 "Content-Length": true,
68 // ContentLength records the length of the associated content. The
85 // Body yields the uncompressed content instead of the compressed
86 // content actually set from the server, ContentLength is set to -1,
87 // and the "Content-Length" and "Content-Encoding" fields are deleted
284 // content-length, the only way to do that is the old HTTP/1.0
311 if _, err := io.WriteString(w, "Content-Length: 0\r\n"); err != nil {
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileParser.py 116 # data type (file content) for specific file type
277 EdkLogger.warn("Parser", "Unrecognized content", File=self.MetaFile,
516 Content = ''
518 Content = open(str(self.MetaFile), 'r').readlines()
529 for Index in range(0, len(Content)):
531 Line, Comment = CleanString2(Content[Index], AllowCppStyleComment=True)
533 if Index + 1 < len(Content):
534 NextLine, NextComment = CleanString2(Content[Index + 1])
606 # section content
    [all...]
  /external/clang/lib/Tooling/
Tooling.cpp 231 void ToolInvocation::mapVirtualFile(StringRef FilePath, StringRef Content) {
234 MappedFileContents[PathStorage] = Content;
332 void ClangTool::mapVirtualFile(StringRef FilePath, StringRef Content) {
333 MappedFileContents.push_back(std::make_pair(FilePath, Content));
  /prebuilts/go/darwin-x86/src/mime/multipart/
formdata.go 24 // a Content-Disposition of "form-data".
61 _, hasContentTypeHeader := p.Header["Content-Type"]
102 fh.content = b.Bytes()
103 fh.Size = int64(len(fh.content))
145 content []byte
151 if b := fh.content; b != nil {
  /prebuilts/go/linux-x86/src/mime/multipart/
formdata.go 24 // a Content-Disposition of "form-data".
61 _, hasContentTypeHeader := p.Header["Content-Type"]
102 fh.content = b.Bytes()
103 fh.Size = int64(len(fh.content))
145 content []byte
151 if b := fh.content; b != nil {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DecParserMisc.py 52 self.Content = FileContent2
59 Line = self.Content[self.LineIndex]
107 # @param CommentCharacter: Comment char, used to ignore comment content,
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeAdaptor.h 114 #pragma mark Content
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeAdaptor.h 114 #pragma mark Content
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeAdaptor.h 114 #pragma mark Content
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
content.mak 2 # Name : content.mak
3 # Title : Makefile to build content files
7 # Description : Makefile to wrap content files for examples in the PowerVR SDK
17 CONTENTDIR = Content
105 # End of file (content.mak)
  /prebuilts/go/darwin-x86/src/net/http/fcgi/
child.go 109 r.header.Del("Content-Type")
110 r.header.Del("Content-Length")
112 } else if r.header.Get("Content-Type") == "" {
113 r.header.Set("Content-Type", "text/html; charset=utf-8")
197 if err := br.read(rec.content()); err != nil {
212 if len(rec.content()) > 0 {
213 req.rawParams = append(req.rawParams, rec.content()...)
219 content := rec.content()
222 if len(content) > 0
    [all...]
  /prebuilts/go/linux-x86/src/net/http/fcgi/
child.go 109 r.header.Del("Content-Type")
110 r.header.Del("Content-Length")
112 } else if r.header.Get("Content-Type") == "" {
113 r.header.Set("Content-Type", "text/html; charset=utf-8")
197 if err := br.read(rec.content()); err != nil {
212 if len(rec.content()) > 0 {
213 req.rawParams = append(req.rawParams, rec.content()...)
219 content := rec.content()
222 if len(content) > 0
    [all...]
  /external/autotest/client/site_tests/power_LoadTest/extension/
test.js 185 req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
204 req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
219 req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
  /external/clang/include/clang/Basic/
SourceManager.h 133 /// \brief True if this content cache was initially created for a source
138 /// exist at some later point in time when this content entry is used,
167 /// \brief Returns the memory buffer for the associated content.
181 /// \brief Returns the size of the content encapsulated by this
196 /// this content cache. This is used for performance analysis.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
SourceManager.h 137 /// \brief True if this content cache was initially created for a source
142 /// exist at some later point in time when this content entry is used,
173 /// \brief Returns the memory buffer for the associated content.
187 /// \brief Returns the size of the content encapsulated by this
202 /// this content cache. This is used for performance analysis.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
SourceManager.h 137 /// \brief True if this content cache was initially created for a source
142 /// exist at some later point in time when this content entry is used,
173 /// \brief Returns the memory buffer for the associated content.
187 /// \brief Returns the size of the content encapsulated by this
202 /// this content cache. This is used for performance analysis.
    [all...]

Completed in 2581 milliseconds

1 2 3 4 5 6 78 91011>>