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:clm
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
H
A
D
CommandLineMain.java
87
CommandLineMain
clm
= CommandLine.populateCommand(new CommandLineMain(), args);
in main()
88
if (
clm
.help) {
in main()
89
CommandLine.usage(
clm
, System.out, Ansi.AUTO);
in main()
92
if (
clm
.numberInput.number != null) {
in main()
93
if (
clm
.optionalParameter != null &&
clm
.optionalParameter.customRecipe != null) {
in main()
95
.createCustomRecipeMigration(
clm
.numberInput.number,
clm
.countryCode,
in main()
96
MigrationFactory.importRecipes(Files.newInputStream(Paths.get(
clm
.optionalParameter.customRecipe))));
in main()
98
migrationJob = MigrationFactory.createMigration(
clm
in main()
[all...]
/third_party/ffmpeg/libavfilter/
H
A
D
colorspace.c
159
AVContentLightMetadata *
clm
= (AVContentLightMetadata *)sd->data;
in ff_determine_signal_peak()
local
160
peak =
clm
->MaxCLL / REFERENCE_WHITE;
in ff_determine_signal_peak()
183
AVContentLightMetadata *
clm
= (AVContentLightMetadata *)sd->data;
in ff_update_hdr_metadata()
local
184
clm
->MaxCLL = (unsigned)(peak * REFERENCE_WHITE);
in ff_update_hdr_metadata()
/third_party/ffmpeg/libavcodec/
H
A
D
vaapi_encode_h265.c
879
AVContentLightMetadata *
clm
=
in vaapi_encode_h265_init_picture_params()
local
884
clli->max_content_light_level = FFMIN(
clm
->MaxCLL, 65535);
in vaapi_encode_h265_init_picture_params()
885
clli->max_pic_average_light_level = FFMIN(
clm
->MaxFALL, 65535);
in vaapi_encode_h265_init_picture_params()
/third_party/node/deps/v8/src/codegen/s390/
H
A
D
constants-s390.h
1046
V(
clm
, CLM, 0xBD) /* type = RS_B COMPARE LOGICAL CHAR. UNDER MASK (low) */ \
Completed in 8 milliseconds