/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc_dump.cpp | 119 s << n.bc.op_ptr->name; in dump() 388 s << n.bc.op_ptr->name << omod_str[n.bc.omod] << (n.bc.clamp ? "_sat" : ""); in dump() 485 s << n.bc.op_ptr->name; in dump()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | spirv_builder.h | 86 const char *name); 147 const char *name, const SpvId interfaces[], 457 spirv_builder_import(struct spirv_builder *b, const char *name);
|
/third_party/node/lib/internal/crypto/ |
H A D | keys.js | 293 function option(name, objName) { 295 `options.${name}` : `options.${objName}.${name}`;
|
/third_party/node/lib/internal/fs/cp/ |
H A D | cp.js | 317 for await (const { name } of dir) { 318 const srcItem = join(src, name); 319 const destItem = join(dest, name);
|
H A D | cp-sync.js | 280 const { name } = dirent; 281 const srcItem = join(src, name); 282 const destItem = join(dest, name);
|
/third_party/node/lib/internal/ |
H A D | timers.js | 393 function getTimerDuration(msecs, name) { 394 validateNumber(msecs, name); 396 throw new ERR_OUT_OF_RANGE(name, 'a non-negative finite number', msecs);
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | source_helpers.js | 55 (path.node.callee.name == 'load' || 56 path.node.callee.name == 'loadRelativeToScript') && 68 path.node.callee.property.name == 'LoadScriptFile' &&
|
/third_party/node/test/common/ |
H A D | dns.js | 80 for (const name in types) { 81 if (types[name] === type) 82 rr.type = name;
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | device.c | 100 * @name: name of the device (must be present) 106 * specified device operations @dops, device state @state, device name @name, 109 * Note, @name is copied and can hence be freed after this functions returns. 114 struct ntfs_device *ntfs_device_alloc(const char *name, const long state, in ntfs_device_alloc() argument 119 if (!name) { in ntfs_device_alloc() 126 if (!(dev->d_name = strdup(name))) { in ntfs_device_alloc() 683 * same unix name as @dev. in ntfs_device_get_geo()
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | namespace.c | 246 void ns_set_name(ns_t *ns, const char *name) in ns_set_name() argument 248 if (!ns || !name) { in ns_set_name() 252 ns->ns_name = ld_strdup(name); in ns_set_name()
|
/third_party/nghttp2/src/ |
H A D | app_helper.cc | 153 fprintf(outfile, "%s%s%s: %s\n", ansi_esc("\033[1;34m"), nv->name, in print_nv() 389 const nghttp2_frame *frame, const uint8_t *name, in verbose_on_header_callback() 393 nghttp2_nv nv = {const_cast<uint8_t *>(name), const_cast<uint8_t *>(value), in verbose_on_header_callback() 388 verbose_on_header_callback(nghttp2_session *session, const nghttp2_frame *frame, const uint8_t *name, size_t namelen, const uint8_t *value, size_t valuelen, uint8_t flags, void *user_data) verbose_on_header_callback() argument
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir_rt.c | 416 #define load_trampoline_param(b, name, num_components, bit_size) \ 417 build_load_uniform((b), offsetof(struct brw_rt_raygen_trampoline_params, name), \ 486 nir->info.name = ralloc_strdup(nir, "RT: TraceRay trampoline"); in brw_nir_create_raygen_trampoline()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_perf.c | 376 snprintf(desc->name, sizeof(desc->name), "%s", intel_counter->name); in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ucnvseltst.c | 331 const char* name; in verifyResult() local 337 while ((name = uenum_next(res,NULL, &status)) != NULL) { in verifyResult() 338 resultsFromSystem[findIndex(name)] = true; in verifyResult()
|
/third_party/libinput/tools/ |
H A D | libinput-debug-tablet.c | 100 const char *name; in print_buttons() local 105 name = libevdev_event_code_get_name(EV_KEY, buttons[i]); in print_buttons() 106 len += snprintf(&buf[len], sizeof(buf) - len, "%s ", name); in print_buttons()
|
/third_party/libfuse/include/ |
H A D | fuse_kernel.h | 603 uint64_t entry_valid; /* Cache timeout for the name */ 923 char name[]; member 930 #define FUSE_NAME_OFFSET offsetof(struct fuse_dirent, name) 941 offsetof(struct fuse_direntplus, dirent.name) 1050 * fuse_secctx will be followed by security context name and this in turn 1052 * fuse_secctx, name, context
|
/third_party/ltp/testcases/kernel/syscalls/access/ |
H A D | access01.c | 37 char *name; member 243 "access(%s, %s) as %s", tc->fname, tc->name, user); in access_test() 246 "access(%s, %s) as %s", tc->fname, tc->name, user); in access_test()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | test-suite | 97 check-name:) check_name="$val" ;; 282 echo " format file [name [cmd]] Help writing a new test case using cmd." 314 # (it has to have a check-name key in it) 512 echo "Usage: $prog_name [option(s)] [--]format file [name [cmd]]" 524 echo " name name for the test case (defaults to file)" 529 # do_format([options,] file[, name[, cmd]]) - helps a test writer to format test-suite tags 585 * check-name: $fname 664 tests_list="$tests_list $(find "$1" -name '*.c' | sort)" 671 tests_list=`find . -name '* [all...] |
/third_party/libwebsockets/lib/tls/ |
H A D | tls-jit-trust.c | 41 memcpy(kid->kid, ci->ns.name, kid->kid_len); in lws_tls_kid_copy() 261 * us the trusted CA SKIDs we found before, and the xor tag used to name in lws_tls_jit_trust_vhost_bind() 392 lwsl_info("ISS: %s\n", u->ns.name); in lws_tls_jit_trust_cert_info() 396 lwsl_info("CN: %s\n", u->ns.name); in lws_tls_jit_trust_cert_info()
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | constants-arm.h | 656 // Return the name of the register. 659 // Lookup the register number for the name provided. 660 static int Number(const char* name); 664 const char* name; member 675 // Return the name of the register. 678 // Lookup the register number for the name provided. 681 static int Number(const char* name, bool* is_double);
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger-script.cc | 284 String16 name = toProtocolString(isolate, v8Name); in GetScriptName() local 286 client->resourceNameToUrl(toStringView(name)); in GetScriptName() 287 return url ? toString16(url->string()) : name; in GetScriptName()
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | wasm-module-debug.cc | 32 v8::Local<v8::String> name; in GetModuleName() local 34 if (wasm_script->Name().ToLocal(&name)) { in GetModuleName() 35 module_name = *(v8::String::Utf8Value(isolate_, name)); in GetModuleName()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-regexp.cc | 79 Handle<String> name(String::cast(names->get(name_offset)), isolate); in BuildIndices() 88 isolate, Handle<SwissNameDictionary>::cast(group_names), name, in BuildIndices() 92 isolate, Handle<NameDictionary>::cast(group_names), name, in BuildIndices()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_fence.c | 290 unsigned b = batch->name; in iris_fence_flush() 404 struct iris_fine_fence *fine = fence->fine[batch->name]; in iris_fence_finish() 462 .name = "iris fence", in sync_merge_fd()
|
H A D | iris_measure.c | 316 if (fs_info && fs_info->name && strncmp(fs_info->name, "st/", 2) == 0) { in _iris_measure_snapshot() 317 event_name = fs_info->name; in _iris_measure_snapshot()
|