Searched refs:foo (Results 1 – 9 of 9) sorted by relevance
/hardware/ril/reference-ril/ |
D | Android.mk | 34 ifeq (foo,foo)
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | ethernet.h | 102 #define ETHER_IS_VALID_LEN(foo) \ argument 103 ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
|
/hardware/intel/common/libva/ |
D | configure.ac | 178 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/ |
D | x86inc.asm | 207 ; 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/ |
D | configure.sh | 112 of that shown above. If the option --disable-foo is listed, then 113 the default value for foo is enabled.
|
/hardware/intel/img/libdrm/ |
D | ltmain.sh | 3352 /* 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 */
|
D | aclocal.m4 | 933 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 …]
|
D | configure | 4987 ( 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/ |
D | gtest.h | 7033 #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()));
|