| /external/clang/test/VFS/Inputs/ |
| D | vfsoverlay.yaml | 5 '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 …]
|
| D | use-external-names.yaml | 3 'use-external-names': EXTERNAL_NAMES, 4 'roots': [{ 'type': 'file', 'name': 'OUT_DIR/external-names.h', 5 'external-contents': 'INPUT_DIR/external-names.h'
|
| D | vfsoverlay2.yaml | 5 'contents': [ 7 'external-contents': 'INPUT_DIR/actual_module2.map'
|
| D | missing-key.yaml | 3 'roots': [ { 'name' : 'foo', 'external-contents': 'bar' } ]
|
| /external/clang/unittests/libclang/ |
| D | LibclangTest.cpp | 1 //===- 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/ |
| D | VirtualFileSystemTest.cpp | 1 //===- unittests/Basic/VirtualFileSystem.cpp ---------------- VFS tests ---===// 8 //===----------------------------------------------------------------------===// 40 return I->second; in status() 48 int64_t FileSize = -1, in getBufferForFile() 60 if (LastSep == Path.size() || LastSep == Path.size()-1) in isInPath() 70 if (isInPath(I->first)) { in DirIterImpl() 71 CurrentEntry = I->second; in DirIterImpl() 79 if (isInPath(I->first)) { in increment() 80 CurrentEntry = I->second; in increment() 124 D->addRegularFile("/foo"); in TEST() [all …]
|
| /external/clang/test/Index/Inputs/ |
| D | vfsoverlay.yaml | 5 '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/ |
| D | VirtualFileSystem.cpp | 1 //===- VirtualFileSystem.cpp - Virtual File System Layer --------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 10 //===----------------------------------------------------------------------===// 78 F->getBuffer(Name, Result, FileSize, RequiresNullTerminator, IsVolatile); in getBufferForFile() 82 //===-----------------------------------------------------------------------===/ 84 //===-----------------------------------------------------------------------===/ 101 int64_t FileSize = -1, 111 assert(FD != -1 && "cannot stat closed file"); in status() 128 assert(FD != -1 && "cannot get buffer for closed file"); in getBuffer() 151 FD = -1; in close() [all …]
|
| /external/chromium_org/chrome/test/base/ |
| D | in_process_browser_test_browsertest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 35 explicit LoadFailObserver(content::WebContents* contents) in LoadFailObserver() argument 36 : content::WebContentsObserver(contents), in LoadFailObserver() 65 // Tests that InProcessBrowserTest cannot resolve external host, in this case 66 // "google.com" and "cnn.com". Using external resources is disabled by default 69 content::WebContents* contents = in IN_PROC_BROWSER_TEST_F() local 70 browser()->tab_strip_model()->GetActiveWebContents(); in IN_PROC_BROWSER_TEST_F() 78 LoadFailObserver observer(contents); in IN_PROC_BROWSER_TEST_F()
|
| /external/deqp/framework/delibs/scripts/ |
| D | pre_commit.py | 3 # 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_org/tools/grit/grit/format/ |
| D | html_inline.py | 3 # Use of this source code is governed by a BSD-style license that can be 6 """Flattens a HTML file by inlining its external resources. 9 and inlines the specified file, producing one HTML file with no external 23 # registry contains non-Latin keys ( http://bugs.python.org/issue9291 24 # ). Initing manually and blocking external mime-type databases will 98 if filename.find(':') != -1: 142 names_only: |nil| will be returned for the inlined contents (faster). 169 if filename.find(':') != -1: 203 count = count - 1 220 """Helper function to inline external files of various types""" [all …]
|
| /external/llvm/bindings/ocaml/analysis/ |
| D | llvm_analysis.mli | 1 (*===-- 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/chromium_org/native_client_sdk/doc_generated/community/security-contest/ |
| D | contest-announcement.html | 3 <section id="native-client-security-contest"> 4 <span id="contest-announcement"></span><h1 id="native-client-security-contest"><span id="contest-an… 5 <div class="contents local" id="contents" style="display: none"> 6 <ul class="small-gap"> 7 <li><a class="reference internal" href="#what-it-is" id="id1">What it is</a></li> 9 <li><a class="reference internal" href="#what-s-in-it-for-you" id="id3">What’s in it for you<… 10 <li><a class="reference internal" href="#forum-native-client-announce" id="id4">Forum: native-clien… 11 <li><a class="reference internal" href="#forum-native-client-discuss" id="id5">Forum: native-client… 16 <a class="reference internal" href="/native-client/community/security-contest/index.html#contest-wi… 18 <a class="reference external" href="http://code.google.com/p/nativeclient/issues/list">bugs</a> and [all …]
|
| D | index.html | 3 <section id="security-contest-archive"> 4 <span id="contest-archive"></span><h1 id="security-contest-archive"><span id="contest-archive"></sp… 5 <div class="contents local" id="contents" style="display: none"> 6 <ul class="small-gap"> 7 <li><a class="reference internal" href="#contest-overview" id="id2">Contest overview</a></li> 8 <li><a class="reference internal" href="#contest-winners" id="id3">Contest winners</a></li> 9 <li><p class="first"><a class="reference internal" href="#panel-of-judges" id="id4">Panel of judges… 10 <ul class="small-gap"> 15 <li><a class="reference internal" href="#additional-information" id="id7">Additional information</a… 27 <section id="contest-overview"> [all …]
|
| /external/chromium_org/components/autofill/content/browser/ |
| D | content_autofill_driver.h | 2 // Use of this source code is governed by a BSD-style license that can be 32 // communication from the renderer and from the external world. There is one 39 content::WebContents* contents, 43 static ContentAutofillDriver* FromWebContents(content::WebContents* contents); 91 // Sets the manager to |manager| and sets |manager|'s external delegate
|
| /external/chromium_org/ui/web_dialogs/ |
| D | web_dialog_ui.h | 2 // Use of this source code is governed by a BSD-style license that can be 33 // Displays file URL contents inside a modal web dialog. 83 // Displays external URL contents inside a modal web dialog. 86 // necessary for running external UI components securely (e.g., the
|
| /external/chromium_org/chrome/browser/prefs/ |
| D | pref_hash_store_impl.h | 2 // Use of this source code is governed by a BSD-style license that can be 27 // of a version number and should be re-initialized. 34 // |seed| and |device_id| and stores them in |contents|. 37 // previously stored hashes in |contents|. 44 // Provides an external HashStoreContents implementation to be used. 49 // Clears the contents of this PrefHashStore. |IsInitialized()| will return
|
| /external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
| D | db.h | 2 // Use of this source code is governed by a BSD-style license that can be 26 // accessed from multiple threads without any external synchronization. 43 // any external synchronization. 47 // Stores a pointer to a heap-allocated database in *dbptr and returns 49 // Stores NULL in *dbptr and returns a non-OK status on error. 59 // and a non-OK status on error. 66 // success, and a non-OK status on error. It is not an error if "key" 72 // Returns OK on success, non-OK on failure. 86 // Return a heap-allocated iterator over the contents of the database. 112 // "leveldb.num-files-at-level<N>" - return the number of files at level <N>, [all …]
|
| D | table_builder.h | 2 // Use of this source code is governed by a BSD-style license that can be 9 // external synchronization, but if any of the threads may call a 10 // non-const method, all threads accessing the same TableBuilder must use 11 // external synchronization. 28 // Create a builder that will store the contents of the table it is 55 // Return non-ok iff some error has been detected. 63 // Indicate that the contents of this builder should be abandoned. Stops
|
| /external/llvm/docs/ |
| D | TestSuiteMakefileGuide.rst | 2 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/chromium_org/native_client_sdk/doc_generated/pepper_dev/cpp/ |
| D | module__impl_8h.html | 3 <div id="doxygen-ref"> 4 {{- dummy div to appease doxygen -}} 6 <!-- Generated by Doxygen 1.7.6.1 --> 10 <!--header--> 11 <div class="contents"> 25 …e simple function templates that help the C++ wrappers (and are not for external developers to use… 26 </div></div><!-- contents -->
|
| /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/cpp/ |
| D | module__impl_8h.html | 3 <div id="doxygen-ref"> 4 {{- dummy div to appease doxygen -}} 6 <!-- Generated by Doxygen 1.7.6.1 --> 10 <!--header--> 11 <div class="contents"> 25 …e simple function templates that help the C++ wrappers (and are not for external developers to use… 26 </div></div><!-- contents -->
|
| /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/cpp/ |
| D | module__impl_8h.html | 3 <div id="doxygen-ref"> 4 {{- dummy div to appease doxygen -}} 6 <!-- Generated by Doxygen 1.7.6.1 --> 10 <!--header--> 11 <div class="contents"> 25 …e simple function templates that help the C++ wrappers (and are not for external developers to use… 26 </div></div><!-- contents -->
|
| /external/wpa_supplicant_8/hostapd/ |
| D | README-WPS | 1 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/chromium_org/native_client_sdk/doc_generated/devguide/coding/ |
| D | url-loading.html | 3 <section id="url-loading"> 4 <span id="devguide-coding-url-loading"></span><h1 id="url-loading"><span id="devguide-coding-url-lo… 5 <div class="contents local" id="contents" style="display: none"> 6 <ul class="small-gap"> 8 <li><a class="reference internal" href="#reference-information" id="id2">Reference information</a><… 10 <li><p class="first"><a class="reference internal" href="#the-url-loader-example" id="id4">The <cod… 11 <ul class="small-gap"> 12 <li><a class="reference internal" href="#url-loading-overview" id="id5">URL loading overview</a></l… 15 <li><p class="first"><a class="reference internal" href="#url-loader-deep-dive" id="id6"><code>url_… 16 <ul class="small-gap"> [all …]
|