/external/python/cpython2/Lib/pydoc_data/ |
D | topics.py | 1 # -*- coding: utf-8 -*- 3 topics = {'assert': '\n' 4 'The "assert" statement\n' 5 '**********************\n' 6 '\n' 8 'assertions\n' 9 'into a program:\n' 10 '\n' 11 ' assert_stmt ::= "assert" expression ["," expression]\n' 12 '\n' [all …]
|
/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/boringssl/src/crypto/fipsmodule/ec/ |
D | ec_scalar_base_mult_tests.txt | 6 Curve = P-224 7 # N = -64 8 N = ffffffffffffffffffffffffffff16a2e0b8f03e13dd29455c5c29fd 12 Curve = P-224 13 # N = -63 14 N = ffffffffffffffffffffffffffff16a2e0b8f03e13dd29455c5c29fe 18 Curve = P-224 19 # N = -62 20 N = ffffffffffffffffffffffffffff16a2e0b8f03e13dd29455c5c29ff 24 Curve = P-224 [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/antlr/tool/src/test/java/org/antlr/test/ |
D | TestNFAConstruction.java | 45 "parser grammar P;\n"+ in testA() 48 ".s0->.s1\n" + in testA() 49 ".s1->.s2\n" + in testA() 50 ".s2-A->.s3\n" + in testA() 51 ".s3->:s4\n" + in testA() 52 ":s4-EOF->.s5\n"; in testA() 58 "parser grammar P;\n"+ in testAB() 61 ".s0->.s1\n" + in testAB() 62 ".s1->.s2\n" + in testAB() 63 ".s2-A->.s3\n" + in testAB() [all …]
|
/external/chromium-libpac/test/ |
D | proxy_test_script.h | 3 // ./jstocstring.pl js-unittest proxy_test_script.h 9 "function FindProxyForURL(url, host){\n" \ 10 " function opt() {\n" \ 11 " opt['x'] = 1.1;\n" \ 12 " try {\n" \ 13 " Object.create(object);\n" \ 14 " } catch (e) {\n" \ 15 " }\n" \ 16 "\n" \ 17 " for (let i = 0; i < 100000; i++) {\n" \ [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsBuiltinMaskVarTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 12 * http://www.apache.org/licenses/LICENSE-2.0 23 */ /*--------------------------------------------------------------------*/ 67 return "%56 = OpIEqual %11 %53 %55\n"; in subgroupComparison() 69 return "%38 = OpIEqual %16 %35 %37\n"; in subgroupComparison() 74 return "%56 = OpUGreaterThanEqual %11 %53 %55\n"; in subgroupComparison() 76 return "%38 = OpUGreaterThanEqual %16 %35 %37\n"; in subgroupComparison() 81 return "%56 = OpUGreaterThan %11 %53 %55\n"; in subgroupComparison() 83 return "%38 = OpUGreaterThan %16 %35 %37\n"; in subgroupComparison() [all …]
|
D | vktSubgroupsBallotTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 12 * http://www.apache.org/licenses/LICENSE-2.0 23 */ /*--------------------------------------------------------------------*/ 70 "#extension GL_KHR_shader_subgroup_ballot: enable\n" in initFrameBufferPrograms() 71 "layout(location = 0) in highp vec4 in_position;\n" in initFrameBufferPrograms() 72 "layout(location = 0) out float out_color;\n" in initFrameBufferPrograms() 73 "layout(set = 0, binding = 0) uniform Buffer1\n" in initFrameBufferPrograms() 74 "{\n" in initFrameBufferPrograms() 75 " uint data[" << subgroups::maxSupportedSubgroupSize() << "];\n" in initFrameBufferPrograms() [all …]
|
D | vktSubgroupsBuiltinVarTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 12 * http://www.apache.org/licenses/LICENSE-2.0 23 */ /*--------------------------------------------------------------------*/ 329 "layout(location = 0) in vec4 in_color;\n" in initFrameBufferPrograms() 330 "layout(location = 0) out uvec4 out_color;\n" in initFrameBufferPrograms() 331 "void main()\n" in initFrameBufferPrograms() 332 "{\n" in initFrameBufferPrograms() 333 " out_color = uvec4(in_color);\n" in initFrameBufferPrograms() 334 "}\n"; in initFrameBufferPrograms() [all …]
|
D | vktSubgroupsBasicTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 12 * http://www.apache.org/licenses/LICENSE-2.0 23 */ /*--------------------------------------------------------------------*/ 294 "layout(location = 0) in vec4 in_color;\n" in initFrameBufferPrograms() 295 "layout(location = 0) out vec4 out_color;\n" in initFrameBufferPrograms() 296 "void main()\n" in initFrameBufferPrograms() 297 {\n" in initFrameBufferPrograms() 298 " out_color = in_color;\n" in initFrameBufferPrograms() 299 "}\n"; in initFrameBufferPrograms() [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 …]
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmPointerParameterTests.cpp | 1 /*------------------------------------------------------------------------- 3 * ------------------------ 11 * http://www.apache.org/licenses/LICENSE-2.0 21 * \brief SPIR-V Assembly Tests for pointers as function parameters. 22 *//*--------------------------------------------------------------------*/ 47 tcu::TestContext& testCtx = group->getTestContext(); in addComputePointerParamToParamTest() 69 " OpCapability Shader\n" in addComputePointerParamToParamTest() 70 " %1 = OpExtInstImport \"GLSL.std.450\"\n" in addComputePointerParamToParamTest() 71 " OpMemoryModel Logical GLSL450\n" in addComputePointerParamToParamTest() 72 " OpEntryPoint GLCompute %main \"main\" %gl_GlobalInvocationID\n" in addComputePointerParamToParamTest() [all …]
|
D | vktSpvAsmVariableInitTests.cpp | 1 /*------------------------------------------------------------------------- 3 * ------------------------ 11 * http://www.apache.org/licenses/LICENSE-2.0 21 * \brief SPIR-V Assembly Tests for OpVariable initializer 22 *//*--------------------------------------------------------------------*/ 71 " %f32_1 = OpConstant %f32 1\n" 72 " %v4f32_1 = OpConstantComposite %v4f32 %f32_1 %f32_1 %f32_1 %f32_1\n" 73 " %matrix = OpTypeMatrix %v4f32 2\n" 74 " %matrix_1 = OpConstantComposite %matrix %v4f32_1 %v4f32_1\n" 75 " %struct = OpTypeStruct %matrix %v4f32 %f32 %f32 %f32 %f32\n" [all …]
|
D | vktSpvAsmCrossStageInterfaceTests.cpp | 1 /*------------------------------------------------------------------------- 3 * ------------------------ 11 * http://www.apache.org/licenses/LICENSE-2.0 21 * \brief Shader cross-stage interface tests 22 *//*--------------------------------------------------------------------*/ 287 …mory(vkDevice, *colorAttachmentImage, allocationAttachment->getMemory(), allocationAttachment->get… in iterate() 294 …k.bindBufferMemory(vkDevice, *vertexBuffer, allocationVertex->getMemory(), allocationVertex->getOf… in iterate() 295 deMemcpy(allocationVertex->getHostPtr(), m_data.data(), static_cast<size_t>(vertexDataSize)); in iterate() 347 referenceImage1->allocLevel(0); in iterate() 348 referenceImage2->allocLevel(0); in iterate() [all …]
|
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/ |
D | ChainStrengthAnalyzerTest.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 38 //openssl req -x509 -nodes -days 365 -subj '/C=US/ST=Testsota/L=Testville/CN=test.com' \ 39 //-newkey rsa:2048 -sha256 -keyout k.pem -out good.pem 41 "-----BEGIN CERTIFICATE-----\n" + 42 "MIIDYTCCAkmgAwIBAgIJAPFX8KGuEZcgMA0GCSqGSIb3DQEBCwUAMEcxCzAJBgNV\n" + 43 "BAYTAlVTMREwDwYDVQQIDAhUZXN0c290YTESMBAGA1UEBwwJVGVzdHZpbGxlMREw\n" + 44 "DwYDVQQDDAh0ZXN0LmNvbTAeFw0xMjEwMTUyMTQ0MTBaFw0xMzEwMTUyMTQ0MTBa\n" + 45 "MEcxCzAJBgNVBAYTAlVTMREwDwYDVQQIDAhUZXN0c290YTESMBAGA1UEBwwJVGVz\n" + 46 "dHZpbGxlMREwDwYDVQQDDAh0ZXN0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEP\n" + 47 "ADCCAQoCggEBAM44hz3eTINuAIS9OYmg6DkUIj3MItn5dgbcMEdbXrhNpeWY93ho\n" + [all …]
|
/external/conscrypt/common/src/test/java/org/conscrypt/ |
D | ChainStrengthAnalyzerTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 34 //openssl req -x509 -nodes -days 365 -subj '/C=US/ST=Testsota/L=Testville/CN=test.com' \ 35 //-newkey rsa:2048 -sha256 -keyout k.pem -out good.pem 37 "-----BEGIN CERTIFICATE-----\n" + 38 "MIIDYTCCAkmgAwIBAgIJAPFX8KGuEZcgMA0GCSqGSIb3DQEBCwUAMEcxCzAJBgNV\n" + 39 "BAYTAlVTMREwDwYDVQQIDAhUZXN0c290YTESMBAGA1UEBwwJVGVzdHZpbGxlMREw\n" + 40 "DwYDVQQDDAh0ZXN0LmNvbTAeFw0xMjEwMTUyMTQ0MTBaFw0xMzEwMTUyMTQ0MTBa\n" + 41 "MEcxCzAJBgNVBAYTAlVTMREwDwYDVQQIDAhUZXN0c290YTESMBAGA1UEBwwJVGVz\n" + 42 "dHZpbGxlMREwDwYDVQQDDAh0ZXN0LmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEP\n" + 43 "ADCCAQoCggEBAM44hz3eTINuAIS9OYmg6DkUIj3MItn5dgbcMEdbXrhNpeWY93ho\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/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/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | TargetLibraryInfoTest.cpp | 1 //===--- TargetLibraryInfoTest.cpp - TLI/LibFunc unit tests ---------------===// 8 //===----------------------------------------------------------------------===// 63 parseAssembly("%foo = type { %foo }\n"); in TEST_F() 65 auto *StructTy = M->getTypeByName("foo"); in TEST_F() 71 M->getOrInsertFunction(TLI.getName(LF), InvalidFTy)); in TEST_F() 76 // Check that we do accept know-correct prototypes. 79 // These functions use a 64-bit size_t; use the appropriate datalayout. in TEST_F() 80 "target datalayout = \"p:64:64:64\"\n" in TEST_F() 83 "%struct = type opaque\n" in TEST_F() 85 // These functions were extracted as-is from the OS X headers. in TEST_F() [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/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 …]
|
/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 …]
|