Home
last modified time | relevance | path

Searched +full:external +full:- +full:contents (Results 1 – 25 of 1021) sorted by relevance

12345678910>>...41

/external/clang/test/VFS/Inputs/
Dvfsoverlay.yaml5 'contents': [
7 'external-contents': 'INPUT_DIR/actual_header.h'
10 'external-contents': 'INPUT_DIR/import_some_frame.h'
13 'external-contents': 'INPUT_DIR/actual_module.map'
16 'external-contents': 'INPUT_DIR/include_real.h'
19 'contents': [
21 'contents': [
23 'external-contents': 'INPUT_DIR/public_header.h' },
25 'external-contents': 'INPUT_DIR/public_header2.h' },
27 'external-contents': 'INPUT_DIR/public_header3.h' }
[all …]
Duse-external-names.yaml3 'use-external-names': EXTERNAL_NAMES,
4 'roots': [{ 'type': 'file', 'name': 'OUT_DIR/external-names.h',
5 'external-contents': 'INPUT_DIR/external-names.h'
/external/clang/unittests/libclang/
DLibclangTest.cpp1 //===- unittests/libclang/LibclangTest.cpp --- libclang tests -------------===//
8 //===----------------------------------------------------------------------===//
10 #include "clang-c/Index.h"
18 #define DEBUG_TYPE "libclang-test"
42 const char *Contents; member
45 TestVFO(const char *Contents) : Contents(Contents) { in TestVFO()
60 if (Contents) { in ~TestVFO()
65 EXPECT_STREQ(Contents, BufStr.c_str()); in ~TestVFO()
74 const char *contents = in TEST() local
81 " 'contents': [\n" in TEST()
[all …]
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp1 //===- unittests/Basic/VirtualFileSystem.cpp ---------------- VFS tests ---===//
8 //===----------------------------------------------------------------------===//
55 return I->second; in status()
78 if (LastSep == Path.size() || LastSep == Path.size()-1) in isInPath()
88 if (isInPath(I->first)) { in DirIterImpl()
89 CurrentEntry = I->second; in DirIterImpl()
97 if (isInPath(I->first)) { in increment()
98 CurrentEntry = I->second; in increment()
142 D->addRegularFile("/foo"); in TEST()
143 Status = D->status("/foo"); in TEST()
[all …]
/external/clang/test/Index/Inputs/
Dvfsoverlay.yaml5 'contents': [
7 'external-contents': 'INPUT_DIR/module.map'
10 'external-contents': 'INPUT_DIR/module_needs_vfs.h'
13 'external-contents': 'INPUT_DIR/base_module_needs_vfs.h'
/external/clang/lib/Basic/
DVirtualFileSystem.cpp1 //===- VirtualFileSystem.cpp - Virtual File System Layer --------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
10 //===----------------------------------------------------------------------===//
19 #include "llvm/Config/llvm-config.h"
101 return (*F)->getBuffer(Name, FileSize, RequiresNullTerminator, IsVolatile); in getBufferForFile()
117 return Status && Status->exists(); in exists()
134 //===-----------------------------------------------------------------------===/
136 //===-----------------------------------------------------------------------===/
166 assert(FD != -1 && "cannot stat closed file"); in status()
183 assert(FD != -1 && "cannot get buffer for closed file"); in getBuffer()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dgnu-public-names-tu.ll1 ; RUN: llc -mtriple=x86_64-pc-linux-gnu -generate-type-units -filetype=obj < %s | llvm-dwarfdump -v…
14 ; CHECK-LABEL: .debug_info contents:
15 ; CHECK: [[CU:0x[0-9a-f]+]]: DW_TAG_compile_unit
16 ; CHECK: [[BAR:0x[0-9a-f]+]]: DW_TAG_structure_type
19 ; CHECK-LABEL: .debug_gnu_pubnames contents:
20 ; CHECK-NEXT: length = {{.*}} version = 0x0002 unit_offset = 0x00000000 unit_size = {{.*}}
21 ; CHECK-NEXT: Offset Linkage Kind Name
22 ; CHECK-NEXT: [[CU]] EXTERNAL TYPE "ns"
23 ; CHECK-NEXT: {{.*}} EXTERNAL VARIABLE "b"
25 ; CHECK-LABEL: debug_gnu_pubtypes contents:
[all …]
/external/boringssl/src/util/
Dread_symbols.go41 outFlag = flag.String("out", "-", "File to write output symbols")
42 …objFileFormat = flag.String("obj-file-format", defaultObjFileFormat(runtime.GOOS), "Object file fo…
55 // cross-compile from an unsupported platform to a supported platform by
71 …printAndExit("Usage: %s [-out OUT] [-obj-file-format FORMAT] ARCHIVE_FILE [ARCHIVE_FILE [...]]", o…
76 if *outFlag != "-" {
99 for name, contents := range objectFiles {
100 syms, err := listSymbols(contents)
120 // symbol-prefixing strategy that we cannot distinguish
160 func listSymbols(contents []byte) ([]string, error) {
163 return listSymbolsELF(contents)
[all …]
/external/clang/test/Modules/
Dcrash-vfs-run-reproducer.m1 // REQUIRES: crash-recovery, shell, system-darwin
3 // RUN: rm -rf %t
4 // RUN: mkdir -p %t/i %t/m %t
7 // RUN: %clang -fsyntax-only -nostdinc %s \
8 // RUN: -I %S/Inputs/crash-recovery/usr/include -isysroot %/t/i/ \
9 // RUN: -fmodules -fmodules-cache-path=%t/m/ 2>&1 | FileCheck %s
11 // RUN: FileCheck --check-prefix=CHECKSRC %s -input-file %t/crash-vfs-*.m
12 // RUN: FileCheck --check-prefix=CHECKSH %s -input-file %t/crash-vfs-*.sh
13 // RUN: FileCheck --check-prefix=CHECKYAML %s -input-file \
14 // RUN: %t/crash-vfs-*.cache/vfs/vfs.yaml
[all …]
Dcrash-vfs-relative-overlay.m1 // REQUIRES: crash-recovery, shell
3 // FIXME: This XFAIL is cargo-culted from crash-report.c. Do we need it?
6 // RUN: rm -rf %t
7 // RUN: mkdir -p %t/i %t/m %t
10 // RUN: %clang -fsyntax-only -nostdinc %s \
11 // RUN: -I %S/Inputs/crash-recovery/usr/include -isysroot %/t/i/ \
12 // RUN: -fmodules -fmodules-cache-path=%t/m/ 2>&1 | FileCheck %s
14 // RUN: FileCheck --check-prefix=CHECKSRC %s -input-file %t/crash-vfs-*.m
15 // RUN: FileCheck --check-prefix=CHECKSH %s -input-file %t/crash-vfs-*.sh
16 // RUN: FileCheck --check-prefix=CHECKYAML %s -input-file \
[all …]
Dcrash-vfs-umbrella-frameworks.m1 // REQUIRES: crash-recovery, shell
3 // FIXME: This XFAIL is cargo-culted from crash-report.c. Do we need it?
6 // RUN: rm -rf %t
7 // RUN: mkdir -p %t/i %t/m %t
8 // RUN: cp -a %S/Inputs/crash-recovery/Frameworks %t/i/
9 // RUN: mkdir -p %t/i/Frameworks/A.framework/Frameworks
10 // RUN: ln -s ../../B.framework %t/i/Frameworks/A.framework/Frameworks/B.framework
13 // RUN: %clang -nostdinc -fsyntax-only %s \
14 // RUN: -F %/t/i/Frameworks -fmodules \
15 // RUN: -fmodules-cache-path=%t/m/ 2>&1 | FileCheck %s
[all …]
/external/tensorflow/tensorflow/lite/g3doc/
D_book.yaml2 - name: "Install"
5 - include: /install/_toc.yaml
7 - name: "Learn"
11 - include: /learn/_menu_toc.yaml
15 - name: "Guide"
16 contents:
17 - title: "TensorFlow Lite guide"
20 - heading: "Get started"
21 - title: "Overview"
23 - title: "Android quickstart"
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dhtml_module.py2 # Use of this source code is governed by a BSD-style license that can be
15 js_resource, html_resource): # pylint: disable=unused-argument
16 return 'polymer-element' in html_resource.contents
27 parser_results = parse_html_deps.HTMLModuleParser().Parse(self.contents)
45 if 'tr.exportTo' in self.contents:
85 for contents in self._parser_results.inline_stylesheets:
88 self.loader, module_dirname, contents)
106 resource.contents
119 # External script references.
131 # External imports. Mostly the same as <script>, but we know its a module.
Dparse_html_deps.py2 # Use of this source code is governed by a BSD-style license that can be
26 html5lib_path = os.path.join(catapult_path, 'third_party', 'html5lib-python')
55 def contents(self): member in InlineScript
62 self.contents)
79 assert open_tags[-1].tag == 'script'
80 del open_tags[-1]
86 js = self.contents
96 raise Exception("{0} is not an external script.".format(soup))
128 f.write(js_utils.EscapeJSIfNeeded(raw_script.contents))
136 for n in soupCopy.head.contents:
[all …]
/external/clang/include/clang/Sema/
DExternalSemaSource.h1 //===--- ExternalSemaSource.h - External Sema Interface ---------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
51 /// external AST sources that also provide information for semantic
69 /// \brief Load the contents of the global method pool for a given
73 /// Load the contents of the global method pool for a given
77 /// \brief Load the set of namespaces that are known to the external source,
100 /// \brief Read the set of tentative definitions known to the external Sema
103 /// The external source should append its own tentative definitions to the
105 /// invoked multiple times; the external source should take care not to
[all …]
/external/python/httplib2/doc/html/
Dindex.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
29 <li class="right" style="margin-right: 10px">
47 <div class="section" id="the-httplib2-library">
48 <h1>The httplib2 Library<a class="headerlink" href="#the-httplib2-library" title="Permalink to this…
49 <table class="docutils field-list" frame="void" rules="none">
50 <col class="field-name" />
51 <col class="field-body" />
53 <tr class="field"><th class="field-name">Author:</th><td class="field-body">Joe Gregorio</td>
[all …]
/external/e2fsprogs/misc/
Dtune2fs.8.in7 tune2fs \- adjust tunable filesystem parameters on ext2/ext3/ext4 filesystems
11 .B \-l
14 .B \-c
15 .I max-mount-counts
18 .B \-e
19 .I errors-behavior
22 .B \-f
25 .B \-i
26 .I interval-between-checks
29 .B \-I
[all …]
Dmke2fs.8.in1 .\" -*- nroff -*-
7 mke2fs \- create an ext2/ext3/ext4 filesystem
11 .B \-c
13 .B \-l
17 .B \-b
18 .I block-size
21 .B \-C
22 .I cluster-size
25 .B \-d
26 .I root-directory
[all …]
/external/autotest/client/site_tests/policy_ExternalStorageDisabled/
Dpolicy_ExternalStorageDisabled.py2 # Use of this source code is governed by a BSD-style license that can be
28 policy disables access to external storage, or not empty if external
33 @raises error.TestFail: If the contents of the /media/removable
41 raise error.TestFail('External storage was disabled but '
42 'external storage detected')
44 raise error.TestFail('External storage enabled but external '
/external/deqp/scripts/src_util/
Dpre_commit.py2 # -*- coding: utf-8 -*-
4 #-------------------------------------------------------------------------
6 # --------------------------------------
14 # http://www.apache.org/licenses/LICENSE-2.0
22 #-------------------------------------------------------------------------
24 # Check that the input file has no external include guards.
35 output = git('diff', '--cached', '--name-only', '-z', '--diff-filter='+filter)
36 return output.split('\0')[:-1] # remove trailing ''
40 head = git('rev-parse', '--verify', 'HEAD', stderr=None)
57 if msg[-1] != '\n':
[all …]
/external/swiftshader/third_party/LLVM/bindings/ocaml/analysis/
Dllvm_analysis.mli1 (*===-- llvm_analysis.mli - LLVM Ocaml Interface ----------------*- C++ -*-===*
8 *===----------------------------------------------------------------------===*)
17 human-readable validation report. See [llvm::verifyModule]. *)
18 external verify_module : Llvm.llmodule -> string option = "llvm_verify_module"
22 human-readable validation report. See [llvm::verifyFunction]. *)
23 external verify_function : Llvm.llvalue -> bool = "llvm_verify_function"
28 external assert_valid_module : Llvm.llmodule -> unit
34 external assert_valid_function : Llvm.llvalue -> unit
40 external view_function_cfg : Llvm.llvalue -> unit = "llvm_view_function_cfg"
43 include the contents of basic blocks into the nodes.
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/analysis/
Dllvm_analysis.mli1 (*===-- llvm_analysis.mli - LLVM OCaml Interface --------------*- OCaml -*-===*
8 *===----------------------------------------------------------------------===*)
17 human-readable validation report. See [llvm::verifyModule]. *)
18 external verify_module : Llvm.llmodule -> string option = "llvm_verify_module"
22 human-readable validation report. See [llvm::verifyFunction]. *)
23 external verify_function : Llvm.llvalue -> bool = "llvm_verify_function"
28 external assert_valid_module : Llvm.llmodule -> unit
34 external assert_valid_function : Llvm.llvalue -> unit
40 external view_function_cfg : Llvm.llvalue -> unit = "llvm_view_function_cfg"
43 include the contents of basic blocks into the nodes.
[all …]
/external/llvm/bindings/ocaml/analysis/
Dllvm_analysis.mli1 (*===-- llvm_analysis.mli - LLVM OCaml Interface --------------*- OCaml -*-===*
8 *===----------------------------------------------------------------------===*)
17 human-readable validation report. See [llvm::verifyModule]. *)
18 external verify_module : Llvm.llmodule -> string option = "llvm_verify_module"
22 human-readable validation report. See [llvm::verifyFunction]. *)
23 external verify_function : Llvm.llvalue -> bool = "llvm_verify_function"
28 external assert_valid_module : Llvm.llmodule -> unit
34 external assert_valid_function : Llvm.llvalue -> unit
40 external view_function_cfg : Llvm.llvalue -> unit = "llvm_view_function_cfg"
43 include the contents of basic blocks into the nodes.
[all …]
/external/python/google-api-python-client/docs/dyn/
Dgroupssettings_v1.groups.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/perfetto/infra/perfetto-get.appspot.com/
Dmain.py7 # http://www.apache.org/licenses/LICENSE-2.0
21 BASE = 'https://android.googlesource.com/platform/external/perfetto.git/' \
45 contents = memcache.get(url)
46 if not contents or self.request.get('reload'):
55 contents = base64.b64decode(result.content)
56 memcache.set(url, contents, time=3600) # 1h
57 self.response.headers['Content-Type'] = 'text/plain'
58 self.response.headers['Content-Disposition'] = \
60 self.response.write(contents)

12345678910>>...41