/third_party/toybox/toys/net/ |
H A D | ping.c | 131 if (FLAG(6) || strchr(toys.which->name, '6')) family = AF_INET6; in ping_main()
|
/third_party/typescript/tests/issues_cookbook_tests/ |
H A D | autotest_sdk.py | 61 hvigorw_tool = ".\hvigorw.bat" if os.name == "nt" else "./hvigorw"
|
/third_party/unity/test/ |
H A D | rakefile_helper.rb | 166 "--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 D | keyofAndIndexedAccessErrors.js | 3 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 D | egl.h | 220 EGLAPI const char * APIENTRY eglQueryString(EGLDisplay dpy, EGLint name);
|
/third_party/skia/third_party/externals/egl-registry/api/1.0/ |
H A D | egl.h | 220 EGLAPI const char * APIENTRY eglQueryString(EGLDisplay dpy, EGLint name);
|
/third_party/python/Lib/test/ |
H A D | test_readline.py | 77 hfilename = hfile.name
|
H A D | test_shlex.py | 334 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 D | test_pipes.py | 12 if os.name != 'posix':
|
/third_party/python/Objects/ |
H A D | fileobject.c | 32 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 D | bt-codec-msbc.c | 319 .name = "mSBC",
|
/third_party/python/Include/cpython/ |
H A D | object.h | 33 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 D | PRESUBMIT.py | 243 test_cmd = input_api.Command(name=cmd_name, cmd=cmd, kwargs={}, message=Msg)
|
/third_party/skia/experimental/graphite/src/ |
H A D | ContextUtils.cpp | 301 result.append(uniforms[i].name()); in emit_MSL_uniform_struct()
|
/third_party/skia/modules/skottie/src/ |
H A D | SkottiePriv.h | 77 const FontInfo* findFont(const SkString& name) const;
|
/third_party/skia/buildtools/checkdeps/ |
H A D | builddeps.py | 22 # 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 D | dir.rs | 126 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 D | runtests.py | 172 worker = multiprocessing.Process(name='Worker-' + str(n + 1),
|
/third_party/selinux/checkpolicy/ |
H A D | checkmodule.c | 290 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 D | validate_capability.cpp | 307 return std::string(desc->name); in CapabilityPass()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_wired.c | 397 .name = "wired",
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/ |
H A D | eapol_supp_sm.h | 179 * @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 D | l2_packet_freebsd.c | 298 if (os_strcmp(dev->name, l2->ifname) != 0) in l2_packet_get_ip_addr()
|
H A D | l2_packet_pcap.c | 359 if (os_strcmp(dev->name, l2->ifname) != 0) in l2_packet_get_ip_addr()
|
H A D | l2_packet_winpcap.c | 321 if (os_strcmp(dev->name, l2->ifname) != 0) in l2_packet_get_ip_addr()
|