Home
last modified time | relevance | path

Searched defs:ACTION (Results 1 – 25 of 600) sorted by relevance

12345678910>>...24

/aosp_15_r20/external/zxing/android/src/com/google/zxing/client/android/
H A DIntents.java39 public static final String ACTION = "com.google.zxing.client.android.SCAN"; field in Intents.Scan
201 public static final String ACTION = "com.google.zxing.client.android.ENCODE"; field in Intents.Encode
241 public static final String ACTION = "com.google.zxing.client.android.SEARCH_BOOK_CONTENTS"; field in Intents.SearchBookContents
264 public static final String ACTION = "com.google.zxing.client.android.WIFI_CONNECT"; field in Intents.WifiConnect
293 public static final String ACTION = "com.google.zxing.client.android.SHARE"; field in Intents.Share
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/LauncherPluginLib/android_common/turbine/
DLauncherPluginLib.jarcom/android/systemui/plugins/AllAppsRow$OnHeightUpdatedListener.class <Unknown> package com. ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/LauncherPluginLib/android_common/javac/
DLauncherPluginLib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/nos/host/generic/libnos_transport/test/
Dtest.cpp121 ACTION(ReadStatusV0_Idle) { in ACTION() function
128 ACTION(ReadStatusV1_Idle) { in ACTION() function
140 ACTION(ReadStatusV1_IdleWithBadCrc) { in ACTION() function
152 ACTION(ReadStatusV1_Working) { in ACTION() function
184 ACTION(ReadStatusV1_BadCrc) { in ACTION() function
196 ACTION(ReadStatusV42_Working) { in ACTION() function
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DLayerNormLSTMTest.cpp50 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
72 #define FOR_ALL_LAYER_NORM_WEIGHTS(ACTION) \ argument
79 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \ argument
DLSHProjectionTest.cpp34 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
40 #define FOR_ALL_OUTPUT_TENSORS(ACTION) ACTION(Output, int) argument
DEmbeddingLookupTest.cpp49 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
54 #define FOR_ALL_OUTPUT_TENSORS(ACTION) ACTION(Output, float) argument
DRNNTest.cpp120 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
128 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \ argument
DHashtableLookupTest.cpp49 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
55 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \ argument
DSVDFTest.cpp153 #define FOR_ALL_INPUT_AND_WEIGHT_TENSORS(ACTION) \ argument
161 #define FOR_ALL_OUTPUT_TENSORS(ACTION) \ argument
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin/SystemUIPluginLib/android_common/kapt/gen/stubs/com/android/systemui/plugins/clocks/
DClockProviderPlugin.java17 … public static final java.lang.String ACTION = "com.android.systemui.action.PLUGIN_CLOCK_PROVIDER"; field
25 … public static final java.lang.String ACTION = "com.android.systemui.action.PLUGIN_CLOCK_PROVIDER"; field in ClockProviderPlugin.Companion
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin/SystemUIPluginLib/android_common/kapt/gen/stubs/com/android/systemui/plugins/
DTestPlugin.java16 public static final java.lang.String ACTION = "testAction"; field
31 public static final java.lang.String ACTION = "testAction"; field in TestPlugin.Companion
DAuthContextPlugin.java25 public static final java.lang.String ACTION = "com.android.systemui.action.PLUGIN_AUTH_CONTEXT"; field
69 … public static final java.lang.String ACTION = "com.android.systemui.action.PLUGIN_AUTH_CONTEXT"; field in AuthContextPlugin.Companion
/aosp_15_r20/external/mdnsresponder/mDNSShared/
H A DDebugServices.h875 #define require_noerr_action_string( ERR, LABEL, ACTION, STR ) \ argument
931 #define require_noerr_action( ERR, LABEL, ACTION ) \ argument
961 #define require_noerr_action_quiet( ERR, LABEL, ACTION ) \ argument
988 #define require_action( X, LABEL, ACTION ) \ argument
1015 #define require_action_quiet( X, LABEL, ACTION ) \ argument
1043 #define require_action_string( X, LABEL, ACTION, STR ) \ argument
/aosp_15_r20/external/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc1029 ACTION(Return5) { return 5; } in ACTION() function
1040 ACTION(IncrementArg1) { (*arg1)++; } in ACTION() function
1051 ACTION(IncrementArg2) { in ACTION() function
1066 ACTION(Sum2) { in ACTION() function
1086 ACTION(InvokeDummy) { in ACTION() function
1100 ACTION(InvokeDummy2) { in ACTION() function
1113 ACTION(ReturnAddrOfConstBoolReferenceArg) { in ACTION() function
1125 ACTION(ReturnAddrOfIntReferenceArg) { in ACTION() function
1138 ACTION(Sum) { return arg0 + arg1; } in ACTION() function
1148 ACTION(PlusTwo) { return arg0 + 2; } in ACTION() function
[all …]
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/
H A Dgmock-more-actions_test.cc1029 ACTION(Return5) { return 5; } in ACTION() function
1040 ACTION(IncrementArg1) { (*arg1)++; } in ACTION() function
1051 ACTION(IncrementArg2) { in ACTION() function
1066 ACTION(Sum2) { in ACTION() function
1086 ACTION(InvokeDummy) { in ACTION() function
1100 ACTION(InvokeDummy2) { in ACTION() function
1113 ACTION(ReturnAddrOfConstBoolReferenceArg) { in ACTION() function
1125 ACTION(ReturnAddrOfIntReferenceArg) { in ACTION() function
1138 ACTION(Sum) { return arg0 + arg1; } in ACTION() function
1148 ACTION(PlusTwo) { return arg0 + 2; } in ACTION() function
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc991 ACTION(Return5) { return 5; } in ACTION() function
1002 ACTION(IncrementArg1) { (*arg1)++; } in ACTION() function
1013 ACTION(IncrementArg2) { in ACTION() function
1028 ACTION(Sum2) { in ACTION() function
1048 ACTION(InvokeDummy) { in ACTION() function
1062 ACTION(InvokeDummy2) { in ACTION() function
1075 ACTION(ReturnAddrOfConstBoolReferenceArg) { in ACTION() function
1087 ACTION(ReturnAddrOfIntReferenceArg) { in ACTION() function
1100 ACTION(Sum) { return arg0 + arg1; } in ACTION() function
1110 ACTION(PlusTwo) { return arg0 + 2; } in ACTION() function
[all …]
/aosp_15_r20/external/cronet/base/
H A Dgmock_unittest.cc56 ACTION(ReturnVal) { in ACTION() function
60 ACTION(ReturnSecond) { in ACTION() function
/aosp_15_r20/external/libchrome/base/
H A Dgmock_unittest.cc56 ACTION(ReturnVal) { in ACTION() function
60 ACTION(ReturnSecond) { in ACTION() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-cppstream-protos/gen/gensrcs/frameworks/base/core/proto/android/content/
Dintent.proto.h35 const uint64_t ACTION = 0x0000010900000001LL; variable
228 const uint64_t ACTION = 0x0000010e00000001LL; variable
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-cppstream-protos/gen/2/frameworks/base/core/proto/android/content/
Dintent.proto.h35 const uint64_t ACTION = 0x0000010900000001LL; variable
228 const uint64_t ACTION = 0x0000010e00000001LL; variable
/aosp_15_r20/external/webrtc/common_audio/resampler/
H A Dsinc_resampler_unittest.cc45 ACTION(ClearBuffer) { in ACTION() function
49 ACTION(FillBuffer) { in ACTION() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin/SystemUIPluginLib/android_common/repackaged-jarjar/javac/
DSystemUIPluginLib.jarcom/android/systemui/plugins/statusbar/StatusBarStateController.class StatusBarStateController.java package com. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin/SystemUIPluginLib/android_common/javac/
DSystemUIPluginLib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DSparseCsrTensorUtils.h103 #define AT_DISPATCH_SPARSE_COMPRESSED_NONBLOCK_LAYOUTS(LAYOUT, NAME, ACTION) \ argument
118 #define AT_DISPATCH_SPARSE_COMPRESSED_BLOCK_LAYOUTS(LAYOUT, NAME, ACTION) \ argument

12345678910>>...24