Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:target_handle
(Results
1 - 9
of
9
) sorted by relevance
/third_party/elfutils/debuginfod/
H
A
D
debuginfod-client.c
207
CURL **
target_handle
;
member
221
if (*d->
target_handle
== NULL)
in debuginfod_write_callback()
223
*d->
target_handle
= d->handle;
in debuginfod_write_callback()
236
if (*d->
target_handle
!= d->handle)
in debuginfod_write_callback()
1233
CURL *
target_handle
= NULL;
in debuginfod_query_server()
local
1259
escaped_string = curl_easy_escape(&
target_handle
, filename+1, 0);
in debuginfod_query_server()
1290
data[i].
target_handle
= &
target_handle
;
in debuginfod_query_server()
1413
if (
target_handle
!= NULL)
in debuginfod_query_server()
1416
if (data[i].handle !=
target_handle
)
in debuginfod_query_server()
[all...]
/third_party/mesa3d/src/intel/tools/
H
A
D
intel_dump_gpu.c
151
handle = exec_objects[relocs[i].
target_handle
].handle;
in relocate_bo()
153
handle = relocs[i].
target_handle
;
in relocate_bo()
/third_party/python/Modules/
H
A
D
_winapi.c
1196
HANDLE
target_handle
;
in _winapi_DuplicateHandle_impl()
local
1204
&
target_handle
,
in _winapi_DuplicateHandle_impl()
1216
return
target_handle
;
in _winapi_DuplicateHandle_impl()
/third_party/mesa3d/include/drm-uapi/
H
A
D
i915_drm.h
1064
__u32
target_handle
;
member
/third_party/libdrm/include/drm/
H
A
D
i915_drm.h
789
__u32
target_handle
;
member
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_batch.c
422
.
target_handle
= find_exec_index(batch, target),
in emit_reloc()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_batch_chain.c
228
entry->
target_handle
= -1; /* See also anv_cmd_buffer_process_relocs() */
in anv_reloc_list_add()
1392
list->relocs[i].
target_handle
=
in anv_cmd_buffer_process_relocs()
/third_party/mesa3d/src/intel/common/tests/
H
A
D
mi_builder_test.cpp
366
reloc.
target_handle
= addr.gem_handle == test->data_bo_handle ? 0 : 1;
/third_party/libdrm/intel/
H
A
D
intel_bufmgr_gem.c
201
* Array of info structs corresponding to relocs[i].
target_handle
etc
2075
bo_gem->relocs[bo_gem->reloc_count].
target_handle
=
in do_bo_emit_reloc()
Completed in 26 milliseconds