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:removable
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/dng_sdk/source/
H
A
D
dng_xmp.cpp
2407
// Option for
removable
fields.
in SyncExif()
2409
uint32
removable
= removeFromXMP ? removeXMP
in SyncExif()
local
2417
readOnly +
removable
);
in SyncExif()
2424
readOnly +
removable
);
in SyncExif()
2625
readOnly +
removable
);
in SyncExif()
2728
readOnly +
removable
);
in SyncExif()
2736
readOnly +
removable
);
in SyncExif()
2744
readOnly +
removable
);
in SyncExif()
2752
readOnly +
removable
);
in SyncExif()
2760
readOnly +
removable
);
in SyncExif()
[all...]
/third_party/typescript/tests/baselines/reference/
H
A
D
objectRest.js
37
var
removable
= new Removable();
38
var { removed, ...removableRest } =
removable
;
39
var i: I =
removable
;
85
var
removable
= new Removable();
86
var { removed } =
removable
, removableRest = __rest(
removable
, ["removed"]);
87
var i =
removable
;
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_hub.c
1268
uint8_t
removable
;
in uhub_attach()
local
1498
removable
= 0;
in uhub_attach()
1508
/* check if port is
removable
*/
in uhub_attach()
1514
removable
++;
in uhub_attach()
1518
removable
++;
in uhub_attach()
1521
DPRINTF("Assuming
removable
port\n");
in uhub_attach()
1522
removable
++;
in uhub_attach()
1580
"
removable
, %s powered\n", nports, (nports != 1) ? "s" : "",
in uhub_attach()
1581
removable
, udev->flags.self_powered ? "self" : "bus");
in uhub_attach()
Completed in 7 milliseconds