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

1 2 3 4 5 6 7 891011>>

  /external/skqp/src/core/
SkATrace.h 25 SkEventTracer::Handle addTraceEvent(char phase,
38 SkEventTracer::Handle handle) override;
  /external/skqp/src/gpu/vk/
GrVkDescriptorSet.h 22 GrVkDescriptorSetManager::Handle handle);
41 GrVkDescriptorSetManager::Handle fHandle;
  /external/skqp/tools/trace/
SkDebugfTracer.h 22 SkEventTracer::Handle addTraceEvent(char phase,
34 SkEventTracer::Handle handle) override;
  /external/tensorflow/tensorflow/core/common_runtime/
pending_counts.h 29 // holds a map from Handles to various counts for that handle. This
36 // std::vector<PendingCounts::Handle> h(C);
63 // An opaque handle indicating where in the PendingCounts data structure
65 class Handle;
68 // handle that can be passed to various PendingCounts routines
72 Handle CreateHandle(size_t max_pending_count, size_t max_dead_count);
94 void set_initial_count(Handle h, size_t pending_count) {
109 NodeState node_state(Handle h) {
116 void mark_started(Handle h) {
128 void mark_completed(Handle h)
    [all...]
process_function_library_runtime.h 84 // on device `device_name` and a `local_handle`, creates a handle and returns
87 FunctionLibraryRuntime::Handle AddHandle(
91 // Returns a handle if found for the given key, else returns kInvalidHandle.
92 FunctionLibraryRuntime::Handle GetHandle(const string& function_key) const;
94 // For the given handle instantiated on device `device_name` returns the local
98 const string& device_name, FunctionLibraryRuntime::Handle handle);
100 // Returns true if function with handle `handle` was instantiated on device
103 FunctionLibraryRuntime::Handle handle)
    [all...]
  /external/v8/src/builtins/
builtins-proxy.cc 27 Handle<Object> target = args.atOrUndefined(isolate, 1);
28 Handle<Object> handler = args.atOrUndefined(isolate, 2);
builtins-api.cc 44 Isolate* isolate, Handle<HeapObject> function,
45 Handle<HeapObject> new_target, Handle<FunctionTemplateInfo> fun_data,
46 Handle<Object> receiver, BuiltinArguments args) {
47 Handle<JSObject> js_receiver;
57 Handle<ObjectTemplateInfo> instance_template(
62 Handle<JSReceiver>::cast(new_target)),
77 js_receiver = Handle<JSObject>::cast(receiver);
81 !isolate->MayAccess(handle(isolate->context()), js_receiver)) {
111 Handle<Object> result = custom.Call(callback)
    [all...]
  /external/v8/src/compiler/
js-create-lowering.h 38 Handle<Context> native_context, Zone* zone)
61 Handle<AllocationSite> site);
67 Node* context, Handle<SharedFunctionInfo>,
73 Handle<JSObject> boilerplate,
76 Handle<JSObject> boilerplate,
80 Reduction ReduceNewArrayToStubCall(Node* node, Handle<AllocationSite> site);
89 Handle<Context> native_context() const { return native_context_; }
100 Handle<Context> const native_context_;
js-operator.h 34 VectorSlotPair(Handle<FeedbackVector> vector, FeedbackSlot slot)
39 Handle<FeedbackVector> vector() const { return vector_; }
45 const Handle<FeedbackVector> vector_;
282 CreateCatchContextParameters(Handle<String> catch_name,
283 Handle<ScopeInfo> scope_info);
285 Handle<String> catch_name() const { return catch_name_; }
286 Handle<ScopeInfo> scope_info() const { return scope_info_; }
289 Handle<String> const catch_name_;
290 Handle<ScopeInfo> const scope_info_;
336 StoreNamedOwnParameters(Handle<Name> name, VectorSlotPair const& feedback
    [all...]
  /external/v8/src/interpreter/
bytecode-dead-code-optimizer.h 29 Handle<BytecodeArray> ToBytecodeArray(
31 Handle<FixedArray> handler_table) override;
  /prebuilts/go/darwin-x86/src/internal/poll/
hook_windows.go 10 var CloseFunc func(syscall.Handle) error = syscall.Closesocket
13 var AcceptFunc func(syscall.Handle, syscall.Handle, *byte, uint32, uint32, uint32, *uint32, *syscall.Overlapped) error = syscall.AcceptEx
16 var ConnectExFunc func(syscall.Handle, syscall.Sockaddr, *byte, uint32, *uint32, *syscall.Overlapped) error = syscall.ConnectEx
  /prebuilts/go/darwin-x86/src/net/
hook_windows.go 17 socketFunc func(int, int, int) (syscall.Handle, error) = syscall.Socket
18 wsaSocketFunc func(int32, int32, int32, *syscall.WSAProtocolInfo, uint32, uint32) (syscall.Handle, error) = windows.WSASocket
19 connectFunc func(syscall.Handle, syscall.Sockaddr) error = syscall.Connect
20 listenFunc func(syscall.Handle, int) error = syscall.Listen
  /prebuilts/go/linux-x86/src/internal/poll/
hook_windows.go 10 var CloseFunc func(syscall.Handle) error = syscall.Closesocket
13 var AcceptFunc func(syscall.Handle, syscall.Handle, *byte, uint32, uint32, uint32, *uint32, *syscall.Overlapped) error = syscall.AcceptEx
16 var ConnectExFunc func(syscall.Handle, syscall.Sockaddr, *byte, uint32, *uint32, *syscall.Overlapped) error = syscall.ConnectEx
  /prebuilts/go/linux-x86/src/net/
hook_windows.go 17 socketFunc func(int, int, int) (syscall.Handle, error) = syscall.Socket
18 wsaSocketFunc func(int32, int32, int32, *syscall.WSAProtocolInfo, uint32, uint32) (syscall.Handle, error) = windows.WSASocket
19 connectFunc func(syscall.Handle, syscall.Sockaddr) error = syscall.Connect
20 listenFunc func(syscall.Handle, int) error = syscall.Listen
  /external/v8/src/
api.h 39 inline v8::internal::Handle<v8::internal::Object> FromCData(
42 if (obj == nullptr) return handle(v8::internal::Smi::kZero, isolate);
127 v8::internal::Handle<v8::internal::Context> obj);
129 v8::internal::Handle<v8::internal::Object> obj);
131 v8::internal::Handle<v8::internal::Module> obj);
133 v8::internal::Handle<v8::internal::Name> obj);
135 v8::internal::Handle<v8::internal::String> obj);
137 v8::internal::Handle<v8::internal::Symbol> obj);
139 v8::internal::Handle<v8::internal::JSRegExp> obj);
141 v8::internal::Handle<v8::internal::JSReceiver> obj)
267 v8::internal::Handle<v8::internal::Object> handle; local
    [all...]
transitions.cc 16 void TransitionArray::Insert(Handle<Map> map, Handle<Name> name,
17 Handle<Map> target, SimpleTransitionFlag flag) {
24 Handle<WeakCell> cell = Map::WeakCellForMap(target);
29 Handle<TransitionArray> result = Allocate(isolate, 0, 1);
45 Handle<WeakCell> cell = Map::WeakCellForMap(target);
50 Handle<TransitionArray> result = Allocate(isolate, 1, 1);
108 Handle<TransitionArray> result = Allocate(
197 Handle<Map> TransitionArray::FindTransitionToField(Handle<Map> map
    [all...]
  /external/v8/src/wasm/
wasm-objects.cc 98 Handle<WasmCompiledModule>> {
101 Handle<WasmCompiledModule> start_module, bool at_end)
104 current_(at_end ? Handle<WasmCompiledModule>::null() : start_module) {}
106 Handle<WasmCompiledModule> operator*() const {
126 handle(WasmCompiledModule::cast(weak_next->value()), isolate_);
138 handle(WasmCompiledModule::cast(weak_prev->value()), isolate_);
142 current_ = Handle<WasmCompiledModule>::null();
147 Handle<WasmCompiledModule> start_module_;
148 Handle<WasmCompiledModule> current_;
156 Handle<WasmInstanceObject>>
    [all...]
wasm-module.cc 85 static void RecordStats(Isolate* isolate, Handle<FixedArray> functions) {
129 void FlushICache(Isolate* isolate, Handle<FixedArray> code_table) {
131 Handle<Code> code = code_table->GetValueChecked<Code>(isolate, i);
137 Handle<Script> CreateWasmScript(Isolate* isolate,
139 Handle<Script> script =
170 Handle<Code> CloneOrCompileJSToWasmWrapper(Isolate* isolate,
172 Handle<Code> wasm_code,
177 Handle<Code> code = isolate->factory()->CopyCode(code_cache_[cached_idx]);
193 Handle<Code> code =
205 std::vector<Handle<Code>> code_cache_
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/LoadFileOnFv2/
LoadFileOnFv2.c 192 @param Device Handle to Firmware Volume.
238 @param Handle FV Handle.
244 EFI_HANDLE Handle
263 Status = gBS->HandleProtocol (Handle, &gEfiFirmwareVolume2ProtocolGuid, (VOID **)&Fv);
265 Status = gBS->HandleProtocol (Handle, &gEfiFirmwareVolumeBlockProtocolGuid, (VOID **)&Fvb);
299 Private->DevicePath = CreateFileDevicePath (Handle, &NameGuid, UiName);
323 EFI_FIRMWARE_VOLUME_PROTOCOL on the handle of the FFS. This notification function
339 EFI_HANDLE *Handle;
344 Handle = NULL;
    [all...]
  /external/v8/src/runtime/
runtime-proxy.cc 24 Handle<String> trap_name = isolate->factory()->apply_string();
26 Handle<Object> handler(proxy->handler(), isolate);
35 Handle<JSReceiver> target(proxy->target(), isolate);
37 Handle<Object> trap;
40 Object::GetMethod(Handle<JSReceiver>::cast(handler), trap_name));
45 ScopedVector<Handle<Object>> argv(arguments_length);
54 Handle<JSArray> arg_array = isolate->factory()->NewJSArray(
64 Handle<Object> trap_args[] = {target, receiver, arg_array};
77 Handle<String> trap_name = isolate->factory()->construct_string();
80 Handle<Object> handler(proxy->handler(), isolate)
    [all...]
runtime-liveedit.cc 28 Handle<Script> script = Handle<Script>(Script::cast(script_value->value()));
30 List<Handle<SharedFunctionInfo> > found;
39 found.Add(Handle<SharedFunctionInfo>(shared));
43 Handle<FixedArray> result = isolate->factory()->NewFixedArray(found.length());
45 Handle<SharedFunctionInfo> shared = found[i];
47 Handle<String> name(String::cast(shared->name()));
71 Handle<Script> script_handle = Handle<Script>(Script::cast(script->value()));
90 Handle<Script> original_script(Script::cast(original_script_value->value()))
    [all...]
  /prebuilts/go/darwin-x86/src/html/
escape_test.go 22 // Handle no entities.
28 // Handle simple named entities.
34 // Handle hitting the end of the string.
40 // Handle entities with two codepoints.
46 // Handle decimal numeric entities.
52 // Handle hexadecimal numeric entities.
58 // Handle numeric early termination.
64 // Handle numeric ISO-8859-1 entity replacements.
70 // Handle single ampersand.
76 // Handle ampersand followed by non-entity
    [all...]
  /prebuilts/go/linux-x86/src/html/
escape_test.go 22 // Handle no entities.
28 // Handle simple named entities.
34 // Handle hitting the end of the string.
40 // Handle entities with two codepoints.
46 // Handle decimal numeric entities.
52 // Handle hexadecimal numeric entities.
58 // Handle numeric early termination.
64 // Handle numeric ISO-8859-1 entity replacements.
70 // Handle single ampersand.
76 // Handle ampersand followed by non-entity
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_addrhashmap.h 31 // Map::Handle h(&m, addr);
38 // Map::Handle h(&m, addr, true);
39 // this will remove the data from the map in Handle dtor
68 class Handle {
70 Handle(AddrHashMap<T, kSize> *map, uptr addr);
71 Handle(AddrHashMap<T, kSize> *map, uptr addr, bool remove);
72 Handle(AddrHashMap<T, kSize> *map, uptr addr, bool remove, bool create);
74 ~Handle();
92 friend class Handle;
95 void acquire(Handle *h)
    [all...]
  /art/runtime/mirror/
stack_trace_element.h 25 template<class T> class Handle;
50 Handle<String> declaring_class,
51 Handle<String> method_name,
52 Handle<String> file_name,

Completed in 682 milliseconds

1 2 3 4 5 6 7 891011>>