/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/ |
Handle.c | 2 UEFI handle & protocol handling.
16 #include "Handle.h"
23 // gHandleDatabaseKey - The Key to show that the handle has been created/modified
61 Check whether a handle is a valid EFI_HANDLE
63 @param UserHandle The handle to check
65 @retval EFI_INVALID_PARAMETER The handle is NULL or not a valid EFI_HANDLE.
66 @retval EFI_SUCCESS The handle is valid EFI_HANDLE.
74 IHANDLE *Handle;
76 Handle = (IHANDLE *)UserHandle;
77 if (Handle == NULL) { [all...] |
/external/v8/src/runtime/ |
runtime-forin.cc | 23 MaybeHandle<HeapObject> Enumerate(Handle<JSReceiver> receiver) { 32 Handle<FixedArray> keys; 39 return handle(receiver->map(), isolate); 45 Handle<JSReceiver> receiver, 46 Handle<Object> key) { 63 Handle<JSProxy> proxy = it.GetHolder<JSProxy>(); 64 Handle<Object> prototype; 72 isolate, Handle<JSReceiver>::cast(prototype), key); 117 Handle<JSReceiver> receiver = args.at<JSReceiver>(0); 118 Handle<Object> cache_type [all...] |
runtime-debug.cc | 89 isolate, Handle<JSFunction>::cast(callback), data); 106 static Handle<Object> DebugGetProperty(LookupIterator* it, 121 Handle<Object> accessors = it->GetAccessors(); 127 Handle<Object> result; 129 result = handle(it->isolate()->pending_exception(), it->isolate()); 146 Isolate* isolate, Handle<IteratorType> object) { 148 Handle<IteratorType> iterator = Handle<IteratorType>::cast(object); 165 Handle<FixedArray> result = factory->NewFixedArray(2 * 3); 166 Handle<String> has_more [all...] |
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/ |
archrast.cpp | 91 virtual void Handle(Start& event) {} 92 virtual void Handle(End& event) {} 94 virtual void Handle(EarlyDepthStencilInfoSingleSample& event) 115 virtual void Handle(EarlyDepthStencilInfoSampleRate& event) 136 virtual void Handle(EarlyDepthStencilInfoNullPS& event) 157 virtual void Handle(LateDepthStencilInfoSingleSample& event) 178 virtual void Handle(LateDepthStencilInfoSampleRate& event) 199 virtual void Handle(LateDepthStencilInfoNullPS& event) 220 virtual void Handle(EarlyDepthInfoPixelRate& event) 234 virtual void Handle(LateDepthInfoPixelRate& event [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Application/VConfig/ |
VConfig.c | 61 Locate the network interface handle buffer.
123 Find network interface device handle by its name.
128 @return others Handle of the network interface.
139 EFI_HANDLE Handle;
152 Handle = NULL;
154 Handle = HandleBuffer[Index];
158 return Handle;
162 Open VlanConfig protocol from a handle.
164 @param[in] Handle The handle to open the VlanConfig protocol. [all...] |
/external/v8/src/ |
execution.cc | 40 static void PrintDeserializedCodeInfo(Handle<JSFunction> function) { 59 Isolate* isolate, bool is_construct, Handle<Object> target, 60 Handle<Object> receiver, int argc, Handle<Object> args[], 61 Handle<Object> new_target, Execution::MessageHandling message_handling) { 81 Handle<JSFunction> function = Handle<JSFunction>::cast(target); 90 Handle<HeapObject>::cast(new_target)); 123 Handle<Code> code = is_construct 129 // allocation of handles without explicit handle scopes [all...] |
api-arguments-inl.h | 17 return Handle<RETURN_TYPE>(); \ 27 Handle<InternalReturn> PropertyCallbackArguments::Call(Function f, \ 28 Handle<Name> name) { \ 52 Handle<InternalReturn> PropertyCallbackArguments::Call(Function f, \ 71 Handle<Object> PropertyCallbackArguments::Call( 72 GenericNamedPropertySetterCallback f, Handle<Name> name, 73 Handle<Object> value) { 87 Handle<Object> PropertyCallbackArguments::Call( 88 GenericNamedPropertyDefinerCallback f, Handle<Name> name, 103 Handle<Object> PropertyCallbackArguments::Call(IndexedPropertySetterCallback f [all...] |
layout-descriptor.cc | 18 Handle<LayoutDescriptor> LayoutDescriptor::New( 19 Handle<Map> map, Handle<DescriptorArray> descriptors, int num_descriptors) { 21 if (!FLAG_unbox_double_fields) return handle(FastPointerLayout(), isolate); 28 return handle(FastPointerLayout(), isolate); 33 Handle<LayoutDescriptor> layout_descriptor_handle = 39 return handle(layout_descriptor, isolate); 43 Handle<LayoutDescriptor> LayoutDescriptor::ShareAppend( 44 Handle<Map> map, PropertyDetails details) { 47 Handle<LayoutDescriptor> layout_descriptor(map->GetLayoutDescriptor() [all...] |
isolate.cc | 251 bool Isolate::IsDeferredHandle(Object** handle) { 256 // We iterate through all the blocks to see whether the argument handle 265 if (blocks->at(i) <= handle && handle < block_limit) return true; 284 Handle<String> Isolate::StackTraceString() { 292 Handle<String> stack_trace = accumulator.ToString(this); 315 Handle<String> trace = StackTraceString(); 330 StackTraceHelper(Isolate* isolate, FrameSkipMode mode, Handle<Object> caller) 410 const Handle<Object> caller_; 418 Handle<Object> TheHoleToUndefined(Isolate* isolate, Handle<Object> in) [all...] |
/external/r8/src/test/examplesAndroidO/invokecustom/ |
TestGenerator.java | 18 import org.objectweb.asm.Handle; 109 Handle bootstrap = new Handle( Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), 125 Handle bootstrap = new Handle( Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), 151 Handle bootstrap = new Handle( Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), 168 Handle bootstrap = new Handle( Opcodes.H_INVOKESTATIC, Type.getInternalName(InvokeCustom.class), 175 new Handle( Opcodes.H_INVOKESPECIAL, Type.getInternalName(Super.class) [all...] |
/art/runtime/ |
intern_table_test.cc | 36 Handle<mirror::String> foo_1(hs.NewHandle(intern_table.InternStrong(3, "foo"))); 37 Handle<mirror::String> foo_2(hs.NewHandle(intern_table.InternStrong(3, "foo"))); 38 Handle<mirror::String> foo_3( 40 Handle<mirror::String> bar(hs.NewHandle(intern_table.InternStrong(3, "bar"))); 60 Handle<mirror::String> foo( 120 Handle<mirror::String> hello( 122 Handle<mirror::String> world( 124 Handle<mirror::String> s0(hs.NewHandle(t.InternWeak(hello.Get()))); 125 Handle<mirror::String> s1(hs.NewHandle(t.InternWeak(world.Get()))); 141 Handle<mirror::String> still_here [all...] |
/external/v8/src/debug/ |
debug-evaluate.cc | 27 Handle<String> source) { 28 // Handle the processing of break. 41 Handle<Context> context = isolate->native_context(); 42 Handle<JSObject> receiver(context->global_proxy()); 43 Handle<SharedFunctionInfo> outer_info(context->closure()->shared(), isolate); 50 Handle<String> source, 52 // Handle the processing of break. 76 Handle<Context> context = context_builder.evaluation_context(); 77 Handle<JSObject> receiver(context->global_proxy()); 88 Isolate* isolate, Handle<SharedFunctionInfo> outer_info [all...] |
/external/v8/src/ffi/ |
ffi-compiler.cc | 14 Handle<Context> context(isolate->context()); 16 Handle<Map> prev_map = Handle<Map>(context->sloppy_function_map(), isolate); 28 Handle<Map> map = Map::CopyInitialMap( 105 Handle<JSFunction> CompileJSToNativeWrapper(Isolate* isolate, 106 Handle<String> name, 114 Handle<Code> code = assembler.GenerateCode(&state); 116 Handle<SharedFunctionInfo> shared = 120 Handle<JSFunction> function = isolate->factory()->NewFunction(
|
/external/v8/src/ic/ |
ic-state.h | 94 void Update(Handle<Object> left, Handle<Object> right, Handle<Object> result); 107 Kind UpdateKind(Handle<Object> object, Kind kind) const; 173 Handle<Map> map = Handle<Map>()); 175 static State NewInputState(State old_state, Handle<Object> value); 181 bool has_inlined_smi_code, Handle<Object> x, 182 Handle<Object> y);
|
handler-configuration-inl.h | 16 Handle<Object> LoadHandler::LoadField(Isolate* isolate, 22 return handle(Smi::FromInt(config), isolate); 25 Handle<Object> LoadHandler::LoadConstant(Isolate* isolate, int descriptor) { 30 return handle(Smi::FromInt(config), isolate); 33 Handle<Object> LoadHandler::LoadApiGetter(Isolate* isolate, int descriptor) { 38 return handle(Smi::FromInt(config), isolate); 41 Handle<Object> LoadHandler::EnableAccessCheckOnReceiver( 42 Isolate* isolate, Handle<Object> smi_handler) { 49 return handle(Smi::FromInt(config), isolate); 52 Handle<Object> LoadHandler::EnableNegativeLookupOnReceiver [all...] |
/hardware/qcom/display/sdm845/sdm/libs/core/ |
comp_manager.cpp | 85 Handle *display_ctx) { 139 DisplayError CompManager::UnregisterDisplay(Handle display_ctx) { 171 DisplayError CompManager::ReconfigureDisplay(Handle comp_handle, 213 void CompManager::PrepareStrategyConstraints(Handle comp_handle, HWLayers *hw_layers) { 238 // Handle the idle timeout by falling back 248 void CompManager::PrePrepare(Handle display_ctx, HWLayers *hw_layers) { 257 DisplayError CompManager::Prepare(Handle display_ctx, HWLayers *hw_layers) { 262 Handle &display_resource_ctx = display_comp_ctx->display_resource_ctx; 297 DisplayError CompManager::PostPrepare(Handle display_ctx, HWLayers *hw_layers) { 301 Handle &display_resource_ctx = display_comp_ctx->display_resource_ctx [all...] |
/device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/ |
SemihostPrivate.h | 26 UINTN Handle;
32 UINTN Handle;
80 IN UINT32 *Handle
129 IN UINT32 *Handle
161 #define Semihost_SYS_CLOSE(Handle) _Semihost_SYS_CLOSE(0x02, Handle)
168 #define Semihost_SYS_FLEN(Handle) _Semihost_SYS_FLEN(0x0C, Handle)
185 #define Semihost_SYS_CLOSE(Handle) GccSemihostCall(0x02, (UINTN)(Handle))
[all...] |
/prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/ |
syscall.go | 24 //sys regCreateKeyEx(key syscall.Handle, subkey *uint16, reserved uint32, class *uint16, options uint32, desired uint32, sa *syscall.SecurityAttributes, result *syscall.Handle, disposition *uint32) (regerrno error) = advapi32.RegCreateKeyExW 25 //sys regDeleteKey(key syscall.Handle, subkey *uint16) (regerrno error) = advapi32.RegDeleteKeyW 26 //sys regSetValueEx(key syscall.Handle, valueName *uint16, reserved uint32, vtype uint32, buf *byte, bufsize uint32) (regerrno error) = advapi32.RegSetValueExW 27 //sys regEnumValue(key syscall.Handle, index uint32, name *uint16, nameLen *uint32, reserved *uint32, valtype *uint32, buf *byte, buflen *uint32) (regerrno error) = advapi32.RegEnumValueW 28 //sys regDeleteValue(key syscall.Handle, name *uint16) (regerrno error) = advapi32.RegDeleteValueW 29 //sys regLoadMUIString(key syscall.Handle, name *uint16, buf *uint16, buflen uint32, buflenCopied *uint32, flags uint32, dir *uint16) (regerrno error) = advapi32.RegLoadMUIStringW
|
/prebuilts/go/linux-x86/src/internal/syscall/windows/registry/ |
syscall.go | 24 //sys regCreateKeyEx(key syscall.Handle, subkey *uint16, reserved uint32, class *uint16, options uint32, desired uint32, sa *syscall.SecurityAttributes, result *syscall.Handle, disposition *uint32) (regerrno error) = advapi32.RegCreateKeyExW 25 //sys regDeleteKey(key syscall.Handle, subkey *uint16) (regerrno error) = advapi32.RegDeleteKeyW 26 //sys regSetValueEx(key syscall.Handle, valueName *uint16, reserved uint32, vtype uint32, buf *byte, bufsize uint32) (regerrno error) = advapi32.RegSetValueExW 27 //sys regEnumValue(key syscall.Handle, index uint32, name *uint16, nameLen *uint32, reserved *uint32, valtype *uint32, buf *byte, buflen *uint32) (regerrno error) = advapi32.RegEnumValueW 28 //sys regDeleteValue(key syscall.Handle, name *uint16) (regerrno error) = advapi32.RegDeleteValueW 29 //sys regLoadMUIString(key syscall.Handle, name *uint16, buf *uint16, buflen uint32, buflenCopied *uint32, flags uint32, dir *uint16) (regerrno error) = advapi32.RegLoadMUIStringW
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiFileHandleLib/ |
UefiFileHandleLib.c | 36 This function will retrieve the information about the file for the handle
42 @param FileHandle The file handle of the file for which information is
96 This function sets the information about the file for the opened handle
99 @param[in] FileHandle The file handle of the file for which information
151 @param FileHandle the opened file handle
226 Close an open file handle.
228 This function closes a specified file handle. All "dirty" cached file data is
229 flushed to the device, and the file is closed. In all cases the handle is
232 @param FileHandle the file handle to close.
234 @retval EFI_SUCCESS the file handle was closed sucessfully. [all...] |
/art/runtime/mirror/ |
emulated_stack_frame.cc | 74 EmulatedStackFrameAccessor(Handle<mirror::ObjectArray<mirror::Object>> references, 75 Handle<mirror::ByteArray> stack_frame, 132 Handle<mirror::ObjectArray<mirror::Object>> references_; 133 Handle<mirror::ByteArray> stack_frame_; 145 Handle<mirror::MethodType> caller_type, 146 Handle<mirror::MethodType> callee_type, 154 Handle<mirror::ObjectArray<mirror::Class>> from_types(hs.NewHandle(caller_type->GetPTypes())); 155 Handle<mirror::ObjectArray<mirror::Class>> to_types(hs.NewHandle(callee_type->GetPTypes())); 167 Handle<mirror::Class> r_type(hs.NewHandle(callee_type->GetRType())); 174 Handle<mirror::ObjectArray<mirror::Object>> references(hs.NewHandle [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
FileHandleLib.h | 25 This function retrieves information about the file for the handle
31 @param[in] FileHandle The file handle of the file for which information is
44 This function sets the information about the file for the opened handle
47 @param[in] FileHandle The file handle of the file for which information
85 @param[in] FileHandle The opened file handle.
139 Close an open file handle.
141 This function closes a specified file handle. All "dirty" cached file data is
142 flushed to the device, and the file is closed. In all cases the handle is
145 @param[in] FileHandle The file handle to close.
147 @retval EFI_SUCCESS The file handle was closed successfully. [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
AcpiSystemDescriptionTable.h | 117 Create a handle from an ACPI opcode
120 @param[out] Handle Upon return, holds the handle.
123 @retval EFI_INVALID_PARAMETER Buffer is NULL or Handle is NULL or Buffer points to an
131 OUT EFI_ACPI_HANDLE *Handle
135 Create a handle for the first ACPI opcode in an ACPI system description table.
138 @param[out] Handle On return, points to the newly created ACPI handle.
140 @retval EFI_SUCCESS Handle created successfully.
147 OUT EFI_ACPI_HANDLE *Handle
[all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/ |
FileHandleLib.h | 37 This function retrieves information about the file for the handle
43 @param[in] FileHandle The file handle of the file for which information is
56 This function sets the information about the file for the opened handle
59 @param[in] FileHandle The file handle of the file for which information
97 @param[in] FileHandle The opened file handle.
151 Close an open file handle.
153 This function closes a specified file handle. All "dirty" cached file data is
154 flushed to the device, and the file is closed. In all cases the handle is
157 @param[in] FileHandle The file handle to close.
159 @retval EFI_SUCCESS The file handle was closed successfully. [all...] |
/external/libmojo/mojo/public/cpp/system/ |
data_pipe.h | 20 #include "mojo/public/cpp/system/handle.h" 26 class DataPipeProducerHandle : public Handle { 29 explicit DataPipeProducerHandle(MojoHandle value) : Handle(value) {} 34 static_assert(sizeof(DataPipeProducerHandle) == sizeof(Handle), 44 class DataPipeConsumerHandle : public Handle { 47 explicit DataPipeConsumerHandle(MojoHandle value) : Handle(value) {} 52 static_assert(sizeof(DataPipeConsumerHandle) == sizeof(Handle), 73 // Reset even on failure (reduces the chances that a "stale"/incorrect handle
|