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:main_bundle
(Results
1 - 4
of
4
) sorted by relevance
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H
A
D
RBxliffExporter.java
188
private void addHeaderProperties(Document xml, Element header, Bundle
main_bundle
) {
in addHeaderProperties()
argument
189
if (
main_bundle
.comment != null &&
main_bundle
.comment.length() > 0) {
in addHeaderProperties()
192
note.appendChild(xml.createTextNode(
main_bundle
.comment));
in addHeaderProperties()
195
if ((
main_bundle
.name != null &&
main_bundle
.name.length() > 0)
in addHeaderProperties()
196
|| (
main_bundle
.manager != null &&
main_bundle
.manager.length() > 0)
in addHeaderProperties()
197
|| (
main_bundle
.language != null &&
main_bundle
in addHeaderProperties()
246
exportFile(RBManager rbm, File directory, String base_name, Bundle
main_bundle
)
exportFile()
argument
[all...]
H
A
D
RBxliffImporter.java
205
Bundle
main_bundle
= rbm.getBundle(language);
in importDoc()
206
main_bundle
.name = bundle_name;
in importDoc()
207
main_bundle
.comment = bundle_note;
in importDoc()
208
main_bundle
.manager = manager_name;
in importDoc()
209
main_bundle
.language = language_name;
in importDoc()
210
main_bundle
.country = country_name;
in importDoc()
211
main_bundle
.variant = variant_name;
in importDoc()
H
A
D
RBTMXExporter.java
150
Bundle
main_bundle
= (Bundle)bundle_v.elementAt(0);
in export()
174
Vector group_v =
main_bundle
.getGroupsAsVector();
in export()
175
// Loop through each bundle group in
main_bundle
in export()
/third_party/vulkan-loader/loader/
H
A
D
loader.c
3184
CFBundleRef
main_bundle
= CFBundleGetMainBundle();
variable
3185
if (NULL !=
main_bundle
) {
3186
CFURLRef ref = CFBundleCopyResourcesDirectoryURL(
main_bundle
);
Completed in 11 milliseconds