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:getComment
(Results
1 - 21
of
21
) sorted by relevance
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H
A
D
RBGroupPanel.java
120
jLabelGroupComment = new JLabel(((BundleGroup)jComboBoxGroup.getSelectedItem()).
getComment
());
in initComponents()
194
jLabelGroupComment = new JLabel(((BundleGroup)jComboBoxGroup.getSelectedItem()).
getComment
());
in initComponents()
352
jLabelGroupComment.setText(((BundleGroup)jComboBoxGroup.getSelectedItem()).
getComment
());
in updateComponents()
357
jLabelGroupComment.setText(((BundleGroup)jComboBoxGroup.getSelectedItem()).
getComment
());
in updateComponents()
368
jLabelGroupComment.setText(((BundleGroup)jComboBoxGroup.getSelectedItem()).
getComment
());
in updateComponents()
504
retStr = (item.
getComment
() == null ? "" : item.
getComment
());
in getValueAt()
H
A
D
RBSearchPanel.java
107
if (item.
getComment
().indexOf(term) >= 0) {
in performSearch()
133
if (item.
getComment
().toUpperCase().indexOf(term.toUpperCase()) >= 0) {
in performSearch()
171
item.setComment(replace(item.
getComment
(), search_term, replace_term));
in performReplace()
H
A
D
BundleGroupEditDialog.java
91
commentField.setText(group.
getComment
());
in initComponents()
H
A
D
BundleItemCreationDialog.java
193
if (item.
getComment
() != null) commentField.setText(item.
getComment
());
in initComponents()
H
A
D
RBProjectItemPanel.java
133
String comment = item.
getComment
();
in updateComponents()
H
A
D
BundleItemDialog.java
107
commentField = new JTextField(item.
getComment
());
in initComponents()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H
A
D
RBxliffExporter.java
124
if (item.
getComment
() != null && item.
getComment
().length() > 1) {
in addTransUnit()
127
comment_prop.appendChild(xml.createTextNode(item.
getComment
()));
in addTransUnit()
331
if (curr_group.
getComment
() != null && curr_group.
getComment
().length() > 1) {
in exportFile()
334
comment_prop.appendChild(xml.createTextNode(curr_group.
getComment
()));
in exportFile()
H
A
D
RBICUExporter.java
90
String groupComment = group.
getComment
();
in export()
115
String itemComment = item.
getComment
();
in export()
H
A
D
RBTMXExporter.java
104
item.
getComment
();
in appendTUV()
108
comment_prop.appendChild(xml.createTextNode(item.
getComment
()));
in appendTUV()
H
A
D
BundleGroup.java
122
public String
getComment
() {
in getComment()
method in BundleGroup
H
A
D
RBManager.java
470
String oldComment = item.
getComment
();
in editItem()
484
if (oldItem.
getComment
() == null || oldItem.
getComment
().equals(oldComment)) oldItem.setComment(comment);
in editItem()
674
bg.setComment(mainGroup.
getComment
());
in createResource()
679
item.setComment(mainItem.
getComment
());
in createResource()
H
A
D
BundleItem.java
115
public String
getComment
() {
in getComment()
method in BundleItem
H
A
D
RBJavaExporter.java
98
buffer.append("\t\t{\"" + item.getKey() + "\", \"" + item.getTranslation() + "\"},\t// " + item.
getComment
() + "\n");
in export()
/third_party/protobuf/conformance/third_party/jsoncpp/
H
A
D
jsoncpp.cpp
3743
std::string Value::
getComment
(CommentPlacement placement) const {
in getComment()
function in Json::Value
4540
const std::string& comment = root.
getComment
(commentBefore);
in writeCommentBeforeValue()
4556
document_ += " " + root.
getComment
(commentAfterOnSameLine);
in writeCommentAfterValueOnSameLine()
4560
document_ += root.
getComment
(commentAfter);
in writeCommentAfterValueOnSameLine()
4756
const std::string& comment = root.
getComment
(commentBefore);
in writeCommentBeforeValue()
4771
*document_ << ' ' << root.
getComment
(commentAfterOnSameLine);
in writeCommentAfterValueOnSameLine()
4775
*document_ << root.
getComment
(commentAfter);
in writeCommentAfterValueOnSameLine()
5044
const std::string& comment = root.
getComment
(commentBefore);
in writeCommentBeforeValue()
5060
*sout_ << " " + root.
getComment
(commentAfterOnSameLine);
in writeCommentAfterValueOnSameLine()
5064
*sout_ << root.
getComment
(commentAfte
in writeCommentAfterValueOnSameLine()
[all...]
H
A
D
json.h
930
std::string
getComment
(CommentPlacement placement) const;
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H
A
D
jsoncpp.cpp
3710
std::string Value::
getComment
(CommentPlacement placement) const {
in getComment()
function in Value
4485
const std::string& comment = root.
getComment
(commentBefore);
4501
document_ += " " + root.
getComment
(commentAfterOnSameLine);
4505
document_ += root.
getComment
(commentAfter);
4702
const std::string& comment = root.
getComment
(commentBefore);
4717
*document_ << ' ' << root.
getComment
(commentAfterOnSameLine);
4721
*document_ << root.
getComment
(commentAfter);
4983
const std::string& comment = root.
getComment
(commentBefore);
4999
*sout_ << " " + root.
getComment
(commentAfterOnSameLine);
5003
*sout_ << root.
getComment
(commentAfte
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H
A
D
jsoncpp.cpp
3710
std::string Value::
getComment
(CommentPlacement placement) const {
in getComment()
function in Value
4485
const std::string& comment = root.
getComment
(commentBefore);
4501
document_ += " " + root.
getComment
(commentAfterOnSameLine);
4505
document_ += root.
getComment
(commentAfter);
4702
const std::string& comment = root.
getComment
(commentBefore);
4717
*document_ << ' ' << root.
getComment
(commentAfterOnSameLine);
4721
*document_ << root.
getComment
(commentAfter);
4983
const std::string& comment = root.
getComment
(commentBefore);
4999
*sout_ << " " + root.
getComment
(commentAfterOnSameLine);
5003
*sout_ << root.
getComment
(commentAfte
[all...]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H
A
D
jsoncpp.cpp
3710
std::string Value::
getComment
(CommentPlacement placement) const {
in getComment()
function in Value
4485
const std::string& comment = root.
getComment
(commentBefore);
4501
document_ += " " + root.
getComment
(commentAfterOnSameLine);
4505
document_ += root.
getComment
(commentAfter);
4702
const std::string& comment = root.
getComment
(commentBefore);
4717
*document_ << ' ' << root.
getComment
(commentAfterOnSameLine);
4721
*document_ << root.
getComment
(commentAfter);
4983
const std::string& comment = root.
getComment
(commentBefore);
4999
*sout_ << " " + root.
getComment
(commentAfterOnSameLine);
5003
*sout_ << root.
getComment
(commentAfte
[all...]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H
A
D
json.h
880
std::string
getComment
(CommentPlacement placement) const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H
A
D
json.h
880
std::string
getComment
(CommentPlacement placement) const;
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H
A
D
json.h
880
std::string
getComment
(CommentPlacement placement) const;
Completed in 38 milliseconds