Home
last modified time | relevance | path

Searched +defs:val +defs:c (Results 1326 – 1350 of 4581) sorted by relevance

1...<<51525354555657585960>>...184

/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio-V2-ndk-source/gen/include/aidl/android/hardware/bluetooth/audio/
DCodecConfiguration.h31 #define __assert2(a,b,c,d) ((void)0) argument
250 [[nodiscard]] static inline std::string toString(CodecConfiguration::CodecSpecific::Tag val) { in toString()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Ddirect_session.cc635 default_runner = [](const Executor::Args::Closure& c) { c(); }; in RunInternal()
637 default_runner = [handler_ptr](Executor::Args::Closure c) { in RunInternal()
641 default_runner = [pool](Executor::Args::Closure c) { in RunInternal()
723 args->runner = [device_thread_pool](Executor::Args::Closure c) { in RunInternal()
1011 args.runner = [this, pool](Executor::Args::Closure c) { in PRunSetup()
1895 Status GetArg(int index, const Tensor** val) override { in GetArg()
1904 Status SetRetval(int index, const Tensor& val) override { in SetRetval()
/aosp_15_r20/external/testng/ant/3rdparty/
HDdoclava-1.0.3.jar ... .ClassInfo) com.google.doclava.ClassInfo c com.google.doclava.ClassInfo claz } com ...
/aosp_15_r20/external/guice/extensions/struts2/lib/
HDjetty-util-6.1.0.jar ... String encodeText (java.lang.String) char c String r int i String s StringBuffer buf } org ...
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.31.3/libs/
HDguava-30.1-android.jar ... ] newChars public static char toUpperCase (char) char c public static boolean isLowerCase (char) char c public ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/okhttp.com.android.art.debug_intermediates/
Dclasses.jar ... { final synthetic com.android.okhttp.Cache val$this$0 final synthetic com.android. ...
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/
Dokhttp-for-host.jar ... { final synthetic com.android.okhttp.Cache val$this$0 final synthetic com.android. ...
Dokhttp-nojarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/prebuilts/module_sdk/art/1/java/
Dokhttp.jar ... { final synthetic com.android.okhttp.Cache val$this$0 final synthetic com.android. ...
/aosp_15_r20/out/soong/.intermediates/external/okhttp/okhttp/android_common_apex31/javac/
Dokhttp.jar ... { final synthetic com.android.okhttp.Cache val$this$0 final synthetic com.android. ...
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dokhttp-for-host.jar ... { final synthetic com.android.okhttp.Cache val$this$0 final synthetic com.android. ...
Dokhttp-nojarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dfolding_rules.cpp103 bool IsValidResult(T val) { in IsValidResult()
126 Instruction* NonConstInput(IRContext* context, const analysis::Constant* c, in NonConstInput()
133 std::vector<uint32_t> ExtractInts(uint64_t val) { in ExtractInts()
141 const analysis::IntConstant* c) { in GetWordsFromScalarIntConstant()
155 const analysis::FloatConstant* c) { in GetWordsFromScalarFloatConstant()
169 analysis::ConstantManager* const_mgr, const analysis::Constant* c) { in GetWordsFromNumericScalarOrVectorConstant()
205 const analysis::Constant* c) { in NegateFloatingPointConstant()
226 const analysis::Constant* c) { in NegateIntegerConstant()
246 const analysis::Constant* c) { in NegateVectorConstant()
273 const analysis::Constant* c) { in NegateConstant()
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfolding_rules.cpp103 bool IsValidResult(T val) { in IsValidResult()
120 Instruction* NonConstInput(IRContext* context, const analysis::Constant* c, in NonConstInput()
127 std::vector<uint32_t> ExtractInts(uint64_t val) { in ExtractInts()
135 const analysis::IntConstant* c) { in GetWordsFromScalarIntConstant()
149 const analysis::FloatConstant* c) { in GetWordsFromScalarFloatConstant()
163 analysis::ConstantManager* const_mgr, const analysis::Constant* c) { in GetWordsFromNumericScalarOrVectorConstant()
193 const analysis::Constant* c) { in NegateFloatingPointConstant()
214 const analysis::Constant* c) { in NegateIntegerConstant()
234 const analysis::Constant* c) { in NegateVectorConstant()
261 const analysis::Constant* c) { in NegateConstant()
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dfolding_rules.cpp103 bool IsValidResult(T val) { in IsValidResult()
120 Instruction* NonConstInput(IRContext* context, const analysis::Constant* c, in NonConstInput()
127 std::vector<uint32_t> ExtractInts(uint64_t val) { in ExtractInts()
135 const analysis::IntConstant* c) { in GetWordsFromScalarIntConstant()
149 const analysis::FloatConstant* c) { in GetWordsFromScalarFloatConstant()
163 analysis::ConstantManager* const_mgr, const analysis::Constant* c) { in GetWordsFromNumericScalarOrVectorConstant()
193 const analysis::Constant* c) { in NegateFloatingPointConstant()
214 const analysis::Constant* c) { in NegateIntegerConstant()
234 const analysis::Constant* c) { in NegateVectorConstant()
261 const analysis::Constant* c) { in NegateConstant()
[all …]
/aosp_15_r20/external/libkmsxx/utils/
H A Dkmsprint.cpp49 static string format_connector(Connector& c) in format_connector()
77 static string format_crtc(Crtc& c) in format_crtc()
127 static string format_property(const Property* prop, uint64_t val) in format_property()
/aosp_15_r20/art/tools/jvmti-agents/ti-alloc-sample/
H A Dti_alloc_sample.cc44 struct jlongContainer { jlong val; }; member
86 ScopedClassInfo(jvmtiEnv* jvmtienv, jclass c) : jvmtienv_(jvmtienv), class_(c) {} in ScopedClassInfo()
225 std::ostream& operator<<(std::ostream &os, ScopedClassInfo const& c) { in operator <<()
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DZipRegistry.cpp59 static void Key_Set_bool_if_Changed(CKey &key, LPCTSTR name, bool val) in Key_Set_bool_if_Changed()
383 const wchar_t c = *s; in ParseMemUse() local
395 wchar_t c = *end; in ParseMemUse() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/
H A Dvec256_double.h32 Vectorized(double val) { in Vectorized()
435 …line fmadd(const Vectorized<double>& a, const Vectorized<double>& b, const Vectorized<double>& c) { in fmadd()
440 …line fmsub(const Vectorized<double>& a, const Vectorized<double>& b, const Vectorized<double>& c) { in fmsub()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tv/tuner/aidl/android.hardware.tv.tuner-V3-ndk-source/gen/include/aidl/android/hardware/tv/tuner/
DFrontendScanMessage.h36 #define __assert2(a,b,c,d) ((void)0) argument
194 [[nodiscard]] static inline std::string toString(FrontendScanMessage::Tag val) { in toString()
/aosp_15_r20/external/iptables/extensions/
H A Dlibxt_rateest.c113 rateest_parse(int c, char **argv, int invert, unsigned int *flags, in rateest_parse()
117 unsigned int val; in rateest_parse() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio-V5-ndk-source/gen/include/aidl/android/hardware/bluetooth/audio/
DCodecCapabilities.h39 #define __assert2(a,b,c,d) ((void)0) argument
257 [[nodiscard]] static inline std::string toString(CodecCapabilities::Capabilities::Tag val) { in toString()
/aosp_15_r20/cts/tests/tests/database/src/android/database/sqlite/cts/
H A DSQLiteStatementTest.java130 Cursor c = mDatabase.query("test", null, null, null, null, null, null); in testExecuteInsert() local
313 int val; in parseBlob() local
/aosp_15_r20/external/iptables/utils/
H A Dnfnl_osf.c136 static char *xt_osf_strchr(char *ptr, char c) in xt_osf_strchr()
154 unsigned long val; in xt_osf_parse_opt() local
/aosp_15_r20/external/clang/test/Sema/
H A Datomic-ops.c7 struct S { char c[3]; }; member
280 void memory_checks(_Atomic(int) *Ap, int *p, int val) { in memory_checks()

1...<<51525354555657585960>>...184