HomeSort by relevance Sort by last modified time
    Searched refs:mmm (Results 1 - 25 of 28) sorted by null

1 2

  /packages/inputmethods/LatinIME/native/dicttoolkit/
run_tests.sh 17 if [[ $(type -t mmm) != function ]]; then
32 (mmm -j16 packages/inputmethods/LatinIME/native/dicttoolkit) || (make -j16 $test_name)
Android.mk 17 # Only build if it's explicitly requested, or running mm/mmm.
  /external/clang/test/Analysis/
debug-CallGraph.c 3 static void mmm(int y) { function
10 mmm(y);
35 // CHECK-NEXT: {{Function: < root > calls: mmm foo aaa < > bbb ccc ddd eee fff $}}
43 // CHECK-NEXT: {{Function: foo calls: mmm $}}
44 // CHECK-NEXT: {{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
  /build/kati/
m2n 59 --mmm)
60 echo 'Note: --mmm may not work'
62 mmm="$1"
93 if [ x"${mmm}" != x"" ]; then
94 mk="${mmm}/Android.mk"
103 ninja_suffix+=-mmm-${mmm}
108 elif [ x"${mmm}" != x"" ]; then
  /packages/inputmethods/LatinIME/native/jni/
run-tests.sh 25 if [[ $(type -t mmm) != function ]]; then
63 mmm -j16 packages/inputmethods/LatinIME/native/jni || \
  /packages/providers/ContactsProvider/
run-all-tests.sh 24 mmm -j32 packages/providers/ContactsProvider
  /external/toybox/toys/lsb/
mount.c 317 struct mtab_list *mmm = 0; local
342 for (mmm = mtl2; mmm; mmm = mmm->next)
343 if (!strcmp(mm->dir, mmm->dir) && !strcmp(mm->device, mmm->device))
347 if (!mmm) {
  /frameworks/av/media/libstagefright/foundation/tests/
Android.mk 33 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /packages/apps/ManagedProvisioning/
Android.mk 26 # additionally, build tests if we build via mmm / mm
  /external/libcxx/
run_tests.py 92 def mmm(path): function
93 """Invokes the Android build command mmm."""
110 mmm('external/libcxx/buildcmds')
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/
run_tests.py 92 def mmm(path): function
93 """Invokes the Android build command mmm."""
110 mmm('external/libcxx/buildcmds')
  /external/opencv/cv/src/
cvmatchcontours.cpp 66 double mmm; local
191 mmm = fabs( (ama - amb) / ama );
192 if( result < mmm )
193 result = mmm;
  /packages/services/Telecomm/scripts/
telecom_testing.sh 8 -i Rebuild and reinstall the test apk before running tests (mmm).
92 (export ${emma_opt}; mmm ${goma_opt} "$build_dir")
  /build/make/core/
executable_prefer_symlink.mk 45 # Create the symlink when you run mm/mmm or "make <module_name>"
dex_preopt_libart_boot.mk 90 DEX2OAT_FAILURE_MESSAGE += Build with m, mma, or mmma instead of mm or mmm to remedy the situation.
cleanbuild.mk 18 # the top of the source tree, for example when "make -C" is used in m/mm/mmm.
main.mk 31 # the top of the source tree, for example when "make -C" is used in m/mm/mmm.
    [all...]
  /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/make/
envsetup.sh 15 - mmm: Builds all of the modules in the supplied directories, but not their dependencies.
16 To limit the modules being built use the syntax: mmm dir/:target1,target2.
818 function mmm() function
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-local-class.cpp 378 class { virtual void mmm() {} } x; function in class:PR18653::S06::__anon16989
  /build/soong/ui/build/
kati.go 34 // line arguments, and the directories specified by mm/mmm.
  /build/soong/cc/
cmakelists.go 29 // when either make, mm, mma, mmm or mmma is called. CMakeLists.txt files are generated in a separate folder

Completed in 3640 milliseconds

1 2