/third_party/eudev/src/libudev/ |
H A D | libudev-device-private.c | 33 static void udev_device_tag(struct udev_device *dev, const char *tag, bool add) in udev_device_tag() argument 55 int udev_device_tag_index(struct udev_device *dev, struct udev_device *dev_old, bool add) in udev_device_tag_index() argument
|
/third_party/curl/scripts/ |
H A D | schemetable.c | 79 unsigned int calc(const char *s, int add, int shift) in calc() argument 149 int add; in main() local
|
/third_party/gn/src/gn/ |
H A D | xml_element_writer.cc | 16 XmlAttributes& XmlAttributes::add(std::string_view attr_key, in add() function in XmlAttributes
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | CollectionSet.java | 56 public boolean add(E e) { in add() method in CollectionSet
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | RangeDateRule.java | 41 public void add(DateRule rule) { in add() method in RangeDateRule 48 public void add(Date start, DateRule rule) { in add() method in RangeDateRule
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | CollectionSet.java | 58 public boolean add(E e) { in add() method in CollectionSet
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | RangeDateRule.java | 43 public void add(DateRule rule) { in add() method in RangeDateRule 50 public void add(Date start, DateRule rule) { in add() method in RangeDateRule
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | enumset.h | 41 inline void add(T toAdd) { set(toAdd, 1); } in add() function in EnumSet
|
/third_party/icu/icu4c/source/i18n/ |
H A D | nfrlist.h | 65 void add(NFRule* thing) { in add() function in NFRuleList
|
/third_party/mbedtls/tests/scripts/ |
H A D | generate_pkcs7_tests.py | 71 def add(self, name, func_call): member in TestData
|
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | core_tests.cpp | 114 nir_ssa_def *add = nir_iadd(b, one, one); in TEST_F() local 128 nir_ssa_def *add = nir_iadd(b, one, one); in TEST_F() local
|
/third_party/node/src/crypto/ |
H A D | crypto_random.h | 52 BignumPointer add; member
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uniquecharstr.h | 58 int32_t add(const char16_t*p, UErrorCode &errorCode) { in add() function in UniqueCharStrings
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | enumset.h | 41 inline void add(T toAdd) { set(toAdd, 1); } in add() function in EnumSet
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | nfrlist.h | 65 void add(NFRule* thing) { in add() function in NFRuleList
|
/third_party/libdrm/ |
H A D | xf86atomic.h | 105 static inline int atomic_add_unless(atomic_t *v, int add, int unless) in atomic_add_unless() argument
|
/third_party/ltp/testcases/kernel/uevents/ |
H A D | uevent02.c | 30 static struct uevent_desc add = { variable
|
/third_party/libwebsockets/lib/secure-streams/protocols/ |
H A D | ss-h2.c | 195 secstream_tx_credit_add_h2(lws_ss_handle_t *h, int add) in secstream_tx_credit_add_h2() argument
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | AbstractProtobufList.java | 97 public boolean add(E e) { in add() method in AbstractProtobufList 103 public void add(int index, E element) { in add() method in AbstractProtobufList
|
/third_party/python/Lib/ |
H A D | graphlib.py | 59 def add(self, node, *predecessors): member in TopologicalSorter
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Config.cpp | 83 EGLint ConfigSet::add(const Config &config) in add() function in egl::ConfigSet
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
H A D | RewriteUnaryMinusOperatorInt.cpp | 101 TIntermBinary *add = new TIntermBinary(EOpAdd, bitwiseNot, oneNode); in visitUnary() local
|
/third_party/skia/src/gpu/ |
H A D | GrDDLContext.cpp | 79 void add(CacheKey& desc, const GrProgramInfo* programInfo) { in add() function in final::ProgramInfoMap
|
/third_party/skia/src/core/ |
H A D | SkTDynamicHash.h | 44 void add(T* entry) { fTable.set(entry); } in add() function in SkTDynamicHash
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | RuleSegment.java | 31 boolean add(int glyph) { in add() method in RuleSegment
|