| /test/vts/testcases/target/ |
| Android.build.mk | 20 LOCAL_MODULE := $(module) 28 LOCAL_MODULE_STEM_32 := $(module)32 29 LOCAL_MODULE_STEM_64 := $(module)64 32 ifneq ($($(module)_install_to_out_data_dir),) 33 $(module)_install_to_out_data := true 36 ifeq ($($(module)_install_to_out_data),true) 37 ifeq ($($(module)_install_to_out_data_dir),) 38 $(module)_install_to_out_data_dir := $(module) 40 LOCAL_MODULE_PATH_32 := $($(TARGET_2ND_ARCH_VAR_PREFIX)TARGET_OUT_DATA_NATIVE_TESTS)/$($(module)_install_to_out_data_dir [all...] |
| /bionic/tests/ |
| Android.build.mk | 20 LOCAL_MODULE := $(module) 28 LOCAL_MODULE_STEM_32 := $(module)32 29 LOCAL_MODULE_STEM_64 := $(module)64 31 ifneq ($($(module)_install_to_native_tests_dir),) 38 LOCAL_MODULE_PATH_32 := $($(TARGET_2ND_ARCH_VAR_PREFIX)$(native_tests_var))/$($(module)_install_to_native_tests_dir) 39 LOCAL_MODULE_PATH_64 := $($(native_tests_var))/$($(module)_install_to_native_tests_dir) 43 LOCAL_CLANG := $($(module)_clang_$(build_type)) 45 ifneq ($($(module)_allow_asan),true) 49 LOCAL_FORCE_STATIC_EXECUTABLE := $($(module)_force_static_executable) 51 LOCAL_ALLOW_UNDEFINED_SYMBOLS := $($(module)_allow_undefined_symbols [all...] |
| /external/llvm/utils/crosstool/ |
| create-snapshots.sh | 24 local log="${module}.log" 25 echo "Running: svn export -r ${REV} ${module}; log in ${log}" 26 svn -q export -r ${REV} ${LLVM_PROJECT_SVN}/${module}/trunk \ 27 ${module} > ${log} 2>&1 30 local tarball="${module}-${REV}.tar.bz2" 32 tar cjf ${tarball} ${module} 34 echo "Cleaning up '${module}'" 35 rm -rf ${module} ${log} 39 createTarballFromSVN ${module}
|
| /external/swiftshader/third_party/LLVM/utils/crosstool/ |
| create-snapshots.sh | 24 local log="${module}.log" 25 echo "Running: svn export -r ${REV} ${module}; log in ${log}" 26 svn -q export -r ${REV} ${LLVM_PROJECT_SVN}/${module}/trunk \ 27 ${module} > ${log} 2>&1 30 local tarball="${module}-${REV}.tar.bz2" 32 tar cjf ${tarball} ${module} 34 echo "Cleaning up '${module}'" 35 rm -rf ${module} ${log} 39 createTarballFromSVN ${module}
|
| /system/extras/simpleperf/runtest/ |
| Android.build.mk | 25 LOCAL_MODULE := $(module) 27 LOCAL_MODULE_STEM_32 := $(module)32 28 LOCAL_MODULE_STEM_64 := $(module)64 37 LOCAL_MODULE := $(module) 40 LOCAL_MODULE_STEM_32 := $(module)32 41 LOCAL_MODULE_STEM_64 := $(module)64
|
| /external/swiftshader/third_party/LLVM/tools/llvm-config/ |
| find-cycles.pl | 32 my ($module, $dependency_str) = /^\s*([^:]+):\s*(.*)\s*$/;
35 $DEPS{$module} = \@dependencies;
49 foreach my $module (@modules) {
50 @dependencies{@{$DEPS{$module}}} = 1;
54 foreach my $module (@modules) {
55 delete $dependencies{$module};
97 foreach my $module (@modules) { find_cycles($module); }
101 foreach my $module (@modules) {
102 unless (defined $CYCLES{$module}) {
[all...] |
| /bionic/tests/libs/ |
| Android.build.testlib.internal.mk | 19 ifeq ($($(module)_relative_install_path),) 20 $(module)_install_to_native_tests_dir := bionic-loader-test-libs 22 $(module)_install_to_native_tests_dir := bionic-loader-test-libs/$($(module)_relative_install_path) 25 $(module)_ldflags += -Wl,--rpath,\$${ORIGIN} -Wl,--enable-new-dtags
|
| /device/linaro/bootloader/edk2/EmulatorPkg/Unix/ |
| lldbinit | 1 setting set frame-format "frame #${frame.index}: ${frame.pc}{ ${module.file.basename}{:${function.name}()${function.pc-offset}}}{ at ${line.file.fullpath}:${line.number}}\n"
|
| /prebuilts/misc/common/swig/include/2.0.11/ruby/ |
| Makefile.swig | 13 FEATURE = $(MODULE) 14 INTERFACE = $(MODULE).i 20 WRAPPER = $(MODULE)_wrap.c 24 #WRAPPER = $(MODULE)_wrap.cc
|
| /external/python/cpython3/Python/clinic/ |
| import.c.h | 6 "lock_held($module, /)\n" 26 "acquire_lock($module, /)\n" 47 "release_lock($module, /)\n" 67 "_fix_co_filename($module, code, path, /)\n" 102 "create_builtin($module, spec, /)\n" 111 "extension_suffixes($module, /)\n" 129 "init_frozen($module, name, /)\n" 156 "get_frozen_object($module, name, /)\n" 183 "is_frozen_package($module, name, /)\n" 210 "is_builtin($module, name, /)\n [all...] |
| bltinmodule.c.h | 6 "abs($module, x, /)\n" 15 "all($module, iterable, /)\n" 26 "any($module, iterable, /)\n" 37 "ascii($module, obj, /)\n" 51 "bin($module, number, /)\n" 63 "callable($module, obj, /)\n" 75 "format($module, value, format_spec=\'\', /)\n" 106 "chr($module, i, /)\n" 133 "compile($module, /, source, filename, mode, flags=0,\n" 182 "divmod($module, x, y, /)\n [all...] |
| /prebuilts/misc/common/swig/include/2.0.11/perl5/ |
| Makefile.pl | 5 # 1. Modify the file as appropriate. Replace $module with the 16 'NAME' => '$module', # Name of your module
|
| /external/python/cpython3/Modules/clinic/ |
| pwdmodule.c.h | 6 "getpwuid($module, uidobj, /)\n" 17 "getpwnam($module, arg, /)\n" 48 "getpwall($module, /)\n"
|
| signalmodule.c.h | 8 "alarm($module, seconds, /)\n" 44 "pause($module, /)\n" 64 "signal($module, signalnum, handler, /)\n" 100 "getsignal($module, signalnum, /)\n" 135 "siginterrupt($module, signalnum, flag, /)\n" 171 "setitimer($module, which, seconds, interval=0.0, /)\n" 211 "getitimer($module, which, /)\n" 242 "pthread_sigmask($module, how, mask, /)\n" 275 "sigpending($module, /)\n" 300 "sigwait($module, sigset, /)\n [all...] |
| _winapi.c.h | 66 "CloseHandle($module, handle, /)\n" 93 "ConnectNamedPipe($module, /, handle, overlapped=False)\n" 124 "CreateFile($module, file_name, desired_access, share_mode,\n" 171 "CreateJunction($module, src_path, dst_path, /)\n" 200 "CreateNamedPipe($module, name, open_mode, pipe_mode, max_instances,\n" 248 "CreatePipe($module, pipe_attrs, size, /)\n" 282 "CreateProcess($module, application_name, command_line, proc_attrs,\n" 333 "DuplicateHandle($module, source_process_handle, source_handle,\n" 384 "ExitProcess($module, ExitCode, /)\n" 410 "GetCurrentProcess($module, /)\n [all...] |
| grpmodule.c.h | 6 "getgrgid($module, /, id)\n" 38 "getgrnam($module, /, name)\n" 70 "getgrall($module, /)\n"
|
| binascii.c.h | 6 "a2b_uu($module, data, /)\n" 37 "b2a_uu($module, data, /)\n" 69 "a2b_base64($module, data, /)\n" 100 "b2a_base64($module, /, data, *, newline=True)\n" 136 "a2b_hqx($module, data, /)\n" 167 "rlecode_hqx($module, data, /)\n" 199 "b2a_hqx($module, data, /)\n" 231 "rledecode_hqx($module, data, /)\n" 263 "crc_hqx($module, data, crc, /)\n" 302 "crc32($module, data, crc=0, /)\n [all...] |
| _codecsmodule.c.h | 6 "register($module, search_function, /)\n" 19 "lookup($module, encoding, /)\n" 46 "encode($module, /, obj, encoding=\'utf-8\', errors=\'strict\')\n" 85 "decode($module, /, obj, encoding=\'utf-8\', errors=\'strict\')\n" 124 "_forget_codec($module, encoding, /)\n" 151 "escape_decode($module, data, errors=None, /)\n" 185 "escape_encode($module, data, errors=None, /)\n" 214 "unicode_internal_decode($module, obj, errors=None, /)\n" 243 "utf_7_decode($module, data, errors=None, final=False, /)\n" 278 "utf_8_decode($module, data, errors=None, final=False, /)\n [all...] |
| cmathmodule.c.h | 6 "acos($module, z, /)\n" 48 "acosh($module, z, /)\n" 90 "asin($module, z, /)\n" 132 "asinh($module, z, /)\n" 174 "atan($module, z, /)\n" 216 "atanh($module, z, /)\n" 258 "cos($module, z, /)\n" 300 "cosh($module, z, /)\n" 342 "exp($module, z, /)\n" 384 "log10($module, z, /)\n [all...] |
| /external/python/cpython3/PC/clinic/ |
| msvcrtmodule.c.h | 6 "heapmin($module, /)\n" 27 "locking($module, fd, mode, nbytes, /)\n" 64 "setmode($module, fd, mode, /)\n" 103 "open_osfhandle($module, handle, flags, /)\n" 141 "get_osfhandle($module, fd, /)\n" 175 "kbhit($module, /)\n" 203 "getch($module, /)\n" 233 "getwch($module, /)\n" 257 "getche($module, /)\n" 281 "getwche($module, /)\n [all...] |
| /system/tools/hidl/scripts/ |
| run-tests.sh | 30 local test_file=/data/${test_dir}/${module}/${module} 44 local test_file=/data/${test_dir}/${module}/${module} 103 push_test ${module} 109 run_test ${module} || status=$?
|
| /prebuilts/misc/common/swig/include/2.0.11/csharp/ |
| csharphead.swg | 92 SWIGEXPORT void SWIGSTDCALL SWIGRegisterExceptionCallbacks_$module( 120 SWIGEXPORT void SWIGSTDCALL SWIGRegisterExceptionArgumentCallbacks_$module( 152 [DllImport("$dllimport", EntryPoint="SWIGRegisterExceptionCallbacks_$module")] 153 public static extern void SWIGRegisterExceptionCallbacks_$module( 166 [DllImport("$dllimport", EntryPoint="SWIGRegisterExceptionArgumentCallbacks_$module")] 167 public static extern void SWIGRegisterExceptionCallbacksArgument_$module( 221 SWIGRegisterExceptionCallbacks_$module( 234 SWIGRegisterExceptionCallbacksArgument_$module( 297 [DllImport("$dllimport", EntryPoint="SWIGRegisterStringCallback_$module")] 298 public static extern void SWIGRegisterStringCallback_$module(SWIGStringDelegate stringDelegate) [all...] |
| /external/swiftshader/third_party/LLVM/ |
| build-for-llvm-top.sh | 57 msg 0 Configuring $module with: 60 die $? "Configuring $module module failed" 62 msg 0 Module $module already configured, ignoring configure options. 66 msg 0 Building $module with:
|
| /external/ltp/testcases/kernel/power_management/ |
| runpwtests03.sh | 124 #echo -n "Loading $module ... " 125 if [ $module != "cpufreq_$loaded_governor" ]; then 126 modprobe $module >/dev/null 128 echo "${0}: FAIL: Loading of module $module" \ 137 #echo -n "Unloading $module ... " 138 if [ $module != "cpufreq_$loaded_governor" ]; then 139 modprobe -r $module >/dev/null 141 echo "${0}: FAIL: Loading of module $module" \
|
| /external/python/cpython2/PC/VC6/ |
| _ssl.mak | 20 $(MODULE): $(SOURCE) ../*.h ../../Include/*.h 22 cl /nologo $(SOURCE) $(CFLAGS) /Fo$(TEMP_DIR)\$*.obj $(INCLUDES) /link /out:$(MODULE) $(LIBS) $(LFLAGS)
|