Searched refs:foo (Results 1 – 21 of 21) sorted by relevance
9 LOCAL_MODULE := foo10 LOCAL_SRC_FILES := foo/foo.c11 LOCAL_C_INCLUDES := $(LOCAL_PATH)/foo12 LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/foo20 LOCAL_MODULE := foo-prebuilt22 LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/foo26 LOCAL_MODULE := foo-user27 LOCAL_SRC_FILES := foo-user.c28 LOCAL_SHARED_LIBRARIES := foo-prebuilt
5 return foo(); in main()
4 LOCAL_MODULE := foo5 LOCAL_SRC_FILES := foo/foo.c7 LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/foo16 LOCAL_STATIC_LIBRARIES := foo
4 Here, three modules are defined: foo, bar, zoo6 'foo' exports its include directory and a linker flag7 bar simply uses 'foo', as a static library
26 static Foo foo; variable30 foo.setAddress(px); in test1_set()
23 long foo; member35 long foo; member
21 u32 foo; member33 int foo; member
102 long foo; member115 long foo; member130 long foo; member
3 int foo(void) in foo() function
4 extern int foo(void);
5 return foo(x)-1; in bar()
4 extern int foo(int x);
16 int foo(int x) in foo() function
17 int foo; member
22 +foo => accepts all items which signature is exactly "foo"23 +foo* => accepts all items which signature starts by "foo"
346 ConnectivityManager foo = null;347 foo.startUsingNetworkFeature(ConnectivityManager.TYPE_MOBILE,
60 "launch-wrapper-args" (str) Args to launch wrapper, e.g. "-wait -output foo".
579 static int foo = 0; in OnSimStart()580 foo++; in OnSimStart()581 if (foo == 2) { in OnSimStart()
42 getvar foo
156 : When you want to use class Bar from package foo,there are two possible ways to import it:158 <ol><li>import foo.*;160 <li>import foo.Bar;176 …* limitations under the License.<br>*/<br><br>package com.android.internal.foo;<br><br>import andr…
159 <div># Replacing from branch foo <br>[ 3021 ] 35f2596c Refactor part of GetUploadableBranches to lo…