/aosp12/art/test/538-checker-embed-constants/src/ |
H A D | Main.java | 35 public static int and254(int arg) { in and254() 43 public static int and255(int arg) { in and255() 50 public static int and511(int arg) { in and511() 58 public static int andF00D(int arg) { in andF00D() 66 public static int andNot15(int arg) { in andNot15() 74 public static int or255(int arg) { in or255() 82 public static int or511(int arg) { in or511() 90 public static int orNot15(int arg) { in orNot15() 98 public static int xor255(int arg) { in xor255() 106 public static int xor511(int arg) { in xor511() [all …]
|
/aosp12/hardware/interfaces/configstore/1.0/vts/functional/ |
H A D | VtsHalConfigstoreV1_0TargetTest.cpp | 58 [&tmp](OptionalInt64 arg) { tmp = arg.specified; }); in TEST_P() 62 [&tmp](OptionalInt64 arg) { tmp = arg.specified; }); in TEST_P() 66 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_P() 70 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_P() 74 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_P() 78 [&tmp](OptionalInt64 arg) { tmp = arg.specified; }); in TEST_P() 82 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_P() 90 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_P() 94 [&tmp](OptionalBool arg) { tmp = arg.specified; }); in TEST_P() 98 [&tmp](OptionalInt64 arg) { tmp = arg.specified; }); in TEST_P() [all …]
|
/aosp12/frameworks/compile/mclinker/tools/mcld/ |
H A D | Main.cpp | 264 if (llvm::opt::Arg* arg = args.getLastArg(kOpt_Color)) { in TranslateArguments() local 323 if (llvm::opt::Arg* arg = args.getLastArg(kOpt_Triple)) { in TranslateArguments() local 347 if (llvm::opt::Arg* arg = args.getLastArg(kOpt_CPU)) { in TranslateArguments() local 354 if (llvm::opt::Arg* arg = args.getLastArg(kOpt_GPSize)) { in TranslateArguments() local 390 if (llvm::opt::Arg* arg = args.getLastArg(kOpt_Entry)) { in TranslateArguments() local 401 if (llvm::opt::Arg* arg = args.getLastArg(kOpt_SOName)) { in TranslateArguments() local 460 if (llvm::opt::Arg* arg = args.getLastArg(kOpt_Dyld)) { in TranslateArguments() local 700 if (llvm::opt::Arg* arg = args.getLastArg(kOpt_Tbss)) { in TranslateArguments() local 715 if (llvm::opt::Arg* arg = args.getLastArg(kOpt_Tdata)) { in TranslateArguments() local 779 if (llvm::opt::Arg* arg = args.getLastArg(kOpt_ICF)) { in TranslateArguments() local [all …]
|
/aosp12/art/test/458-checker-instruct-simplification/src/ |
H A D | Main.java | 74 public static long $noinline$Add0(long arg) { in $noinline$Add0() 340 public static long $noinline$Div1(long arg) { in $noinline$Div1() 358 public static int $noinline$DivN1(int arg) { in $noinline$DivN1() 375 public static long $noinline$Mul1(long arg) { in $noinline$Mul1() 393 public static int $noinline$MulN1(int arg) { in $noinline$MulN1() 449 public static int $noinline$Or0(int arg) { in $noinline$Or0() 482 public static int $noinline$Shl0(int arg) { in $noinline$Shl0() 499 public static long $noinline$Shr0(long arg) { in $noinline$Shr0() 533 public static long $noinline$Sub0(long arg) { in $noinline$Sub0() 639 public static int $noinline$Xor0(int arg) { in $noinline$Xor0() [all …]
|
/aosp12/frameworks/av/media/codec2/core/include/ |
H A D | _C2MacroUtils.h | 80 #define _C2_MAP_64(fn, arg, head, ...) fn(head, arg), _C2_MAP_63(fn, arg, ##__VA_ARGS__) argument 81 #define _C2_MAP_63(fn, arg, head, ...) fn(head, arg), _C2_MAP_62(fn, arg, ##__VA_ARGS__) argument 82 #define _C2_MAP_62(fn, arg, head, ...) fn(head, arg), _C2_MAP_61(fn, arg, ##__VA_ARGS__) argument 83 #define _C2_MAP_61(fn, arg, head, ...) fn(head, arg), _C2_MAP_60(fn, arg, ##__VA_ARGS__) argument 135 #define _C2_MAP_9(fn, arg, head, ...) fn(head, arg), _C2_MAP_8(fn, arg, ##__VA_ARGS__) argument 136 #define _C2_MAP_8(fn, arg, head, ...) fn(head, arg), _C2_MAP_7(fn, arg, ##__VA_ARGS__) argument 137 #define _C2_MAP_7(fn, arg, head, ...) fn(head, arg), _C2_MAP_6(fn, arg, ##__VA_ARGS__) argument 138 #define _C2_MAP_6(fn, arg, head, ...) fn(head, arg), _C2_MAP_5(fn, arg, ##__VA_ARGS__) argument 143 #define _C2_MAP_1(fn, arg, head, ...) fn(head, arg) argument 156 #define _C2_MAP__(_n, fn, arg, ...) _C2_MAP_(_n, fn, arg, __VA_ARGS__) argument [all …]
|
/aosp12/bionic/tests/ |
H A D | __cxa_thread_atexit_test.cpp | 40 static void* thread_nop(void* arg) { in thread_nop() 78 static void thread_atexit_fn1(void* arg) { in thread_atexit_fn1() 83 static void thread_atexit_fn2(void* arg) { in thread_atexit_fn2() 88 static void thread_atexit_from_atexit(void* arg) { in thread_atexit_from_atexit() 93 static void thread_atexit_fn3(void* arg) { in thread_atexit_fn3() 99 static void thread_atexit_fn4(void* arg) { in thread_atexit_fn4() 104 static void thread_atexit_fn5(void* arg) { in thread_atexit_fn5() 109 static void* thread_main(void* arg) { in thread_main()
|
/aosp12/art/test/526-checker-caller-callee-regs/src/ |
H A D | Main.java | 29 public static int $opt$noinline$function_call(int arg) { in $opt$noinline$function_call() 79 public static int $opt$LiveInCall(int arg) { in $opt$LiveInCall() 86 int arg = 123; in main() local 87 assertIntEquals($opt$LiveInCall(arg), arg); in main() local
|
/aosp12/build/make/tools/droiddoc/test/generics/src/com/android/generics/ |
H A D | FooBar.java | 33 public K bar(K arg) { in bar() 37 public FooBar<K,? extends Foo,L> a(K arg) { in a() 41 public FooBar<V,K,L> b(Bar<? extends K> arg) { in b() 45 public <L extends C & Iface> void f(L arg) { in f()
|
/aosp12/system/testing/gtest_extras/ |
H A D | Options.cpp | 81 static void PrintError(const std::string& arg, std::string msg, bool from_env) { in PrintError() 95 static bool GetNumeric(const std::string& arg, const std::string& value, IntType* numeric_value, in GetNumeric() 117 bool Options::SetNumeric(const std::string& arg, const std::string& value, bool from_env) { in SetNumeric() 129 bool Options::SetNumericEnvOnly(const std::string& arg, const std::string& value, bool from_env) { in SetNumericEnvOnly() 141 bool Options::SetBool(const std::string& arg, const std::string&, bool) { in SetBool() 146 bool Options::SetIterations(const std::string& arg, const std::string& value, bool from_env) { in SetIterations() 153 bool Options::SetString(const std::string& arg, const std::string& value, bool) { in SetString() 158 bool Options::SetXmlFile(const std::string& arg, const std::string& value, bool from_env) { in SetXmlFile() 190 bool Options::HandleArg(const std::string& arg, const std::string& value, const ArgInfo& info, in HandleArg() 260 bool Options::ProcessSingle(const char* arg, std::vector<char*>* child_args, bool allow_flagfile) { in ProcessSingle()
|
/aosp12/system/tools/hidl/ |
H A D | generateJava.cpp | 32 const NamedReference<Type>* arg, bool isReader, in emitJavaReaderWriter() 348 for (const auto &arg : method->args()) { in generateJava() local 385 for (const auto &arg : method->results()) { in generateJava() local 398 for (const auto &arg : method->results()) { in generateJava() local 527 for (const auto &arg : method->args()) { in generateJava() local 549 for (const auto &arg : method->args()) { in generateJava() local 575 for (const auto &arg : method->results()) { in generateJava() local
|
H A D | generateCpp.cpp | 482 for (const auto &arg : method->args()) { in generatePassthroughMethod() local 503 for (const std::string& arg : wrappedArgNames) { in generatePassthroughMethod() local 547 for (const auto &arg : method->results()) { in generatePassthroughMethod() local 949 for (const auto &arg : args) { in declareCppReaderLocals() local 1085 for (const auto &arg : method->args()) { in generateStaticProxyMethodSource() local 1141 for (const auto &arg : method->results()) { in generateStaticProxyMethodSource() local 1480 for (const auto &arg : method->args()) { in generateStaticStubMethodSource() local 1589 for (const auto &arg : method->results()) { in generateStaticStubMethodSource() local 1853 for (const auto &arg : method->args()) { in generateCppInstrumentationCall() local 1874 for (const auto &arg : method->args()) { in generateCppInstrumentationCall() local [all …]
|
/aosp12/hardware/google/graphics/common/libacryl/ |
H A D | acrylic_device.cpp | 56 int AcrylicDevice::ioctl(int cmd, void *arg) in ioctl() 100 int AcrylicRedundantDevice::ioctl_unique(int cmd, void *arg) in ioctl_unique() 108 int AcrylicRedundantDevice::ioctl_current(int cmd, void *arg) in ioctl_current() 116 int AcrylicRedundantDevice::ioctl_broadcast(int cmd, void *arg) { in ioctl_broadcast()
|
/aosp12/frameworks/base/tools/aapt2/cmd/ |
H A D | Command.cpp | 36 std::string GetSafePath(const StringPiece& arg) { in GetSafePath() 56 auto func = [value, flags](const StringPiece& arg) -> bool { in AddRequiredFlag() 66 auto func = [value, flags](const StringPiece& arg) -> bool { in AddRequiredFlagList() 76 auto func = [value, flags](const StringPiece& arg) -> bool { in AddOptionalFlag() 86 auto func = [value, flags](const StringPiece& arg) -> bool { in AddOptionalFlagList() 96 auto func = [value](const StringPiece& arg) -> bool { in AddOptionalFlagList() 106 auto func = [value](const StringPiece& arg) -> bool { in AddOptionalSwitch() 186 const StringPiece& arg = args[i]; in Execute() local
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | execv_helper.cpp | 41 for (const std::string& arg : args_) { in PrepareArgs() local 53 void ExecVHelper::AddArg(const std::string& arg) { in AddArg() 59 void ExecVHelper::AddRuntimeArg(const std::string& arg) { in AddRuntimeArg()
|
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
H A D | Preconditions.java | 44 public static int checkBitFlags(String argName, int arg, String flagsName, int flags) { in checkBitFlags() 64 public static <T> T checkEquals(String argName, T arg, in checkEquals() 89 public static <T> T checkNotNull(String argName, T arg) { in checkNotNull() 109 public static <T> T checkNotNull(T arg) { in checkNotNull()
|
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
H A D | dhdu_nl80211.c | 38 static int dhd_nl_error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) in dhd_nl_error_handler() 45 static int dhd_nl_finish_handler(struct nl_msg *msg, void *arg) in dhd_nl_finish_handler() 52 static int dhd_nl_ack_handler(struct nl_msg *msg, void *arg) in dhd_nl_ack_handler() 59 static int dhd_nl_valid_handler(struct nl_msg *msg, void *arg) in dhd_nl_valid_handler()
|
/aosp12/frameworks/libs/native_bridge_support/libc/ |
H A D | __cxa_thread_atexit_impl.cpp | 29 void* arg; member 33 static void WrappedFn(void* arg) { in WrappedFn() 48 extern "C" int __cxa_thread_atexit_impl(void (*func)(void*), void* arg, void* dso_handle) { in __cxa_thread_atexit_impl() argument
|
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
H A D | macros.h | 101 #define _PDX_APPLY_BINARY_1(macro, arg, head, next, ...) \ argument 106 #define _PDX_APPLY_BINARY_2(macro, arg, head, next, ...) \ argument 112 #define _PDX_HANDLE_EMPTY_ARGS_BINARY(macro, arg, ...) \ argument 117 #define PDX_FOR_EACH_BINARY(macro, arg, ...) \ argument 122 #define _PDX_APPLY_BINARY_LIST_1(macro, arg, head, next, ...) \ argument 128 #define _PDX_APPLY_BINARY_LIST_2(macro, arg, head, next, ...) \ argument 134 #define _PDX_APPLY_BINARY_LIST_0(macro, arg, head, next, ...) \ argument 140 #define _PDX_HANDLE_EMPTY_LIST_BINARY(macro, arg, ...) \ argument 145 #define PDX_FOR_EACH_BINARY_LIST(macro, arg, ...) \ argument
|
/aosp12/frameworks/base/core/java/android/security/keymaster/ |
H A D | KeymasterArguments.java | 106 KeymasterArgument arg = getArgumentByTag(tag); in getEnum() local 135 private int getEnumTagValue(KeymasterArgument arg) { in getEnumTagValue() 168 KeymasterArgument arg = getArgumentByTag(tag); in getUnsignedInt() local 217 private BigInteger getLongTagValue(KeymasterArgument arg) { in getLongTagValue() 245 KeymasterArgument arg = getArgumentByTag(tag); in getBoolean() local 277 KeymasterArgument arg = getArgumentByTag(tag); in getBytes() local 333 KeymasterArgument arg = getArgumentByTag(tag); in getDate() local
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | CallbackRegistry.java | 91 public synchronized void notifyCallbacks(T sender, int arg, A arg2) { in notifyCallbacks() 122 private void notifyFirst64Locked(T sender, int arg, A arg2) { in notifyFirst64Locked() 142 private void notifyRecurseLocked(T sender, int arg, A arg2) { in notifyRecurseLocked() 170 private void notifyRemainderLocked(T sender, int arg, A arg2, int remainderIndex) { in notifyRemainderLocked() 199 private void notifyCallbacksLocked(T sender, int arg, A arg2, final int startIndex, in notifyCallbacksLocked() 204 mNotifier.onNotifyCallback(mCallbacks.get(i), sender, arg, arg2); in notifyCallbacksLocked() local 393 public abstract void onNotifyCallback(C callback, T sender, int arg, A arg2); in onNotifyCallback()
|
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A D | cpp_bindings.cpp | 606 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check() 706 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) { in response_handler() 720 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) { in event_handler() 736 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) { in valid_handler() 743 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { in ack_handler() 750 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) { in finish_handler() 757 int WifiCommand::error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, void *arg) { in error_handler()
|
/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/spm/ |
H A D | phNxpEse_Spm.cpp | 94 ESESTATUS phNxpEse_SPM_ConfigPwr(spm_power_t arg) { in phNxpEse_SPM_ConfigPwr() 251 ESESTATUS phNxpEse_SPM_SetPwrScheme(long arg) { in phNxpEse_SPM_SetPwrScheme() 275 ESESTATUS phNxpEse_SPM_DisablePwrControl(unsigned long arg) { in phNxpEse_SPM_DisablePwrControl() 327 ESESTATUS phNxpEse_SPM_SetJcopDwnldState(long arg) { in phNxpEse_SPM_SetJcopDwnldState()
|
/aosp12/art/test/442-checker-constant-folding/src/ |
H A D | Main.java | 1096 public static int And0(int arg) { in And0() 1114 public static long Mul0(long arg) { in Mul0() 1131 public static int OrAllOnes(int arg) { in OrAllOnes() 1149 public static long Rem0(long arg) { in Rem0() 1166 public static int Rem1(int arg) { in Rem1() 1183 public static int RemN1(int arg) { in RemN1() 1201 public static long Rem1(long arg) { in Rem1() 1219 public static long RemN1(long arg) { in RemN1() 1237 public static int Shl0(int arg) { in Shl0() 1274 public static long Shr0(int arg) { in Shr0() [all …]
|
/aosp12/hardware/interfaces/cas/1.2/default/ |
H A D | CasImpl.cpp | 45 void CasImpl::OnEvent(void* appData, int32_t event, int32_t arg, uint8_t* data, size_t size) { in OnEvent() 55 void CasImpl::CallBackExt(void* appData, int32_t event, int32_t arg, uint8_t* data, size_t size, in CallBackExt() 66 void CasImpl::StatusUpdate(void* appData, int32_t event, int32_t arg) { in StatusUpdate() 81 void CasImpl::onEvent(int32_t event, int32_t arg, uint8_t* data, size_t size) { in onEvent() 94 void CasImpl::onEvent(const CasSessionId* sessionId, int32_t event, int32_t arg, uint8_t* data, in onEvent() 112 void CasImpl::onStatusUpdate(int32_t event, int32_t arg) { in onStatusUpdate() 214 Return<Status> CasImpl::sendEvent(int32_t event, int32_t arg, const HidlCasData& eventData) { in sendEvent() 226 int32_t arg, const HidlCasData& eventData) { in sendSessionEvent()
|
/aosp12/art/test/109-suspend-check/src/ |
H A D | Main.java | 71 long ReturnArgOrConst(long arg); in ReturnArgOrConst() 72 void PutOrNop(long arg); in PutOrNop() 77 public long ReturnArgOrConst(long arg) { in ReturnArgOrConst() 80 public void PutOrNop(long arg) { in PutOrNop() 89 public long ReturnArgOrConst(long arg) { in ReturnArgOrConst() 92 public void PutOrNop(long arg) { in PutOrNop()
|