Home
last modified time | relevance | path

Searched refs:Misc (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Doc/
H A Dmake.bat133 if exist ..\Misc\NEWS (
134 echo.Copying Misc\NEWS to %PY_MISC_NEWS_DIR%\NEWS
135 copy ..\Misc\NEWS "%PY_MISC_NEWS_DIR%\NEWS" > nul
136 ) else if exist ..\Misc\NEWS.D (
138 echo.Merging Misc/NEWS with %BLURB%
141 echo.No Misc/NEWS file and Blurb is not available.
186 cmd /S /C "%SPHINXLINT% --enable default-role ..\Misc\NEWS.d\next\ "
H A DMakefile52 # Look first for a Misc/NEWS file (building from a source release tarball
53 # or old repo) and use that, otherwise look for a Misc/NEWS.d directory
55 @if [ -f ../Misc/NEWS ] ; then \
56 echo "Using existing Misc/NEWS file"; \
57 cp ../Misc/NEWS build/NEWS; \
59 if [ -d ../Misc/NEWS.d ]; then \
60 echo "Building NEWS from Misc/NEWS.d with blurb"; \
63 echo "Neither Misc/NEWS.d nor Misc/NEWS found; cannot build docs"; \
221 $(SPHINXLINT) --enable default-role ../Misc/NEW
[all...]
/third_party/python/Lib/tkinter/
H A D__init__.py668 class Misc: class
1739 if flag is Misc._noarg_:
1857 if flag is Misc._noarg_:
2301 class Tk(Misc, Wm):
2369 Misc.destroy(self)
2422 # the Misc class (which now incorporates all methods common between
2473 propagate = pack_propagate = Misc.pack_propagate
2474 slaves = pack_slaves = Misc.pack_slaves
2525 slaves = place_slaves = Misc.place_slaves
2554 bbox = grid_bbox = Misc
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringprintf_unittest.cc56 TEST(StringPrintfTest, Misc) { in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCommandLine.h280 uint16_t Misc : 5;
309 inline unsigned getMiscFlags() const { return Misc; } in getMiscFlags()
339 void setMiscFlag(enum MiscFlags M) { Misc |= M; } in setMiscFlag()
348 HiddenFlag(Hidden), Formatting(NormalFormatting), Misc(0), in Option()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h251 unsigned Misc : 3;
279 inline unsigned getMiscFlags() const { return Misc; } in getMiscFlags()
308 void setMiscFlag(enum MiscFlags M) { Misc |= M; } in setMiscFlag()
317 HiddenFlag(Hidden), Formatting(NormalFormatting), Misc(0), Position(0), in Option()
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/
H A Dtest-packing.cpp122 TEST_F(ValhallPacking, Misc) { in TEST_F()
/third_party/python/Lib/idlelib/
H A Dmulticall.py323 assert issubclass(widget, tkinter.Misc)

Completed in 18 milliseconds