/system/bt/btif/ |
BUILD.gn | 18 sources = [ 61 sources += [
|
/system/bt/main/ |
BUILD.gn | 19 sources = [ 24 sources += [
|
/system/bt/audio_a2dp_hw/ |
BUILD.gn | 18 sources = [
|
/system/bt/bta/ |
BUILD.gn | 18 sources = [
|
/system/bt/stack/ |
BUILD.gn | 18 sources = [
|
/system/bt/udrv/ |
BUILD.gn | 18 sources = [
|
/system/bt/utils/ |
BUILD.gn | 18 sources = [
|
/system/bt/btcore/ |
BUILD.gn | 18 sources = [ 36 sources = [
|
/system/bt/device/ |
BUILD.gn | 18 sources = [ 35 sources = [
|
/system/bt/embdrv/sbc/ |
BUILD.gn | 18 sources = [ 39 sources = [
|
/system/bt/hci/ |
BUILD.gn | 18 sources = [ 48 sources = [
|
/system/bt/osi/ |
BUILD.gn | 18 sources = [ 43 # TODO(mcchou): Remove these sources after platform specific 61 sources = [
|
/system/bt/service/ |
BUILD.gn | 18 sources = [ 61 sources = [ 83 sources = [
|
/external/opencv3/modules/core/src/opencl/runtime/generator/ |
generate.sh | 3 python parser_cl.py opencl_core < sources/cl.h 4 python parser_clamdblas.py < sources/clAmdBlas.h 5 python parser_clamdfft.py < sources/clAmdFft.h
|
/system/bt/build/secondary/third_party/googletest/ |
BUILD.gn | 31 sources = [ 46 sources = [ 61 sources = [ 79 sources = [
|
/system/bt/test/suite/ |
BUILD.gn | 19 sources = [
|
/system/bt/vendor_libs/linux/ |
BUILD.gn | 19 sources = [
|
/build/kati/testcase/ |
filter.mk | 0 sources := foo.c bar.c baz.s ugh.h 4 echo cc $(filter %.c %.s,$(sources)) -o foo 1 sources := foo.c bar.c baz.s ugh.h macro
|
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
SConscript | 17 sources = [ 26 source = sources,
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
SConscript | 14 sources = [ 24 source = sources,
|
/ndk/tests/device/test-gnustl-full/jni/ |
Android.mk | 8 sources := $(wildcard $(unit_path)/*.cpp $(unit_path)/*.c) macro 9 sources := $(sources:$(unit_path)/%=%) macro 12 sources := $(filter-out string_header_test.c,$(sources)) macro 15 sources := $(filter-out exception_test.cpp,$(sources)) macro 18 sources := $(filter-out codecvt_test.cpp,$(sources)) macro 20 LOCAL_SRC_FILES := $(sources:%=unit/% [all...] |
/external/mesa3d/src/gallium/state_trackers/dri/sw/ |
SConscript | 17 sources = [ 26 source = sources,
|
/external/mesa3d/src/gallium/state_trackers/egl/ |
SConscript | 14 sources = [ 25 sources.append('gdi/native_gdi.c') 35 sources.append([ 43 sources.append(['#/src/glx/dri2.c']) 51 sources.append(['drm/native_drm.c', 'drm/modeset.c']) 55 source = sources,
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
RegisterMapper.java | 45 * @param sources old register list 48 public final RegisterSpecList map(RegisterSpecList sources) { 49 int sz = sources.size(); 53 newSources.set(i, map(sources.get(i))); 58 // Return the old sources if nothing has changed. 59 return newSources.equals(sources) ? sources : newSources;
|
/ndk/tests/device/test-stlport/jni/ |
Android.mk | 8 sources := $(wildcard $(unit_path)/*.cpp $(unit_path)/*.c) macro 9 sources := $(sources:$(LOCAL_PATH)/%=%) macro 12 sources := $(filter-out unit/string_header_test.c,$(sources)) macro 15 sources := $(filter-out unit/exception_test.cpp,$(sources)) macro 18 sources := $(filter-out unit/codecvt_test.cpp,$(sources)) macro 20 LOCAL_SRC_FILES := $(sources) [all...] |