HomeSort by relevance Sort by last modified time
    Searched refs:Handle (Results 276 - 300 of 2479) sorted by null

<<11121314151617181920>>

  /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 67 Locate the network interface handle buffer.
129 Find network interface device handle by its name.
134 @return others Handle of the network interface.
145 EFI_HANDLE Handle;
158 Handle = NULL;
160 Handle = HandleBuffer[Index];
164 return Handle;
168 Open VlanConfig protocol from a handle.
170 @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...]
  /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...]
method_handles-inl.h 34 inline bool ConvertArgumentValue(Handle<mirror::MethodType> callsite_type,
35 Handle<mirror::MethodType> callee_type,
57 inline bool ConvertArgumentValue(Handle<mirror::MethodType> callsite_type,
58 Handle<mirror::MethodType> callee_type,
68 inline bool ConvertReturnValue(Handle<mirror::MethodType> callsite_type,
69 Handle<mirror::MethodType> callee_type,
93 Handle<mirror::MethodType> callsite_type,
94 Handle<mirror::MethodType> callee_type,
100 Handle<mirror::ObjectArray<mirror::Class>> from_types(hs.NewHandle(callsite_type->GetPTypes()));
101 Handle<mirror::ObjectArray<mirror::Class>> to_types(hs.NewHandle(callee_type->GetPTypes()))
    [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...]
  /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
  /external/v8/src/runtime/
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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiPerformanceLib/
PeiPerformanceLib.c 90 Searches in the log array with keyword Handle, Token, Module and Identifier.
100 @param Handle Pointer to environment specific context used
115 IN CONST VOID *Handle, OPTIONAL
141 (LogEntryArray[Index2].Handle == (EFI_PHYSICAL_ADDRESS) (UINTN) Handle) &&
154 Creates a record that contains the Handle, Token, Module and Identifier.
159 @param Handle Pointer to environment specific context used
176 IN CONST VOID *Handle, OPTIONAL
201 LogEntryArray[Index].Handle = (EFI_PHYSICAL_ADDRESS) (UINTN) Handle;
    [all...]
  /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 successfully.
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/VirtioFdtDxe/
VirtioFdtDxe.c 50 EFI_HANDLE Handle;
92 Handle = NULL;
93 Status = gBS->InstallProtocolInterface (&Handle,
98 "protocol on a new handle (Status == %r)\n",
104 Status = VirtioMmioInstallDevice (RegBase, Handle);
107 "on handle %p (Status == %r)\n", __FUNCTION__, RegBase,
108 Handle, Status));
110 Status = gBS->UninstallProtocolInterface (Handle,
  /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
  /external/v8/src/ast/
context-slot-cache.cc 45 void ContextSlotCache::Update(Handle<Object> data, Handle<String> name,
50 Handle<String> internalized_name;
74 void ContextSlotCache::ValidateEntry(Handle<Object> data, Handle<String> name,
80 Handle<String> internalized_name;
prettyprinter.h 22 Handle<String> Print(FunctionLiteral* program, int position);
31 void Print(Handle<String> str);
46 void PrintLiteral(Handle<Object> value, bool quote);
82 void PrintLiteral(Handle<Object> value, bool quote);
91 void PrintLiteralIndented(const char* info, Handle<Object> value, bool quote);
94 Handle<Object> value);

Completed in 278 milliseconds

<<11121314151617181920>>