/third_party/python/Lib/test/ |
H A D | test_site.py | 119 # comment or import that is a valid directory name for where the .pth 208 scheme = os.name + '_user' 379 print("#import @bad module name", file=FILE) namespace 633 'fake-path-name', 662 'fake-path-name', 676 os.path.join(sys_prefix, 'fake-path-name'), 687 'fake-path-name', 701 os.path.join(sys_prefix, 'fake-path-name'),
|
/third_party/spirv-tools/source/opt/ |
H A D | graphics_robust_access_pass.cpp | 185 << name() << ": "); in Fail()
|
/third_party/spirv-tools/test/opt/loop_optimizations/ |
H A D | unroll_simple.cpp | 564 const char* name() const override { return "Loop unroller"; }
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_macsec_qca.c | 1018 .name = "macsec_qca",
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_supplicant_i.h | 55 * confname - Configuration name (file or profile) name 64 * confanother - Additional configuration name (file or profile) name 83 * driver - Driver interface name, or %NULL to use the default driver 99 * ifname - Interface name 104 * bridge_ifname - Optional bridge interface name 315 char name[16]; /* from driver_ops get_radio_name() or empty if not member 913 * Uplink interface name for cross connection
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_reconfig.c | 182 conf->curve->name); in dpp_configurator_build_own_connector()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_macsec_qca.c | 1040 .name = "macsec_qca",
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | mesh.c | 872 iface.driver = wpa_s->driver->name; in wpas_mesh_add_interface()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_debug.c | 160 hi_char *name; member 3051 /* name short name func help info */ 3090 if (g_cmd_table[i].comment_help && g_cmd_table[i].name) { in debug_print_help() 3091 hdmi_dbg_print(" %02u. %-20s", i, g_cmd_table[i].name); in debug_print_help() 3094 hdmi_dbg_err("g_cmd_table[%u].comment_help or name is null!\n", i); in debug_print_help() 3101 " here, 'cmd' refers to NO./complete-name/short-name above.\n"); in debug_print_help() 3120 if (g_cmd_table[i].name == HI_NULL) { in debug_cmd_handle() 3121 hdmi_dbg_err("g_cmd_table[%u].name nul in debug_cmd_handle() [all...] |
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/ |
H A D | ddr_training_impl.c | 4168 #define DDR_TRINING_BREAK_POINT(name) ddr_training_break_point(name) 4170 #define DDR_TRINING_BREAK_POINT(name) 4173 void ddr_training_break_point(const char* name) in ddr_training_break_point() argument 4175 DDR_INFO(name); in ddr_training_break_point()
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/ |
H A D | ddr_training_impl.c | 4170 #define DDR_TRINING_BREAK_POINT(name) ddr_training_break_point(name) 4172 #define DDR_TRINING_BREAK_POINT(name) 4175 void ddr_training_break_point(const char* name) in ddr_training_break_point() argument 4177 DDR_INFO(name); in ddr_training_break_point()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | js_ability_context.cpp | 2304 napi_value JSAbilityConnection::CallObjectMethod(const char* name, napi_value const *argv, size_t argc) in CallObjectMethod() argument 2306 TAG_LOGD(AAFwkTag::CONTEXT, "name:%{public}s", name); in CallObjectMethod() 2320 napi_get_named_property(env_, obj, name, &method); in CallObjectMethod() 2322 TAG_LOGE(AAFwkTag::CONTEXT, "type error, method: '%{public}s'", name); in CallObjectMethod() 2327 TAG_LOGD(AAFwkTag::CONTEXT, "callFunction(%{public}s) ok", name); in CallObjectMethod()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageCompressionTranscodingSupport.cpp | 2562 const std::string& name, 2571 TexelViewCompatibleCase::TexelViewCompatibleCase (TestContext& testCtx, const std::string& name, const TestParameters& parameters) in TexelViewCompatibleCase() argument 2572 : TestCase (testCtx, name) in TexelViewCompatibleCase() 3048 std::string name; in createImageCompressionTranscodingTests() member 3227 MovePtr<tcu::TestCaseGroup> imageTypeGroup (new tcu::TestCaseGroup(testCtx, imageTypes[imageTypeNdx].name.c_str())); in createImageCompressionTranscodingTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageCompressionTranscodingSupport.cpp | 2547 const std::string& name, 2557 TexelViewCompatibleCase::TexelViewCompatibleCase (TestContext& testCtx, const std::string& name, const std::string& desc, const TestParameters& parameters) in TexelViewCompatibleCase() argument 2558 : TestCase (testCtx, name, desc) in TexelViewCompatibleCase() 3034 std::string name; in createImageCompressionTranscodingTests() member 3213 MovePtr<tcu::TestCaseGroup> imageTypeGroup (new tcu::TestCaseGroup(testCtx, imageTypes[imageTypeNdx].name.c_str(), "")); in createImageCompressionTranscodingTests()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTransformFeedbackTests.cpp | 1153 /* INVALID_VALUE is generated by DrawTransformFeedback if <id> is not name of in testExtension2() 1262 /* INVALID_OPERATION is generated by EndQueryIndexed when name of active in testExtension3() 1270 << tcu::TestLog::Message << "INVALID_OPERATION was not generated by EndQueryIndexed when name of active " in testExtension3() 1566 DrawTransformFeedbackStreamInstanced if <id> is not name of transform in testInstanced() 1811 <varyings> specified by TransformFeedbackVaryings contains name of in testInvalidVarying() 1830 << "Linking unexpectedly succeded when Transform Feedback varying was specified with name of variable (" in testInvalidVarying() 1845 << "Linking failed as expected when Transform Feedback varying was specified with name of variable (" in testInvalidVarying() 1857 <varyings> specified by TransformFeedbackVaryings contains name of in testRepeatedVarying() 2964 /* Preparing variable name. */ in buildProgram() 3524 /* Varying name in buildProgram() 3622 glw::GLchar name[18] = { 0 }; /* Size of bufSize. */ check() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1035 report_fatal_error("Invalid register name global variable"); in getRegisterByName() 3289 // Remove the braces from around the name. in getRegForInlineAsmConstraint() 3290 StringRef name(Constraint.data()+1, Constraint.size()-2); in getRegForInlineAsmConstraint() 3297 if (name.substr(0, 1).equals("r") in getRegForInlineAsmConstraint() 3298 && !name.substr(1).getAsInteger(10, intVal) && intVal <= 31) { in getRegForInlineAsmConstraint() 3307 if (name.substr(0, 1).equals("f") && in getRegForInlineAsmConstraint() 3308 !name.substr(1).getAsInteger(10, intVal) && intVal <= 63) { in getRegForInlineAsmConstraint()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 1331 os_memcpy(ls->name, sep, nlen); in parse_lang_string() 1850 os_memcpy(icon->name, pos, end - pos); in hs20_parse_icon() 2081 static int parse_wpabuf_hex(int line, const char *name, struct wpabuf **buf, in parse_wpabuf_hex() argument 2095 line, name, val); in parse_wpabuf_hex() 2456 if (os_strcmp(pos, wpa_drivers[j]->name) == 0) { in hostapd_config_fill() 3182 wpa_printf(MSG_DEBUG, "ctrl_interface_group=%d (from group name '%s')", in hostapd_config_fill() 3187 /* Group name not found - try to parse this as gid */ in hostapd_config_fill() 4900 * @fname: Configuration file name (including path, if needed)
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window.cpp | 2756 std::string name;
in OnSetSpecificSystemBarEnabled() local 2757 if (!ConvertFromJsValue(env, argv[0], name)) {
in OnSetSpecificSystemBarEnabled() 2768 jsSystemBarProperties = std::move(jsSystemBarProperties), name = std::move(name), err]
in OnSetSpecificSystemBarEnabled() 2778 GetSpecificBarStatus(weakWindow, name, jsSystemBarProperties, systemBarProperties);
in OnSetSpecificSystemBarEnabled() 2779 if (name.compare("status") == 0) {
in OnSetSpecificSystemBarEnabled() 2782 } else if (name.compare("navigation") == 0) {
in OnSetSpecificSystemBarEnabled() 2785 } else if (name.compare("navigationIndicator") == 0) {
in OnSetSpecificSystemBarEnabled() 5261 auto name = GetWindowName();
in CreateTransitionController() local 5262 std::shared_ptr<NativeReference> jsWindowObj = FindJsWindowObject(name);
in CreateTransitionController() [all...] |
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvdec.c | 1108 dec->procfs = proc_mkdir(mpp->dev->of_node->name, mpp->srv->procfs);
in rkvdec_procfs_init() 1868 .name = RKVDEC_DRIVER_NAME,
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
H A D | rga2_drv.c | 1638 .name = "rga",
1826 .name = "rga2",
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | dw-mipi-dsi2-rockchip.c | 1266 .name = "host", 1588 .name = "dw-mipi-dsi2",
|
H A D | rockchip_drm_drv.c | 1619 .name = DRIVER_NAME, 1860 .name = "rockchip-drm",
|
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/ |
H A D | irq-gic-v3.c | 1350 .name = "GICv3",
1366 .name = "GICv3",
|
/device/soc/rockchip/common/sdk_linux/net/bluetooth/ |
H A D | l2cap_sock.c | 1745 .name = "L2CAP Socket Interface", 1857 static struct proto l2cap_proto = {.name = "L2CAP", .owner = THIS_MODULE, .obj_size = sizeof(struct l2cap_pinfo)};
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/analogix/ |
H A D | analogix_dp_core.c | 1911 dp->aux.name = "DP-AUX"; in analogix_dp_bind() 1969 DRM_ERROR("Connector %s doesn't currently have a CRTC.\n", connector->name); in analogix_dp_start_crc()
|