Home
last modified time | relevance | path

Searched refs:name (Results 20576 - 20600 of 23158) sorted by relevance

1...<<821822823824825826827828829830>>...927

/third_party/toybox/toys/net/
H A Dping.c131 if (FLAG(6) || strchr(toys.which->name, '6')) family = AF_INET6; in ping_main()
/third_party/typescript/tests/issues_cookbook_tests/
H A Dautotest_sdk.py61 hvigorw_tool = ".\hvigorw.bat" if os.name == "nt" else "./hvigorw"
/third_party/unity/test/
H A Drakefile_helper.rb166 "--align-pointer=type --align-reference=name " \
228 }.each_pair do |name, defs|
229 report "\nRunning Memory Addon #{name}"
242 test_base = File.basename("memory_test_#{name}", C_EXTENSION)
/third_party/typescript/tests/baselines/reference/
H A DkeyofAndIndexedAccessErrors.js3 name: string;
20 type T10 = Shape["name"];
22 type T12 = Shape["name" | "foo"]; // Error
63 let x1 = getProperty(shape, "name");
65 let x3 = getProperty(shape, cond ? "name" : "size"); // Error
66 setProperty(shape, "name", "rectangle");
68 setProperty(shape, cond ? "name" : "size", 10); // Error
170 var x1 = getProperty(shape, "name");
172 var x3 = getProperty(shape, cond ? "name" : "size"); // Error
173 setProperty(shape, "name", "rectangl
[all...]
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/
H A Degl.h220 EGLAPI const char * APIENTRY eglQueryString(EGLDisplay dpy, EGLint name);
/third_party/skia/third_party/externals/egl-registry/api/1.0/
H A Degl.h220 EGLAPI const char * APIENTRY eglQueryString(EGLDisplay dpy, EGLint name);
/third_party/python/Lib/test/
H A Dtest_readline.py77 hfilename = hfile.name
H A Dtest_shlex.py334 self.assertEqual(shlex.quote('test file name'), "'test file name'")
339 self.assertEqual(shlex.quote("test%s'name'" % u),
340 "'test%s'\"'\"'name'\"'\"''" % u)
H A Dtest_pipes.py12 if os.name != 'posix':
/third_party/python/Objects/
H A Dfileobject.c32 PyFile_FromFd(int fd, const char *name, const char *mode, int buffering, const char *encoding, in PyFile_FromFd() argument
47 /* ignore name attribute because the name attribute of _BufferedIOMixin in PyFile_FromFd()
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbt-codec-msbc.c319 .name = "mSBC",
/third_party/python/Include/cpython/
H A Dobject.h33 Alternatively, _Py_static_string allows choosing the variable name.
150 const char *tp_name; /* For printing, in format "<module>.<name>" */
267 // that may be using the old name.
295 PyAPI_FUNC(int) _PyObject_GetMethod(PyObject *obj, PyObject *name, PyObject **method);
/third_party/skia/third_party/externals/angle2/
H A DPRESUBMIT.py243 test_cmd = input_api.Command(name=cmd_name, cmd=cmd, kwargs={}, message=Msg)
/third_party/skia/experimental/graphite/src/
H A DContextUtils.cpp301 result.append(uniforms[i].name()); in emit_MSL_uniform_struct()
/third_party/skia/modules/skottie/src/
H A DSkottiePriv.h77 const FontInfo* findFont(const SkString& name) const;
/third_party/skia/buildtools/checkdeps/
H A Dbuilddeps.py22 # Variable name used in the DEPS file to add or subtract include files from
26 # Variable name used in the DEPS file to add or subtract include files
58 git_cmd = 'git.bat' if os.name == 'nt' else 'git'
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Ddir.rs126 name: CStr::from_ptr((*dirent_ptr).d_name.as_ptr()).to_owned(), in read()
176 // struct, as the name is NUL-terminated and memory may not be allocated for
372 name: CString,
376 /// Returns the file name of this directory entry.
385 &self.name in file_name()
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
H A Druntests.py172 worker = multiprocessing.Process(name='Worker-' + str(n + 1),
/third_party/selinux/checkpolicy/
H A Dcheckmodule.c290 char *mod_name = modpolicydb.name; in main()
302 fprintf(stderr, "%s: Module name %s is different than the output base filename %s\n", argv[0], mod_name, out_name); in main()
/third_party/spirv-tools/source/val/
H A Dvalidate_capability.cpp307 return std::string(desc->name); in CapabilityPass()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wired.c397 .name = "wired",
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.h179 * @name: Name of the blob
183 const char *name);
266 * @parameter: Step-specific parameter, e.g., EAP method name
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
H A Dl2_packet_freebsd.c298 if (os_strcmp(dev->name, l2->ifname) != 0) in l2_packet_get_ip_addr()
H A Dl2_packet_pcap.c359 if (os_strcmp(dev->name, l2->ifname) != 0) in l2_packet_get_ip_addr()
H A Dl2_packet_winpcap.c321 if (os_strcmp(dev->name, l2->ifname) != 0) in l2_packet_get_ip_addr()

Completed in 25 milliseconds

1...<<821822823824825826827828829830>>...927