Home
last modified time | relevance | path

Searched refs:add (Results 1176 - 1200 of 4499) sorted by relevance

1...<<41424344454647484950>>...180

/third_party/ltp/testcases/kernel/uevents/
H A Duevent02.c10 * 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 Doutput_ipsec_conf125 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 DDefaultMapStorage.java56 possibleLengths.add((int) Math.log10(prefix) + 1); in readFromSortedMap()
77 possibleLengths.add(objectInput.readInt()); in readExternal()
/third_party/rust/crates/bindgen/ci/
H A Dtest.sh82 rustup component add rustfmt --toolchain "$toolchain"
87 git add -u
/third_party/protobuf/benchmarks/js/
H A Djs_benchmark.js47 .add("js deserialize", function() {
53 .add("js serialize", function() {
/third_party/python/Lib/test/
H A Dtest_bigaddrspace.py28 self.assertRaises(OverflowError, operator.add, x, b"x" * 128)
67 self.assertRaises(MemoryError, operator.add, x, x)
/third_party/skia/src/gpu/
H A DGrDDLContext.cpp56 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 DSkTypefaceCache.cpp16 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 DGrVkMemoryReclaimer.cpp26 executor->add([]() { in getThreadPool()
74 getThreadPool().add([freeQueues {std::move(fWaitQueues)}] { in invokeParallelReclaiming()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfrlist.h65 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 DFontTableCache.cpp71 ((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 Dunique_vector.h27 /// 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 Droll-freetype.sh23 git add DEPS
34 git add ${FT_BUILD_DIR}/${SKIA_INCLUDE}
/third_party/skia/tools/skqp/
H A Dgn_to_bp.py166 # 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 DprivateNameNestedMethodAccess.js36 _C_instances.add(this);
43 _D_instances.add(this);
H A DprivateNamesUseBeforeDef.js39 _A2_instances.add(this);
47 _A3_instances.add(this);
/third_party/protobuf/python/google/protobuf/
H A Dproto_builder.py110 # 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 Dwindow.py11 def add(self, window): member in WindowList
65 registry.add(self)
/third_party/skia/modules/sksg/src/
H A DSkSGMerge.cpp96 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 Dio_slice.rs38 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 Dio_slice.rs41 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 Droll_aosp.sh107 # 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 Daes-gcm-armv8_64.S38 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 Daes-gcm-armv8_64.S38 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 Daes-gcm-armv8_64.S38 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...]

Completed in 8 milliseconds

1...<<41424344454647484950>>...180