Home
last modified time | relevance | path

Searched refs:MODULE (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/curl/packages/OS400/
Dmake-src.sh48 do MODULE=`db2_name "${SRC}"`
49 MODULE=`db2_name "X${MODULE}"`
50 make_module "${MODULE}" "${SRC}"
54 do MODULE=`db2_name "${SRC}"`
55 make_module "${MODULE}" "${SRC}"
Dmake-tests.sh78 lib*.c) MODULE="${DB2PGM}"
80 *) MODULE=`db2_name "${SOURCE}"`
88 ../*) MODULE=`db2_name "X${MODULE}"`
92 make_module "${MODULE}" "${SOURCE}" "${PGMDFNS}"
Dmake-lib.sh65 do MODULE=`db2_name "${SRC}"`
66 make_module "${MODULE}" "${SRC}" BUILDING_LIBCURL
82 for MODULE in ${MODULES}
84 CMD="${CMD} OBJ((${TARGETLIB}/${MODULE} *MODULE))"
/third_party/zlib/os400/
Dmake.sh277 do MODULE=`db2_name "${SRC}"`
278 make_module "${MODULE}" "${SRC}"
294 for MODULE in ${MODULES}
296 CMD="${CMD} OBJ((${TARGETLIB}/${MODULE} *MODULE))"
/third_party/node/deps/v8/src/ast/
Dvariables.h80 location() == VariableLocation::MODULE); in ForceContextAllocation()
219 DCHECK_EQ(location(), VariableLocation::MODULE); in IsExport()
227 DCHECK_IMPLIES(location == VariableLocation::MODULE, index != 0); in AllocateTo()
Dscopes.cc979 location = VariableLocation::MODULE; in LookupInScopeInfo()
1828 case VariableLocation::MODULE: in PrintLocation()
2303 if (var->location() == VariableLocation::MODULE && !var->IsExport()) { in UpdateNeedsHoleCheck()
2391 DCHECK(var->location() != VariableLocation::MODULE); in MustAllocate()
2560 var->AllocateTo(VariableLocation::MODULE, it.second->cell_index); in AllocateModuleVariables()
2566 var->AllocateTo(VariableLocation::MODULE, it.second->cell_index); in AllocateModuleVariables()
/third_party/pcre2/pcre2/
DWORKSPACE.bazel1 # See MODULE.bazel
/third_party/benchmark/
DWORKSPACE.bzlmod2 # See MODULE.bazel for dependencies and setup.
/third_party/openh264/
DMakefile97 MODULE := $(LIBPREFIX)$(MODULE_NAME).$(SHAREDLIBSUFFIX) macro
271 plugin: $(MODULE)
280 @echo $(MODULE)
291 $(MODULE): $(LIBPREFIX)$(MODULE_NAME).$(SHAREDLIBSUFFIXFULLVER)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Hello/
DCMakeLists.txt13 add_llvm_library( LLVMHello MODULE BUILDTREE_ONLY
/third_party/selinux/checkpolicy/
Dpolicy_scan.l176 module|MODULE { return(MODULE); }
Dpolicy_parse.y152 %token MODULE VERSION_IDENTIFIER REQUIRE OPTIONAL
930 module_def : MODULE identifier version_identifier ';'
/third_party/libcoap/examples/riot/pkg_libcoap/
DMakefile.libcoap1 MODULE := libcoap
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
Dsource_helpers.js22 const MODULE = Symbol('MODULE'); constant
339 return MODULE;
/third_party/typescript/tests/ts_extra_tests/tool/
Dtestcfg.py26 MODULE = ['--module'] variable
140 cmd.extend(MODULE)
/third_party/vulkan-headers/tests/
DCMakeLists.txt41 add_library(vk_layer MODULE vk_layer.c)
/third_party/benchmark/docs/
Dreleasing.md11 * Create one last commit that updates the version saved in `CMakeLists.txt`, `MODULE.bazel`
/third_party/cups-filters/scripting/perl/
DCUPS.xs255 MODULE = CUPS PACKAGE = CUPS
/third_party/ltp/testcases/kernel/device-drivers/drm/kernel_space/
Dtdrm.c163 #ifndef MODULE
/third_party/curl/tests/libtest/
DCMakeLists.txt70 add_library(hostname MODULE EXCLUDE_FROM_ALL sethostname.c)
/third_party/skia/third_party/externals/brotli/
Dconfigure-cmake313 for varname in EXE MODULE SHARED STATIC; do
/third_party/typescript/tests/baselines/reference/
DparserRealSource2.errors.txt54 … TypeScriptS = 1 << 30, // PROPERTY, PRIVATE, STATIC, INTERFACE, CLASS, MODULE, EXPORT, IMPORT
/third_party/curl/packages/vms/
Dcurlmsg.sdl3 MODULE $CURDEF;
/third_party/node/deps/v8/src/objects/
Dscope-info.tq172 // number of MODULE-allocated variables, and the metadata of those
/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc888 case VariableLocation::MODULE: { in VisitLocals()
1036 case VariableLocation::MODULE: in SetLocalVariableValue()

12345