/third_party/elfutils/tests/ |
H A D | run-strip-reloc.sh | 20 testfiles hello_i386.ko hello_x86_64.ko hello_ppc64.ko hello_s390.ko \ 21 hello_aarch64.ko hello_m68k.ko hello_riscv64.ko hello_csky.ko 115 runtest hello_i386.ko 1 116 runtest hello_x86_64.ko [all...] |
/third_party/ltp/include/mk/ |
H A D | module.mk | 40 MAKE_TARGETS := $(filter-out %.ko, $(MAKE_TARGETS)) 44 MAKE_TARGETS := $(filter-out %.ko, $(MAKE_TARGETS)) 45 MAKE_TARGETS += $(sort $(wildcard *.ko)) 50 CHECK_TARGETS := $(filter-out %.ko, $(CHECK_TARGETS)) 52 MODULE_SOURCES := $(patsubst %.ko,%.c,$(filter %.ko, $(MAKE_TARGETS))) 58 %.ko: %.c .dep_modules ; 63 rm -rf *.mod.c *.o *.ko.unsigned modules.order .tmp* .*.ko .*.cmd Module.symvers
|
/third_party/typescript/tests/baselines/reference/ |
H A D | genericInference2.js | 2 declare module ko { 13 name: ko.observable("Bob"), 14 age: ko.observable(37) 25 name: ko.observable("Bob"),
26 age: ko.observable(37)
|
H A D | knockout.js | 2 declare module ko { 13 name: ko.observable("Bob"), 14 age: ko.observable(37) 27 name: ko.observable("Bob"),
28 age: ko.observable(37)
|
H A D | lambdaPropSelf.js | 2 declare var ko: any; 8 this.children = ko.observableArray(children); 32 this.children = ko.observableArray(children);
|
H A D | genericClassPropertyInheritanceSpecialization.js | 37 declare module ko { 73 public validators: KnockoutObservableArray<PortalFx.ViewModels.Controls.Validators.Validator<TValue>> = ko.observableArray<PortalFx.ViewModels.Controls.Validators.Validator<TValue>>(); 133 this.validators = ko.observableArray();
|
/third_party/python/Tools/scripts/ |
H A D | ifdef.py | 74 ko = 1 76 ko = 0 79 stack.append((ok, ko, word)) 80 if not ko: ok = 0 82 stack.append((ok, not ko, word)) 83 if ko: ok = 0
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
H A D | Utils.java | 164 if (buf[x] == zh.digits[1] && (zh.ko || buf[x+1] == zh.units[0])) { in chineseNumber() 193 final boolean ko; field in Utils.ChineseDigits 195 ChineseDigits(String digits, String units, String levels, char liang, boolean ko) { in ChineseDigits() argument 200 this.ko = ko; in ChineseDigits()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/ |
H A D | Utils.java | 168 if (buf[x] == zh.digits[1] && (zh.ko || buf[x+1] == zh.units[0])) { in chineseNumber() 200 final boolean ko; field in Utils.ChineseDigits 202 ChineseDigits(String digits, String units, String levels, char liang, boolean ko) { in ChineseDigits() argument 207 this.ko = ko; in ChineseDigits()
|
/third_party/python/Modules/ |
H A D | _functoolsmodule.c | 510 keyobject_clear(keyobject *ko) in keyobject_clear() argument 512 Py_CLEAR(ko->cmp); in keyobject_clear() 513 Py_CLEAR(ko->object); in keyobject_clear() 518 keyobject_dealloc(keyobject *ko) in keyobject_dealloc() argument 520 PyTypeObject *tp = Py_TYPE(ko); in keyobject_dealloc() 521 PyObject_GC_UnTrack(ko); in keyobject_dealloc() 522 (void)keyobject_clear(ko); in keyobject_dealloc() 523 tp->tp_free(ko); in keyobject_dealloc() 528 keyobject_traverse(keyobject *ko, visitproc visit, void *arg) in keyobject_traverse() argument 530 Py_VISIT(Py_TYPE(ko)); in keyobject_traverse() 569 keyobject_call(keyobject *ko, PyObject *args, PyObject *kwds) keyobject_call() argument 591 keyobject_richcompare(PyObject *ko, PyObject *other, int op) keyobject_richcompare() argument [all...] |
/third_party/rust/crates/log/src/kv/ |
H A D | key.rs | 74 impl<'k, 'ko> PartialEq<Key<'ko>> for Key<'k> { 75 fn eq(&self, other: &Key<'ko>) -> bool { in eq() 82 impl<'k, 'ko> PartialOrd<Key<'ko>> for Key<'k> { 83 fn partial_cmp(&self, other: &Key<'ko>) -> Option<cmp::Ordering> { in partial_cmp()
|
/third_party/ltp/testcases/kernel/syscalls/delete_module/ |
H A D | Makefile | 20 dummy_del_mod.ko dummy_del_mod_dep.ko
|
/third_party/ltp/tools/sparse/sparse-src/validation/scheck/ |
H A D | ko.c | 1 static void ko(int x) in ko() function 7 * check-name: scheck-ko
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | ptr-sub-blows.c | 10 static int ko(struct s *a, struct s *b) in ko() function
|
H A D | range-syntax.c | 8 static void ko(int a, int b, int c) in ko() function
|
/third_party/ltp/testcases/commands/insmod/ |
H A D | Makefile | 16 MAKE_TARGETS := ltp_insmod01.ko
|
/third_party/ltp/testcases/commands/lsmod/ |
H A D | Makefile | 17 MAKE_TARGETS := ltp_lsmod01.ko
|
/third_party/ltp/testcases/kernel/device-drivers/acpi/ |
H A D | Makefile | 28 MAKE_TARGETS := ltp_acpi ltp_acpi_cmds.ko
|
/third_party/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/ |
H A D | Makefile | 30 MAKE_TARGETS := ltp_tpci.ko
|
/third_party/ltp/testcases/kernel/firmware/fw_load_kernel/ |
H A D | Makefile | 30 MAKE_TARGETS := ltp_fw_load.ko
|
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/ |
H A D | Makefile | 28 MAKE_TARGETS := ltp_tbio.ko
|
/third_party/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/ |
H A D | Makefile | 15 MAKE_TARGETS := ltp_block_dev.ko
|
/third_party/ltp/testcases/kernel/device-drivers/uaccess/ |
H A D | Makefile | 28 MAKE_TARGETS := uaccess ltp_uaccess.ko
|
/third_party/ltp/testcases/kernel/syscalls/init_module/ |
H A D | Makefile | 16 MAKE_TARGETS := init_module01 init_module02 init_module.ko
|
/third_party/ltp/testcases/kernel/syscalls/finit_module/ |
H A D | Makefile | 16 MAKE_TARGETS := finit_module01 finit_module02 finit_module.ko
|