/external/clang/test/Analysis/ |
debug-CallGraph.c | 3 static void mmm(int y) { function 10 mmm(y); 28 // CHECK: Function: < root > calls: mmm foo aaa < > bbb 32 // CHECK: Function: foo calls: mmm 33 // CHECK: Function: mmm calls:
|
inline-plist.c | 6 void mmm(int y) { function 12 mmm(y); [all...] |
dead-stores.c | 564 int m = getInt(), mm, mmm; //expected-warning {{Value stored to 'm' during its initialization is never read}} // expected-warning{{unused variable 'm'}} // expected-warning{{unused variable 'mm'}} // expected-warning{{unused variable 'mmm'}} local
|
/packages/inputmethods/LatinIME/tools/dicttool/tests/etc/ |
test-dicttool.sh | 16 if [[ $(type -t mmm) != function ]]; then 25 mmm -j8 external/junit 26 DICTTOOL_UNITTEST=true mmm -j8 packages/inputmethods/LatinIME/tools/dicttool
|
/frameworks/rs/java/ |
Android.mk | 4 # tests if we are just doing an mm or mmm in frameworks/rs.
|
/packages/inputmethods/LatinIME/native/jni/ |
run-tests.sh | 25 if [[ $(type -t mmm) != function ]]; then 56 mmm -j16 packages/inputmethods/LatinIME/native/jni || \
|
/external/valgrind/ |
Android.mk | 17 # unittest can be built with "mmm external/valgrind/unittest"
|
/frameworks/native/opengl/tests/EGLTest/ |
Android.mk | 42 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/frameworks/native/services/surfaceflinger/tests/ |
Android.mk | 35 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/external/llvm/tools/llvm-ar/ |
Android.mk | 90 # the additional dependency is needed when you run mm/mmm.
|
/frameworks/av/media/libstagefright/tests/ |
Android.mk | 88 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/frameworks/base/libs/input/ |
Android.mk | 49 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/frameworks/native/libs/gui/tests/ |
Android.mk | 52 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/external/opencv/cv/src/ |
cvmatchcontours.cpp | 66 double mmm; local 191 mmm = fabs( (ama - amb) / ama ); 192 if( result < mmm ) 193 result = mmm;
|
/build/core/ |
executable_prefer_symlink.mk | 52 # Create the symlink when you run mm/mmm or "make <module_name>"
|
post_clean.mk | 83 # For modules not loaded by the current build (e.g. you are running mm/mmm),
|
cleanbuild.mk | 16 # Don't bother with the cleanspecs if you are running mm/mmm
|
/external/clang/tools/driver/ |
Android.mk | 114 # the additional dependency is needed when you run mm/mmm.
|
/frameworks/base/libs/androidfw/ |
Android.mk | 92 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/frameworks/native/libs/input/ |
Android.mk | 74 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/frameworks/native/libs/ui/ |
Android.mk | 49 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/external/chromium_org/v8/test/webkit/ |
rehash-assign.js | 93 mmm = 12;
|
/system/core/libutils/ |
Android.mk | 129 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/external/sonivox/jet_tools/JetCreator/ |
img_Save.py | 75 ]\xb2\x81\xd6z\xfa\xe9v\xd9\xb9\xffv-@mmm\x08\x1b>R\x89\x08\xe0\x83\x0f>\xa0\
|
/build/ |
envsetup.sh | 9 - mmm: Builds all of the modules in the supplied directories, but not their dependencies. 10 To limit the modules being built use the syntax: mmm dir/:target1,target2. 716 function mmm() function [all...] |