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:NEW_LINE
(Results
1 - 10
of
10
) sorted by relevance
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
imf_adapter.h
48
NEW_LINE
,
member in OHOS::NWeb::IMFAdapterEnterKeyType
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H
A
D
hks_chipset_platform_encrypt_test.cpp
178
enum {
NEW_LINE
= 16 };
in PrintOne()
enumerator
180
if (i %
NEW_LINE
== 0) {
in PrintOne()
182
} else if (i %
NEW_LINE
==
NEW_LINE
- 1) {
in PrintOne()
188
if (one.size() %
NEW_LINE
!= 0) {
in PrintOne()
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H
A
D
imf_adapter_impl.cpp
108
case MiscServices::EnterKeyType::
NEW_LINE
:
in SendFunctionKey()
109
adapterFunction->SetEnterKeyType(IMFAdapterEnterKeyType::
NEW_LINE
);
in SendFunctionKey()
/base/inputmethod/imf/frameworks/ndk/src/
H
A
D
native_text_changed_listener.cpp
321
case OHOS::MiscServices::EnterKeyType::
NEW_LINE
:
in ConvertToCEnterKeyType()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H
A
D
input_method_utils.h
42
NEW_LINE
,
member in OHOS::MiscServices::EnterKeyType
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
native_text_changed_listener_test.cpp
188
key.SetEnterKeyType(EnterKeyType::
NEW_LINE
);
in HWTEST_F()
H
A
D
input_method_controller_test.cpp
1074
info.SetEnterKeyType(EnterKeyType::
NEW_LINE
);
in HWTEST_F()
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H
A
D
imf_adapter_impl_test.cpp
414
functionKey.SetEnterKeyType(MiscServices::EnterKeyType::
NEW_LINE
);
in HWTEST_F()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H
A
D
js_input_method_engine_setting.cpp
64
"ENTER_KEY_TYPE_NEWLINE", GetJsConstProperty(env, static_cast<uint32_t>(EnterKeyType::
NEW_LINE
))),
in Init()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H
A
D
js_get_input_method_controller.cpp
132
NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(EnterKeyType::
NEW_LINE
), &typeNewline));
in GetJsEnterKeyTypeProperty()
Completed in 11 milliseconds