Home
last modified time | relevance | path

Searched +full:- +full:n (Results 1 – 25 of 1361) sorted by relevance

12345678910>>...55

/external/toybox/generated/
Dhelp.h1-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"
11n\nThis disables that optimization, so toybox will run external commands\n even when it has …
13n(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/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/
Dde-DE_lexpos.utf1 ! ------------------------------------------------------------------------
2 ! @file de-DE_lexpos.utf
4 ! Lexicon for language de-DE
6 ! Copyright (C) 2008-2009 SVOX AG, Baslerstr. 30, 8048 Zuerich, Switzerland
10 ! - 2009-05-30 -- initial version
12 ! ------------------------------------------------------------------------
17 ADJ "afrikanischen" "?afri'ka:nIS=n"
24 ADJ "amerikanischen" "?ameri'ka:nIS=n"
30 ADJ "andauernden" "?an'da_u6nd=n"
31 ADJ "anfallenden" "'?an,fal@nd=n"
[all …]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestNFAConstruction.java43 "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/valgrind/coregrind/
Dm_libcsetjmp.c2 /*--------------------------------------------------------------------*/
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/
Dproxy_test_script.h3 // ./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/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf1 ! ------------------------------------------------------------------------
2 ! @file en-US_lexpos.utf
4 ! Lexicon for language en-US
6 ! Copyright (C) 2008-2009 SVOX AG, Baslerstr. 30, 8048 Zuerich, Switzerland
10 ! - 2009-05-30 -- initial version
12 ! ------------------------------------------------------------------------
13 ADJ "0\o/" "'zI_@-ro_UT"
14 ADJ "1000\o/" ",wVn-'Ta_U-z@ndT"
15 ADJ "100\o/" "'hVn-dr@dT"
17 ADJ "11\o/" "I-'le-v@nT"
[all …]
/external/bart/docs/notebooks/sched/
DSchedDeadline.ipynb14 "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/python/cpython2/Lib/pydoc_data/
Dtopics.py1 # -*- coding: utf-8 -*-
3n**********************\n\nAssert statements are a convenient way to insert debugging assertions\n…
4n*********************\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…
9n*******************************\n\nAugmented assignment is the combination, in a single statement…
10n****************************\n\nThe binary arithmetic operations have the conventional priority\n…
11n*************************\n\nEach of the three bitwise operations has a different priority level:…
[all …]
/external/lisa/ipynb/tutorial/
D03_WlGenUsage.ipynb32 "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 …]
D02_TestEnvUsage.ipynb14 "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/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf1 ! ------------------------------------------------------------------------
2 ! @file en-GB_lexpos.utf
4 ! Lexicon for language en-GB
6 ! Copyright (C) 2008-2009 SVOX AG, Baslerstr. 30, 8048 Zuerich, Switzerland
10 ! - 2009-05-30 -- initial version
12 ! ------------------------------------------------------------------------
14 ADJ "01stand\/" "@nd-'f3rst"
15 ADJ "02ndand\/" "@nd-'sek@nd"
16 ADJ "03rdand\/" "@nd-'T3rd"
17 ADJ "04thand\/" "@nd-'fO:rT"
[all …]
/external/clang/unittests/Format/
DFormatTestSelective.cpp1 //===- 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 …]
DFormatTest.cpp1 //===- 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 …]
DSortIncludesTest.cpp1 //===- 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 …]
DSortImportsTestJS.cpp1 //===- unittest/Format/SortImportsTestJS.cpp - JS import sort unit tests --===//
8 //===----------------------------------------------------------------------===//
15 #define DEBUG_TYPE "format-test"
26 Length = Code.size() - Offset; in sort()
40 EXPECT_EQ(Expected.str(), Result) << "Expected:\n" in verifySort()
41 << Expected << "\nActual:\n" in verifySort()
49 verifySort("import {sym} from 'a';\n" in TEST_F()
50 "import {sym} from 'b';\n" in TEST_F()
51 "import {sym} from 'c';\n" in TEST_F()
52 "\n" in TEST_F()
[all …]
/external/lisa/ipynb/examples/android/benchmarks/
DAndroid_Geekbench.ipynb10 "# 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/libmicrohttpd/src/testcurl/https/
Dtls_test_keys.h17 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/chromeos/
DChromeOS_TestThat.ipynb14 …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/
DAndroid_Recents_Fling.ipynb7 "# 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 …]
DAndroid_Workloads.ipynb7 "# 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/lisa/ipynb/examples/utils/
Dtestenv_example.ipynb7 "# 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/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
DHostnameVerifierTest.java9 * http://www.apache.org/licenses/LICENSE-2.0
49 + "-----BEGIN CERTIFICATE-----\n" in verifyCn()
50 + "MIIERjCCAy6gAwIBAgIJAIz+EYMBU6aQMA0GCSqGSIb3DQEBBQUAMIGiMQswCQYD\n" in verifyCn()
51 + "VQQGEwJDQTELMAkGA1UECBMCQkMxEjAQBgNVBAcTCVZhbmNvdXZlcjEWMBQGA1UE\n" in verifyCn()
52 + "ChMNd3d3LmN1Y2JjLmNvbTEUMBIGA1UECxQLY29tbW9uc19zc2wxHTAbBgNVBAMU\n" in verifyCn()
53 + "FGRlbW9faW50ZXJtZWRpYXRlX2NhMSUwIwYJKoZIhvcNAQkBFhZqdWxpdXNkYXZp\n" in verifyCn()
54 + "ZXNAZ21haWwuY29tMB4XDTA2MTIxMTE1MzE0MVoXDTI4MTEwNTE1MzE0MVowgaQx\n" in verifyCn()
55 + "CzAJBgNVBAYTAlVTMREwDwYDVQQIEwhNYXJ5bGFuZDEUMBIGA1UEBxMLRm9yZXN0\n" in verifyCn()
56 + "IEhpbGwxFzAVBgNVBAoTDmh0dHBjb21wb25lbnRzMRowGAYDVQQLExF0ZXN0IGNl\n" in verifyCn()
57 + "cnRpZmljYXRlczEQMA4GA1UEAxMHZm9vLmNvbTElMCMGCSqGSIb3DQEJARYWanVs\n" in verifyCn()
[all …]
/external/llvm/unittests/Analysis/
DCFGTest.cpp1 //===- 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/
Dwindow.c1 /* libFLAC - Free Lossless Audio Codec library
2 * Copyright (C) 2006-2009 Josh Coalson
3 * Copyright (C) 2011-2014 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 …]
/external/conscrypt/platform/src/test/java/org/conscrypt/
DChainStrengthAnalyzerTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
29 //openssl req -x509 -nodes -days 365 -subj '/C=US/ST=Testsota/L=Testville/CN=test.com' \
30 //-newkey rsa:2048 -sha256 -keyout k.pem -out good.pem
32 "-----BEGIN CERTIFICATE-----\n" +
33 "MIIDYTCCAkmgAwIBAgIJAPFX8KGuEZcgMA0GCSqGSIb3DQEBCwUAMEcxCzAJBgNV\n" +
34 "BAYTAlVTMREwDwYDVQQIDAhUZXN0c290YTESMBAGA1UEBwwJVGVzdHZpbGxlMREw\n" +
35 "DwYDVQQDDAh0ZXN0LmNvbTAeFw0xMjEwMTUyMTQ0MTBaFw0xMzEwMTUyMTQ0MTBa\n" +
36 "MEcxCzAJBgNVBAYTAlVTMREwDwYDVQQIDAhUZXN0c290YTESMBAGA1UEBwwJVGVz\n" +
37 "dHZpbGxlMREwDwYDVQQDDAh0ZXN0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEP\n" +
38 "ADCCAQoCggEBAM44hz3eTINuAIS9OYmg6DkUIj3MItn5dgbcMEdbXrhNpeWY93ho\n" +
[all …]

12345678910>>...55