Home
last modified time | relevance | path

Searched refs:PIL (Results 1 – 25 of 47) sorted by relevance

12

/external/swiftshader/third_party/LLVM/tools/llvm-prof/
Dllvm-prof.cpp131 ProfileInfoLoader &PIL; member in __anon596fbe8e0311::ProfileInfoPrinterPass
135 : ModulePass(ID), PIL(_PIL) {} in ProfileInfoPrinterPass()
181 if (PIL.getNumExecutions() != 1) outs() << "s"; in runOnModule()
184 for (unsigned i = 0, e = PIL.getNumExecutions(); i != e; ++i) { in runOnModule()
187 outs() << PIL.getExecution(i) << "\n"; in runOnModule()
284 ProfileInfoLoader PIL(argv[0], ProfileDataFile, *M); in main() local
289 PassMgr.add(new ProfileInfoPrinterPass(PIL)); in main()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfoLoaderPass.cpp155 ProfileInfoLoader PIL("profile-loader", Filename, M); in runOnModule() local
158 std::vector<unsigned> Counters = PIL.getRawEdgeCounts(); in runOnModule()
179 Counters = PIL.getRawOptimalEdgeCounts(); in runOnModule()
228 Counters = PIL.getRawBlockCounts(); in runOnModule()
248 Counters = PIL.getRawFunctionCounts(); in runOnModule()
/external/tensorflow/tensorflow/python/keras/preprocessing/
Dimage_test.py31 import PIL # pylint:disable=g-import-not-at-top
33 PIL = None variable
57 if PIL is None:
157 if PIL is None:
243 if PIL is None:
313 if PIL is None:
349 if PIL is None:
/external/autotest/client/cros/image_comparison/
Drgb_image_comparer.py7 from PIL import Image
8 from PIL import ImageChops
Dpdiff_image_comparer.py6 from PIL import Image
/external/python/cpython2/Doc/library/
Djpeg.rst25 single: PIL (the Python Imaging Library)
29 Library (PIL) by Fredrik Lundh. Information on PIL is available at
/external/autotest/client/cros/ui/
Dui_test_base.py14 from PIL import Image
15 from PIL import ImageDraw
/external/autotest/client/site_tests/desktopui_MashLogin/
Ddesktopui_MashLogin.py8 from PIL import Image
/external/python/cpython2/Misc/NEWS.d/
D2.7.6.rst36 projects, such as Matplotlib and PIL/Pillow, depended on being able to build
/external/skqp/tools/gdb/
Dbitmap.py20 from PIL import Image
/external/skia/tools/gdb/
Dbitmap.py20 from PIL import Image
/external/autotest/client/cros/chameleon/
Dscreen_capture.py9 from PIL import Image
Dscreen_comparison.py11 from PIL import ImageChops
/external/tensorflow/tensorflow/lite/examples/python/
Dlabel_image.py24 from PIL import Image
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DAliasSetTracker.h67 PointerRec** setPrevInList(PointerRec **PIL) { in setPrevInList() argument
68 PrevInList = PIL; in setPrevInList()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasSetTracker.h55 PointerRec** setPrevInList(PointerRec **PIL) { in setPrevInList() argument
56 PrevInList = PIL; in setPrevInList()
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h57 PointerRec** setPrevInList(PointerRec **PIL) { in setPrevInList() argument
58 PrevInList = PIL; in setPrevInList()
/external/autotest/server/cros/multimedia/
Ddisplay_facade_adapter.py12 from PIL import Image
/external/autotest/client/cros/multimedia/
Ddisplay_facade_adapter.py9 from PIL import Image
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcRegisterInfo.td119 def PIL : SparcCtrlReg<8, "PIL">;
378 (add TPC, TNPC, TSTATE, TT, TICK, TBA, PSTATE, TL, PIL, CWP,
/external/llvm/lib/Target/Sparc/
DSparcRegisterInfo.td119 def PIL : SparcCtrlReg<8, "PIL">;
377 (add TPC, TNPC, TSTATE, TT, TICK, TBA, PSTATE, TL, PIL, CWP,
/external/noto-fonts/scripts/
Dcolor_emoji_image_diff.py24 from PIL import Image
/external/autotest/server/site_tests/video_PlaybackQuality/
Dvideo_PlaybackQuality.py8 from PIL import Image
/external/python/cpython2/Demo/tix/
DINSTALL.txt49 # *** Uncomment and edit for PIL (TkImaging) extension only:
/external/python/cpython2/Lib/plat-mac/
Dvideoreader.py258 from PIL import Image

12