Searched refs:foo (Results 1 – 25 of 36) sorted by relevance
12
28 foo {}31 foo {}36 foo(name= "abc",num= 4,)39 foo {47 foo {53 foo {67 foo {72 foo {80 foo {87 foo {[all …]
40 foo {}56 foo {85 foo {115 foo {145 foo {198 foo {288 foo {349 foo {414 foo /* test */ {478 foo {[all …]
582 LOCAL_JAVA_RESOURCE_FILES := foo bar678 LOCAL_JACK_COVERAGE_INCLUDE_FILTER := foo.*683 LOCAL_STATIC_LIBRARIES := foo690 LOCAL_SHARED_LIBRARIES := foo811 LOCAL_CTS_TEST_PACKAGE := foo.bar872 LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/foo/bar890 LOCAL_MODULE_PATH := $(PRODUCT_OUT)/system/etc/foo/bar910 LOCAL_MODULE_PATH := $(TARGET_OUT_ODM)/etc/foo/bar928 LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/etc/foo/bar947 LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT_ETC)/foo/bar[all …]
65 foo: ["transitive"],71 foo: ["defaults"],77 foo: ["module"],97 foo := ctx.ModuleForTests("foo", "").Module().(*defaultsTestModule)99 …if g, w := foo.properties.Foo, []string{"transitive", "defaults", "module"}; !reflect.DeepEqual(g,…109 foo: ["defaults"],115 foo: ["module"],121 foo: ["module"],
273 foo: ["product_variable_defaults"],277 foo: ["defaults"],284 foo: ["module"],287 foo: ["product_variable_module"],313 foo := ctx.ModuleForTests("foo", "").Module().(*productVariablesDefaultsTestModule)316 if g, w := foo.properties.Foo, want; !reflect.DeepEqual(g, w) {
302 foo := ctx.ModuleForTests("foo", variant)303 t.Run(foo.Module().Target().Os.String(), func(t *testing.T) {305 ctx.VisitDirectDeps(foo.Module(), func(m blueprint.Module) {317 moduleIsDisabled := !foo.Module().Enabled()318 deps := foo.Module().(*sourceModule).deps339 if os == foo.Module().Target().Os {
128 foo := ctx.ModuleForTests("foo", "").Module().(*soongConfigTestModule)129 …if g, w := foo.props.Cflags, []string{"-DGENERIC", "-DSIZE=42", "-DSOC_A", "-DFEATURE1"}; !reflect…
87 foo := ctx.ModuleForTests("foo", "").Module().(*mutatorTestModule)89 …if g, w := foo.missingDeps, []string{"added_missing_dep", "regular_missing_dep"}; !reflect.DeepEqu…
801 …elib/android_arm64_armv8-a_shared/gen/aidl/aidl/foo/bar/Test.h -> arm64/include_gen/mynativelib/ai…802 …lib/android_arm64_armv8-a_shared/gen/aidl/aidl/foo/bar/BnTest.h -> arm64/include_gen/mynativelib/a…803 …lib/android_arm64_armv8-a_shared/gen/aidl/aidl/foo/bar/BpTest.h -> arm64/include_gen/mynativelib/a…805 …ib/android_arm_armv7-a-neon_shared/gen/aidl/aidl/foo/bar/Test.h -> arm/include_gen/mynativelib/aid…806 …b/android_arm_armv7-a-neon_shared/gen/aidl/aidl/foo/bar/BnTest.h -> arm/include_gen/mynativelib/ai…807 …b/android_arm_armv7-a-neon_shared/gen/aidl/aidl/foo/bar/BpTest.h -> arm/include_gen/mynativelib/ai…1082 …tivelib/linux_glibc_x86_64_shared/gen/aidl/aidl/foo/bar/Test.h -> x86_64/include_gen/mynativelib/a…1083 …ivelib/linux_glibc_x86_64_shared/gen/aidl/aidl/foo/bar/BnTest.h -> x86_64/include_gen/mynativelib/…1084 …ivelib/linux_glibc_x86_64_shared/gen/aidl/aidl/foo/bar/BpTest.h -> x86_64/include_gen/mynativelib/…1086 …mynativelib/linux_glibc_x86_shared/gen/aidl/aidl/foo/bar/Test.h -> x86/include_gen/mynativelib/aid…[all …]
262 aidl/foo/bar/Test.aidl -> aidl/aidl/foo/bar/Test.aidl319 aidl/foo/bar/Test.aidl -> aidl/aidl/foo/bar/Test.aidl432 aidl/foo/bar/Test.aidl -> aidl/aidl/foo/bar/Test.aidl489 aidl/foo/bar/Test.aidl -> aidl/aidl/foo/bar/Test.aidl
14 - Gets really weird when copying a file called "foo.exe", failing with15 "cp: skipping file 'foo.exe', as it was replaced while being copied".36 On most systems it is ignored, but on MinGW/Cygwin it allows "cp foo bar"37 to work when what is actually meant is "cp foo.exe bar.exe". Unlike the38 default Cygwin cp, "acp foo bar" will not find foo.exe unless you add
123 foo := ctx.moduleGroupFromName("foo", nil).modules[0]130 if g, w := foo.forwardDeps, []*moduleInfo{barB}; !reflect.DeepEqual(g, w) {147 foo := ctx.moduleGroupFromName("foo", nil).modules[0]154 if g, w := foo.forwardDeps, []*moduleInfo{barBB}; !reflect.DeepEqual(g, w) {171 foo := ctx.moduleGroupFromName("foo", nil).modules[0]178 if g, w := foo.forwardDeps, []*moduleInfo{barAB}; !reflect.DeepEqual(g, w) {
109 build foo.o: r foo.in
50 t.Errorf(`foo kotlinc inputs %v != ["a.java", "b.kt"]`, fooKotlinc.Inputs)54 t.Errorf(`foo inputs %v != ["a.java"]`, fooJavac.Inputs)118 t.Errorf(`foo kapt inputs %v != ["a.java", "b.kt"]`, kapt.Inputs)121 t.Errorf(`foo kotlinc inputs %v != ["a.java", "b.kt"]`, kotlinc.Inputs)126 t.Errorf(`foo inputs %v != ["a.java"]`, javac.Inputs)
292 t.Errorf(`foo inputs %v != ["a.java"]`, javac.Inputs)445 t.Errorf(`foo inputs %v != ["a.java", "b.java"]`, javac.Inputs)770 t.Errorf(`foo inputs %v != ["a.java"]`, javac.Inputs)889 foo := ctx.ModuleForTests("foo", "android_common").Output("withres/foo.jar")892 if !inList(fooRes.Output.String(), foo.Inputs.Strings()) {894 foo.Inputs.Strings(), fooRes.Output.String())934 foo := ctx.ModuleForTests("foo", "android_common").Output("withres/foo.jar")937 if g, w := fooSrcJar.Output.String(), foo.Inputs.Strings(); !inList(g, w) {1004 t.Errorf(`foo inputs %v != ["a.java", ".../gen.java", "b.java"]`, javac.Inputs)1038 t.Errorf(`foo inputs %v != ["a.java"]`, fooTurbine.Inputs)[all …]
79 foo := ctx.ModuleForTests("foo", "android_common")83 manifestFixer := foo.Output("manifest_fixer/AndroidManifest.xml")91 compile := foo.Output(compiledResourceFiles[0])102 list := foo.Output("aapt2/res.list")124 foo := ctx.ModuleForTests("foo", "android_common")132 foo.Output(expectedOutput)135 outputFiles, err := foo.Module().(*AndroidApp).OutputFiles("")1113 foo := ctx.ModuleForTests("foo", "android_common")1114 link := foo.Output("package-res.apk")1564 foo := ctx.ModuleForTests("foo", "android_common")[all …]
343 foo := ctx.ModuleForTests("foo", variant)344 javac := foo.Rule("javac")347 aidl := foo.MaybeRule("aidl")
357 foo: ["a"],373 foo: [383 foo: [395 foo: [415 foo: ["a"],435 foo: [454 foo: ["a"], // comment472 foo: ["a"], // comment
38 `PRODUCT_VENDOR_PROPERTIES += foo=true foo=false`43 `PRODUCT_VENDOR_PROPERTIES += foo=true`44 `PRODUCT_SYSTEM_PROPERTIES += foo=false`54 So, `foo` becomes `true` because vendor has higher priority than system.68 following is allowed and `foo` gets `true`70 `PRODUCT_VENDOR_PROPERTIES += foo=true foo?=false`75 `PRODUCT_VENDOR_PROPERTIES += foo?=false foo=true`80 `PRODUCT_VENDOR_PROPERTIES += foo?=apple foo?=banana foo?=mango`82 With above, `foo` becomes `mango` since its the last one.122 $(intermediates)/foo.c: .KATI_IMPLICIT_OUTPUTS := $(intermediates)/foo.h[all …]
169 foo: "abc",196 foo: "abc",227 foo: "abc",231 foo: "def",261 foo: "abc",265 foo: "def",
26 OtherTag string `foo:"bar"`29 ExtraTags string `foo:"bar" name:"value"`
23 public V foo(V arg) { in foo() method in Foo
48 foo: bar54 foo: baz
135 foo := ctx.ModuleForTests("foo", "")137 got := foo.Module().(*testDataTest).data
152 foo;159 The stub library for R will contain symbols for both `foo` and `bar`, but only160 `foo` will include a versioned symbol `foo@R`. The stub library for S will161 contain both symbols, as well as the versioned symbols `foo@R` and `bar@R`.