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:ours
(Results
1 - 4
of
4
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
pid.c
206
int
ours
= 1;
local
216
if ((
ours
= proc_name_ours(pid, procname)) < 0) {
222
if (
ours
) {
263
/* Remove the PID file, if it is
ours
*/
360
int
ours
;
local
362
if ((
ours
= proc_name_ours(*pid, procname)) < 0)
365
if (!
ours
) {
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H
A
D
vktVideoTestUtils.hpp
505
auto*
ours
= (VkVideoDecodeH264ProfileInfoKHR*)m_profile.pNext;
in operator ==()
local
507
if (
ours
->sType != theirs->sType)
in operator ==()
509
if (
ours
->stdProfileIdc != theirs->stdProfileIdc)
in operator ==()
511
if (
ours
->pictureLayout != theirs->pictureLayout)
in operator ==()
517
auto*
ours
= (VkVideoDecodeH265ProfileInfoKHR*)m_profile.pNext;
in operator ==()
local
519
if (
ours
->sType != theirs->sType)
in operator ==()
521
if (
ours
->stdProfileIdc != theirs->stdProfileIdc)
in operator ==()
/third_party/cups-filters/fontembed/
H
A
D
sfnt.c
86
char *
ours
=NULL;
in otf_read()
local
104
ours
=buf=malloc(sizeof(char)*pad_len);
in otf_read()
117
free(
ours
);
in otf_read()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
[all...]
Completed in 26 milliseconds