/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_common.c | 110 vn_extension_get_spec_version(const char *name) in vn_extension_get_spec_version() argument 112 const int32_t index = vn_info_extension_index(name); in vn_extension_get_spec_version()
|
/third_party/libinput/test/ |
H A D | test_quirks_files.py | 53 for name, section in filter(lambda n: n != "DEFAULT", quirks.items()): 62 ), f"{quirksfile}: {name}: {vid} must be uppercase hex (0xAB12)" 68 ), f"{quirksfile}: {name}: {pid} must be uppercase hex (0xAB12)" 77 for name, section in filter(lambda n: n != "DEFAULT", quirks.items()): 83 ), f"{quirksfile}: {name}: applies to a Logitech Receiver"
|
/third_party/libexif/libexif/fuji/ |
H A D | mnote-fuji-tag.c | 31 const char *name; member 77 if (table[i].tag == t) return (table[i].name); in mnote_fuji_tag_get_name()
|
/third_party/libdrm/tests/util/ |
H A D | kms.c | 53 const char *name; member 64 return table[i].name; in util_lookup_type_name()
|
/third_party/libevdev/include/linux/linux/ |
H A D | uinput.h | 68 char name[UINPUT_MAX_NAME_SIZE]; member 84 * name: This is used unchanged as name for the new device. 154 * UI_GET_SYSNAME - get the sysfs name of the created uinput device 156 * @return the sysfs name of the created virtual input device. 223 char name[UINPUT_MAX_NAME_SIZE]; member
|
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
H A D | inotify11.c | 38 /* Size of the event structure, not including the name */ 88 fd = open(event->name, O_RDONLY); in verify_inotify() 92 tst_res(TFAIL, "File %s opened after IN_DELETE", event->name); in verify_inotify()
|
/third_party/ltp/testcases/kernel/syscalls/pwritev2/ |
H A D | pwritev202.c | 51 struct iovec *name; member 70 TEST(pwritev2(*tc->fd, tc->name, tc->count, tc->offset, tc->flag)); in verify_pwritev2()
|
/third_party/ltp/testcases/kernel/syscalls/pwritev/ |
H A D | pwritev02.c | 59 struct iovec *name; member 77 TEST(pwritev(*tc->fd, tc->name, tc->count, tc->offset)); in verify_pwritev()
|
/third_party/ltp/testcases/kernel/syscalls/mkdirat/ |
H A D | mkdirat01.c | 52 const char *name; member 68 TEST(mkdirat(*test->dir_fd, test->name, 0600)); in verify_mkdirat()
|
/third_party/ltp/testcases/kernel/syscalls/preadv2/ |
H A D | preadv202.c | 54 struct iovec *name; member 74 TEST(preadv2(*tc->fd, tc->name, tc->count, tc->offset, tc->flag)); in verify_preadv2()
|
/third_party/ltp/testcases/kernel/syscalls/preadv/ |
H A D | preadv02.c | 62 struct iovec *name; member 81 TEST(preadv(*tc->fd, tc->name, tc->count, tc->offset)); in verify_preadv()
|
/third_party/lwip/src/include/lwip/ |
H A D | lowpower.h | 15 * 3. Neither the name of the copyright holder nor the names of its contributors may be used 101 char *name; member 113 char *name; member
|
/third_party/lwip/src/netif/ppp/ |
H A D | chap-md5.c | 13 * 2. The name(s) of the authors of this software must not be used to 61 static int chap_md5_verify_response(ppp_pcb *pcb, int id, const char *name, in chap_md5_verify_response() argument 69 LWIP_UNUSED_ARG(name); in chap_md5_verify_response()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-coverage.h | 32 : start(s), end(e), count(c), name(n), has_block_coverage(false) {} in CoverageFunction() 40 Handle<String> name; member
|
/third_party/node/deps/v8/src/codegen/ |
H A D | register-base.h | 55 // Used to print the name of some special registers. 74 #define DEFINE_REGISTER_NAMES_NAME(name) #name,
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-flags.h | 68 #define DECLARE_LITERAL_FLAG(name, _) k##name,
|
/third_party/node/deps/v8/src/objects/ |
H A D | property-cell.h | 21 // [name]: the name of the global property. 22 DECL_GETTER(name, Name) 78 DECL_SETTER(name, Name)
|
/third_party/mesa3d/src/util/ |
H A D | build_id.c | 44 char name[4]; /* Note name for build-id is "GNU\0" */ member 86 memcmp(note->name, "GNU", 4) == 0) { in build_id_find_nhdr_callback()
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_fps.c | 83 strcpy(gr->name, "fps"); in hud_fps_graph_install() 110 strcpy(gr->name, "frametime (ms)"); in hud_frametime_graph_install()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink_rand.h | 38 const char *name; member 92 hidden struct loadtask *create_loadtask(const char *name, struct dso *needed_by, ns_t *ns, bool check_inherited);
|
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
H A D | net_if_test.cpp | 14 * @tc.name: if_nametoindex_001 16 * based on its name 29 * @tc.name: if_indextoname_001 30 * @tc.desc: Validate the functionality of the if_indextoname function in retrieving the name of a network interface 42 char* name = if_indextoname(index, s); in HWTEST_F() local 43 EXPECT_STREQ(ifAddr->ifa_name, name); in HWTEST_F() 48 * @tc.name: if_nameindex_001
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_query_sw.c | 151 info->name = nvc0_sw_query_drv_stat_names[id]; in nvc0_sw_get_driver_query_info() 155 if (strstr(info->name, "bytes")) in nvc0_sw_get_driver_query_info()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_bcons.c | 69 if (strcmp(val->name, "CA") == 0) { 72 } else if (strcmp(val->name, "pathlen") == 0) {
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Test/ |
H A D | Simple.pm | 58 # name (used with setup()) 60 # name of binary (the program that does the actual test) 62 my ($name, $prgr, @algos) = @_; 64 setup($name);
|
/third_party/libcoap/scripts/ |
H A D | api-version-bump.sh | 34 find \( -name \*.h -o -name \*.c \) \
|