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:orphaned
(Results
1 - 8
of
8
) sorted by relevance
/third_party/typescript/tests/baselines/reference/
H
A
D
genericFunctionsAndConditionalInference.js
33
const
orphaned
= <F extends Target>(at: Ops<F>) => at.dict(ok(at))
36
const leftOrphaned =
orphaned
(left)
39
const rightOrphaned =
orphaned
(right)
49
var
orphaned
= function (at) { return at.dict(ok(at)); };
51
var leftOrphaned =
orphaned
(left);
53
var rightOrphaned =
orphaned
(right);
/third_party/skia/third_party/externals/swiftshader/src/Common/
H
A
D
Resource.cpp
28
orphaned
= false;
in Resource()
76
else if(
orphaned
)
in lock()
120
else if(
orphaned
)
in unlock()
148
else if(
orphaned
)
in unlock()
175
orphaned
= true;
in destruct()
H
A
D
Resource.hpp
106
bool
orphaned
;
member in sw::Resource
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
Image.cpp
473
bool Image::
orphaned
() const
in orphaned()
function in egl::Image
480
if (
orphaned
())
in sourceInitState()
490
if (
orphaned
())
in setInitState()
H
A
D
Image.h
175
bool
orphaned
() const;
/third_party/libwebsockets/lib/roles/mqtt/
H
A
D
mqtt.c
2312
uint8_t send_unsub[8],
orphaned
;
in lws_mqtt_client_send_unsubcribe()
local
2323
orphaned
= 0;
in lws_mqtt_client_send_unsubcribe()
2333
orphaned
++;
in lws_mqtt_client_send_unsubcribe()
2337
if (!
orphaned
) {
in lws_mqtt_client_send_unsubcribe()
2368
tops =
orphaned
;
in lws_mqtt_client_send_unsubcribe()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H
A
D
Program.h
318
bool
orphaned
; // Flag to indicate that the program can be deleted when no longer in use
member in es2::Program
H
A
D
Program.cpp
152
orphaned
= false;
in Program()
2692
if(referenceCount == 0 &&
orphaned
)
in release()
3018
orphaned
= true;
3023
return
orphaned
;
Completed in 11 milliseconds