| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXAssignValidGlobalNames.cpp | 1 //===-- NVPTXAssignValidGlobalNames.cpp - Assign valid names to globals ---===// 8 //===----------------------------------------------------------------------===// 10 // Clean up the names of global variables in the module to not contain symbols 18 //===----------------------------------------------------------------------===// 38 /// \brief Clean up the name to remove symbols invalid in PTX. 49 INITIALIZE_PASS(NVPTXAssignValidGlobalNames, "nvptx-assign-valid-global-names", 50 "Assign valid PTX names to globals", false, false) 54 // We are only allowed to rename local symbols. in runOnModule() 57 // Note: this does not create collisions - if setName is asked to set the in runOnModule()
|
| /external/google-breakpad/src/common/ |
| D | language.cc | 29 // Original author: Jim Blandy <jimb@mozilla.com> <jimb@red-bean.com> 69 // C++ language-specific operations. 83 demangled->clear(); in DemangleName() 86 // Attempting to demangle non-C++ symbols with the C++ demangler would print in DemangleName() 89 demangled->clear(); in DemangleName() 100 demangled->assign(demangled_c); in DemangleName() 103 demangled->clear(); in DemangleName() 116 // NOTE: For proper cross-compilation support, this should depend on target in IsMangledName() 119 // Mac C++ symbols can have up to 4 underscores, followed by a "Z". in IsMangledName() 120 // Non-C++ symbols are not coded that way, but may have leading underscores. in IsMangledName() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| D | NVPTXAssignValidGlobalNames.cpp | 1 //===-- NVPTXAssignValidGlobalNames.cpp - Assign valid names to globals ---===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Clean up the names of global variables in the module to not contain symbols 17 //===----------------------------------------------------------------------===// 38 /// Clean up the name to remove symbols invalid in PTX. 49 INITIALIZE_PASS(NVPTXAssignValidGlobalNames, "nvptx-assign-valid-global-names", 50 "Assign valid PTX names to globals", false, false) 54 // We are only allowed to rename local symbols. in runOnModule() 57 // Note: this does not create collisions - if setName is asked to set the in runOnModule()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/ |
| D | NVPTXAssignValidGlobalNames.cpp | 1 //===-- NVPTXAssignValidGlobalNames.cpp - Assign valid names to globals ---===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Clean up the names of global variables in the module to not contain symbols 17 //===----------------------------------------------------------------------===// 38 /// Clean up the name to remove symbols invalid in PTX. 49 INITIALIZE_PASS(NVPTXAssignValidGlobalNames, "nvptx-assign-valid-global-names", 50 "Assign valid PTX names to globals", false, false) 54 // We are only allowed to rename local symbols. in runOnModule() 57 // Note: this does not create collisions - if setName is asked to set the in runOnModule()
|
| /external/mesa3d/src/mesa/main/ |
| D | ff_fragment_shader.cpp | 6 * Copyright © 2010-2011 Intel Corporation 22 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 60 * The number of texture units supported by fixed-function fragment 62 * That's because there's a one-to-one correspondence between texture 63 * coordinates and samplers in fixed-function processing. 65 * Since fixed-function vertex processing is limited to MAX_TEXTURE_COORD_UNITS 66 * sets of texcoords, so is fixed-function fragment processing. 68 * We can safely use ctx->Const.MaxTextureUnits for loop bounds. 75 if (ctx->Light.Enabled && in texenv_doing_secondary_color() 76 (ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR)) in texenv_doing_secondary_color() [all …]
|
| /external/sdv/vsomeip/third_party/boost/spirit/doc/qi/ |
| D | string.qbk | 2 Copyright (C) 2001-2011 Joel de Guzman 3 Copyright (C) 2001-2011 Hartmut Kaiser 21 [/------------------------------------------------------------------------------] 125 [/------------------------------------------------------------------------------] 126 [section:symbols Symbols Parser (`symbols`)] 130 The class `symbols` implements a symbol table: an associative container 131 (or map) of key-value pairs where the keys are strings. The `symbols` 136 Spirit symbol table class `symbols` is-a parser, an instance of which may 139 modify its behavior at run time. Initially, an empty symbols object 140 matches nothing. At any time, symbols may be added, thus, dynamically [all …]
|
| /external/libxkbcommon/test/data/symbols/ |
| D | level5 | 1 // These partial variants assign ISO_Level5_Shift to various XKB keycodes 9 symbols[Group1] = [ ISO_Level5_Shift ] 19 symbols[Group1] = [ ISO_Level5_Shift ] 29 symbols[Group1] = [ ISO_Level5_Shift ] 39 symbols[Group1] = [ ISO_Level5_Shift ] 49 symbols[Group1] = [ ISO_Level5_Shift ] 55 // This adds the definitions needed to create a level5-lock behaviour, using 65 symbols[Group1] = [ NoSymbol ], 79 symbols[Group1] = [ ISO_Level5_Shift, ISO_Level5_Shift, ISO_Level5_Shift, ISO_Level5_Shift, 89 symbols[Group1] = [ ISO_Level5_Shift, ISO_Level5_Shift, ISO_Level5_Shift, ISO_Level5_Shift, [all …]
|
| D | level3 | 1 // These partial variants assign ISO_Level3_Shift to various XKB keycodes 10 symbols[Group1] = [ ISO_Level3_Shift ] 20 symbols[Group1] = [ ISO_Level3_Shift ] 36 symbols[Group1] = [ Alt_R, Meta_R ], 37 symbols[Group2] = [ Alt_R, Meta_R ], 38 symbols[Group3] = [ Alt_R, Meta_R ], 39 symbols[Group4] = [ Alt_R, Meta_R ] 50 symbols[Group1] = [ ISO_Level3_Shift, Multi_key ] 55 // A special case of the right-Alt switch -- for use with grp:alts_toggle. 61 symbols[Group1] = [ Alt_L, ISO_Prev_Group, ISO_Prev_Group ], [all …]
|
| /external/sdv/vsomeip/third_party/boost/spirit/doc/karma/ |
| D | string.qbk | 2 Copyright (C) 2001-2011 Joel de Guzman 3 Copyright (C) 2001-2011 Hartmut Kaiser 12 character sequences. It includes the `symbols` generator and variants of the 71 [[`s`] [Character-class specific string (See __char_class_types__), 73 character-class specific string value]] 74 [[`S`] [The type of a character-class specific string `s`.]] 155 [/------------------------------------------------------------------------------] 156 [section:symbols Symbols Generator (`symbols`)] 160 The class `symbols` implements an 'inverse' symbol table: an associative 161 container (or map) of key-value pairs where the values are (most of the time) [all …]
|
| /external/google-breakpad/src/tools/windows/dump_syms/ |
| D | dump_syms_unittest.cc | 52 // A PDB file with OMAP data for an image that has been function-level 75 while (len > 0 && path[len - 1] != '\\') in TrimLastComponent() 76 --len; in TrimLastComponent() 79 component->assign(path.c_str() + len, path.c_str() + path.size()); in TrimLastComponent() 81 while (len > 0 && path[len - 1] == '\\') in TrimLastComponent() 82 --len; in TrimLastComponent() 85 trimmed->assign(path.c_str(), len); in TrimLastComponent() 146 stdout_string->append(buffer, bytes_read); in RunCommand() 169 content->append(buffer, bytes_read); in GetFileContents() 216 std::string symbols; in TEST_P() local [all …]
|
| /external/libvpx/vpx_ports/ |
| D | x86_abi_support.asm | 4 ; Use of this source code is governed by a BSD-style license 114 ; Certain ABIs, notably MS COFF and Darwin MACH-O, require that symbols 120 ; Mach-O / COFF 130 ; Chromium doesn't like exported global symbols due to symbol clashing with 169 %define arg(x) [rbp-8-8*x] 192 and rsp, -%1 193 lea rsp, [rsp - (%1 - REG_SZ_BYTES)] 222 add %1, _GLOBAL_OFFSET_TABLE_ + $$ - %%sub_offset wrt ..gotpc 237 %define GLOBAL(x) x + %1 - %%get_got 326 %assign i %1-6 [all …]
|
| /external/libaom/aom_ports/ |
| D | x86_abi_support.asm | 117 ; Certain ABIs, notably MS COFF and Darwin MACH-O, require that symbols 123 ; Mach-O / COFF 133 ; Chromium doesn't like exported global symbols due to symbol clashing with 172 %define arg(x) [rbp-8-8*x] 195 and rsp, -%1 196 lea rsp, [rsp - (%1 - REG_SZ_BYTES)] 225 add %1, _GLOBAL_OFFSET_TABLE_ + $$ - %%sub_offset wrt ..gotpc 240 %define GLOBAL(x) x + %1 - %%get_got 329 %assign i %1-6 330 %assign off 16 [all …]
|
| /external/icu/icu4c/source/i18n/ |
| D | number_fluent.cpp | 194 Derived NumberFormatterSettings<Derived>::symbols(const DecimalFormatSymbols& symbols) const& { in symbols() function in NumberFormatterSettings 196 copy.fMacros.symbols.setTo(symbols); in symbols() 201 Derived NumberFormatterSettings<Derived>::symbols(const DecimalFormatSymbols& symbols)&& { in symbols() argument 203 move.fMacros.symbols.setTo(symbols); in symbols() 210 copy.fMacros.symbols.setTo(ns); in adoptSymbols() 217 move.fMacros.symbols.setTo(ns); in adoptSymbols() 430 // No additional fields to assign in UnlocalizedNumberFormatter() 447 // No additional fields to assign in UnlocalizedNumberFormatter() 452 // No additional fields to assign in operator =() 458 // No additional fields to assign in operator =() [all …]
|
| /external/cronet/third_party/icu/source/i18n/ |
| D | number_fluent.cpp | 194 Derived NumberFormatterSettings<Derived>::symbols(const DecimalFormatSymbols& symbols) const& { in symbols() function in NumberFormatterSettings 196 copy.fMacros.symbols.setTo(symbols); in symbols() 201 Derived NumberFormatterSettings<Derived>::symbols(const DecimalFormatSymbols& symbols)&& { in symbols() function in NumberFormatterSettings 203 move.fMacros.symbols.setTo(symbols); in symbols() 210 copy.fMacros.symbols.setTo(ns); in adoptSymbols() 217 move.fMacros.symbols.setTo(ns); in adoptSymbols() 430 // No additional fields to assign in UnlocalizedNumberFormatter() 439 // No additional fields to assign in UnlocalizedNumberFormatter() 444 // No additional fields to assign in operator =() 450 // No additional fields to assign in operator =() [all …]
|
| /external/google-cloud-java/java-gke-multi-cloud/proto-google-cloud-gke-multi-cloud-v1/src/main/java/com/google/cloud/gkemulticloud/v1/ |
| D | AwsNodeConfigOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 237 * Optional. Key/value metadata to assign to each underlying AWS resource. 238 * Specify at most 50 pairs containing alphanumerics, spaces, and symbols 239 * (.+-=_:@/). Keys can be up to 127 Unicode characters. Values can be up to 250 * Optional. Key/value metadata to assign to each underlying AWS resource. 251 * Specify at most 50 pairs containing alphanumerics, spaces, and symbols 252 * (.+-=_:@/). Keys can be up to 127 Unicode characters. Values can be up to 266 * Optional. Key/value metadata to assign to each underlying AWS resource. 267 * Specify at most 50 pairs containing alphanumerics, spaces, and symbols 268 * (.+-=_:@/). Keys can be up to 127 Unicode characters. Values can be up to [all …]
|
| /external/webrtc/modules/audio_device/linux/ |
| D | latebindingsymboltable_linux.cc | 4 * Use of this source code is governed by a BSD-style license 55 // -> it can not be suppressed. in InternalUnloadDll() 56 // https://code.google.com/p/address-sanitizer/issues/detail?id=89 in InternalUnloadDll() 86 // This routine MUST assign SOME value for every symbol, even if that value is 87 // NULL, or else some symbols may be left with uninitialized data that the 92 void* symbols[]) { in InternalLoadSymbols() argument 98 if (!LoadSymbol(handle, symbol_names[i], &symbols[i])) { in InternalLoadSymbols()
|
| /external/protobuf/objectivec/ |
| D | README.md | 1 Protocol Buffers - Google's data interchange format 9 ------------ 13 - Objective C 2.0 Runtime (32bit & 64bit iOS, 64bit OS X). 14 - Xcode 10.3 (or later). 15 - The library code does *not* use ARC (for performance reasons), but it all can 19 ------------ 31 -------- 45 If the target is using ARC, remember to turn off ARC (`-fno-objc-arc`) for the 52 ----- 78 and access and/or assign things without having to check that they are not nil [all …]
|
| /external/cronet/third_party/protobuf/objectivec/ |
| D | README.md | 1 Protocol Buffers - Google's data interchange format 9 ------------ 13 - Objective C 2.0 Runtime (32bit & 64bit iOS, 64bit OS X). 14 - Xcode 10.3 (or later). 15 - The library code does *not* use ARC (for performance reasons), but it all can 19 ------------ 31 -------- 45 If the target is using ARC, remember to turn off ARC (`-fno-objc-arc`) for the 52 ----- 78 and access and/or assign things without having to check that they are not nil [all …]
|
| /external/curl/lib/ |
| D | setup-vms.h | 23 * SPDX-License-Identifier: curl 30 /* Also need upper case symbols for system services, and */ 58 #define sys$assign SYS$ASSIGN 135 /* VMS 5.5-2 and later, even if using GCC */ in vms_getenv() 163 unix_path = vms_translate_path(my_passwd->pw_dir); in vms_getpwuid() 171 if(unix_path == my_passwd->pw_dir) { in vms_getpwuid() 178 vms_passwd_cache.pw_name = my_passwd->pw_name; in vms_getpwuid() 179 vms_passwd_cache.pw_uid = my_passwd->pw_uid; in vms_getpwuid() 180 vms_passwd_cache.pw_gid = my_passwd->pw_uid; in vms_getpwuid() 182 vms_passwd_cache.pw_shell = my_passwd->pw_shell; in vms_getpwuid() [all …]
|
| /external/llvm/tools/yaml2obj/ |
| D | yaml2coff.cpp | 1 //===- yaml2coff - Convert YAML to a COFF object file ---------------------===// 8 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 51 return Obj.OptionalHeader->Header.FileAlignment; in getFileAlignment() 101 for (std::vector<COFFYAML::Symbol>::iterator i = Obj.Symbols.begin(), in parseSymbols() 102 e = Obj.Symbols.end(); i != e; ++i) { in parseSymbols() 140 return i->second; in getStringIndex() 151 // Take a CP and assign addresses and sizes to everything. Returns false if the 168 // Take a CP and assign addresses and sizes to everything. Returns false if the 182 // Assign each section data address consecutively. in layoutCOFF() [all …]
|
| /external/python/cpython2/Doc/library/ |
| D | errno.rst | 2 :mod:`errno` --- Standard errno system symbols 6 :synopsis: Standard errno system symbols. 9 This module makes available standard ``errno`` system symbols. The value of each 12 all-inclusive. 23 Of the following list, symbols that are not used on the current platform are not 24 defined by the module. The specific list of defined symbols is available as 25 ``errno.errorcode.keys()``. Symbols available can include: 115 Cross-device link 175 Read-only file system 465 Socket operation on non-socket [all …]
|
| /external/zopfli/src/zopfli/ |
| D | tree.c | 8 http://www.apache.org/licenses/LICENSE-2.0 31 unsigned* symbols) { in ZopfliLengthsToSymbols() argument 38 symbols[i] = 0; in ZopfliLengthsToSymbols() 54 code = (code + bl_count[bits-1]) << 1; in ZopfliLengthsToSymbols() 57 /* 3) Assign numerical values to all codes, using consecutive values for all in ZopfliLengthsToSymbols() 62 symbols[i] = next_code[len]; in ZopfliLengthsToSymbols() 85 else bitlengths[i] = log2sum - log(count[i]) * kInvLog2; in ZopfliCalculateEntropy() 88 instead of zero (e.g. -5.973954e-17 with gcc 4.1.2 on Ubuntu 11.4). Clamp in ZopfliCalculateEntropy() 91 if (bitlengths[i] < 0 && bitlengths[i] > -1e-5) bitlengths[i] = 0; in ZopfliCalculateEntropy()
|
| /external/openscreen/third_party/abseil/src/absl/debugging/ |
| D | symbolize_win32.inc | 7 // https://www.apache.org/licenses/LICENSE-2.0 16 // https://msdn.microsoft.com/en-us/library/windows/desktop/ms680578(v=vs.85).aspx 44 // Symbols are not loaded until a reference is made requiring the 45 // symbols be loaded. This is the fastest, most efficient way to use 49 // GetLastError() returns a Win32 DWORD, but we assign to 63 symbol->SizeOfStruct = sizeof(SYMBOL_INFO); 64 symbol->MaxNameLen = MAX_SYM_NAME; 68 strncpy(out, symbol->Name, out_size); 69 if (out[out_size - 1] != '\0') { 73 std::min<int>(sizeof(kEllipsis) - 1, out_size - 1); [all …]
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/debugging/ |
| D | symbolize_win32.inc | 7 // https://www.apache.org/licenses/LICENSE-2.0 16 // https://msdn.microsoft.com/en-us/library/windows/desktop/ms680578(v=vs.85).aspx 44 // Symbols are not loaded until a reference is made requiring the 45 // symbols be loaded. This is the fastest, most efficient way to use 49 // GetLastError() returns a Win32 DWORD, but we assign to 63 symbol->SizeOfStruct = sizeof(SYMBOL_INFO); 64 symbol->MaxNameLen = MAX_SYM_NAME; 69 strncpy(out, symbol->Name, out_size_t); 70 if (out[out_size_t - 1] != '\0') { 74 std::min(sizeof(kEllipsis) - 1, out_size_t - 1); [all …]
|
| /external/angle/third_party/abseil-cpp/absl/debugging/ |
| D | symbolize_win32.inc | 7 // https://www.apache.org/licenses/LICENSE-2.0 16 // https://msdn.microsoft.com/en-us/library/windows/desktop/ms680578(v=vs.85).aspx 44 // Symbols are not loaded until a reference is made requiring the 45 // symbols be loaded. This is the fastest, most efficient way to use 49 // GetLastError() returns a Win32 DWORD, but we assign to 63 symbol->SizeOfStruct = sizeof(SYMBOL_INFO); 64 symbol->MaxNameLen = MAX_SYM_NAME; 69 strncpy(out, symbol->Name, out_size_t); 70 if (out[out_size_t - 1] != '\0') { 74 std::min(sizeof(kEllipsis) - 1, out_size_t - 1); [all …]
|