HomeSort by relevance Sort by last modified time
    Searched full:all (Results 351 - 375 of 147547) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_8/src/pae/
Makefile 0 all:
  /frameworks/av/media/libstagefright/codecs/
Android.mk 4 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/av/media/libstagefright/codecs/amrnb/
Android.mk 4 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/av/media/libstagefright/codecs/avc/
Android.mk 4 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/av/media/libstagefright/codecs/flac/
Android.mk 4 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/av/media/libstagefright/codecs/g711/
Android.mk 4 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/av/media/libstagefright/codecs/gsm/
Android.mk 4 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/av/media/libstagefright/codecs/m4v_h263/
Android.mk 4 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/av/media/libstagefright/codecs/on2/
Android.mk 4 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/av/media/libstagefright/codecs/opus/
Android.mk 4 include $(call all-makefiles-under,$(LOCAL_PATH)
  /frameworks/av/media/libstagefright/codecs/vorbis/
Android.mk 4 include $(call all-makefiles-under,$(LOCAL_PATH))
  /hardware/qcom/bt/
Android.mk 2 include $(call all-named-subdir-makefiles,libbt-vendor)
  /hardware/qcom/display/
Android.mk 3 include $(call all-named-subdir-makefiles,msm8084)
7 include $(call all-named-subdir-makefiles,msm8974)
10 include $(call all-named-subdir-makefiles,msm8226)
13 include $(call all-named-subdir-makefiles,msm8960)
  /hardware/qcom/gps/msm8960/
Android.mk 4 include $(call all-makefiles-under,$(LOCAL_PATH))
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
shell 9 run_make_test('.PHONY: all
10 all: ; @echo $(shell echo hi)
19 .PHONY: all
20 all: ; @echo $$HI
  /ndk/tests/device/multi-static-instances/jni/
Application.mk 1 APP_ABI := all
  /packages/inputmethods/OpenWnn/libs/
Android.mk 3 include $(call all-makefiles-under,$(LOCAL_PATH))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
auxvec.h 4 * Not all architectures need their own auxvec.h, the most
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
auxvec.h 4 * Not all architectures need their own auxvec.h, the most
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
__init__.py 1 # Copyright 2004-2005 Elemental Security, Inc. All Rights Reserved.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
__init__.py 1 # Copyright 2004-2005 Elemental Security, Inc. All Rights Reserved.
  /external/chromium_org/third_party/sqlite/src/test/
selectB.test 71 SELECT * FROM (SELECT a FROM t1 UNION ALL SELECT d FROM t2)
73 SELECT a FROM t1 UNION ALL SELECT d FROM t2
77 SELECT * FROM (SELECT a FROM t1 UNION ALL SELECT d FROM t2) ORDER BY 1
79 SELECT a FROM t1 UNION ALL SELECT d FROM t2 ORDER BY 1
84 (SELECT a FROM t1 UNION ALL SELECT d FROM t2)
87 SELECT a FROM t1 WHERE a>10 UNION ALL SELECT d FROM t2 WHERE d>10 ORDER BY 1
92 (SELECT a FROM t1 UNION ALL SELECT d FROM t2)
96 UNION ALL
103 (SELECT a FROM t1 UNION ALL SELECT d FROM t2 WHERE d > 12)
107 UNION ALL
    [all...]
  /external/llvm/test/CodeGen/Mips/llvm-ir/
call.ll 4 ; RUN: llc -march=mips -mcpu=mips32 -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=ALL -check-prefix=O32
5 ; RUN: llc -march=mips -mcpu=mips32r2 -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=ALL -check-prefix=O32
6 ; RUN: llc -march=mips -mcpu=mips32r6 -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=ALL -check-prefix=O32
7 ; RUN: llc -march=mips64 -mcpu=mips4 -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=ALL -check-prefix=N64
8 ; RUN: llc -march=mips64 -mcpu=mips64 -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=ALL -check-prefix=N64
9 ; RUN: llc -march=mips64 -mcpu=mips64r2 -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=ALL -check-prefix=N64
10 ; RUN: llc -march=mips64 -mcpu=mips64r6 -enable-mips-tail-calls < %s | FileCheck %s -check-prefix=ALL -check-prefix=N64
17 ; ALL-LABEL: call_void_void:
23 ; ALL: jalr $[[TGT]]
30 ; ALL-LABEL: call_i32_void
    [all...]
  /external/clang/test/CodeGen/
mips-type-sizes.c 1 // RUN: %clang_cc1 -triple mips-none-linux-gnu -emit-llvm -w -o - %s | FileCheck --check-prefix=ALL --check-prefix=O32 %s
2 // RUN: %clang_cc1 -triple mips64-none-linux-gnu -emit-llvm -w -target-abi n32 -o - %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s
3 // RUN: %clang_cc1 -triple mips64-none-linux-gnu -emit-llvm -w -o - %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s
7 // ALL: ret i32 1
12 // ALL: ret i32 2
17 // ALL: ret i32 4
29 // ALL: ret i32 8
34 // ALL: ret i32 2
39 // ALL: ret i32 4
44 // ALL: ret i32
    [all...]
  /external/oprofile/libop/tests/
mangle_tests.c 26 "{root}/bar/{dep}/{root}/foo/EVENT.0.0.all.all.all" },
28 "{root}/bar/{dep}/{root}/foo/EVENT.0.0.all.all.2" },
30 "{root}/bar/{dep}/{root}/foo/EVENT.0.0.all.33.all" },
32 "{root}/bar/{dep}/{root}/foo/EVENT.0.0.34.all.all" },
34 "{kern}/bar/{dep}/{kern}/foo/EVENT.0.0.all.all.all" }
    [all...]

Completed in 2730 milliseconds

<<11121314151617181920>>