Home
last modified time | relevance | path

Searched +defs:val +defs:handlers (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c385 struct handlers { struct
386 handler_fn exception_handlers[VECTOR_NUM][ESR_EC_NUM]; argument
398 struct handlers *handlers = (struct handlers *)exception_handlers; in route_exception() local
440 struct handlers *handlers = addr_gva2hva(vm, vm->handlers); in vm_install_sync_handler() local
451 struct handlers *handlers = addr_gva2hva(vm, vm->handlers); in vm_install_exception_handler() local
468 uint64_t val; in aarch64_get_supported_page_sizes() local
/aosp_15_r20/external/crosvm/devices/src/utils/
H A Devent_loop.rs52 handlers: Arc<Mutex<BTreeMap<Descriptor, Weak<dyn EventHandler>>>>, field
244 val: Mutex<u8>, field
278 let mut val = h.val.lock().unwrap(); in event_loop_test() localVariable
/aosp_15_r20/external/guice/extensions/persist/lib/
HDdb4o-6.4.14.8131-java5.jar ... internal/freespace/ com/db4o/internal/handlers/ com/db4o/internal/handlers/net ...
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Dio_context_ref.hpp56 std::vector<std::function<void(int, const std::error_code & ec)>> &handlers; member
100 { in on_success()
/aosp_15_r20/external/python/cpython3/Python/
DPython-ast.c2374 _PyAST_Try(asdl_stmt_seq * body, asdl_excepthandler_seq * handlers, in _PyAST_Try()
2395 _PyAST_TryStar(asdl_stmt_seq * body, asdl_excepthandler_seq * handlers, in _PyAST_TryStar()
5513 stmt_ty val; in obj2ast_mod() local
5550 type_ignore_ty val; in obj2ast_mod() local
5599 stmt_ty val; in obj2ast_mod() local
5678 expr_ty val; in obj2ast_mod() local
5875 stmt_ty val; in obj2ast_stmt() local
5912 expr_ty val; in obj2ast_stmt() local
6036 stmt_ty val; in obj2ast_stmt() local
6073 expr_ty val; in obj2ast_stmt() local
[all …]
/aosp_15_r20/art/compiler/optimizing/
H A Doptimizing_unit_test.h906 HParameterValue* val = new (GetAllocator()) HParameterValue( variable
1016 explicit PatternMatchGraphVisitor(HGraph* graph, Inst... handlers) : HGraphVisitor(graph) { in PatternMatchGraphVisitor()
1057 void FillHandlers(First h1, Inst... handlers) { in FillHandlers()
H A Dgraph_checker.cc103 static const char* StrBool(bool val) { in StrBool()
444 ArrayRef<HBasicBlock* const> handlers = try_boundary->GetExceptionHandlers(); in VisitTryBoundary() local
/aosp_15_r20/external/pytorch/c10/util/
H A DLogging.cpp125 const char* val = getenv("PYTORCH_API_USAGE_STDERR"); in IsAPIUsageDebugMode() local
162 std::pair<std::string_view, std::unique_ptr<EventSampledHandler>>> in InitEventSampledHandlers()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/include/
H A Dkvm_util_base.h88 vm_vaddr_t handlers; member
470 static inline int __vcpu_set_reg(struct kvm_vcpu *vcpu, uint64_t id, uint64_t val) in __vcpu_set_reg()
482 static inline void vcpu_set_reg(struct kvm_vcpu *vcpu, uint64_t id, uint64_t val) in vcpu_set_reg()
539 uint64_t attr, void *val) in kvm_device_attr_get()
549 uint64_t attr, void *val) in kvm_device_attr_set()
569 uint64_t attr, void *val) in __vcpu_device_attr_get()
575 uint64_t attr, void *val) in vcpu_device_attr_get()
581 uint64_t attr, void *val) in __vcpu_device_attr_set()
587 uint64_t attr, void *val) in vcpu_device_attr_set()
/aosp_15_r20/external/python/cpython2/Python/
DPython-ast.c1301 TryExcept(asdl_seq * body, asdl_seq * handlers, asdl_seq * orelse, int lineno, in TryExcept()
3351 stmt_ty val; in obj2ast_mod() local
3391 stmt_ty val; in obj2ast_mod() local
3454 stmt_ty val; in obj2ast_mod() local
3567 stmt_ty val; in obj2ast_stmt() local
3596 expr_ty val; in obj2ast_stmt() local
3652 expr_ty val; in obj2ast_stmt() local
3681 stmt_ty val; in obj2ast_stmt() local
3710 expr_ty val; in obj2ast_stmt() local
3773 expr_ty val; in obj2ast_stmt() local
[all …]
/aosp_15_r20/external/python/cpython2/Lib/
Durllib2.py314 def add_header(self, key, val): argument
318 def add_unredirected_header(self, key, val): argument
479 def build_opener(*handlers):
/aosp_15_r20/prebuilts/misc/common/android-support-test/espresso/
HDespresso_contrib_release_no_deps.jar ... .espresso.action.CoordinatesProvider { final synthetic String val$title1 final synthetic String val$title2 void < ...
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6489 NanCallbackHandler handlers; in nan_init_handlers() local
6566 TwtCallbackHandler handlers; in twt_init_handlers() local
6656 u8 val; in get_oui_bytes() local
6710 u8 val; in enableNan() local
7180 u8 val, numchans = 0; in configNan() local
7508 u32 val = 0; in publishNan() local
7862 u32 val = 0; in subscribeNan() local
8503 u32 val = 0; in nanPairingRequest() local
8639 u32 val = 0; in nanPairingResponse() local
9105 u32 val = 0; in nanDataInitRequest() local
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/
H A Djquery.js5449 handlers: function( event, handlers ) { argument
5492 handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); property
5501 handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); property
8434 val: function( value ) { method
8991 return jQuery.map( val, function( val ) { argument
10592 return access( this, function( elem, method, val ) { argument
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/
H A Djquery.js5449 handlers: function( event, handlers ) { argument
5492 handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); property
5501 handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); property
8434 val: function( value ) { method
8991 return jQuery.map( val, function( val ) { argument
10592 return access( this, function( elem, method, val ) { argument
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
H A Djquery-3.5.1.js5449 handlers: function( event, handlers ) { method
5492 handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); property
5501 handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); property
8434 val: function( value ) { method
8991 return jQuery.map( val, function( val ) { argument
10592 return access( this, function( elem, method, val ) { argument
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/
H A Djquery-3.5.1.js5449 handlers: function( event, handlers ) { argument
5492 handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); property
5501 handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); property
8434 val: function( value ) { method
8991 return jQuery.map( val, function( val ) { argument
10592 return access( this, function( elem, method, val ) { argument
/aosp_15_r20/external/python/cpython2/Modules/
Dpyexpat.c81 PyObject **handlers; member
273 trace_frame(PyThreadState *tstate, PyFrameObject *f, int code, PyObject *val) in trace_frame()
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp604 #define SET_NAN_PAIRING_CAP(h_info, val) (h_info && (h_info->nan_pairing_supported = val)) argument
605 #define SET_NAN_SUSPEND_CAP(h_info, val) (h_info && (h_info->nan_suspend_supported = val)) argument
612 NanHandle(wifi_handle handle, NanCallbackHandler handlers):mHandlers(handlers) in NanHandle()
6492 NanCallbackHandler handlers) in nan_register_handler()
/aosp_15_r20/out/soong/.intermediates/packages/apps/Browser2/Browser2/android_common/javac/
DBrowser2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/chromium/ org/ ...
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/urllib/
Drequest.py401 def add_header(self, key, val): argument
405 def add_unredirected_header(self, key, val): argument
569 def build_opener(*handlers):
/aosp_15_r20/external/python/cpython3/Lib/urllib/
Drequest.py401 def add_header(self, key, val): argument
405 def add_unredirected_header(self, key, val): argument
569 def build_opener(*handlers):
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/urllib/
Drequest.py401 def add_header(self, key, val): argument
405 def add_unredirected_header(self, key, val): argument
569 def build_opener(*handlers):
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/urllib/
Drequest.py401 def add_header(self, key, val): argument
405 def add_unredirected_header(self, key, val): argument
569 def build_opener(*handlers):
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/urllib/
H A Drequest.py401 def add_header(self, key, val): argument
405 def add_unredirected_header(self, key, val): argument
569 def build_opener(*handlers):

12345678910>>...20