Home
last modified time | relevance | path

Searched +defs:val +defs:function (Results 51 – 75 of 1054) sorted by relevance

12345678910>>...43

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp132 std::shared_ptr<vk::dbg::Value> makeDbgValue(const T &val) in makeDbgValue()
166 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const rr::RValue<T> &val) in store()
173 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const T &val) in store()
188 void store(const rr::RValue<rr::Pointer<rr::Byte>> &ptr, const std::array<T, N> &val) in store()
229 auto val = create(); in getOrCreate() local
257 if(auto val = locals->get(name)) in get() local
273 if(auto val = children->get(name)) in get() local
795 sw::SpirvShader::Function::ID function; member
1965 auto val = SpirvShader::Operand(shader, state, objId).Int(i); in create() local
2262 auto function = debug::find<debug::Function>(stack[i].block); in trap() local
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_function.cpp24 namespace val { namespace
230 const auto function = _.FindDef(function_id); in ValidateFunctionCall() local
Dvalidate_mode_setting.cpp24 namespace val { namespace
768 const auto function = inst->function(); in ValidateFloatControls2() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_function.cpp24 namespace val { namespace
230 const auto function = _.FindDef(function_id); in ValidateFunctionCall() local
H A Dvalidate_mode_setting.cpp24 namespace val { namespace
788 const auto function = inst->function(); in ValidateFloatControls2() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/
H A Dzip_test_utils.py56 def decorate(function, name=name): argument
231 def write_field(self, key, val): argument
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DProperties.java918 String val = (String)e.getValue(); in store0() local
1146 String val = getProperty(key); in getProperty() local
1208 String val = (String)e.getValue(); in list() local
1236 String val = (String)e.getValue(); in list() local
1450 public synchronized void replaceAll(BiFunction<? super Object, ? super Object, ?> function) { in replaceAll()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DProperties.java918 String val = (String)e.getValue(); in store0() local
1146 String val = getProperty(key); in getProperty() local
1208 String val = (String)e.getValue(); in list() local
1236 String val = (String)e.getValue(); in list() local
1450 public synchronized void replaceAll(BiFunction<? super Object, ? super Object, ?> function) { in replaceAll()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DProperties.java918 String val = (String)e.getValue(); in store0() local
1146 String val = getProperty(key); in getProperty() local
1208 String val = (String)e.getValue(); in list() local
1236 String val = (String)e.getValue(); in list() local
1450 public synchronized void replaceAll(BiFunction<? super Object, ? super Object, ?> function) { in replaceAll()
/aosp_15_r20/external/icing/icing/query/advanced_query_parser/
H A Dquery-visitor.cc874 QueryTerm val{std::move(unescaped_string), node->raw_value(), in VisitString() local
883 QueryTerm val{std::move(node->value()), node->raw_value(), node->is_prefix()}; in VisitText() local
972 const Function& function = itr->second; in VisitFunction() local
/aosp_15_r20/external/executorch/kernels/prim_ops/
H A Dregister_prim_ops.cpp21 namespace function { namespace
333 const auto val = a.toDouble(); in __anon9c72e3c91602() local
/aosp_15_r20/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbDeviceManager.java1735 protected void setSystemProperty(String prop, String val) { in setSystemProperty()
1743 protected void putGlobalSettings(ContentResolver contentResolver, String setting, int val) { in putGlobalSettings()
2172 private static String addFunction(String functions, String function) { in addFunction()
2185 private static String removeFunction(String functions, String function) { in removeFunction()
2208 static boolean containsFunction(String functions, String function) { in containsFunction()
/aosp_15_r20/external/mesa3d/src/panfrost/lib/
H A Dpan_blend.c182 struct MALI_BLEND_FUNCTION *function) in to_panfrost_function()
308 is_factor_01(enum pipe_blendfactor factor, unsigned val, unsigned srca) in is_factor_01()
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DPrint.hpp55 static std::vector<Value *> val(const T *list, int count) in val() function in rr::PrintValue
205 static std::vector<Value *> val(const T &v) in val() function in rr::PrintValue
222 …static std::vector<Value *> val(const std::string &v) { return PrintValue::Ty<const char *>::val(v… in val() function
320 static std::vector<Value *> val(const RValue<Long> &v) { return { v.value() }; } in val() function
326 static std::vector<Value *> val(const RValue<Pointer<T>> &v) { return { v.value() }; } in val() function
347 static std::vector<Value *> val(const SIMD::Pointer &v) in val() function
389 static std::vector<Value *> val(const Reference<T> &v) { return PrintValue::Ty<T>::val(v); } in val() function
395 static std::vector<Value *> val(const RValue<T> &v) { return PrintValue::Ty<T>::val(v); } in val() function
433 void Print(const char *function, const char *file, int line, const char *msg, const ARGS &...vals) in Print()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_mode_setting.cpp24 namespace val { namespace
788 const auto function = inst->function(); in ValidateFloatControls2() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_ops_n_z.cc469 auto function = symbolTable.lookupNearestSymbolFrom<func::FuncOp>(op, func); in VerifyPartitionedCall() local
1778 constexpr const T &Clamp(const T &val, const T &low, const T &high) { in Clamp()
1785 constexpr bool IsSet(const T &val, unsigned index) { in IsSet()
1791 constexpr void Set(T &val, unsigned index) { in Set()
1797 constexpr void Unset(T &val, unsigned index) { in Unset()
3502 auto check = [&](mlir::Value val, std::string attr_name) -> LogicalResult { in verify()
3570 auto check = [&](mlir::Value val, std::string attr_name) -> LogicalResult { in verify()
3719 auto function = dyn_cast_or_null<mlir::func::FuncOp>( in verify() local
3758 auto function = dyn_cast_or_null<mlir::func::FuncOp>( in verify() local
/aosp_15_r20/external/libusb/libusb/
H A Dcore.c1120 uint16_t val; in get_endpoint_max_packet_size() local
2757 const char *function, const char *format, va_list args) in log_v()
2853 const char *function, const char *format, ...) in usbi_log()
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.33.2/libs/
HDguava-31.0.1-jre.jar ... transform (com.google.common.base.Function) com.google.common.base.Function ...
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-jre/linux_glibc_common/javac/
Dguava-jre.jar ... transform (com.google.common.base.Function) com.google.common.base.Function ...
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-jre/linux_glibc_common/local-javac-header/
Dguava-jre.jar ... transform (com.google.common.base.Function) com.google.common.base.Function ...
/aosp_15_r20/out/soong/.intermediates/external/guava/guava/linux_glibc_common/javac-header/
Dguava.jar ... transform (com.google.common.base.Function) com.google.common.base.Function ...
/aosp_15_r20/out/soong/.intermediates/external/guava/guava/linux_glibc_common/combined/
Dguava.jar ... transform (com.google.common.base.Function) com.google.common.base.Function ...
/aosp_15_r20/external/ComputeLibrary/utils/
H A DTypePrinter.h87 inline std::string to_string(const T &val) in to_string()
704 inline std::string to_string(const arm_compute::ActivationLayerInfo::ActivationFunction &function) in to_string()
2635 inline std::string to_string(const CLTunerMode val) in to_string()
2664 inline std::string to_string(CLGEMMKernelType val) in to_string()
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c751 PyObject *exc, *val, *tb; in _Py_FinishPendingCalls() local
2681 PyObject *val = POP(); local
2694 PyObject *val = _PyExc_PrepReraiseStar(orig, excs); local
2707 PyObject *val = POP(); local
4446 PyObject *exc, *val, *tb, *res; local
4689 PyObject *function = PEEK(nargs + 1); local
4705 PyObject *function = PEEK(oparg + 1); local
4721 PyObject *function = PEEK(nargs + 1); local
4740 PyObject *function = PEEK(total_args + 1); local
5795 PyObject *exc, *val, *tb; local
[all …]
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/guava/guava/32.1.1-jre/
HDguava-32.1.1-jre.jar ... transform (com.google.common.base.Function) com.google.common.base.Function ...

12345678910>>...43