/third_party/icu/icu4c/source/tools/icuexportdata/ |
H A D | icuexportdata.cpp | 366 backwardBuilder->add(backward, int32_t(composite), status); in writeCanonicalCompositions() 733 // Let's add 1 to index to make it always non-zero to distinguish in computeDecompositions()
|
/third_party/littlefs/scripts/ |
H A D | plotmpl.py | 279 ks.add(tuple(r.get(k, '') for k in by)) 920 # add a legend? a bit tricky with matplotlib
|
H A D | perf.py | 288 syms[name].add((addr, size))
|
H A D | perfbd.py | 196 syms[name].add((addr, size))
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/aes/ |
H A D | vpaes-ppc.s | 1437 add 5, 5, 9
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/aes/ |
H A D | vpaes-ppc.s | 1437 add 5, 5, 9
|
/third_party/node/deps/v8/src/diagnostics/loong64/ |
H A D | disasm-loong64.cc | 1026 Format(instr, "add.w 'rd, 'rj, 'rk"); in DecodeTypekOp17() 1029 Format(instr, "add.d 'rd, 'rj, 'rk"); in DecodeTypekOp17()
|
/third_party/node/deps/v8/src/diagnostics/arm/ |
H A D | disasm-arm.cc | 958 Format(instr, "add'cond's 'rd, 'rn, 'shift_op"); in DecodeType01()
|
/third_party/node/deps/openssl/openssl/crypto/camellia/asm/ |
H A D | cmll-x86_64.pl | 719 #add \$8,%rsp # 8 is reserved for callee's ra 829 add \$15,%rdx
|
/third_party/libabigail/src/ |
H A D | abg-corpus.cc | 131 /// be added to the set of exported function and if it fits in, add 134 /// @param fn the function to add the set of exported functions. 154 /// be added to the set of exported variable and if it fits in, add 157 /// @param fn the variable to add the set of exported variables. 620 /// @param tu the new translation unit to add. 622 corpus::add(const translation_unit_sptr& tu) in add() function in abigail::ir::corpus 1512 /// The object does have methods to add the decls to the set of 1625 /// @param syms the set the symbols to add. 1647 /// @param syms the set the symbols to add. 1682 /// @param corp the new corpus to add [all...] |
H A D | abg-ctf-reader.cc | 415 corp->add(ir_translation_unit); in process_ctf_archive() 952 /// @param sou the IR struct or union type to which add the members. 987 /* Create a declaration IR node for the member and add it to the in process_ctf_sou_members() 1003 /// Create a declaration-only union or struct type and add it to the 1107 /* Now add the struct members as specified in the CTF type description. in process_ctf_struct_type() 1158 /* Now add the union members as specified in the CTF type description. in process_ctf_union_type()
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | clang.rs | 125 let string_ptr = (*manglings).Strings.add(i); in cxx_manglings()
|
/third_party/python/Lib/multiprocessing/ |
H A D | managers.py | 854 self._idset.add(self._id)
|
/third_party/python/Lib/importlib/ |
H A D | _bootstrap_external.py | 111 # tail but do not add a path_sep prefix. 283 # change LIST_APPEND and SET_ADD, add MAP_ADD #2183) 287 # Python 3.2a1: 3160 (add SETUP_WITH #6101) 289 # Python 3.2a2: 3170 (add DUP_TOP_TWO, remove DUP_TOPX and ROT_FOUR #9225) 291 # Python 3.2a3 3180 (add DELETE_DEREF #4617) 299 # Python 3.4a1 3260 (add LOAD_CLASSDEREF; allow locals of class to override 309 # Python 3.5b3 3350 (add GET_YIELD_FROM_ITER opcode #24400) 311 # Python 3.6a0 3360 (add FORMAT_VALUE opcode #25483) 314 # Python 3.6a2 3371 (add BUILD_CONST_KEY_MAP opcode #27140) 317 # Python 3.6b1 3373 (add BUILD_STRIN [all...] |
H A D | _bootstrap.py | 98 seen.add(tid) 1143 # Temporarily add child we are currently importing to parent's
|
/third_party/python/Lib/ |
H A D | pathlib.py | 411 yielded.add(p) 684 has no suffix, add given suffix. If the given suffix is an empty
|
/third_party/openssl/crypto/camellia/asm/ |
H A D | cmll-x86_64.pl | 719 #add \$8,%rsp # 8 is reserved for callee's ra 829 add \$15,%rdx
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkRayTracingUtil.hpp | 146 // else Don't add anything in convertSatRte() 216 template<> inline EmptyIndex convertIndexTo<EmptyIndex> (deUint32 index) { DE_UNREF(index); TCU_THROW(TestError, "Cannot add empty index"); } in convertIndexTo() 693 BlasPtr add (VkDeviceSize structureSize = 0,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesImageMemoryAliasing.cpp | 886 sourceCollections.glslSources.add(name.str()) << glu::ComputeSource(src.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTrinaryMinMaxTests.cpp | 695 programCollection.spirvAsmSources.add("comp", &buildOptions) << shaderTemplate.specialize(getSpirVReplacements()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrStorageImageWriteTests.cpp | 732 sourceCollections.glslSources.add(shaderName.str()) << glu::ComputeSource(src.str());
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 571 programCollection.glslSources.add("test") << glu::ComputeSource(css.str()) << buildOptions; in initPrograms() 1268 { TT_ADD, "add", "OpFAdd/OpIAdd" }, in createCooperativeMatrixTests()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | DisplayEGL.cpp | 667 int internalId = configSet.add(config); in generateConfigs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MachObjectWriter.cpp | 558 StringTable.add(Symbol.getName()); in computeSymbolTable() 592 // Now add the data for local symbols. in computeSymbolTable()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_caps_utils.cpp | 731 // vertex stage to determine if we would want to add support for atomic counter buffers. in ensureCapsInitialized() 1296 configSet.add(config);
|