/third_party/ltp/testcases/kernel/uevents/ |
H A D | uevent02.c | 10 * removes a tun network device which should produce two several add and remove 30 static struct uevent_desc add = { variable 31 .msg = "add@/devices/virtual/net/ltp-tun0", 34 "ACTION=add", 42 .msg = "add@/devices/virtual/net/ltp-tun0/queues/rx-0", 45 "ACTION=add", 52 .msg = "add@/devices/virtual/net/ltp-tun0/queues/tx-0", 55 "ACTION=add", 138 uevents[i++] = &add; in setup()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | output_ipsec_conf | 125 add $src_ipaddr $dst_ipaddr $protocol $first_spi 129 add $dst_ipaddr $src_ipaddr $protocol `expr $first_spi + 1`
|
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
H A D | DefaultMapStorage.java | 56 possibleLengths.add((int) Math.log10(prefix) + 1); in readFromSortedMap() 77 possibleLengths.add(objectInput.readInt()); in readExternal()
|
/third_party/rust/crates/bindgen/ci/ |
H A D | test.sh | 82 rustup component add rustfmt --toolchain "$toolchain" 87 git add -u
|
/third_party/protobuf/benchmarks/js/ |
H A D | js_benchmark.js | 47 .add("js deserialize", function() { 53 .add("js serialize", function() {
|
/third_party/python/Lib/test/ |
H A D | test_bigaddrspace.py | 28 self.assertRaises(OverflowError, operator.add, x, b"x" * 128) 67 self.assertRaises(MemoryError, operator.add, x, x)
|
/third_party/skia/src/gpu/ |
H A D | GrDDLContext.cpp | 56 fProgramInfoMap.add(desc, programInfo); 79 void add(CacheKey& desc, const GrProgramInfo* programInfo) { in add() function in final::ProgramInfoMap
|
/third_party/skia/src/core/ |
H A D | SkTypefaceCache.cpp | 16 void SkTypefaceCache::add(sk_sp<SkTypeface> face) { in add() function in SkTypefaceCache 72 Get().add(std::move(face)); in Add()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkMemoryReclaimer.cpp | 26 executor->add([]() { in getThreadPool() 74 getThreadPool().add([freeQueues {std::move(fWaitQueues)}] { in invokeParallelReclaiming()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | nfrlist.h | 65 void add(NFRule* thing) { in add() function in NFRuleList 80 add(NULL); // ensure null termination in release()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | FontTableCache.cpp | 71 ((FontTableCache *) this)->add(tableTag, table); in find() 76 void FontTableCache::add(LETag tableTag, const void *table) in add() function in FontTableCache
|
/third_party/skia/third_party/externals/tint/src/utils/ |
H A D | unique_vector.h | 27 /// Attempting to add a duplicate is a no-op. 45 add(el); in UniqueVector() 49 /// add appends the item to the end of the vector, if the vector does not 53 bool add(const T& item) { in add() function
|
/third_party/skia/third_party/freetype2/ |
H A D | roll-freetype.sh | 23 git add DEPS 34 git add ${FT_BUILD_DIR}/${SKIA_INCLUDE}
|
/third_party/skia/tools/skqp/ |
H A D | gn_to_bp.py | 166 # We need to add the include path to the vulkan defines and header file set in 168 local_includes.add("platform_tools/android/vulkan") 175 srcs.add("src/ports/SkFontMgr_empty_factory.cpp")
|
/third_party/typescript/tests/baselines/reference/ |
H A D | privateNameNestedMethodAccess.js | 36 _C_instances.add(this);
43 _D_instances.add(this);
|
H A D | privateNamesUseBeforeDef.js | 39 _A2_instances.add(this);
47 _A3_instances.add(this);
|
/third_party/protobuf/python/google/protobuf/ |
H A D | proto_builder.py | 110 # This is the first time we see this proto: add a new descriptor to the pool. 122 desc_proto = file_proto.message_type.add() 125 field_proto = desc_proto.field.add()
|
/third_party/python/Lib/idlelib/ |
H A D | window.py | 11 def add(self, window): member in WindowList 65 registry.add(self)
|
/third_party/skia/modules/sksg/src/ |
H A D | SkSGMerge.cpp | 96 builder.add(fMerged, kUnion_SkPathOp); in onRevalidate() 100 builder.add(rec.fGeo->asPath(), mode_to_op(rec.fMode)); in onRevalidate()
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | io_slice.rs | 38 self.vec.iov_base = self.vec.iov_base.add(n); in advance() 74 self.vec.iov_base = self.vec.iov_base.add(n); in advance()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
H A D | io_slice.rs | 41 self.vec.iov_base = self.vec.iov_base.add(n); in advance() 81 self.vec.iov_base = self.vec.iov_base.add(n); in advance()
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | roll_aosp.sh | 107 # Check out depot_tools locally and add it to the path 123 # Only add the parts of NDK and vulkan-deps that are required by ANGLE. The entire dep is too large. 151 git add Android.bp 183 git add -f "third_party/*"
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/modes/ |
H A D | aes-gcm-armv8_64.S | 38 add x4, x0, x1, lsr #3 //end_input_ptr 49 add w12, w12, #1 //increment rev_ctr32 54 add w12, w12, #1 //CTR block 1 65 add w12, w12, #1 //CTR block 2 73 add w12, w12, #1 //CTR block 3 151 add x5, x5, x0 268 add w12, w12, #1 //CTR block 4 277 add w12, w12, #1 //CTR block 5 278 add x0, x0, #64 //AES input_ptr update 288 add w1 [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/crypto/modes/ |
H A D | aes-gcm-armv8_64.S | 38 add x4, x0, x1, lsr #3 //end_input_ptr 49 add w12, w12, #1 //increment rev_ctr32 54 add w12, w12, #1 //CTR block 1 65 add w12, w12, #1 //CTR block 2 73 add w12, w12, #1 //CTR block 3 151 add x5, x5, x0 268 add w12, w12, #1 //CTR block 4 277 add w12, w12, #1 //CTR block 5 278 add x0, x0, #64 //AES input_ptr update 288 add w1 [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/crypto/modes/ |
H A D | aes-gcm-armv8_64.S | 38 add x4, x0, x1, lsr #3 //end_input_ptr 49 add w12, w12, #1 //increment rev_ctr32 54 add w12, w12, #1 //CTR block 1 65 add w12, w12, #1 //CTR block 2 73 add w12, w12, #1 //CTR block 3 151 add x5, x5, x0 268 add w12, w12, #1 //CTR block 4 277 add w12, w12, #1 //CTR block 5 278 add x0, x0, #64 //AES input_ptr update 288 add w1 [all...] |