Home
last modified time | relevance | path

Searched refs:Modules (Results 1 – 25 of 228) sorted by relevance

12345678910

/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv7 Modules/_blake2/blake2module.c - blake2b_type_spec -
8 Modules/_blake2/blake2module.c - blake2s_type_spec -
9 Modules/_io/fileio.c - _Py_open_cloexec_works -
10 Modules/_io/_iomodule.h - PyIOBase_Type -
11 Modules/_io/_iomodule.h - PyRawIOBase_Type -
12 Modules/_io/_iomodule.h - PyBufferedIOBase_Type -
13 Modules/_io/_iomodule.h - PyTextIOBase_Type -
14 Modules/_io/_iomodule.h - PyFileIO_Type -
15 Modules/_io/_iomodule.h - PyBytesIO_Type -
16 Modules/_io/_iomodule.h - PyStringIO_Type -
[all …]
/third_party/python/Tools/c-analyzer/
DTODO22 Modules/_abc.c:abc_invalidation_counter static unsigned long long abc_inva…
41 Modules/_tracemalloc.c:allocators static struct { PyMemAllocatorEx m…
42 Modules/_tracemalloc.c:tables_lock static PyThread_type_lock tables_l…
43 Modules/_tracemalloc.c:tracemalloc_filenames static _Py_hashtable_t *tracemallo…
44 Modules/_tracemalloc.c:tracemalloc_peak_traced_memory static size_t tracemalloc_peak_tra…
45 Modules/_tracemalloc.c:tracemalloc_reentrant_key static Py_tss_t tracemalloc_reentr…
46 Modules/_tracemalloc.c:tracemalloc_tracebacks static _Py_hashtable_t *tracemallo…
47 Modules/_tracemalloc.c:tracemalloc_traced_memory static size_t tracemalloc_traced_m…
48 Modules/_tracemalloc.c:tracemalloc_traces static _Py_hashtable_t *tracemallo…
49 Modules/faulthandler.c:old_stack static stack_t old_stack
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleList.cpp24 const DbiModuleList &Modules, uint32_t Modi, uint16_t Filei) in DbiModuleSourceFilesIterator() argument
25 : Modules(&Modules), Modi(Modi), Filei(Filei) { in DbiModuleSourceFilesIterator()
49 assert(Modules == R.Modules); in operator ==()
88 Thisi = R.Modules->getSourceFileCount(RealModi); in operator -()
100 assert(Filei <= Modules->getSourceFileCount(Modi)); in operator +=()
123 uint32_t Off = Modules->ModuleInitialFileIndex[Modi] + Filei; in setValue()
124 auto ExpectedValue = Modules->getFileName(Off); in setValue()
127 Filei = Modules->getSourceFileCount(Modi); in setValue()
136 assert(Modules); in isEnd()
137 assert(Modi <= Modules->getModuleCount()); in isEnd()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DSignals.cpp53 const char **Modules, intptr_t *Offsets,
101 std::vector<const char *> Modules(Depth, nullptr); in printSymbolizedStackTrace() local
103 if (!findModulesAndOffsets(StackTrace, Depth, Modules.data(), Offsets.data(), in printSymbolizedStackTrace()
116 if (Modules[i]) in printSymbolizedStackTrace()
117 Input << Modules[i] << " " << (void*)Offsets[i] << "\n"; in printSymbolizedStackTrace()
150 if (!Modules[i]) { in printSymbolizedStackTrace()
171 OS << "(" << Modules[i] << '+' << format_hex(Offsets[i], 0) << ")"; in printSymbolizedStackTrace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSignals.cpp92 const char **Modules, intptr_t *Offsets,
138 std::vector<const char *> Modules(Depth, nullptr); in printSymbolizedStackTrace() local
140 if (!findModulesAndOffsets(StackTrace, Depth, Modules.data(), Offsets.data(), in printSymbolizedStackTrace()
153 if (Modules[i]) in printSymbolizedStackTrace()
154 Input << Modules[i] << " " << (void*)Offsets[i] << "\n"; in printSymbolizedStackTrace()
189 if (!Modules[i]) { in printSymbolizedStackTrace()
211 OS << "(" << Modules[i] << '+' << format_hex(Offsets[i], 0) << ")"; in printSymbolizedStackTrace()
/third_party/typescript/tests/baselines/reference/
DstrictModeWordInImportDeclaration.errors.txt1 …S1214: Identifier expected. 'package' is a reserved word in strict mode. Modules are automatically…
3 …S1214: Identifier expected. 'private' is a reserved word in strict mode. Modules are automatically…
5 …TS1214: Identifier expected. 'public' is a reserved word in strict mode. Modules are automatically…
13 !!! error TS1214: Identifier expected. 'package' is a reserved word in strict mode. Modules are aut…
18 !!! error TS1214: Identifier expected. 'private' is a reserved word in strict mode. Modules are aut…
23 !!! error TS1214: Identifier expected. 'public' is a reserved word in strict mode. Modules are auto…
DstrictModeReservedWordInImportEqualDeclaration.errors.txt1 …TS1214: Identifier expected. 'public' is a reserved word in strict mode. Modules are automatically…
9 !!! error TS1214: Identifier expected. 'public' is a reserved word in strict mode. Modules are auto…
DblockScopedFunctionDeclarationInStrictModule.errors.txt1 … not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'. Modules are automatically…
9 … not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'. Modules are automatically…
DshadowedReservedCompilerDeclarationsWithNoEmit.errors.txt1 …larationsWithNoEmit.ts(23,13): error TS1215: Invalid use of 'arguments'. Modules are automatically…
29 !!! error TS1215: Invalid use of 'arguments'. Modules are automatically in strict mode.
DexportsAndImportsWithContextualKeywordNames01.errors.txt1 … TS1214: Identifier expected. 'yield' is a reserved word in strict mode. Modules are automatically…
19 !!! error TS1214: Identifier expected. 'yield' is a reserved word in strict mode. Modules are autom…
DjsFileCompilationBindStrictModeErrors.errors.txt12 …or TS1214: Identifier expected. 'let' is a reserved word in strict mode. Modules are automatically…
13 tests/cases/compiler/c.js(2,5): error TS1215: Invalid use of 'eval'. Modules are automatically in s…
72 !!! error TS1214: Identifier expected. 'let' is a reserved word in strict mode. Modules are automat…
75 !!! error TS1215: Invalid use of 'eval'. Modules are automatically in strict mode.
/third_party/python/
D.gitignore80 Modules/Setup.bootstrap
81 Modules/Setup.config
82 Modules/Setup.local
83 Modules/Setup.stdlib
84 Modules/config.c
85 Modules/ld_so_aix
90 Modules/python.exp
DMakefile.pre.in77 MAKESETUP= $(srcdir)/Modules/makesetup
289 # Modules
291 Modules/config.o \
292 Modules/getpath.o \
293 Modules/main.o \
294 Modules/gcmodule.o
296 IO_H= Modules/_io/_iomodule.h
299 Modules/_io/_iomodule.o \
300 Modules/_io/iobase.o \
301 Modules/_io/fileio.o \
[all …]
/third_party/boost/tools/cmake/include/
DBoostFetch.cmake16 "https://gitlab.kitware.com/cmake/cmake/raw/v3.11.3/Modules/FetchContent.cmake"
17 "${CMAKE_BINARY_DIR}/Modules/FetchContent.cmake"
21 … "https://gitlab.kitware.com/cmake/cmake/raw/v3.11.3/Modules/FetchContent/CMakeLists.cmake.in"
22 "${CMAKE_BINARY_DIR}/Modules/FetchContent/CMakeLists.cmake.in"
25 include(${CMAKE_BINARY_DIR}/Modules/FetchContent.cmake)
/third_party/python/Modules/_decimal/tests/
Drunall-memorydebugger.sh116 cd Modules/_decimal
140 ./python Modules/_decimal/tests/deccheck.py
151 ./python Modules/_decimal/tests/deccheck.py
171 $valgrind ./python Modules/_decimal/tests/deccheck.py
Drunall.bat37 call python.bat .\Modules\_decimal\tests\deccheck.py
65 call python.bat .\Modules\_decimal\tests\deccheck.py
99 call python.bat .\Modules\_decimal\tests\deccheck.py
127 call python.bat .\Modules\_decimal\tests\deccheck.py
/third_party/skia/site/docs/user/modules/
D_index.md3 title: "Library Modules"
4 linkTitle: "Library Modules"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRSymtab.h142 Range<Module> Modules; member
234 ArrayRef<storage::Module> Modules; variable
255 Modules = range(header().Modules); in Reader()
269 size_t getNumModules() const { return Modules.size(); } in getNumModules()
353 const storage::Module &M = Modules[I]; in module_symbols()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp144 generateModuleMap(std::vector<std::unique_ptr<lto::InputFile>> &Modules) { in generateModuleMap() argument
146 for (auto &M : Modules) { in generateModuleMap()
520 if (Modules.empty()) in addModule()
529 Modules.emplace_back(std::move(*InputOrError)); in addModule()
570 for (auto &Mod : Modules) { in linkCombinedIndex()
684 auto ModuleMap = generateModuleMap(Modules); in crossModuleImport()
899 ProducedBinaries.resize(Modules.size()); in run()
906 ProducedBinaryFiles.resize(Modules.size()); in run()
913 for (auto &Mod : Modules) { in run()
951 auto ModuleMap = generateModuleMap(Modules); in run()
[all …]
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerTracePC.cpp48 assert(NumModules < sizeof(Modules) / sizeof(Modules[0])); in HandleInit()
51 Modules[NumModules].Start = Start; in HandleInit()
52 Modules[NumModules].Stop = Stop; in HandleInit()
59 Printf("[%p, %p), ", Modules[i].Start, Modules[i].Stop); in PrintModuleInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp65 auto I = Modules.find(ModuleName); in symbolizeCode()
66 if (I != Modules.end()) in symbolizeCode()
170 Modules.clear(); in flush()
512 Modules.insert(std::make_pair(ModuleName, std::move(SymMod))); in createModuleInfo()
521 auto I = Modules.find(ModuleName); in getOrCreateModuleInfo()
522 if (I != Modules.end()) in getOrCreateModuleInfo()
539 Modules.emplace(ModuleName, std::unique_ptr<SymbolizableModule>()); in getOrCreateModuleInfo()
556 Modules.emplace(ModuleName, std::unique_ptr<SymbolizableModule>()); in getOrCreateModuleInfo()
/third_party/python/Modules/
DSetup11 # Modules configured here will not be compiled by the setup.py script,
15 # descriptions. Tag lines may alternate throughout this file. Modules are
18 # description. Modules are built as a shared library when they are preceded by
19 # a "*shared*" tag line. Modules are not built at all, not by the Makefile,
45 # 1. Build all modules that are declared as static in Modules/Setup,
47 # 2. Build all modules that are listed as shared in Modules/Setup.
50 # b) are not listed in Modules/Setup, and
126 _io -DPy_BUILD_CORE_BUILTIN -I$(srcdir)/Include/internal -I$(srcdir)/Modules/_io _io/_iomodule.c _i…
167 # Modules that should always be present (non UNIX dependent):
178 #_elementtree -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI _elementtree.c # e…
[all …]
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dprefer-namespace-keyword.md16 - [Modules](https://www.typescriptlang.org/docs/handbook/modules.html)
18 - [Namespaces and Modules](https://www.typescriptlang.org/docs/handbook/namespaces-and-modules.html)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp80 Modules.push_back(std::move(M)); in Init()
144 for (auto I = Modules.begin(), E = Modules.end(); I != E; ++I) { in removeModule()
148 Modules.erase(I); in removeModule()
157 for (unsigned i = 0, e = Modules.size(); i != e; ++i) { in FindFunctionNamed()
158 Function *F = Modules[i]->getFunction(FnName); in FindFunctionNamed()
166 for (unsigned i = 0, e = Modules.size(); i != e; ++i) { in FindGlobalVariableNamed()
167 GlobalVariable *GV = Modules[i]->getGlobalVariable(Name,AllowInternal); in FindGlobalVariableNamed()
320 for (unsigned i = 0, e = Modules.size(); i != e; ++i) in getGlobalValueAtAddress()
321 if (GlobalValue *GV = Modules[i]->getNamedValue(Name)) in getGlobalValueAtAddress()
411 for (std::unique_ptr<Module> &M : Modules) in runStaticConstructorsDestructors()
[all …]
/third_party/python/Tools/buildbot/
DremoteDeploy.bat35 ssh %SSH_SERVER% "md %REMOTE_PYTHON_DIR%Modules"
48 scp "%PYTHON_SOURCE%Modules\Setup" "%SSH_SERVER%:%REMOTE_PYTHON_DIR%Modules"

12345678910