Home
last modified time | relevance | path

Searched defs:args (Results 501 – 525 of 5182) sorted by relevance

1...<<21222324252627282930>>...208

/aosp12/system/apex/tools/
H A Ddeapexer.py133 def __init__(self, args): argument
217 def RunList(args): argument
240 def RunExtract(args): argument
277 def RunInfo(args): argument
289 def RunDecompress(args): argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list_item_group.cpp108 void JSListItemGroup::SetChildrenMainSize(const JSCallbackInfo& args) in SetChildrenMainSize()
160 void JSListItemGroup::Create(const JSCallbackInfo& args) in Create()
202 void JSListItemGroup::SetDivider(const JSCallbackInfo& args) in SetDivider()
225 void JSListItemGroup::SetAspectRatio(const JSCallbackInfo& args) {} in SetAspectRatio()
279 V2::ListItemGroupStyle JSListItemGroup::GetListItemGroupStyle(const JSCallbackInfo& args) in GetListItemGroupStyle()
H A Djs_pattern_lock.cpp109 void JSPatternLock::SetPatternComplete(const JSCallbackInfo& args) in SetPatternComplete()
244 void JSPatternLock::SetDotConnect(const JSCallbackInfo& args) in SetDotConnect()
310 void JSPatternLockController::Reset(const JSCallbackInfo& args) in Reset()
316 void JSPatternLockController::SetChallengeResult(const JSCallbackInfo& args) in SetChallengeResult()
328 void JSPatternLockController::Constructor(const JSCallbackInfo& args) in Constructor()
H A Djs_image_span.cpp65 JSRef<JSVal> args = info[0]; in SetObjectFit() local
92 void JSImageSpan::OnComplete(const JSCallbackInfo& args) in OnComplete()
109 void JSImageSpan::OnError(const JSCallbackInfo& args) in OnError()
H A Djs_richeditor.cpp201 void JSRichEditor::SetOnReady(const JSCallbackInfo& args) in SetOnReady()
406 void JSRichEditor::SetOnSelect(const JSCallbackInfo& args) in SetOnSelect()
421 void JSRichEditor::SetOnEditingChange(const JSCallbackInfo& args) in SetOnEditingChange()
442 void JSRichEditor::SetOnSelectionChange(const JSCallbackInfo& args) in SetOnSelectionChange()
459 void JSRichEditor::SetAboutToIMEInput(const JSCallbackInfo& args) in SetAboutToIMEInput()
478 void JSRichEditor::SetOnIMEInputComplete(const JSCallbackInfo& args) in SetOnIMEInputComplete()
496 void JSRichEditor::SetOnDidIMEInput(const JSCallbackInfo& args) in SetOnDidIMEInput()
509 void JSRichEditor::SetAboutToDelete(const JSCallbackInfo& args) in SetAboutToDelete()
528 void JSRichEditor::SetOnDeleteComplete(const JSCallbackInfo& args) in SetOnDeleteComplete()
623 void JSRichEditor::SetCustomKeyboard(const JSCallbackInfo& args) in SetCustomKeyboard()
[all …]
/aosp12/frameworks/base/core/java/android/os/
H A DBinder.java810 String[] args = data.readStringArray(); in onTransact() local
813 dump(fd.getFileDescriptor(), args); in onTransact() local
829 String[] args = data.readStringArray(); in onTransact() local
873 public void dump(@NonNull FileDescriptor fd, @Nullable String[] args) { in dump()
883 void doDump(FileDescriptor fd, PrintWriter pw, String[] args) { in doDump()
909 public void dumpAsync(@NonNull final FileDescriptor fd, @Nullable final String[] args) { in dumpAsync()
933 @Nullable String[] args) { in dump()
948 @NonNull String[] args, @Nullable ShellCallback callback, in shellCommand()
966 @NonNull String[] args, @Nullable ShellCallback callback, in onShellCommand()
1033 @NonNull String[] args) { in handleShellCommand()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/overlay/
H A Djs_app_overlay.cpp114 NapiArg args(env, info); in SetOverlayEnabled() local
165 NapiArg args(env, info); in SetOverlayEnabledByBundleName() local
297 NapiArg args(env, info); in GetOverlayModuleInfo() local
362 NapiArg args(env, info); in GetTargetOverlayModuleInfos() local
408 NapiArg args(env, info); in GetOverlayModuleInfoByBundleName() local
462 NapiArg args(env, info); in GetTargetOverlayModuleInfosByBundleName() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/callback/
H A Dnapi_audio_renderer_device_change_callback.cpp34 void NapiAudioRendererDeviceChangeCallback::AddCallbackReference(napi_value args) in AddCallbackReference()
57 void NapiAudioRendererDeviceChangeCallback::RemoveCallbackReference(napi_env env, napi_value args) in RemoveCallbackReference()
140 napi_value args[ARGS_ONE] = { nullptr }; in WorkCallbackCompleted() local
195 void NapiAudioRendererOutputDeviceChangeWithInfoCallback::AddCallbackReference(napi_value args) in AddCallbackReference()
218 …oRendererOutputDeviceChangeWithInfoCallback::RemoveCallbackReference(napi_env env, napi_value args) in RemoveCallbackReference()
303 napi_value args[argCount] = {}; in WorkCallbackCompleted() local
/aosp12/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dbinder_interface_utils.h84 static std::shared_ptr<T> make(Args&&... args) { in make()
216 binder_status_t dump(int fd, const char** args, uint32_t numArgs) override { in dump()
269 void* ICInterface::ICInterfaceData::onCreate(void* args) { in onCreate()
279 binder_status_t ICInterface::ICInterfaceData::onDump(AIBinder* binder, int fd, const char** args, in onDump()
/aosp12/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DDictionaryMaker.java115 final LinkedList<String> args = new LinkedList<>(Arrays.asList(argsArray)); in Arguments() local
198 public static void main(String[] args) in main()
211 private static FusionDictionary readInputFromParsedArgs(final Arguments args) in readInputFromParsedArgs()
264 private static void writeOutputToParsedArgs(final Arguments args, final FusionDictionary dict) in writeOutputToParsedArgs()
/aosp12/art/compiler/debug/dwarf/
H A Ddwarf_test.h61 std::vector<std::string> Objdump(const char* args) { in Objdump()
113 std::vector<std::string> Objdump(bool is64bit, const char* args) { in Objdump()
122 void CheckObjdumpOutput(bool is64bit, const char* args) { in CheckObjdumpOutput()
/aosp12/frameworks/base/tests/JankBench/scripts/
H A Dadbutil.py11 def am(serial, cmd, args): argument
17 def pm(serial, cmd, args): argument
50 def __call_adb(serial, args, block): argument
/aosp12/system/apex/apexer/
H A Dapexer.py259 def ValidateArgs(args): argument
360 def GenerateBuildInfo(args): argument
442 def CreateApex(args, work_dir): argument
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dipc_stat_dumper.cpp71 …IPCStatDumper::CheckPidIsSa(const sptr<ISystemAbilityManager> &sam, std::vector<std::string> &args, in CheckPidIsSa()
102 …PCStatDumper::CheckPidIsApp(const sptr<ISystemAbilityManager> &sam, std::vector<std::string> &args, in CheckPidIsApp()
141 std::vector<std::string> args; in SetIpcStatCmd() local
/aosp12/art/test/909-attach-agent/src-art/
H A DMain.java27 public static void main(String[] args) throws Exception { in main()
56 private static void attachWithClassLoader(String[] args) throws Exception { in attachWithClassLoader()
/aosp12/system/tools/sysprop/
H A DJavaMain.cpp48 Result<void> ParseArgs(int argc, char* argv[], Arguments* args) { in ParseArgs()
93 Arguments args; in main() local
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/
H A Dipc_skeleton.h40 void *args; member
48 void *args; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_log.c25 va_list args; in PrintfImpl() local
73 va_list args; in NstackxHiLogImpl() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_log.c25 va_list args; in PrintfImpl() local
73 va_list args; in NstackxHiLogImpl() local
/ohos5.0/base/startup/appspawn/service/devicedebug/base/
H A Ddevicedebug_base.h59 #define DEVICEDEBUG_LOGI(args, ...) \ argument
62 #define DEVICEDEBUG_LOGE(args, ...) \ argument
/ohos5.0/build/scripts/
H A Dhapbuilder.py154 def parse_args(args): argument
199 def main(args): argument
/aosp12/system/core/fastboot/testdata/
H A Dfastboot_gen_rand.py27 args = parser.parse_args() variable
/ohos5.0/build/ohos/
H A Dversion.py20 def main(args): argument
/ohos5.0/base/startup/init/services/etc/appender/
H A Dfile_appender.py24 def parse_args(args): argument
125 def main(args): argument
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/player/
H A Dvideo_player_napi.cpp201 napi_value args[1] = { nullptr }; in CreateVideoPlayer() local
228 napi_value args[1] = { nullptr }; in SetUrl() local
313 napi_value args[1] = { nullptr }; in SetFdSrc() local
434 napi_value args[2] = { nullptr }; in SetDisplaySurface() local
552 napi_value args[1] = { nullptr }; in Prepare() local
584 napi_value args[1] = { nullptr }; in Play() local
619 napi_value args[1] = { nullptr }; in Pause() local
652 napi_value args[1] = { nullptr }; in Stop() local
684 napi_value args[1] = { nullptr }; in Reset() local
716 napi_value args[1] = { nullptr }; in Release() local
[all …]

1...<<21222324252627282930>>...208