Home
last modified time | relevance | path

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

12345678910>>...25

/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' }
31 'external-contents': 'INPUT_DIR/Foo.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'
Dvfsoverlay2.yaml5 'contents': [
7 'external-contents': 'INPUT_DIR/actual_module2.map'
Dmissing-key.yaml3 'roots': [ { 'name' : 'foo', 'external-contents': 'bar' } ]
/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 //===----------------------------------------------------------------------===//
40 return I->second; in status()
54 if (LastSep == Path.size() || LastSep == Path.size()-1) in isInPath()
64 if (isInPath(I->first)) { in DirIterImpl()
65 CurrentEntry = I->second; in DirIterImpl()
73 if (isInPath(I->first)) { in increment()
74 CurrentEntry = I->second; in increment()
118 D->addRegularFile("/foo"); in TEST()
119 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 //===----------------------------------------------------------------------===//
77 return (*F)->getBuffer(Name, FileSize, RequiresNullTerminator, IsVolatile); in getBufferForFile()
80 //===-----------------------------------------------------------------------===/
82 //===-----------------------------------------------------------------------===/
98 getBuffer(const Twine &Name, int64_t FileSize = -1,
108 assert(FD != -1 && "cannot stat closed file"); in status()
123 assert(FD != -1 && "cannot get buffer for closed file"); in getBuffer()
141 FD = -1; in close()
[all …]
/external/deqp/scripts/src_util/
Dpre_commit.py3 # Check that the input file has no external include guards.
14 output = git('diff', '--cached', '--name-only', '-z', '--diff-filter='+filter)
15 return output.split('\0')[:-1] # remove trailing ''
19 head = git('rev-parse', '--verify', 'HEAD', stderr=None)
36 if msg[-1] != '\n':
41 allownonascii = git('config', '--get', '--bool', 'hooks.allownonascii')
52 croak(path, 0, "Non-ASCII file name")
56 git('diff-index', '--check', '--cached', against, stderr=None)
68 contents = infile.read()
69 for m in guard_re.finditer(contents):
[all …]
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
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)
42 if 'tr.exportTo' in self.contents:
59 js = inline_script.contents
86 for contents in self._parser_results.inline_stylesheets:
89 self.loader, module_dirname, contents)
98 'Tagless Polymer() call must be made inside a <polymer-element> tag')
107 if tag.tag == 'polymer-element':
[all …]
Dparse_html_deps.py2 # Use of this source code is governed by a BSD-style license that can be
35 def contents(self): member in InlineScript
43 self.contents)
60 assert open_tags[-1].tag == 'script'
61 del open_tags[-1]
80 decls = [x for x in self._soup.contents
118 for x in soup.contents:
133 # Remove all in-line scripts.
138 # Process all in-line styles.
149 # Rewrite all external stylesheet hrefs or remove, as needed.
[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/llvm/test/DebugInfo/X86/
Dgnu-public-names.ll1 ; RUN: llc -mtriple=x86_64-pc-linux-gnu -generate-gnu-dwarf-pub-sections < %s | FileCheck -check-pr…
2 ; RUN: llc -mtriple=x86_64-pc-linux-gnu -generate-gnu-dwarf-pub-sections -filetype=obj < %s | llvm-
3 ; ModuleID = 'dwarf-public-names.cpp'
26 ; return -1;
68 ; ASM: .byte 32 # Kind: VARIABLE, EXTERNAL
69 ; ASM-NEXT: .asciz "global_variable" # External Name
72 ; ASM: .byte 16 # Kind: TYPE, EXTERNAL
73 ; ASM-NEXT: .asciz "C" # External Name
75 ; CHECK: .debug_info contents:
78 ; CHECK-NOT: DW_AT_GNU_pubtypes [
[all …]
/external/llvm/docs/
DTestSuiteMakefileGuide.rst2 LLVM test-suite Makefile Guide
5 .. contents::
11 This document describes the features of the Makefile-based LLVM
12 test-suite. This way of interacting with the test-suite is deprecated in
13 favor of running the test-suite using LNT, but may continue to prove
14 useful for some users. See the Testing Guide's :ref:`test-suite Quickstart
15 <test-suite-quickstart>` section for more information.
20 The ``test-suite`` module contains a number of programs that can be
36 In addition for testing correctness, the ``test-suite`` directory also
42 ``test-suite`` tests are divided into three types of tests: MultiSource,
[all …]
/external/wpa_supplicant_8/hostapd/
DREADME-WPS1 hostapd and Wi-Fi Protected Setup (WPS)
5 configured and how an external component on an AP (e.g., web UI) is
10 -------------------
12 Wi-Fi Protected Setup (WPS) is a mechanism for easy configuration of a
16 with PIN method and push-button configuration (PBC) being the most
28 - access point: the WLAN access point
29 - Registrar: a device that control a network and can authorize
31 Registrar") or in an external device, e.g., a laptop, ("external
33 - Enrollee: a device that is being authorized to use the network
40 More information about WPS is available from Wi-Fi Alliance:
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-WPS1 wpa_supplicant and Wi-Fi Protected Setup (WPS)
5 can be configured and how an external component on the client (e.g.,
11 -------------------
13 Wi-Fi Protected Setup (WPS) is a mechanism for easy configuration of a
17 with PIN method and push-button configuration (PBC) being the most
29 - access point: the WLAN access point
30 - Registrar: a device that control a network and can authorize
32 Registrar") or in an external device, e.g., a laptop, ("external
34 - Enrollee: a device that is being authorized to use the network
41 More information about WPS is available from Wi-Fi Alliance:
[all …]
/external/clang/include/clang/Sema/
DExternalSemaSource.h1 //===--- ExternalSemaSource.h - External Sema Interface ---------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
50 /// external AST sources that also provide information for semantic
68 /// \brief Load the contents of the global method pool for a given
72 /// \brief Load the set of namespaces that are known to the external source,
92 /// \brief Read the set of tentative definitions known to the external Sema
95 /// The external source should append its own tentative definitions to the
97 /// invoked multiple times; the external source should take care not to
102 /// \brief Read the set of unused file-scope declarations known to the
[all …]
/external/guava/guava/src/com/google/common/html/
DHtmlEscapers.java8 * http://www.apache.org/licenses/LICENSE-2.0
26 * attribute values and <em>most</em> elements' text contents. When possible,
27 * avoid manual escaping by using templating systems and high-level APIs that
31 * href="http://goo.gl/5TgZb">some elements' text contents must not be HTML
33 * correctly without domain-specific knowledge beyond what {@code HtmlEscapers}
47 * elements' text contents, provided that the HTML document's character
48 * encoding can encode any non-ASCII code points in the input (as UTF-8 and
54 * replacement (symbolic or numeric), so it does not replace non-ASCII code
62 // For each xxxEscaper() method, please add links to external reference pages
/external/llvm/test/CodeGen/ARM/
Ddyn-stackalloc.ll1 ; RUN: llc -mcpu=generic -mtriple=arm-eabi -verify-machineinstrs < %s | FileCheck %s
7 @str215 = external global [2 x i8]
17 ; CHECK-LABEL: @t1
18 ; CHECK: bic [[REG1:r[0-9]+]],
19 ; CHECK-NOT: sub r{{[0-9]+}}, sp, [[REG1]]
45 define void @t2(%struct.comment* %vc, i8* %tag, i8* %contents) {
47 %tmp3 = call i32 @strlen(i8* %contents)
55 %tmp15 = call i8* @strcat(i8* %tmp6, i8* %contents)
/external/llvm/test/CodeGen/X86/
Dcompact-unwind.ll1 ; RUN: llc < %s -disable-fp-elim -mtriple x86_64-apple-darwin11 -mcpu corei7 | FileCheck -check-pre…
2 ; RUN: llc < %s -disable-fp-elim -mtriple x86_64-apple-darwin11 -mcpu corei7 -filetype=obj -o - \
3 ; RUN: | llvm-objdump -triple x86_64-apple-darwin11 -unwind-info - \
4 ; RUN: | FileCheck -check-prefix=CU %s
5 ; RUN: llc < %s -disable-fp-elim -mtriple x86_64-apple-darwin11 -mcpu corei7 \
6 ; RUN: | llvm-mc -triple x86_64-apple-darwin11 -filetype=obj -o - \
7 ; RUN: | llvm-objdump -triple x86_64-apple-darwin11 -unwind-info - \
8 ; RUN: | FileCheck -check-prefix=FROM-ASM %s
10 ; RUN: llc < %s -mtriple x86_64-apple-macosx10.8.0 -mcpu corei7 -filetype=obj -o - \
11 ; RUN: | llvm-objdump -triple x86_64-apple-macosx10.8.0 -unwind-info - \
[all …]
/external/deqp/doc/testspecs/EGL/
Dfunctional.resize.txt1 -------------------------------------------------------------------------
3 -----------------------------------------------
11 http://www.apache.org/licenses/LICENSE-2.0
18 -------------------------------------------------------------------------
22 + dEQP-EGL.functional.resize.*
26 + Preservation of back buffer contents
30 + Preservation of front buffer contents
34 Checks for EGL surface behavior when the surface's native window is resized by external means.
/external/llvm/test/CodeGen/Thumb/
Ddyn-stackalloc.ll1 …llc < %s -mtriple=thumb-apple-darwin -disable-cgp-branch-opts -disable-post-ra -verify-machineinst…
2-mtriple=thumb-apple-darwin -disable-cgp-branch-opts -disable-post-ra -regalloc=basic -verify-mac…
8 ; CHECK-LABEL: t1:
11 ; CHECK: lsls r[[R0:[0-9]+]]
12 ; CHECK: mov r[[R1:[0-9]+]], sp
13 ; CHECK: subs r[[R2:[0-9]+]], r[[R1]], r[[R0]]
39 @str215 = external global [2 x i8]
41 define void @t2(%struct.comment* %vc, i8* %tag, i8* %contents) {
42 ; CHECK-LABEL: t2:
46 ; CHECK: mov r[[R0:[0-9]+]], sp
[all …]
/external/vboot_reference/host/lib/
Dhost_signature.c2 * Use of this source code is governed by a BSD-style license that can be
29 sig->sig_offset = sizeof(VbSignature); in SignatureAlloc()
30 sig->sig_size = sig_size; in SignatureAlloc()
31 sig->data_size = data_size; in SignatureAlloc()
38 sig->sig_offset = OffsetOf(sig, sig_data); in SignatureInit()
39 sig->sig_size = sig_size; in SignatureInit()
40 sig->data_size = data_size; in SignatureInit()
45 if (dest->sig_size < src->sig_size) in SignatureCopy()
47 dest->sig_size = src->sig_size; in SignatureCopy()
48 dest->data_size = src->data_size; in SignatureCopy()
[all …]
/external/clang/include/clang/Basic/
DIdentifierTable.h1 //===--- IdentifierTable.h - Hash table for identifier lookup ---*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
44 /// is a language keyword, or if it is a front-end token of some sort (e.g. a
48 unsigned TokenID : 9; // Front-end token ID or tok::identifier.
49 // Objective-C keyword ('protocol' in '@protocol') or builtin (__builtin_inf).
50 // First NUM_OBJC_KEYWORDS values are for Objective-C, the remaining values
71 // 32-bit word is filled.
73 void *FETokenInfo; // Managed by the language front-end.
87 /// This is intended to be used for string literals only: II->isStr("foo").
[all …]
/external/opencv/cxcore/include/
Dcvwimage.h48 // 4. Can easily treat external data as an image
58 // external data. The view class does no memory management. Each class
87 // for (int r = 0; r < im->Height(); ++r) {
88 // float* row = im->Row(r);
89 // for (int c = 0; c < im->Width(); ++c) {
90 // for (int ch = 0; ch < im->Channels(); ++ch, ++row) {
187 T* ImageData() { return reinterpret_cast<T*>(image_->imageData); } in ImageData()
189 return reinterpret_cast<const T*>(image_->imageData); in ImageData()
192 int Width() const {return image_->width; } in Width()
193 int Height() const {return image_->height; } in Height()
[all …]

12345678910>>...25