Home
last modified time | relevance | path

Searched refs:name (Results 48701 - 48725 of 57708) sorted by relevance

1...<<1941194219431944194519461947194819491950>>...2309

/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_kay_i.h60 char name[32]; member
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A Dserver.cpp178 bool ok = StoreFile(req.name, req.data); in ProcessPacketsOnServer()
/third_party/vk-gl-cts/framework/delibs/coding_guidelines/
H A Dprettify.js7 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 Dohos_context_i.h130 virtual const char* OH_queryString(void* dpy, int32_t name) = 0;
H A Drosen_context_impl.h98 const char* OH_queryString(void* dpy, int32_t name) override;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_wired.c397 .name = "wired",

Completed in 55 milliseconds

1...<<1941194219431944194519461947194819491950>>...2309