Searched refs:builtins (Results 1 – 11 of 11) sorted by relevance
/build/make/tools/rbcrun/ |
D | host_test.go | 93 if _, err := starlark.ExecFile(thread, filename, nil, builtins); err != nil { 107 if _, err := starlark.ExecFile(thread, "cli_and_env.star", nil, builtins); err != nil { 121 if _, err := starlark.ExecFile(thread, "file_ops.star", nil, builtins); err != nil { 142 if _, err := starlark.ExecFile(thread, "load.star", nil, builtins); err != nil {
|
D | host.go | 41 var builtins starlark.StringDict var 102 globals, err := starlark.ExecFile(childThread, modulePath, nil, builtins) 223 builtins = starlark.StringDict{ 264 _, err = starlark.ExecFile(mainThread, absPath, src, builtins)
|
/build/make/core/clang/ |
D | HOST_x86_64.mk | 2 HOST_LIBCRT_BUILTINS := $(LLVM_RTLIB_PATH)/libclang_rt.builtins-x86_64.a
|
D | HOST_x86.mk | 2 $(clang_2nd_arch_prefix)HOST_LIBCRT_BUILTINS := $(LLVM_RTLIB_PATH)/libclang_rt.builtins-i386.a
|
D | TARGET_arm64.mk | 6 TARGET_LIBCRT_BUILTINS := $(LLVM_RTLIB_PATH)/libclang_rt.builtins-aarch64-android.a
|
D | TARGET_x86_64.mk | 6 TARGET_LIBCRT_BUILTINS := $(LLVM_RTLIB_PATH)/libclang_rt.builtins-x86_64-android.a
|
D | TARGET_arm.mk | 6 $(clang_2nd_arch_prefix)TARGET_LIBCRT_BUILTINS := $(LLVM_RTLIB_PATH)/libclang_rt.builtins-arm-andro…
|
D | TARGET_x86.mk | 6 $(clang_2nd_arch_prefix)TARGET_LIBCRT_BUILTINS := $(LLVM_RTLIB_PATH)/libclang_rt.builtins-i686-andr…
|
/build/make/tools/rbcrun/testdata/ |
D | module1.star | 4 # Make sure that builtins are defined for the loaded module, too
|
D | file_ops.star | 1 # Tests file ops builtins
|
/build/make/tools/releasetools/ |
D | pylintrc | 147 # List of builtins function names that should not be used, separated by a comma 294 # List of additional names supposed to be defined in builtins. Remember that 295 # you should avoid to define new builtins when possible. 296 additional-builtins=
|