/external/python/cpython3/Lib/pydoc_data/ |
D | topics.py | 1 # -*- coding: utf-8 -*- 3 topics = {'assert': 'The "assert" statement\n' 4 '**********************\n' 5 '\n' 7 'assertions\n' 8 'into a program:\n' 9 '\n' 10 ' assert_stmt ::= "assert" expression ["," expression]\n' 11 '\n' 12 'The simple form, "assert expression", is equivalent to\n' [all …]
|
/external/toybox/generated/ |
D | help.h | 1 …-libc on a nommu system, you'll need to say \"y\" here.\n\nAlthough uclibc lets you detect support… 3 #define HELP_toybox_uid_usr "When commands like useradd/groupadd allocate user IDs, start here.\n\n" 5 …fine HELP_toybox_uid_sys "When commands like useradd/groupadd allocate system IDs, start here.\n\n" 7 #define HELP_toybox_pedantic_args "Check arguments for commands that have no arguments.\n\n" 9 …g purposes. All of them catch\nthings that can only go wrong at development time, not runtime.\n\n" 11 …n\nThis disables that optimization, so toybox will run external commands\n even when it has … 13 …n(free memory, close files, etc). To save size, toybox usually relies\non this behavior. If you're… 15 #define HELP_toybox_i18n "Support for UTF-8 character sets, and some locale support.\n\n" 17 …--help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disable.… 19 #define HELP_toybox_help "Include help text for each command.\n\n" [all …]
|
/external/python/cpython3/Modules/_decimal/ |
D | docstrings.h | 2 * Copyright (c) 2001-2012 Python Software Foundation. All Rights Reserved. 23 "getcontext($module, /)\n--\n\n\ 24 Get the current default context.\n\ 25 \n"); 28 "setcontext($module, context, /)\n--\n\n\ 29 Set a new default context.\n\ 30 \n"); 33 "localcontext($module, /, ctx=None)\n--\n\n\ 34 Return a context manager that will set the default context to a copy of ctx\n\ 35 on entry to the with-statement and restore the previous default context when\n\ [all …]
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestNFAConstruction.java | 43 "parser grammar P;\n"+ in testA() 46 ".s0->.s1\n" + in testA() 47 ".s1->.s2\n" + in testA() 48 ".s2-A->.s3\n" + in testA() 49 ".s3->:s4\n" + in testA() 50 ":s4-EOF->.s5\n"; in testA() 56 "parser grammar P;\n"+ in testAB() 59 ".s0->.s1\n" + in testAB() 60 ".s1->.s2\n" + in testAB() 61 ".s2-A->.s3\n" + in testAB() [all …]
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_stats_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 69 tf_stats_->BuildAllViews(); in TFProfStatsTest() 74 tf_stats_->WriteProfile(profile_file); in TestToFromProto() 84 Options opts(3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, "name", in TEST_F() 88 const GraphNodeProto& root = tf_stats_->ShowGraphNode("scope", opts); in TEST_F() 93 "2560\ntotal_parameters: 451\nchildren {\n name: \"DW\"\n exec_micros: " in TEST_F() 94 "2\n requested_bytes: 1280\n parameters: 162\n total_exec_micros: 2\n " in TEST_F() 95 " total_requested_bytes: 1280\n total_parameters: 162\n devices: " in TEST_F() 96 "\"/job:localhost/replica:0/task:0/gpu:0\"\n cpu_exec_micros: 2\n " in TEST_F() 97 "total_cpu_exec_micros: 2\n run_count: 1\n total_run_count: 1\n " in TEST_F() [all …]
|
/external/valgrind/coregrind/ |
D | m_libcsetjmp.c | 2 /*--------------------------------------------------------------------*/ 3 /*--- A minimal setjmp/longjmp implementation. m_libcsetjmp.c ---*/ 4 /*--------------------------------------------------------------------*/ 10 Copyright (C) 2010-2017 Mozilla Inc 25 02111-1307, USA. 39 /* The alternative implementations are for ppc{32,64}-linux and 40 {amd64,x86}-{linux,darwin,solaris}. See #259977. That leaves only 41 {arm,s390x}-linux using the gcc builtins now. 44 /* ------------ ppc32-linux ------------ */ 49 ".text" "\n" [all …]
|
/external/chromium-libpac/test/ |
D | proxy_test_script.h | 3 // ./jstocstring.pl js-unittest proxy_test_script.h 8 "function FindProxyForURL(url, host){\n" \ 9 " function opt() {\n" \ 10 " opt['x'] = 1.1;\n" \ 11 " try {\n" \ 12 " Object.create(object);\n" \ 13 " } catch (e) {\n" \ 14 " }\n" \ 15 "\n" \ 16 " for (let i = 0; i < 100000; i++) {\n" \ [all …]
|
/external/python/cpython2/Lib/pydoc_data/ |
D | topics.py | 1 # -*- coding: utf-8 -*- 3 …n**********************\n\nAssert statements are a convenient way to insert debugging assertions\n… 4 …n*********************\n\nAssignment statements are used to (re)bind names to values and to\nmodif… 5 …-identifiers': u'\nIdentifiers (Names)\n*******************\n\nAn identifier occurring as an atom … 6 …-literals': u"\nLiterals\n********\n\nPython supports string literals and various numeric literals… 7 …-access': u'\nCustomizing attribute access\n****************************\n\nThe following methods … 8 …-references': u'\nAttribute references\n********************\n\nAn attribute reference is a primar… 9 …n*******************************\n\nAugmented assignment is the combination, in a single statement… 10 …n****************************\n\nThe binary arithmetic operations have the conventional priority\n… 11 …n*************************\n\nEach of the three bitwise operations has a different priority level:… [all …]
|
/external/bart/docs/notebooks/sched/ |
D | SchedDeadline.ipynb | 14 "mimetype": "text/x-python", 39 "from trappy.stats.Topology import Topology\n", 40 "from bart.sched.SchedMultiAssert import SchedMultiAssert\n", 41 "from bart.sched.SchedAssert import SchedAssert\n", 42 "import trappy\n", 43 "import os\n", 44 "import operator\n", 45 "import json\n", 46 "\n", 47 "#Define a CPU Topology (for multi-cluster systems)\n", [all …]
|
/external/lisa/ipynb/tutorial/ |
D | 03_WlGenUsage.ipynb | 32 "import logging\n", 33 "from conf import LisaLogging\n", 45 "# Execute this cell to enabled devlib debugging statements\n", 57 "# Other python modules required by this notebook\n", 58 "import json\n", 77 "# Setup a target configuration\n", 78 "conf = {\n", 79 " \n", 80 " # Target is localhost\n", 81 " \"platform\" : 'linux',\n", [all …]
|
D | 02_TestEnvUsage.ipynb | 14 "This tutorial aims to show how to **configure** a **test environment** using\n", 33 "import logging\n", 34 "from conf import LisaLogging\n", 46 "# Execute this cell to enabled devlib debugging statements\n", 58 "# Other python modules required by this notebook\n", 59 "import json\n", 60 "import time\n", 89 "\u001b[01;34m../../tools\u001b[00m\r\n", 90 "├── \u001b[01;34marm64\u001b[00m\r\n", 91 "│ ├── \u001b[01;32mperf\u001b[00m\r\n", [all …]
|
/external/clang/unittests/Format/ |
D | FormatTestSelective.cpp | 1 //===- unittest/Format/FormatTestSelective.cpp - Formatting unit tests ----===// 8 //===----------------------------------------------------------------------===// 15 #define DEBUG_TYPE "format-test" 24 DEBUG(llvm::errs() << "---\n"); in format() 25 DEBUG(llvm::errs() << Code << "\n\n"); in format() 30 EXPECT_FALSE(IncompleteFormat) << Code << "\n\n"; in format() 33 DEBUG(llvm::errs() << "\n" << *Result << "\n\n"); in format() 43 EXPECT_EQ("int a;\n", format("int a; \n \n \n ", 0, 0)); in TEST_F() 48 EXPECT_EQ("{int b;\n" in TEST_F() 49 " int a;\n" in TEST_F() [all …]
|
D | FormatTest.cpp | 1 //===- unittest/Format/FormatTest.cpp - Formatting unit tests -------------===// 8 //===----------------------------------------------------------------------===// 20 #define DEBUG_TYPE "format-test" 39 DEBUG(llvm::errs() << "---\n"); in format() 40 DEBUG(llvm::errs() << Code << "\n\n"); in format() 47 EXPECT_EQ(ExpectedIncompleteFormat, IncompleteFormat) << Code << "\n\n"; in format() 52 DEBUG(llvm::errs() << "\n" << *Result << "\n\n"); in format() 88 /// \brief Verify that clang-format does not crash on the given input. 99 EXPECT_EQ("1 2 3\n", test::messUp("1\n2\n3\n")); in TEST_F() 100 EXPECT_EQ("a\n//b\nc", test::messUp("a\n//b\nc")); in TEST_F() [all …]
|
D | SortIncludesTest.cpp | 1 //===- unittest/Format/SortIncludesTest.cpp - Include sort unit tests -----===// 8 //===----------------------------------------------------------------------===// 15 #define DEBUG_TYPE "format-test" 48 EXPECT_EQ("#include \"a.h\"\n" in TEST_F() 49 "#include \"b.h\"\n" in TEST_F() 50 "#include \"c.h\"\n", in TEST_F() 51 sort("#include \"a.h\"\n" in TEST_F() 52 "#include \"c.h\"\n" in TEST_F() 53 "#include \"b.h\"\n")); in TEST_F() 58 std::string Code = "#include <a>\n" in TEST_F() [all …]
|
/external/lisa/ipynb/examples/android/benchmarks/ |
D | Android_Geekbench.ipynb | 10 "# Geekbench benchmark on Android\n", 11 "\n", 12 …in '**Single-Core**' mode as well as in '**Multi-Core**' in order to compare the single-thread and… 13 "\n", 30 "2017-05-03 10:54:02,800 INFO : root : Using LISA logging configuration:\n", 31 "2017-05-03 10:54:02,801 INFO : root : /home/vagrant/lisa/logging.conf\n" 36 "from conf import LisaLogging\n", 53 "Populating the interactive namespace from numpy and matplotlib\n" 60 …"2017-05-03 10:54:03,346 WARNING : EnergyModel : Unusual max capacity (1023), overriding capacity… 65 "%pylab inline\n", [all …]
|
/external/skia/site/user/api/ |
D | catalog.htm | 5 <meta charset="utf-8" /> 11 …n const char* verbNames[] = { \"move\", \"line\", \"quad\", \"conic\", \"cubic\", \"close\", \"… 15 "stdout": "move {0, 0}, \\nquad {0, 0}, {20, 30}, {50, 60}, \\ndone \\n" 18 …n const char* verbNames[] = { \"move\", \"line\", \"quad\", \"conic\", \"cubic\", \"close\", \"… 22 "stdout": "move {0, 0}, \\nconic {0, 0}, {20, 0}, {20, 20}, weight = 0.707107\\ndone \\n" 25 …n const char* verbNames[] = { \"move\", \"line\", \"quad\", \"conic\", \"cubic\", \"close\", \"… 29 "stdout": "move {0, 0}, \\nline {0, 0}, {20, 0}, \\nline {20, 0}, {20, 20}, \\ndone \\n" 32 …n for (bool callRestore : { false, true } ) {\n for (bool saveCanvas : {false, true} ) {… 36 …: 1\\nsaveCanvas: true before restore: 2\\nsaveCanvas: true after restore: 1\\nfinal count: 1\\n" 39 …n SkBitmap bitmap;\n bitmap.setInfo(SkImageInfo::Make(2, 2, kN32_SkColorType, kPremul_SkAlph… [all …]
|
/external/lisa/ipynb/chromeos/ |
D | ChromeOS_TestThat.ipynb | 14 …ollected as a dictionary as well as trace events if you specify so in the target configuration.\n", 15 "\n", 16 …ing python script and convert it to the language in which the benchmark is written accordingly:\n", 17 "\n", 18 "```python\n", 19 "import socket\n", 20 "sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)\n", 21 "sock.sendto(\"POWER\", (<TARGET_IP>, 1234))\n", 22 "sock.close()\n", 23 "```\n", [all …]
|
/external/lisa/ipynb/examples/android/workloads/ |
D | Android_Recents_Fling.ipynb | 7 "# EAS Testing - Recents Fling on Android" 14 …e will consist in comparing EAS with other schedulers, that is comparing *sched* governor with:\n", 15 "\n", 16 " - interactive\n", 17 " - performance\n", 18 " - powersave\n", 19 " - ondemand\n", 20 " \n", 35 "2016-12-09 14:58:45,902 INFO : root : Using LISA logging configuration:\n", 36 "2016-12-09 14:58:45,902 INFO : root : /home/vagrant/lisa/logging.conf\n" [all …]
|
D | Android_Workloads.ipynb | 7 "# Android Multiple Workloads - complex example\n", 8 "\n", 9 "This complex example shows multiple workloads being executed in multiple configurations.\n", 10 "\n", 25 "2017-03-14 11:05:03,363 INFO : root : Using LISA logging configuration:\n", 26 "2017-03-14 11:05:03,364 INFO : root : /home/vagrant/lisa/logging.conf\n" 31 "import logging\n", 32 "from conf import LisaLogging\n", 47 "Populating the interactive namespace from numpy and matplotlib\n" 52 "%pylab inline\n", [all …]
|
/external/libmicrohttpd/src/testcurl/https/ |
D | tls_test_keys.h | 17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 26 const char ca_key_pem[] = "-----BEGIN RSA PRIVATE KEY-----\n" 27 "MIIEowIBAAKCAQEA0EdlP613rjFvEj93tGo9fzBoKWU3CW+AbbfcJ397C89MyZ9J\n" 28 "rlxyLGfa6qVX7CFVNmzgWWfcl2tHlw/fZmWtf/SFgrlkldvuGyY8H3n2HuMsWz/E\n" 29 "h7n5VgwBX8NsP4eZNmikepxpr1mYx25K8FjnsKjAR9jGUSV8UfZ7VLIY0x/yqe+3\n" 30 "32oqc4D/wJbV1AwwvC5Xf9rvHJwcZg57eqbDCL/4GDDk7d9Gark4XK6ZG+FnnxQn\n" 31 "4a4jIdf4FoPp9s0EieHrHwYzs/uBqmfCSF4wXiaO8bmEwtbAsVbZH74Le7ggUbEe\n" 32 "o+jan9XK0dE88AIImGzgoBnlic/Rr7J8OWA+iwIDAQABAoIBAEICZqXkUdpsw2F6\n" 33 "qPMOergNPO3lrKg6ZO8hBs6j2fj3tcPuzljK5sqJDboxNejZ9Zo+rmnXf3Oj5fgL\n" 34 "6UcYMYEsm4W/QRA3uEJ1fzeQnT7Ty9KNprlHaSzquCLEGlIWJSo3xu0vFlWjJUcL\n" [all …]
|
/external/lisa/ipynb/examples/utils/ |
D | testenv_example.ipynb | 7 "# Test environment API - TestEnv\n", 8 "\n", 9 "The test environment is primarily defined by the target configuration (see **conf** below).\n", 10 "\n", 11 … configuration - definining which software setups are needed on the hardware target, and a locatio… 12 "\n", 13 "Parameters:\n", 14 " - target configuration\n", 15 …" - test configuration - more information on this can be found in **examples/utils/executor_exampl… 16 " - wipe - if to clean up all previous content from the results folder\n", [all …]
|
/external/skqp/site/user/api/ |
D | catalog.htm | 5 <meta charset="utf-8" /> 11 …n const char* verbNames[] = { \"move\", \"line\", \"quad\", \"conic\", \"cubic\", \"close\", \"… 15 "stdout": "move {0, 0}, \\nquad {0, 0}, {20, 30}, {50, 60}, \\ndone \\n" 18 …n const char* verbNames[] = { \"move\", \"line\", \"quad\", \"conic\", \"cubic\", \"close\", \"… 22 "stdout": "move {0, 0}, \\nconic {0, 0}, {20, 0}, {20, 20}, weight = 0.707107\\ndone \\n" 25 …n const char* verbNames[] = { \"move\", \"line\", \"quad\", \"conic\", \"cubic\", \"close\", \"… 29 "stdout": "move {0, 0}, \\nline {0, 0}, {20, 0}, \\nline {20, 0}, {20, 20}, \\ndone \\n" 32 …n for (bool callRestore : { false, true } ) {\n for (bool saveCanvas : {false, true} ) {… 36 …: 1\\nsaveCanvas: true before restore: 2\\nsaveCanvas: true after restore: 1\\nfinal count: 1\\n" 39 …n SkBitmap bitmap;\n bitmap.setInfo(SkImageInfo::Make(2, 2, kN32_SkColorType, kPremul_SkAlph… [all …]
|
/external/tensorflow/tensorflow/examples/udacity/ |
D | 1_notmnist.ipynb | 21 "Deep Learning\n", 22 "=============\n", 23 "\n", 24 "Assignment 1\n", 25 "------------\n", 26 "\n", 27 …mple data curation practices, and familiarize you with some of the data we'll be reusing later.\n", 28 "\n", 29 …"This notebook uses the [notMNIST](http://yaroslavvb.blogspot.com/2011/09/notmnist-dataset.html) d… 35 "id": "apJbCsBHl-2A", [all …]
|
/external/llvm/unittests/Analysis/ |
D | CFGTest.cpp | 1 //===- CFGTest.cpp - CFG tests --------------------------------------------===// 8 //===----------------------------------------------------------------------===// 44 Function *F = M->getFunction("test"); in ParseAssembly() 50 if (I->hasName()) { in ParseAssembly() 51 if (I->getName() == "A") in ParseAssembly() 53 else if (I->getName() == "B") in ParseAssembly() 74 PassRegistry::getPassRegistry()->registerPass(*PI, false); in ExpectPath() 124 "define void @test() {\n" in TEST_F() 125 "entry:\n" in TEST_F() 126 " bitcast i8 undef to i8\n" in TEST_F() [all …]
|
/external/flac/libFLAC/ |
D | window.c | 1 /* libFLAC - Free Lossless Audio Codec library 2 * Copyright (C) 2006-2009 Josh Coalson 3 * Copyright (C) 2011-2016 Xiph.Org Foundation 9 * - Redistributions of source code must retain the above copyright 12 * - Redistributions in binary form must reproduce the above copyright 16 * - Neither the name of the Xiph.org Foundation nor the names of its 48 const FLAC__int32 N = L - 1; in FLAC__window_bartlett() local 49 FLAC__int32 n; in FLAC__window_bartlett() local 52 for (n = 0; n <= N/2; n++) in FLAC__window_bartlett() 53 window[n] = 2.0f * n / (float)N; in FLAC__window_bartlett() [all …]
|