/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
H A D | ieee802_1x_kay_i.h | 60 char name[32]; member
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | server.cpp | 178 bool ok = StoreFile(req.name, req.data); in ProcessPacketsOnServer()
|
/third_party/vk-gl-cts/framework/delibs/coding_guidelines/ |
H A D | prettify.js | 7 function z(b,a){switch(b.nodeType){case 1:var c=b.tagName.toLowerCase();a.push("<",c);for(var d=0;d<b.attributes.length;++d){var g=b.attributes[d];if(!g.specified)continue;a.push(" ");z(g,a)}a.push(">");for(var e=b.firstChild;e;e=e.nextSibling)z(e,a);if(b.firstChild||!/^(?:br|link|img)$/.test(c))a.push("</",c,">");break;case 2:a.push(b.name.toLowerCase(),'="',$(b.value),'"');break;case 3:case 4:a.push(E(b.nodeValue));break}}var F=null;function ha(b){if(null===F){var a=document.createElement("PRE"); 22 k.parentNode)if((k.tagName==="pre"||k.tagName==="code"||k.tagName==="xmp")&&k.className&&k.className.indexOf("prettyprint")>=0){m=true;break}if(!m){var l=ha(j);l=l.replace(/(?:\r\n?|\n)$/,"");var n=T(l,o);if(!S(j))j.innerHTML=n;else{var p=document.createElement("PRE");for(var t=0;t<j.attributes.length;++t){var w=j.attributes[t];if(w.specified)p.setAttribute(w.name,w.value)}p.innerHTML=n;j.parentNode.replaceChild(p,j);p=j}if(a&&j.tagName==="PRE"){var A=j.getElementsByTagName("br");for(var B=A.length;--B>=
|
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
H A D | ohos_context_i.h | 130 virtual const char* OH_queryString(void* dpy, int32_t name) = 0;
|
H A D | rosen_context_impl.h | 98 const char* OH_queryString(void* dpy, int32_t name) override;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_wired.c | 397 .name = "wired",
|