Home
last modified time | relevance | path

Searched refs:foo (Results 1 – 9 of 9) sorted by relevance

/hardware/ril/reference-ril/
DAndroid.mk34 ifeq (foo,foo)
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dethernet.h102 #define ETHER_IS_VALID_LEN(foo) \ argument
103 ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
/hardware/intel/common/libva/
Dconfigure.ac178 int foo __attribute__ ((visibility ("hidden"))) = 1;
183 if grep '\.hidden.*foo' conftest.s >/dev/null; then
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
Dx86inc.asm207 ; cglobal foo, 2,3,0, dst, src, tmp
208 ; declares a function (foo), taking two args (dst and src) and one local variable (tmp)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dconfigure.sh112 of that shown above. If the option --disable-foo is listed, then
113 the default value for foo is enabled.
/hardware/intel/img/libdrm/
Dltmain.sh3352 /* argument is putenv-style "foo=bar", value of foo is set to bar */
3356 /* argument is putenv-style "foo=bar", new value of foo is bar${foo} */
3360 /* argument is putenv-style "foo=bar", new value of foo is ${foo}bar */
Daclocal.m4933 echo "int foo(void){return 1;}" > conftest.c
2475 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
4862 … LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
4863 AC_LINK_IFELSE(int foo(void) {},
6391 void foo (void) { a = 0; }
6403 subroutine foo
6411 subroutine foo
6419 public class foo {
6896 lt_simple_compile_test_code="class foo {}"
7147 ( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \
[all …]
Dconfigure4987 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
9451 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h7033 #define GTEST_CONCAT_TOKEN_(foo, bar) GTEST_CONCAT_TOKEN_IMPL_(foo, bar)
7034 #define GTEST_CONCAT_TOKEN_IMPL_(foo, bar) foo ## bar
8800 EXPECT_TRUE(foo.Blah(GetParam()));
8906 EXPECT_TRUE(foo.Blah(GetParam()));