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:dnf
(Results
1 - 8
of
8
) sorted by relevance
/third_party/icu/icu4c/source/samples/numfmt/
H
A
D
main.cpp
118
DecimalFormat *
dnf
=dynamic_cast<DecimalFormat *>(&nf);
in setNumberFormatCurrency_2_4()
local
119
if(
dnf
==NULL) {
in setNumberFormatCurrency_2_4()
174
dnf
->setRoundingIncrement(currencyMap[i].roundingIncrement);
in setNumberFormatCurrency_2_4()
176
DecimalFormatSymbols symbols(*
dnf
->getDecimalFormatSymbols());
in setNumberFormatCurrency_2_4()
178
dnf
->setDecimalFormatSymbols(symbols); // do not adopt symbols: Jitterbug 2889
in setNumberFormatCurrency_2_4()
/third_party/skia/third_party/externals/icu/source/samples/numfmt/
H
A
D
main.cpp
118
DecimalFormat *
dnf
=dynamic_cast<DecimalFormat *>(&nf);
in setNumberFormatCurrency_2_4()
local
119
if(
dnf
==NULL) {
in setNumberFormatCurrency_2_4()
174
dnf
->setRoundingIncrement(currencyMap[i].roundingIncrement);
in setNumberFormatCurrency_2_4()
176
DecimalFormatSymbols symbols(*
dnf
->getDecimalFormatSymbols());
in setNumberFormatCurrency_2_4()
178
dnf
->setDecimalFormatSymbols(symbols); // do not adopt symbols: Jitterbug 2889
in setNumberFormatCurrency_2_4()
/third_party/nghttp2/src/
H
A
D
shrpx_worker.h
204
dnf
{false},
234
bool
dnf
;
member
H
A
D
shrpx_config.cc
964
bool
dnf
;
member
1152
} else if (util::strieq_l("
dnf
", param)) {
in parse_downstream_params()
1153
out.
dnf
= true;
in parse_downstream_params()
1218
addr.
dnf
= params.
dnf
;
in parse_mapping()
1322
// All backends in the same group must have the same
dnf
in parse_mapping()
1323
// setting. If some backends do not specify
dnf
, and there is
in parse_mapping()
1324
// at least one backend with
dnf
, it is used for all backends in
in parse_mapping()
1326
// for
dnf
because there is no need for load balancing.
in parse_mapping()
1327
if (params.
dnf
) {
in parse_mapping()
[all...]
H
A
D
shrpx_worker.cc
140
std::get<10>(dkey) = shared_addr->
dnf
;
in create_downstream_key()
296
shared_addr->
dnf
= src.
dnf
;
in replace_downstream_config()
H
A
D
shrpx_config.h
562
bool
dnf
;
member
579
dnf
{false},
597
bool
dnf
;
member
H
A
D
shrpx.cc
2312
"
dnf
". The parameter consists of keyword, and
in print_help()
2459
If "
dnf
" parameter is specified, an incoming request is
in print_help()
2464
above). "
dnf
" is an abbreviation of "do not forward".
in print_help()
H
A
D
shrpx_client_handler.cc
1108
if (group->shared_addr->
dnf
) {
in get_downstream_connection()
Completed in 18 milliseconds