| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/oh_adapter/ |
| H A D | documentdb_json_common_test.cpp | 54 JsonObject add = JsonObject::Parse(updateDoc, errCode); in HWTEST_F() local 79 JsonObject add = JsonObject::Parse(updateDoc, errCode); in HWTEST_F() local 103 JsonObject add = JsonObject::Parse(updateDoc, errCode); in HWTEST_F() local 125 JsonObject add = JsonObject::Parse(updateDoc, errCode); in HWTEST_F() local 139 JsonObject add = JsonObject::Parse(updateDoc, errCode); in HWTEST_F() local 158 JsonObject add = JsonObject::Parse(updateDoc, errCode); HWTEST_F() local 177 JsonObject add = JsonObject::Parse(updateDoc, errCode); HWTEST_F() local 196 JsonObject add = JsonObject::Parse(updateDoc, errCode); HWTEST_F() local 215 JsonObject add = JsonObject::Parse(updateDoc, errCode); HWTEST_F() local 234 JsonObject add = JsonObject::Parse(updateDoc, errCode); HWTEST_F() local 249 JsonObject add = JsonObject::Parse(updateDoc, errCode); HWTEST_F() local 263 JsonObject add = JsonObject::Parse(updateDoc, errCode); HWTEST_F() local 277 JsonObject add = JsonObject::Parse(updateDoc, errCode); HWTEST_F() local 291 JsonObject add = JsonObject::Parse(updateDoc, errCode); HWTEST_F() local [all...] |
| /third_party/ffmpeg/libavcodec/ppc/ |
| H A D | hevcdsp.c | 51 vec_s32 add; in transform4x4() local
|
| /third_party/ffmpeg/libswscale/x86/ |
| H A D | yuv_2_rgb.asm | 353 add imageq, 8 * depth * time_num label 354 add indexq, 4 * time_num label
|
| /third_party/icu/icu4c/source/test/perf/usetperf/ |
| H A D | usetperf.cpp | 71 void add (void){ in add() function in CmdOp
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
| H A D | IcuData.java | 67 public void add(RbPath rbPath, String element) { in add() method in IcuData 72 public void add(RbPath rbPath, RbValue rbValue) { in add() method in IcuData 78 public void add(RbPath rbPath, Iterable<RbValue> rbValues) { in add() method in IcuData
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
| H A D | ArabicCharacterData.java | 78 private void add(int character) in add() method in ArabicCharacterData
|
| H A D | DecompTable.java | 106 public void add(int composed, String decomposition) in add() method in DecompTable
|
| /third_party/mesa3d/src/amd/common/ |
| H A D | sid_tables.py | 54 def add(self, string): member in StringTable 98 def add(self, array): member in IntTable 185 def add(sel member in FieldTable [all...] |
| /third_party/node/deps/v8/third_party/test262-harness/src/ |
| H A D | _packagerConfig.py | 111 def add(self, filename): member in SCAbstraction
|
| /third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/ |
| H A D | workbench.py | 78 def add(self, stats, failures): member in Stats
|
| /third_party/node/deps/v8/tools/ |
| H A D | eval_gc_nvp.py | 56 def add(self, key): member in Histogram
|
| /third_party/nghttp2/src/ |
| H A D | libevent_util.cc | 107 int EvbufferBuffer::add(const uint8_t *data, size_t datalen) { in add() function in nghttp2::util::EvbufferBuffer
|
| /third_party/node/deps/icu-small/source/tools/toolutil/ |
| H A D | denseranges.cpp | 32 void add(int32_t gapStart, int64_t gapLength) { in add() function in __anon12076::LargestGaps
|
| /third_party/icu/icu4c/source/tools/toolutil/ |
| H A D | denseranges.cpp | 32 void add(int32_t gapStart, int64_t gapLength) { in add() function in __anon3750::LargestGaps
|
| /third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
| H A D | arithmetic-ops.c | 1 static int add(int x, int y) in add() function
|
| /third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
| H A D | fopen.c | 34 const char *add = "this is tempory test!"; in fopen_0100() local 153 const char *add = "this is tempory test!to write"; in fopen_0500() local 268 const char *add = "this is tempory test!to write"; in fopen_0900() local
|
| /third_party/node/deps/openssl/openssl/crypto/txt_db/ |
| H A D | txt_db.c | 24 int i, add, n; in TXT_DB_read() local
|
| /third_party/rust/crates/codespan/codespan-reporting/examples/ |
| H A D | custom_files.rs | 94 pub fn add( in add() functions
|
| /third_party/pulseaudio/src/modules/rtp/ |
| H A D | headerlist.c | 62 bool add = false; in pa_headerlist_puts() local 85 bool add = false; in pa_headerlist_putsappend() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmSpirvVersion1p4Tests.cpp | 55 void add(const char* basename) in add() function 59 void add(const char* basename, const std::vector<std::string>& requirements) in add() function [all...] |
| H A D | vktSpvAsmTerminateInvocationTests.cpp | 56 void add(const char* basename, bool spv1p3) in add() function 60 void add(const char* basename, bool spv1p3, const std::vector<std::string>& requirements) in add() function [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| H A D | RewriteTexelFetchOffset.cpp | 135 TIntermBinary *add = new TIntermBinary(EOpAdd, texCoordNode, offsetNode); in visitAggregate() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Layer.cpp | 21 Error IRLayer::add(JITDylib &JD, ThreadSafeModule TSM, VModuleKey K) { in add() function in llvm::orc::IRLayer 141 Error ObjectLayer::add(JITDylib &JD, std::unique_ptr<MemoryBuffer> O, in add() function in llvm::ObjectLayer
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| H A D | StringTableBuilder.cpp | 187 size_t StringTableBuilder::add(CachedHashStringRef S) { in add() function in StringTableBuilder
|
| /third_party/skia/src/core/ |
| H A D | SkSafeMath.h | 29 size_t add(size_t x, size_t y) { in add() function in SkSafeMath
|