/third_party/python/Lib/test/ |
H A D | test_with.py | 14 def __init__(self, *args): 15 super().__init__(*args) 32 def helper(*args, **kwds): 33 return MockContextManager(func, args, kwds) 167 def __exit__(self, *args): 182 def __exit__(self, *args):
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fAdvancedBlendTests.cpp | 234 map<string, string> args; in getBlendProgramSrc() local 235 args["GLSL_VERSION_DECL"] = supportsES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES); in getBlendProgramSrc() 236 args["EXTENSION"] = supportsES32 ? "\n" : "#extension GL_KHR_blend_equation_advanced : require\n"; in getBlendProgramSrc() 237 args["SUPPORT_QUALIFIER"] = getBlendLayoutQualifier(equation); in getBlendProgramSrc() 240 << glu::VertexSource(tcu::StringTemplate(s_vertSrc).specialize(args)) in getBlendProgramSrc() 241 << glu::FragmentSource(tcu::StringTemplate(s_fragSrc).specialize(args)); in getBlendProgramSrc()
|
/third_party/vulkan-headers/registry/ |
H A D | generator.py | 25 def write(*args, **kwargs): 28 file.write(' '.join(str(arg) for arg in args)) 378 def logMsg(self, level, *args): 387 - `*args` - print()-style arguments to direct to corresponding log""" 390 write('ERROR:', *args, file=strfile) 396 write('WARNING:', *args, file=self.warnFile) 399 write('DIAG:', *args, file=self.diagFile)
|
/applications/standard/app_samples/code/BasicFeature/Connectivity/StageSocket/server_python/ |
H A D | TLS_Server.py | 49 client_thread = threading.Thread(target=handle_client, args=(conn,))
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_i_remote_object.h | 69 int Dump(int fd, const std::vector<std::u16string> &args) override
|
/foundation/ability/ability_runtime/test/unittest/appkit/ohos_application_test/ |
H A D | mock_i_remote_object.h | 69 int Dump(int fd, const std::vector<std::u16string> &args) override
|
/foundation/ability/ability_runtime/test/unittest/appkit/ohos_application_first_test/ |
H A D | mock_i_remote_object.h | 69 int Dump(int fd, const std::vector<std::u16string> &args) override
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/ |
H A D | textarea_declaration.h | 49 void CallSpecializedMethod(const std::string& method, const std::string& args) override;
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_marquee.h | 33 void CallSpecializedMethod(const std::string& method, const std::string& args) override;
|
H A D | dom_image_animator.h | 34 void CallSpecializedMethod(const std::string& method, const std::string& args) override;
|
H A D | dom_grid_container.h | 37 void CallSpecializedMethod(const std::string& method, const std::string& args) override;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/ |
H A D | js_custom_dialog_controller.h | 34 static void ConstructorCallback(const JSCallbackInfo& args);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_checkboxgroup.h | 28 static void SetOnChange(const JSCallbackInfo& args);
|
H A D | js_row.h | 40 static void ConstructorCallback(const JSCallbackInfo& args);
|
H A D | js_column.h | 44 static void ConstructorCallback(const JSCallbackInfo& args);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | checkbox_model_impl.h | 31 void SetPadding(const NG::PaddingPropertyF& args, const NG::PaddingProperty& newArgs, bool flag) override;
|
H A D | radio_model_impl.h | 31 void SetPadding(const NG::PaddingPropertyF& args, const NG::PaddingProperty& newArgs) override;
|
H A D | toggle_model_impl.h | 31 void SetPadding(const NG::PaddingPropertyF& args, const NG::PaddingProperty& newArgs) override;
|
/foundation/arkui/ace_engine/test/mock/interfaces/ |
H A D | mock_i_remote_object.h | 69 int Dump(int fd, const std::vector<std::u16string> &args) override
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/ |
H A D | water_flow_layout_utils.h | 26 static std::string PreParseArgs(const std::string& args);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_controller.h | 40 void Insert(const std::string& args) override;
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | list_component.h | 49 static JSValue ListScrollTo(const JSValue func, const JSValue dom, const JSValue args[], const jerry_length_t size);
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/test/unittest/common/ |
H A D | date_time_module_tdd_test.h | 108 char* FormatDate(const jerry_value_t dateTime, const jerry_value_t args[], const jerry_length_t argsNum);
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_timer_list.h | 55 jerry_value_t *args = nullptr; member
|
/foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/callback/ |
H A D | napi_capturer_period_position_callback.h | 30 void SaveCallbackReference(const std::string &callbackName, napi_value args);
|