/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/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/tpm2-tss/src/tss2-fapi/ |
D | fapi_certificates.h | 1 /* SPDX-License-Identifier: BSD-2-Clause */ 3 * Copyright 2018-2019, Fraunhofer SIT sponsored by Infineon Technologies AG 11 "-----BEGIN CERTIFICATE-----\n" 12 "MIIFqzCCA5OgAwIBAgIBAzANBgkqhkiG9w0BAQsFADB3MQswCQYDVQQGEwJERTEh\n" 13 "MB8GA1UECgwYSW5maW5lb24gVGVjaG5vbG9naWVzIEFHMRswGQYDVQQLDBJPUFRJ\n" 14 "R0EoVE0pIERldmljZXMxKDAmBgNVBAMMH0luZmluZW9uIE9QVElHQShUTSkgUlNB\n" 15 "IFJvb3QgQ0EwHhcNMTMwNzI2MDAwMDAwWhcNNDMwNzI1MjM1OTU5WjB3MQswCQYD\n" 16 "VQQGEwJERTEhMB8GA1UECgwYSW5maW5lb24gVGVjaG5vbG9naWVzIEFHMRswGQYD\n" 17 "VQQLDBJPUFRJR0EoVE0pIERldmljZXMxKDAmBgNVBAMMH0luZmluZW9uIE9QVElH\n" 18 "QShUTSkgUlNBIFJvb3QgQ0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC\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/toybox/android/mac/generated/ |
D | help.h | 1 …-libc on a nommu system, you'll need to say \"y\" here\nunless you used the patch in the mcm-build… 9 …n\nThis disables that optimization, so toybox will run external commands\n even when it has … 11 #define HELP_toybox_free "When a program exits, the operating system will clean up after it\n(free … 13 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl… 21 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library." 25 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci… 29 …t user and set the suid\nbit in the file permissions:\n\nchown root:root toybox; chmod +s toybox\n… 31 …--long | --help | --version | [COMMAND] [ARGUMENTS...]]\n\nWith no arguments, \"toybox\" shows ava… 33 #define HELP_setenforce "usage: setenforce [enforcing|permissive|1|0]\n\nSets whether SELinux is en… 35 #define HELP_sendevent "usage: sendevent DEVICE TYPE CODE VALUE\n\nSends a Linux input event." [all …]
|
/external/toybox/android/linux/generated/ |
D | help.h | 1 …-libc on a nommu system, you'll need to say \"y\" here\nunless you used the patch in the mcm-build… 9 …n\nThis disables that optimization, so toybox will run external commands\n even when it has … 11 #define HELP_toybox_free "When a program exits, the operating system will clean up after it\n(free … 13 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl… 21 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library." 25 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci… 29 …t user and set the suid\nbit in the file permissions:\n\nchown root:root toybox; chmod +s toybox\n… 31 …--long | --help | --version | [COMMAND] [ARGUMENTS...]]\n\nWith no arguments, \"toybox\" shows ava… 33 #define HELP_setenforce "usage: setenforce [enforcing|permissive|1|0]\n\nSets whether SELinux is en… 35 #define HELP_sendevent "usage: sendevent DEVICE TYPE CODE VALUE\n\nSends a Linux input event." [all …]
|
/external/toybox/android/device/generated/ |
D | help.h | 1 …-libc on a nommu system, you'll need to say \"y\" here\nunless you used the patch in the mcm-build… 9 …n\nThis disables that optimization, so toybox will run external commands\n even when it has … 11 #define HELP_toybox_free "When a program exits, the operating system will clean up after it\n(free … 13 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl… 21 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library." 25 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci… 29 …t user and set the suid\nbit in the file permissions:\n\nchown root:root toybox; chmod +s toybox\n… 31 …--long | --help | --version | [COMMAND] [ARGUMENTS...]]\n\nWith no arguments, \"toybox\" shows ava… 33 #define HELP_setenforce "usage: setenforce [enforcing|permissive|1|0]\n\nSets whether SELinux is en… 35 #define HELP_sendevent "usage: sendevent DEVICE TYPE CODE VALUE\n\nSends a Linux input event." [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsBuiltinMaskVarTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 13 * http://www.apache.org/licenses/LICENSE-2.0 24 */ /*--------------------------------------------------------------------*/ 142 ? "%56 = " + spirvOp + " %11 %53 %55\n" in subgroupComparison() 143 : "%38 = " + spirvOp + " %16 %35 %37\n"; in subgroupComparison() 152 ? "OpDecorate %40 BuiltIn " + spirvBuiltin + "\n" in varSubgroupMask() 153 : "OpDecorate %22 BuiltIn " + spirvBuiltin + "\n"; in varSubgroupMask() 164 bdy << " uint tempResult = 0x1;\n" in subgroupMask() 165 << " uvec4 mask = subgroupBallot(true);\n" in subgroupMask() [all …]
|
D | vktSubgroupsBuiltinVarTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 13 * http://www.apache.org/licenses/LICENSE-2.0 24 */ /*--------------------------------------------------------------------*/ 96 deUint32 subgroupInvocationID = data[(x * 4) + 1] - 1024u; in checkVertexPipelineStagesSubgroupInvocationID() 373 "layout(location = 0) in vec4 in_color;\n" in initFrameBufferPrograms() 374 "layout(location = 0) out uvec4 out_color;\n" in initFrameBufferPrograms() 375 "void main()\n" in initFrameBufferPrograms() 376 "{\n" in initFrameBufferPrograms() 377 " out_color = uvec4(in_color);\n" in initFrameBufferPrograms() [all …]
|
D | vktSubgroupsBallotTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 13 * http://www.apache.org/licenses/LICENSE-2.0 24 */ /*--------------------------------------------------------------------*/ 71 …Header = (caseDef.extShaderSubGroupBallotTests ? "OpExtension \"SPV_KHR_shader_ballot\"\n" : ""); in initFrameBufferPrograms() 72 …rSubGroupBallotTests ? "OpCapability SubgroupBallotKHR\n" : "OpCapability GroupNonUniformBallot\n"… in initFrameBufferPrograms() 83 "#extension GL_KHR_shader_subgroup_ballot: enable\n" in initFrameBufferPrograms() 84 "layout(location = 0) in highp vec4 in_position;\n" in initFrameBufferPrograms() 85 "layout(location = 0) out float out_color;\n" in initFrameBufferPrograms() 86 "layout(set = 0, binding = 0) uniform Buffer1\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/autotest/client/common_lib/cros/network/ |
D | iw_runner_unittest.py | 4 # Use of this source code is governed by a BSD-style license that can be 66 HT20 = str('BSS aa:aa:aa:aa:aa:aa (on wlan0)\n' 67 ' freq: 2412\n' 68 ' signal: -50.00 dBm\n' 69 ' SSID: support_ht20\n' 70 ' HT operation:\n' 71 ' * secondary channel offset: no secondary\n') 75 iw_runner.WIDTH_HT20, -50.00) 77 HT20_2 = str('BSS 11:11:11:11:11:11 (on wlan0)\n' 78 ' freq: 2462\n' [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 | vktSpvAsmCrossStageInterfaceTests.cpp | 1 /*------------------------------------------------------------------------- 3 * ------------------------ 11 * http://www.apache.org/licenses/LICENSE-2.0 21 * \brief Shader cross-stage interface tests 22 *//*--------------------------------------------------------------------*/ 212 …mory(vkDevice, *colorAttachmentImage, allocationAttachment->getMemory(), allocationAttachment->get… in iterate() 219 …k.bindBufferMemory(vkDevice, *vertexBuffer, allocationVertex->getMemory(), allocationVertex->getOf… in iterate() 220 deMemcpy(allocationVertex->getHostPtr(), m_data.data(), de::dataSize(m_data)); in iterate() 272 referenceImage1->allocLevel(0); in iterate() 273 referenceImage2->allocLevel(0); in iterate() [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 *//*--------------------------------------------------------------------*/ 83 " %f32_1 = OpConstant %f32 1\n" 84 " %v4f32_1 = OpConstantComposite %v4f32 %f32_1 %f32_1 %f32_1 %f32_1\n" 85 " %matrix = OpTypeMatrix %v4f32 2\n" 86 " %matrix_1 = OpConstantComposite %matrix %v4f32_1 %v4f32_1\n" 87 " %struct = OpTypeStruct %matrix %v4f32 %f32 %f32 %f32 %f32\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/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/angle/src/compiler/translator/ |
D | emulated_builtin_functions_hlsl_autogen.cpp | 1 // GENERATED FILE - DO NOT EDIT. 6 // Use of this source code is governed by a BSD-style license that can be 33 "float mod_emu(float x, float y)\n" 34 "{\n" 35 " return x - y * floor(x / y);\n" 36 "}\n"}, 38 "float2 mod_emu(float2 x, float2 y)\n" 39 "{\n" 40 " return x - y * floor(x / y);\n" 41 "}\n"}, [all …]
|
/external/flac/src/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 …]
|
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/ |
D | apply-shim.min.js.map | 1 …-settings.js","src/css-parse.js","src/common-regex.js","src/unscoped-style-handler.js","src/style-…
|