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

1 23 4 5 6 7 8 91011>>

  /external/skqp/include/core/
SkRasterHandleAllocator.h 21 * 2. associates a "handle" to a private object that can track the matrix/clip of the SkCanvas
30 * If you have already allocated the base layer (and its handle, release-proc etc.) then you
41 typedef void* Handle;
45 // with it: the pixels, the "handle", etc. This is passed the pixel address and fReleaseCtx.
50 Handle fHandle; // public handle returned by SkCanvas::accessTopRasterHandle()
54 * Given a requested info, allocate the corresponding pixels/rowbytes, and whatever handle
65 * Clients access the handle for a given layer by calling SkCanvas::accessTopRasterHandle().
66 * To allow the handle to reflect the current matrix/clip in the canvs, updateHandle() is
67 * is called. The subclass is responsible to update the handle as it sees fit
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Common.c 87 @param Handle Debug port handle.
94 IN USB3_DEBUG_PORT_HANDLE *Handle,
101 DebugCapabilityBase = Handle->DebugCapabilityBase;
110 @param Handle Debug port handle.
118 IN USB3_DEBUG_PORT_HANDLE *Handle,
125 DebugCapabilityBase = Handle->DebugCapabilityBase;
134 @param Handle Debug port handle.
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/
comp_manager.h 49 const DisplayConfigVariableInfo &fb_config, Handle *display_ctx);
50 DisplayError UnregisterDisplay(Handle display_ctx);
51 DisplayError ReconfigureDisplay(Handle display_ctx, const HWDisplayAttributes &display_attributes,
55 void PrePrepare(Handle display_ctx, HWLayers *hw_layers);
56 DisplayError Prepare(Handle display_ctx, HWLayers *hw_layers);
57 DisplayError Commit(Handle display_ctx, HWLayers *hw_layers);
58 DisplayError PostPrepare(Handle display_ctx, HWLayers *hw_layers);
59 DisplayError ReConfigure(Handle display_ctx, HWLayers *hw_layers);
60 DisplayError PostCommit(Handle display_ctx, HWLayers *hw_layers);
61 void Purge(Handle display_ctx)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
midles.h 36 RPC_STATUS RPC_ENTRY MesIncrementalHandleReset(handle_t Handle,void *UserState,MIDL_ES_ALLOC AllocFn,MIDL_ES_WRITE WriteFn,MIDL_ES_READ ReadFn,MIDL_ES_CODE Operation);
40 RPC_STATUS RPC_ENTRY MesBufferHandleReset(handle_t Handle,unsigned __LONG32 HandleStyle,MIDL_ES_CODE Operation,char **pBuffer,unsigned __LONG32 BufferSize,unsigned __LONG32 *pEncodedSize);
41 RPC_STATUS RPC_ENTRY MesHandleFree(handle_t Handle);
42 RPC_STATUS RPC_ENTRY MesInqProcEncodingId(handle_t Handle,PRPC_SYNTAX_IDENTIFIER pInterfaceId,unsigned __LONG32 *pProcNum);
44 void RPC_ENTRY NdrMesSimpleTypeDecode(handle_t Handle,void *pObject,short Size);
45 void RPC_ENTRY NdrMesSimpleTypeEncode(handle_t Handle,const MIDL_STUB_DESC *pStubDesc,const void *pObject,short Size);
46 size_t RPC_ENTRY NdrMesTypeAlignSize(handle_t Handle,const MIDL_STUB_DESC *pStubDesc,PFORMAT_STRING pFormatString,const void *pObject);
47 void RPC_ENTRY NdrMesTypeEncode(handle_t Handle,const MIDL_STUB_DESC *pStubDesc,PFORMAT_STRING pFormatString,const void *pObject);
48 void RPC_ENTRY NdrMesTypeDecode(handle_t Handle,const MIDL_STUB_DESC *pStubDesc,PFORMAT_STRING pFormatString,void *pObject);
49 size_t RPC_ENTRY NdrMesTypeAlignSize2(handle_t Handle,const MIDL_TYPE_PICKLING_INFO *pPicklingInfo,const MIDL_STUB_DESC *pStubDesc,PFORMAT_STRING pForma (…)
    [all...]
  /external/v8/src/
compilation-cache.cc 40 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) {
42 Handle<CompilationCacheTable> result;
49 result = Handle<CompilationCacheTable>(table, isolate());
94 void CompilationSubCache::Remove(Handle<SharedFunctionInfo> function_info) {
96 // into the caller's handle scope.
99 Handle<CompilationCacheTable> table = GetTable(generation);
111 bool CompilationCacheScript::HasOrigin(Handle<SharedFunctionInfo> function_info,
112 Handle<Object> name, int line_offset,
115 Handle<Script> script =
116 Handle<Script>(Script::cast(function_info->script()), isolate())
    [all...]
lookup.h 45 LookupIterator(Handle<Object> receiver, Handle<Name> name,
49 LookupIterator(Isolate* isolate, Handle<Object> receiver, Handle<Name> name,
54 LookupIterator(Handle<Object> receiver, Handle<Name> name,
55 Handle<JSReceiver> holder,
60 LookupIterator(Isolate* isolate, Handle<Object> receiver, Handle<Name> name,
61 Handle<JSReceiver> holder
    [all...]
field-type.h 16 class Handle;
22 static Handle<FieldType> None(Isolate* isolate);
23 static Handle<FieldType> Any(Isolate* isolate);
25 static Handle<FieldType> Class(i::Handle<i::Map> map, Isolate* isolate);
35 bool NowContains(Handle<Object> value) { return NowContains(*value); }
38 Handle<i::Map> AsClass();
43 bool NowIs(Handle<FieldType> other);
uri.h 17 static MaybeHandle<String> DecodeUri(Isolate* isolate, Handle<String> uri) {
23 Handle<String> component) {
28 static MaybeHandle<String> EncodeUri(Isolate* isolate, Handle<String> uri) {
34 Handle<String> component) {
39 static MaybeHandle<String> Escape(Isolate* isolate, Handle<String> string);
42 static MaybeHandle<String> Unescape(Isolate* isolate, Handle<String> string);
45 static MaybeHandle<String> Decode(Isolate* isolate, Handle<String> uri,
47 static MaybeHandle<String> Encode(Isolate* isolate, Handle<String> uri,
property-descriptor.h 45 Handle<Object> ToObject(Isolate* isolate);
48 static bool ToPropertyDescriptor(Isolate* isolate, Handle<Object> obj,
84 Handle<Object> value() const { return value_; }
85 void set_value(Handle<Object> value) { value_ = value; }
95 Handle<Object> get() const { return get_; }
96 void set_get(Handle<Object> get) { get_ = get; }
99 Handle<Object> set() const { return set_; }
100 void set_set(Handle<Object> set) { set_ = set; }
103 Handle<Object> name() const { return name_; }
104 void set_name(Handle<Object> name) { name_ = name;
    [all...]
  /external/v8/src/debug/
debug.h 70 static BreakLocation FromFrame(Handle<DebugInfo> debug_info,
73 static void AllAtCurrentStatement(Handle<DebugInfo> debug_info,
87 bool HasBreakPoint(Handle<DebugInfo> debug_info) const;
92 BreakLocation(Handle<AbstractCode> abstract_code, DebugBreakType type,
101 static int BreakIndexFromCodeOffset(Handle<DebugInfo> debug_info,
102 Handle<AbstractCode> abstract_code,
108 Handle<AbstractCode> abstract_code_;
120 Handle<DebugInfo> debug_info, Handle<AbstractCode> abstract_code);
142 explicit BreakIterator(Handle<DebugInfo> debug_info)
    [all...]
  /external/v8/src/ic/
ic.h 38 void UpdateState(Handle<Object> receiver, Handle<Object> name);
40 bool RecomputeHandlerForName(Handle<Object> name);
41 void MarkRecomputeHandler(Handle<Object> name) {
57 static inline Handle<Map> GetHandlerCacheHolder(Handle<Map> receiver_map,
61 static inline Handle<Map> GetICCacheHolder(Handle<Map> receiver_map,
115 void ConfigureVectorState(IC::State new_state, Handle<Object> key);
117 void ConfigureVectorState(Handle<Name> name, Handle<Map> map
    [all...]
call-optimization.cc 11 CallOptimization::CallOptimization(Handle<Object> function) {
12 constant_function_ = Handle<JSFunction>::null();
14 expected_receiver_type_ = Handle<FunctionTemplateInfo>::null();
15 api_call_info_ = Handle<CallHandlerInfo>::null();
17 Initialize(Handle<JSFunction>::cast(function));
19 Initialize(Handle<FunctionTemplateInfo>::cast(function));
24 Handle<JSObject> CallOptimization::LookupHolderOfExpectedType(
25 Handle<Map> object_map, HolderLookup* holder_lookup,
30 return Handle<JSObject>::null();
35 return Handle<JSObject>::null()
    [all...]
  /external/compiler-rt/lib/esan/
cache_frag.cpp 80 static void reportStructCounter(StructHashMap::Handle &Handle) {
83 StructInfo *Struct = Handle->Struct;
102 Struct->Size, Handle->Count, Handle->Ratio, *Struct->ArrayCounter);
117 static void computeStructRatio(StructHashMap::Handle &Handle) {
118 Handle->Ratio = 0;
119 Handle->Count = Handle->Struct->FieldCounters[0]
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/Windows/
Windows.h 45 HANDLE handle; member in class:AutoHandle
48 AutoHandle(HANDLE h) : handle(h) {}
51 if (handle)
52 CloseHandle(handle);
55 operator HANDLE() {
56 return handle;
59 AutoHandle &operator=(HANDLE h) {
60 handle = h
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Handle.c 2 SMM handle & protocol handling.
25 Check whether a handle is a valid EFI_HANDLE
27 @param UserHandle The handle to check
29 @retval EFI_INVALID_PARAMETER The handle is NULL or not a valid EFI_HANDLE.
30 @retval EFI_SUCCESS The handle is valid EFI_HANDLE.
38 IHANDLE *Handle;
40 Handle = (IHANDLE *)UserHandle;
41 if (Handle == NULL) {
44 if (Handle->Signature != EFI_HANDLE_SIGNATURE) {
113 Finds the protocol instance for the requested handle and protocol.
    [all...]
  /external/v8/src/wasm/
wasm-objects.h 54 static Handle<WasmModuleObject> New(
55 Isolate* isolate, Handle<WasmCompiledModule> compiled_module);
72 static Handle<WasmTableObject> New(Isolate* isolate, uint32_t initial,
74 Handle<FixedArray>* js_functions);
75 static void Grow(Isolate* isolate, Handle<WasmTableObject> table,
77 static Handle<FixedArray> AddDispatchTable(
78 Isolate* isolate, Handle<WasmTableObject> table,
79 Handle<WasmInstanceObject> instance, int table_index,
80 Handle<FixedArray> function_table, Handle<FixedArray> signature_table)
    [all...]
wasm-js.h 19 static bool IsWasmTableObject(Isolate* isolate, Handle<Object> value);
22 static bool IsWasmMemoryObject(Isolate* isolate, Handle<Object> value);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
HiiHandle.h 2 This file is for functins related to assign and free Framework HII handle number.
24 Initialize the Framework Hii Handle database.
33 Allocate a new Framework HII handle.
35 @param Handle Returns the new Framework HII Handle assigned.
37 @retval EFI_SUCCESS A new Framework HII Handle is assigned.
38 @retval EFI_OUT_OF_RESOURCE The Framework HII Handle database is depleted.
43 OUT FRAMEWORK_EFI_HII_HANDLE *Handle
48 Free Framework HII handle.
50 @param Handle The Framework HII Handle to be freed.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
StringParse.h 27 int Handle, // matches handle passed in with StringParsePack()
42 Handle - GC_TODO: add argument description
58 int Handle,
71 Handle - GC_TODO: add argument description
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
Handle.java 12 * A generic mojo handle.
14 public interface Handle extends Closeable {
17 * Closes the given |handle|.
19 * Concurrent operations on |handle| may succeed (or fail as usual) if they happen before the
28 * @see Core#wait(Handle, Core.HandleSignals, long)
33 * @return whether the handle is valid. A handle is valid until it has been explicitly closed or
39 * Converts this handle into an {@link UntypedHandle}, invalidating this handle.
44 * Returns the {@link Core} implementation for this handle. Can be null if this handle i
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/templates/
ar_event_cpp.template 39 pHandler->Handle(*this);
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
PerformanceLib.h 26 Creates a record that contains the Handle, Token, and Module.
31 @param Handle Pointer to environment specific context used
47 IN CONST VOID *Handle, OPTIONAL
56 Looks up the record that matches Handle, Token, and Module.
63 @param Handle Pointer to environment specific context used
79 IN CONST VOID *Handle, OPTIONAL
99 the log entry is returned in Handle, Token, Module, StartTimeStamp, and EndTimeStamp.
101 If Handle is NULL, then ASSERT().
110 @param Handle Pointer to environment specific context used to identify the component
128 OUT CONST VOID **Handle,
    [all...]
  /external/v8/src/builtins/
builtins-reflect.cc 24 Handle<Object> target = args.at(1);
25 Handle<Object> key = args.at(2);
26 Handle<Object> attributes = args.at(3);
35 Handle<Name> name;
45 JSReceiver::DefineOwnProperty(isolate, Handle<JSReceiver>::cast(target),
55 Handle<Object> target = args.at(1);
56 Handle<Object> key = args.at(2);
65 Handle<Name> name;
70 Handle<JSReceiver>::cast(target), name, SLOPPY);
78 Handle<Object> target = args.atOrUndefined(isolate, 1)
    [all...]
  /art/runtime/
handle.h 34 template<class T> class Handle;
36 // Handles are memory locations that contain GC roots. As the mirror::Object*s within a handle are
38 // a wrap pointer. Handles are generally allocated within HandleScopes. Handle is a super-class
41 class Handle : public ValueObject {
43 Handle() : reference_(nullptr) {
46 ALWAYS_INLINE Handle(const Handle<T>& handle) = default; member in class:art::Handle
48 ALWAYS_INLINE Handle<T>& operator=(const Handle<T>& handle) = default member in class:art::Handle
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/
Handle.java 39 public final class Handle {
42 * The kind of field or method designated by this Handle. Should be
53 * by this handle.
58 * The name of the field or method designated by this handle.
63 * The descriptor of the field or method designated by this handle.
68 * Constructs a new field or method handle.
71 * the kind of field or method designated by this Handle. Must be
81 * designated by this handle.
83 * the name of the field or method designated by this handle.
86 * handle
    [all...]

Completed in 720 milliseconds

1 23 4 5 6 7 8 91011>>