/build/config/compiler/ |
H A D | BUILD.gn | 887 "-Wno-missing-field-initializers", # "struct foo f = {0};"
|
/build/config/ |
H A D | BUILDCONFIG.gn | 271 # - If your feature is a single target, say //components/foo, you can put 272 # a declare_args() block in //components/foo/BUILD.gn and use it there. 302 # your feature) rather than just "foo".
|
H A D | BUILD.gn | 176 # some extra libraries, please just add a libs = [ "foo.lib" ] to your
|
H A D | python.gni | 31 # data = [ "foo.dat" ] 67 # to a Python script (e.g. "//build/.../foo.py") that has a corresponding 68 # .pydeps file in the source tree (e.g. "//build/.../foo.pydeps"). 73 # build/print_python_deps.py --inplace build/gyp/foo.py
|
/build/config/components/hdi/ |
H A D | build_hdi_files_info.py | 304 # package + file name, like 'ohos.hdi.foo.v1_0.IFoo' 501 # package is 'ohos.hdi.foo.v1_0' 503 # sub_package is foo.v1_0 595 # for example, IFoo -> ifoo, foo_proxy, foo_stub, foo_service, foo_driver, foo
|
/build/config/components/init/seccomp/scripts/ |
H A D | generate_code_from_policy.py | 988 footer = textwrap.dedent('''\ 996 ' ' + '\n '.join(self.bpf_generator.bpf_policy) + footer
|
/build/config/linux/ |
H A D | pkg_config.gni | 22 # extra_args = [ "-v, "foo" ]
|
/build/ |
H A D | gn_helpers.py | 121 from_gn_args("foo=true\nbar=1\n") -> { 'foo': True, 'bar': 1 }.
|
H A D | print_python_deps.py | 92 help='Write paths as //foo/bar/baz.py')
|
/build/hb/containers/ |
H A D | status.py | 39 def foo():
|
/build/lite/ndk/doc/config/ |
H A D | Doxyfile_CPP | 1055 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each 1057 # footer. See HTML_HEADER for more information on how to generate a default 1058 # footer and what special commands can be used inside the footer. See also 1059 # section "Doxygen usage" for information on how to generate the default footer 1128 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML 1628 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the 1629 # generated LaTeX document. The footer should contain everything after the last 1630 # chapter. If it is left blank doxygen will generate a standard footer. 1632 # Note: Only use a user-defined footer i [all...] |
H A D | Doxyfile_C | 1055 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each 1057 # footer. See HTML_HEADER for more information on how to generate a default 1058 # footer and what special commands can be used inside the footer. See also 1059 # section "Doxygen usage" for information on how to generate the default footer 1128 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML 1628 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the 1629 # generated LaTeX document. The footer should contain everything after the last 1630 # chapter. If it is left blank doxygen will generate a standard footer. 1632 # Note: Only use a user-defined footer i [all...] |
/build/rust/tests/test_bindgen_test/test_for_h/ |
H A D | main.rs | 27 const UNINIT: ::std::mem::MaybeUninit<c_ffi::Foo2> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout_foo() 30 "The mem size of c_ffi::Foo2 is {} usize", in bindgen_test_layout_foo() 31 ::std::mem::size_of::<c_ffi::Foo2>() in bindgen_test_layout_foo() 34 "The align_of size of c_ffi::Foo2 is {} usize", in bindgen_test_layout_foo() 35 ::std::mem::align_of::<c_ffi::Foo2>() in bindgen_test_layout_foo() 42 impl Default for c_ffi::Foo2 {
|
H A D | lib.h | 21 enum Foo1 { enum 26 struct Foo2 { struct 28 FOOFIRST, enumerator 29 FOOSECOND, enumerator
|
/build/templates/abc/ |
H A D | ohos_abc.gni | 26 # ohos_abc("foo_abc") {
|
/build/templates/bpf/ |
H A D | ohos_bpf.gni | 29 # ohos_bpf("foo_bpf") {
|
/build/templates/idl/ |
H A D | ohos_idl.gni | 26 # ohos_idl("foo_idl") { 29 # "cpp/bar/FooBarServiceCallback.idl",
|
/build/toolchain/ |
H A D | gcc_toolchain.gni | 138 # "invoker.toolchain_args.foo", so make a temporary to hold the toolchain 139 # args so we can do "invoker_toolchain_args.foo".
|
H A D | clang_static_analyzer_wrapper.py | 41 # e.g. ['-analyzer-foo', '-analyzer-bar'] => ['-Xanalyzer', '-analyzer-foo',
|
/build/toolchain/mac/ |
H A D | linker_driver.py | 32 "... -o out/gn/obj/foo/libbar.dylib ... -Wcrl,dsym,out/gn ..."
|
H A D | filter_libtool.py | 13 # '/path/to/libtool: file: foo.o has no symbols'
|
/build/tools/component_tools/static_check/ |
H A D | readme.md | 208 base/foos/foo_a/BUILD.gn
211 deps = [ "//base/foo/foo_b:b" ] // Bad, 绝对路径依赖其他部件
212 deps = [ "../../foo_b:b" ] // Bad, 相对路径依赖其他部件
|
/foundation/ability/ability_runtime/test/fuzztest/abilityconnectmanager_fuzzer/ |
H A D | abilityconnectmanager_fuzzer.cpp | 36 constexpr size_t FOO_MAX_LEN = 1024; member 177 if (size > OHOS::FOO_MAX_LEN || size < OHOS::U32_AT_SIZE) { in LLVMFuzzerTestOneInput()
|
/foundation/ability/ability_runtime/test/fuzztest/abilitycontext_fuzzer/ |
H A D | abilitycontext_fuzzer.cpp | 38 constexpr size_t FOO_MAX_LEN = 1024; member 142 if (size > OHOS::FOO_MAX_LEN || size < OHOS::U32_AT_SIZE) { in LLVMFuzzerTestOneInput()
|
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicec_fuzzer/ |
H A D | abilitymanagerservicec_fuzzer.cpp | 37 constexpr size_t FOO_MAX_LEN = 1024; member 112 if (size < OHOS::U32_AT_SIZE || size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()
|