Home
last modified time | relevance | path

Searched refs:name (Results 19351 - 19375 of 20354) sorted by relevance

1...<<771772773774775776777778779780>>...815

/third_party/curl/lib/vauth/
H A Ddigest.c328 * userp [in] - The user name.
422 spn = Curl_auth_build_spn(service, data->conn->host.name, NULL); in Curl_auth_create_digest_md5_message()
658 * userp [in] - The user name.
935 * userp [in] - The user name.
/third_party/gn/src/gn/
H A Dheader_checker_unittest.cc187 other_toolchain.label().name())); in TEST_F()
H A Dninja_target_writer.cc215 // Target label name. in WriteSharedVars()
221 // Target label name without toolchain. in WriteSharedVars()
251 // Target output name. in WriteSharedVars()
549 input_stamp_file.value().append(target_->label().name()); in WriteInputDepsStampAndGetDep()
/third_party/glfw/src/
H A Dx11_monitor.c175 _GLFWmonitor* monitor = _glfwAllocMonitor(oi->name, widthMM, heightMM); in _glfwPollMonitorsX11()
/third_party/curl/lib/
H A Dhttp_aws_sigv4.c203 user headers in format 'name:' with no value are used to signal that an in make_headers()
204 internal header of that name should be removed. those user headers are not in make_headers()
207 user headers in format 'name;' with no value are used to signal that a in make_headers()
208 header of that name with no value should be sent. those user headers are in make_headers()
210 semi-colon is changed to a colon for format 'name:'. in make_headers()
317 /* add 2 for ": " between header name and value */
441 /* sort the name=value pairs first */ in canon_query()
538 const char *hostname = conn->host.name; in Curl_output_aws_sigv4()
/third_party/gptfdisk/
H A Dgptcurses.cc345 printw("Partition name: '%s'\n", temp); in ShowInfo()
347 printw("Partition name: '%s'\n", partitions[partNum].GetDescription().c_str()); in ShowInfo()
352 // Prompt for and change a partition's name....
362 printw("Current partition name is '%s'\n", temp); in ChangeName()
364 printw("Current partition name is '%s'\n", partitions[partNum].GetDescription().c_str()); in ChangeName()
366 printw("Enter new partition name, or <Enter> to use the current name:\n"); in ChangeName()
472 if (CreatePartition(partNum, newFirstLBA, newLastLBA)) { // created OK; set type code & name.... in MakeNewPart()
634 optionName = menuMain[j].name; in DisplayOptions()
/third_party/icu/icu4c/source/test/intltest/
H A Dnormconf.cpp29 void NormalizerConformanceTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) { in runIndexedTest() argument
H A Dregiontst.cpp345 RegionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest() argument
H A Dtufmtts.cpp28 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/ ) override {
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/
H A DDateFmtPerf.h820 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec,const char* &name, char* par);
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dusb_controller.c74 .name = "usbus",
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_axge.c129 .name = "USB_AXGE",
/third_party/NuttX/drivers/usbdev/gadget/
H A Dcomposite.c18 * 3. Neither the name NuttX nor the names of its contributors may be
90 .name = "composite",
/third_party/mesa3d/include/drm-uapi/
H A Damdgpu_drm.h978 __u8 name[64]; member
/third_party/libdrm/include/drm/
H A Damdgpu_drm.h970 __u8 name[64]; member
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-globals.h322 * Example for other items is property name hash map, or array of items.
340 * Property name listing options.
423 * Shift for property name part.
551 jmem_cpointer_t names_cp[ECMA_PROPERTY_PAIR_ITEM_COUNT]; /**< property name slots */
561 * Get property name type.
817 uint16_t name; /**< name of the built-in functions */ member
900 uint16_t class_id; /**< for typedarray: the specific class name id */
1418 * Must be compatible with the immediate property name.
1474 * Converts direct string type to property name typ
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_private.h615 const char *name; member
648 name of m'th member of a struct value
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_shader.h453 * (since it is really both SSBO and Image) I'll use the name "IBO"
519 char *name; member
H A Dir3_context.c159 so->name); in ir3_context_init()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_android.c60 .name = "AMD Vulkan HAL",
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp453 if (f && strcmp(f->name, "main") == 0) { in get_main()
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c236 lws_wsi_tag(wsi), wsi->a.protocol->name); in lws_read_h1()
577 // __func__, wsi, wsi->wsistate, wsi->role_ops->name, in rops_handle_POLLIN_h1()
675 //lwsl_notice("calling back %s\n", wsi->a.protocol->name); in rops_handle_POLLIN_h1()
1127 /* role name */ "h1",
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_EXT_CTRLS.c200 dprintf("\t%s:%u: queryctrl = {.id=%u, .type=%i, .name=\"%s\", " in do_get_ext_control_one()
208 queryctrl.name, in do_get_ext_control_one()
/third_party/libwebsockets/plugins/deaddrop/
H A Dprotocol_lws_deaddrop.c264 file_upload_cb(void *data, const char *name, const char *filename, in file_upload_cb() argument
517 "%c{\"name\":\"%s\", " in callback_deaddrop()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_screen.c815 pp_filters[i].name); in dri_postprocessing_init()

Completed in 43 milliseconds

1...<<771772773774775776777778779780>>...815