/external/toybox/toys/other/ |
lsmod.c | 20 char *modfile = "/proc/modules"; local 21 FILE * file = xfopen(modfile, "r"); 33 } else perror_exit("bad %s", modfile);
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/ |
CommandFileWatcherTest.java | 56 final File cmdFile = new ModFile("/a/path/too/far", 1, 2); 70 final File cmdFile = new ModFile("/a/path/too/far", 1, 1, 1); 83 final File cmdFile1 = new ModFile("/went/too/far", 1, 1); 84 final File cmdFile2 = new ModFile("/knew/too/much", 1, 2); 100 final File cmdFile1 = new ModFile("/went/too/far", 1, 1); 101 final File cmdFile2 = new ModFile("/knew/too/much", 1, 1); 102 final File dependent = new ModFile("/those/are/my/lines", 1, 2); 118 final File cmdFile1 = new ModFile("/went/too/far", 1, 1, 1); 119 final File cmdFile2 = new ModFile("/knew/too/much", 1, 1, 1); 120 final File dep1 = new ModFile("/those/are/my/lines", 1, 2, 2) [all...] |
/external/selinux/semodule-utils/semodule_package/ |
semodule_unpackage.c | 19 printf("usage: %s ppfile modfile [fcfile]\n", progname); 47 char *ppfile, *modfile, *fcfile = NULL, *fcdata; local 57 modfile = argv[2]; 75 if (file_to_policy_file(modfile, &out, "w")) 79 fprintf(stderr, "%s: Error while writing module to %s\n", progname, modfile);
|
/external/antlr/antlr-3.4/runtime/Python/ |
setup.py | 109 modFile, modPathname, modDescription \ 113 testID, modFile, modPathname, modDescription 243 modFile, modPathname, modDescription \ 247 testID, modFile, modPathname, modDescription)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_inspect.py | 32 modfile = mod.__file__
variable 33 if modfile.endswith(('c', 'o')):
34 modfile = modfile[:-1]
variable 162 (modfile, 16, 'eggs', [' st = inspect.stack()\n'], 0))
164 (modfile, 9, 'spam', [' eggs(b + d, c + f)\n'], 0))
166 (modfile, 43, 'argue', [' spam(a, b, c)\n'], 0))
168 (modfile, 39, 'abuse', [' self.argue(a, b, c)\n'], 0))
172 self.assertEqual(git.tr[0][1:], (modfile, 43, 'argue',
174 self.assertEqual(git.tr[1][1:], (modfile, 9, 'spam', [all...] |
/external/python/cpython2/Lib/test/ |
test_inspect.py | 35 modfile = mod.__file__ variable 36 if modfile.endswith(('c', 'o')): 37 modfile = modfile[:-1] variable 165 (modfile, 16, 'eggs', [' st = inspect.stack()\n'], 0)) 167 (modfile, 9, 'spam', [' eggs(b + d, c + f)\n'], 0)) 169 (modfile, 43, 'argue', [' spam(a, b, c)\n'], 0)) 171 (modfile, 39, 'abuse', [' self.argue(a, b, c)\n'], 0)) 175 self.assertEqual(git.tr[0][1:], (modfile, 43, 'argue', 177 self.assertEqual(git.tr[1][1:], (modfile, 9, 'spam' [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_inspect.py | 32 modfile = mod.__file__ variable 33 if modfile.endswith(('c', 'o')): 34 modfile = modfile[:-1] variable 162 (modfile, 16, 'eggs', [' st = inspect.stack()\n'], 0)) 164 (modfile, 9, 'spam', [' eggs(b + d, c + f)\n'], 0)) 166 (modfile, 43, 'argue', [' spam(a, b, c)\n'], 0)) 168 (modfile, 39, 'abuse', [' self.argue(a, b, c)\n'], 0)) 172 self.assertEqual(git.tr[0][1:], (modfile, 43, 'argue', 174 self.assertEqual(git.tr[1][1:], (modfile, 9, 'spam' [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_inspect.py | 32 modfile = mod.__file__ variable 33 if modfile.endswith(('c', 'o')): 34 modfile = modfile[:-1] variable 162 (modfile, 16, 'eggs', [' st = inspect.stack()\n'], 0)) 164 (modfile, 9, 'spam', [' eggs(b + d, c + f)\n'], 0)) 166 (modfile, 43, 'argue', [' spam(a, b, c)\n'], 0)) 168 (modfile, 39, 'abuse', [' self.argue(a, b, c)\n'], 0)) 172 self.assertEqual(git.tr[0][1:], (modfile, 43, 'argue', 174 self.assertEqual(git.tr[1][1:], (modfile, 9, 'spam' [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_inspect.py | 32 modfile = mod.__file__ variable 33 if modfile.endswith(('c', 'o')): 34 modfile = modfile[:-1] variable 162 (modfile, 16, 'eggs', [' st = inspect.stack()\n'], 0)) 164 (modfile, 9, 'spam', [' eggs(b + d, c + f)\n'], 0)) 166 (modfile, 43, 'argue', [' spam(a, b, c)\n'], 0)) 168 (modfile, 39, 'abuse', [' self.argue(a, b, c)\n'], 0)) 172 self.assertEqual(git.tr[0][1:], (modfile, 43, 'argue', 174 self.assertEqual(git.tr[1][1:], (modfile, 9, 'spam' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_inspect.py | 32 modfile = mod.__file__ variable 33 if modfile.endswith(('c', 'o')): 34 modfile = modfile[:-1] variable 162 (modfile, 16, 'eggs', [' st = inspect.stack()\n'], 0)) 164 (modfile, 9, 'spam', [' eggs(b + d, c + f)\n'], 0)) 166 (modfile, 43, 'argue', [' spam(a, b, c)\n'], 0)) 168 (modfile, 39, 'abuse', [' self.argue(a, b, c)\n'], 0)) 172 self.assertEqual(git.tr[0][1:], (modfile, 43, 'argue', 174 self.assertEqual(git.tr[1][1:], (modfile, 9, 'spam' [all...] |
/external/antlr/antlr-3.4/runtime/Python/tests/ |
testbase.py | 303 modFile, modPathname, modDescription \ 307 name, modFile, modPathname, modDescription
|
/external/clang/unittests/libclang/ |
LibclangTest.cpp | 441 const char *ModFile = "module A { header \"HeaderFile.h\" }\n"; 447 WriteFile(ModName, ModFile);
|