/kernel/linux/linux-6.6/tools/testing/selftests/ |
H A D | lib.mk | 25 $(error Specify CROSS_COMPILE or add '--target=' option to lib.mk)
|
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/ |
H A D | test_encl_bootstrap.S | 75 add %rdx, %rdx # OF = SF = AF = CF = 0; ZF = PF = 1
|
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/ |
H A D | asm.h | 38 #define _ASM_ADD __ASM_SIZE(add)
|
/kernel/liteos_m/arch/risc-v/nuclei/gcc/ |
H A D | los_exc.S | 224 add t1, t1, 0x1
|
/kernel/liteos_m/arch/xtensa/lx6/gcc/ |
H A D | los_window.S | 75 add a2, a2, a3
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | repeater_helper.py | 39 name_set.add(module_name)
|
/test/xts/tools/sample/ServerSampleD/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/ |
H A D | VideoController.java | 88 @PostMapping(value = "/add") 91 public Result<?> add(@RequestBody OhSampleShortVideo video) { in add() method in VideoController
|
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/ |
H A D | BusinessGoodsController.java | 105 @PostMapping(value = "/add") 108 public Result<?> add(@RequestBody OhSampleBusinessGoods goods) { in add() method in BusinessGoodsController
|
H A D | BusinessCommentController.java | 91 @PostMapping(value = "/add") 94 public Result<?> add(@RequestBody OhSampleBusinessComment comment) { in add() method in BusinessCommentController
|
/third_party/ffmpeg/compat/atomics/pthread/ |
H A D | stdatomic.h | 162 FETCH_MODIFY(add, +)
|
/third_party/ffmpeg/compat/atomics/dummy/ |
H A D | stdatomic.h | 141 FETCH_MODIFY(add, +)
|
/third_party/f2fs-tools/fsck/ |
H A D | compress.c | 6 * : add sload compression support 173 .add = ext_filter_add,
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_nlmeans.asm | 92 add xq, mmsize / 4
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | pdftopdf_processor.h | 56 pageRange.add(1); in ProcessingParameters() 120 // TODO?! add standalone crop(...) method (not only for subpages)
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
H A D | BurmeseBreakEngine.java | 43 fMarkSet.add(0x0020); in BurmeseBreakEngine()
|
H A D | KhmerBreakEngine.java | 44 fMarkSet.add(0x0020); in KhmerBreakEngine()
|
H A D | LaoBreakEngine.java | 41 fMarkSet.add(0x0020); in LaoBreakEngine()
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetSelector.java | 118 result.add(encodings[k]); in selectForMask()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | BytesTrieBuilder.java | 32 // Used in add() to wrap the bytes into a CharSequence for StringTrieBuilder.addImpl(). 60 public BytesTrieBuilder add(byte[] sequence, int length, int value) { in add() method in BytesTrieBuilder 66 * Builds a BytesTrie for the add()ed data. 67 * Once built, no further data can be add()ed until clear() is called. 70 * must have been add()ed. 77 * @return A new BytesTrie for the add()ed data. 86 * Builds a BytesTrie for the add()ed data and byte-serializes it. 87 * Once built, no further data can be add()ed until clear() is called. 90 * must have been add()ed. 100 * @return A ByteBuffer with the byte-serialized BytesTrie for the add()e [all...] |
H A D | CharsTrieBuilder.java | 42 public CharsTrieBuilder add(CharSequence s, int value) { in add() method in CharsTrieBuilder 48 * Builds a CharsTrie for the add()ed data. 49 * Once built, no further data can be add()ed until clear() is called. 52 * must have been add()ed. 58 * @return A new CharsTrie for the add()ed data. 66 * Builds a CharsTrie for the add()ed data and char-serializes it. 67 * Once built, no further data can be add()ed until clear() is called. 70 * must have been add()ed. 76 * @return A CharSequence with the char-serialized CharsTrie for the add()ed data. 94 * New data can then be add()e [all...] |
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | StringMatcher.java | 230 toUnionTo.add(ch); in addMatchSetTo() 293 // or we can add ALL characters to the set. It's probably more useful in addReplacementSetTo()
|
H A D | UnescapeTransliterator.java | 281 // then add the characters in addSourceTargetSet() 283 items.add(spec[j]); in addSourceTargetSet()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | PseudoLocalesTest.java | 134 data.accept(ARBITRARY, captured::add); in assertValuesUnordered()
|
/third_party/icu/tools/colprobe/ |
H A D | sortedlines.h | 65 void add(Line *line, UBool linkIn = false);
|
/third_party/icu/tools/unicode/c/genprops/misc/ |
H A D | ucdcopy.py | 172 files_processed.add(basename)
|