Home
last modified time | relevance | path

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

12345678910>>...30

/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'
Dvfsoverlay2.yaml5 'contents': [
7 'external-contents': 'INPUT_DIR/actual_module2.map'
/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 //===----------------------------------------------------------------------===//
53 return I->second; in status()
76 if (LastSep == Path.size() || LastSep == Path.size()-1) in isInPath()
86 if (isInPath(I->first)) { in DirIterImpl()
87 CurrentEntry = I->second; in DirIterImpl()
95 if (isInPath(I->first)) { in increment()
96 CurrentEntry = I->second; in increment()
140 D->addRegularFile("/foo"); in TEST()
141 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 //===----------------------------------------------------------------------===//
23 #include "llvm/Config/llvm-config.h"
98 return (*F)->getBuffer(Name, FileSize, RequiresNullTerminator, IsVolatile); in getBufferForFile()
111 return Status && Status->exists(); in exists()
114 //===-----------------------------------------------------------------------===/
116 //===-----------------------------------------------------------------------===/
143 assert(FD != -1 && "cannot stat closed file"); in status()
156 assert(FD != -1 && "cannot get buffer for closed file"); in getBuffer()
[all …]
/external/chromium-trace/catapult/third_party/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)
43 if 'tr.exportTo' in self.contents:
60 js = inline_script.contents
87 for contents in self._parser_results.inline_stylesheets:
90 self.loader, module_dirname, contents)
99 'Tagless Polymer() call must be made inside a <polymer-element> tag')
108 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
25 html5lib_path = os.path.join(catapult_path, 'third_party', 'html5lib-python')
46 def contents(self): member in InlineScript
53 self.contents)
70 assert open_tags[-1].tag == 'script'
71 del open_tags[-1]
82 for n in soupCopy.head.contents:
86 for n in soupCopy.body.contents:
132 for x in soup.contents:
137 for x in soup.contents:
[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/chromium-trace/catapult/catapult_build/
Djs_checks_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
13 contents = """
23 [], js_checks.CheckStrictMode(contents, is_html_file=True))
26 contents = """
30 [], js_checks.CheckStrictMode(contents, is_html_file=True))
33 contents = """
39 [], js_checks.CheckStrictMode(contents, is_html_file=False))
42 contents = """
51 [], js_checks.CheckStrictMode(contents, is_html_file=False))
54 contents = """
[all …]
/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/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/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/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDERExternalParser.java6 * Parser DER EXTERNAL tagged objects.
16 * @param parser the underlying parser to read the DER EXTERNAL from.
30 * Return an in-memory, encodable, representation of the EXTERNAL object.
49 * Return an DERExternal representing this parser and its contents.
/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 //===----------------------------------------------------------------------===//
51 /// external AST sources that also provide information for semantic
69 /// \brief Load the contents of the global method pool for a given
73 /// \brief Load the set of namespaces that are known to the external source,
96 /// \brief Read the set of tentative definitions known to the external Sema
99 /// The external source should append its own tentative definitions to the
101 /// invoked multiple times; the external source should take care not to
106 /// \brief Read the set of unused file-scope declarations known to the
[all …]
/external/opencv3/modules/core/include/opencv2/core/
Dwimage.hpp117 -# All the data has explicit ownership to avoid memory leaks
118 -# No hidden allocations or copies for performance.
119 -# Easy access to OpenCV methods (which will access IPP if available)
120 -# Can easily treat external data as an image
121 -# Easy to create images which are subsets of other images
122 -# Fast pixel access which can take advantage of number of channels if known at compile time.
127 WImageView class which constructs a subimage or a view into external data. The view class does no
156 for (int r = 0; r < im->Height(); ++r) {
157 float* row = im->Row(r);
158 for (int c = 0; c < im->Width(); ++c) {
[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/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/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/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptManager.java8 * http://www.apache.org/licenses/LICENSE-2.0
100 TRIGGER_MANAGER, REFRESH, SEARCH, RENAME, EXTERNAL; enumConstant
125 + "Please check the permissions of your external storage media.") in onCreate()
129 new AlertDialog.Builder(this).setTitle("External Storage Unavilable") in onCreate()
130 .setMessage("Scripts will be unavailable as long as external storage is unavailable.") in onCreate()
533 String contents[] = result.split("\n", 2); in writeScriptFromBarcode() local
534 if (contents.length != 2) { in writeScriptFromBarcode()
538 String title = contents[0]; in writeScriptFromBarcode()
539 String body = contents[1]; in writeScriptFromBarcode()
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
Dvideo.py2 # Use of this source code is governed by a BSD-style license that can be
7 from catapult_base import cloud_storage # pylint: disable=import-error
51 # Flip through frames until we find the initial tab contents flash.
61 'Failed to identify tab contents in video capture.')
72 yield timestamp - start_time, image_util.Crop(bmp, *content_box)
91 raise BoundingBoxNotFoundException('Unexpectedly small tab contents.')
96 'Low count of pixels in tab contents matching expected color.')
111 if abs(x - y) > bounds_tolerance:
115 'Unexpected change in tab contents box.')
125 proc = subprocess.Popen(['avconv', '-i', video], stderr=subprocess.PIPE)
[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>>...30