Home
last modified time | relevance | path

Searched full:foo* (Results 1 - 25 of 30215) sorted by relevance

12345678910>>...1209

/build/config/compiler/
H A DBUILD.gn887 "-Wno-missing-field-initializers", # "struct foo f = {0};"
/build/config/
H A DBUILDCONFIG.gn271 # - 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 DBUILD.gn176 # some extra libraries, please just add a libs = [ "foo.lib" ] to your
H A Dpython.gni31 # 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 Dbuild_hdi_files_info.py304 # 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 Dgenerate_code_from_policy.py988 footer = textwrap.dedent('''\
996 ' ' + '\n '.join(self.bpf_generator.bpf_policy) + footer
/build/config/linux/
H A Dpkg_config.gni22 # extra_args = [ "-v, "foo" ]
/build/
H A Dgn_helpers.py121 from_gn_args("foo=true\nbar=1\n") -> { 'foo': True, 'bar': 1 }.
H A Dprint_python_deps.py92 help='Write paths as //foo/bar/baz.py')
/build/hb/containers/
H A Dstatus.py39 def foo():
/build/lite/ndk/doc/config/
H A DDoxyfile_CPP1055 # 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 DDoxyfile_C1055 # 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 Dmain.rs27 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 Dlib.h21 enum Foo1 { enum
26 struct Foo2 { struct
28 FOOFIRST, enumerator
29 FOOSECOND, enumerator
/build/templates/abc/
H A Dohos_abc.gni26 # ohos_abc("foo_abc") {
/build/templates/bpf/
H A Dohos_bpf.gni29 # ohos_bpf("foo_bpf") {
/build/templates/idl/
H A Dohos_idl.gni26 # ohos_idl("foo_idl") {
29 # "cpp/bar/FooBarServiceCallback.idl",
/build/toolchain/
H A Dgcc_toolchain.gni138 # "invoker.toolchain_args.foo", so make a temporary to hold the toolchain
139 # args so we can do "invoker_toolchain_args.foo".
H A Dclang_static_analyzer_wrapper.py41 # e.g. ['-analyzer-foo', '-analyzer-bar'] => ['-Xanalyzer', '-analyzer-foo',
/build/toolchain/mac/
H A Dlinker_driver.py32 "... -o out/gn/obj/foo/libbar.dylib ... -Wcrl,dsym,out/gn ..."
H A Dfilter_libtool.py13 # '/path/to/libtool: file: foo.o has no symbols'
/build/tools/component_tools/static_check/
H A Dreadme.md208 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 Dabilityconnectmanager_fuzzer.cpp36 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 Dabilitycontext_fuzzer.cpp38 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 Dabilitymanagerservicec_fuzzer.cpp37 constexpr size_t FOO_MAX_LEN = 1024; member
112 if (size < OHOS::U32_AT_SIZE || size > OHOS::FOO_MAX_LEN) { in LLVMFuzzerTestOneInput()

Completed in 42 milliseconds

12345678910>>...1209