/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state_emit.c | 44 const char *name; member
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_pstipple.c | 306 pstip->stage.name = "pstip"; in draw_pstip_stage()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_screen.c | 123 snprintf(buf, sizeof(buf), "Mesa %s", devinfo->name); in crocus_get_name()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_screen.c | 81 return pan_device(screen)->model->name; in panfrost_get_name()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_context.h | 60 const char* name; member
|
H A D | r300_context.c | 140 r300->atomname.name = #atomname; \
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | ts.h | 230 /* Don't include the TSA name in response. */ 384 /* Verify if the TSA name field matches the signer certificate. */ 386 /* Verify if the TSA name field equals to the user provided name. */ 474 int TS_CONF_set_default_engine(const char *name);
|
H A D | engine.h | 158 * represents a file name 196 * The 'void*' argument is a command name (cast from 'const char *'), and the 203 * NAME_LEN case, the return value is the length of the command name (not 205 * string buffer large enough, and it will be populated with the name of the 259 const char *cmd_name; /* The command name itself */ 445 * command name instead of a command number, and can handle optional 456 * This function passes a command-name and argument to an ENGINE. The 496 OSSL_DEPRECATEDIN_3_0 int ENGINE_set_name(ENGINE *e, const char *name); 764 * expected to be implemented with the symbol name "v_check", and a default 787 * implemented with the symbol name "bind_engin [all...] |
/third_party/node/deps/undici/src/lib/core/ |
H A D | util.js | 223 * Retrieves a header name and returns its lowercase value. 224 * @param {string | Buffer} value Header name 438 err.name = 'AbortError'
|
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | response.js | 353 aborted: reason && reason.name === 'AbortError' 382 // whose name is a forbidden response-header name. 392 // list whose name is not a CORS-safelisted response-header name, given 393 // internal response’s CORS-exposed header-name list.
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
H A D | mod.rs | 166 /// Thread name. 170 /// Setlogin name. 172 /// Lock name. 174 /// Command name. 176 /// Emulation name. 180 /// More thread name. 534 #[link(name = "kvm")]
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
H A D | mod.rs | 166 /// Thread name. 170 /// Setlogin name. 172 /// Lock name. 174 /// Command name. 176 /// Emulation name. 180 /// More thread name. 534 #[link(name = "kvm")]
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
H A D | not_x32.rs | 443 name: *mut ::c_int, in sysctl()
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | utf8.rs | 331 let a = Command::new("test").arg(arg!(--name <NAME>)); in allow_validated_utf8_value_of() 332 let m = a.try_get_matches_from(["test", "--name", "me"]).unwrap(); in allow_validated_utf8_value_of() 333 let _ = m.get_one::<String>("name").map(|v| v.as_str()); in allow_validated_utf8_value_of()
|
/third_party/python/Tools/freeze/ |
H A D | freeze.py | 24 On Windows, the name of a .INI file describing one 135 target = 'a.out' # normally derived from script name 149 usage("File name '%s' specified with the -i option " 153 pos = pos + len(options) - 1 # Skip the name and the included args. 289 # very first file should be a module name) 301 # derive target name from script name 370 # Add the main script as either __main__, or the actual module name. 422 unknown.remove(mod.name)
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | parser.py | 187 def name(self) -> Optional[tokenize.TokenInfo]: member in Parser
|
/third_party/openssl/test/ |
H A D | ecdsatest.c | 35 static int fbytes(unsigned char *buf, size_t num, ossl_unused const char *name, in fbytes() argument
|
/third_party/python/Lib/encodings/ |
H A D | cp437.py | 35 name='cp437',
|
H A D | cp1125.py | 35 name='cp1125',
|
H A D | cp737.py | 35 name='cp737',
|
H A D | cp855.py | 35 name='cp855',
|
/third_party/python/Include/ |
H A D | object.h | 182 Type objects contain a string containing the type name (to help somewhat 235 const char* name; member
|
/third_party/python/Lib/multiprocessing/ |
H A D | queues.py | 172 name='QueueFeederThread'
|
/third_party/pulseaudio/src/daemon/ |
H A D | server-lookup.c | 51 " <interface name=\"" INTERFACE "\">\n" 52 " <property name=\"Address\" type=\"s\" access=\"read\"/>\n" 54 " <interface name=\"" DBUS_INTERFACE_INTROSPECTABLE "\">\n" 55 " <method name=\"Introspect\">\n" 56 " <arg name=\"data\" type=\"s\" direction=\"out\"/>\n" 59 " <interface name=\"" DBUS_INTERFACE_PROPERTIES "\">\n" 60 " <method name=\"Get\">\n" 61 " <arg name=\"interface_name\" type=\"s\" direction=\"in\"/>\n" 62 " <arg name=\"property_name\" type=\"s\" direction=\"in\"/>\n" 63 " <arg name [all...] |
/third_party/python/Lib/ |
H A D | sunau.py | 40 where file is either the name of a file or an open file pointer. 73 where file is either the name of a file or an open file pointer. 82 setcomptype(type, name) 391 def setcomptype(self, type, name):
|