/external/swiftshader/third_party/LLVM/tools/llvm-prof/ |
D | llvm-prof.cpp | 131 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/ |
D | ProfileInfoLoaderPass.cpp | 155 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/ |
D | image_test.py | 31 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/ |
D | rgb_image_comparer.py | 7 from PIL import Image 8 from PIL import ImageChops
|
D | pdiff_image_comparer.py | 6 from PIL import Image
|
/external/python/cpython2/Doc/library/ |
D | jpeg.rst | 25 single: PIL (the Python Imaging Library) 29 Library (PIL) by Fredrik Lundh. Information on PIL is available at
|
/external/autotest/client/cros/ui/ |
D | ui_test_base.py | 14 from PIL import Image 15 from PIL import ImageDraw
|
/external/autotest/client/site_tests/desktopui_MashLogin/ |
D | desktopui_MashLogin.py | 8 from PIL import Image
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.6.rst | 36 projects, such as Matplotlib and PIL/Pillow, depended on being able to build
|
/external/skqp/tools/gdb/ |
D | bitmap.py | 20 from PIL import Image
|
/external/skia/tools/gdb/ |
D | bitmap.py | 20 from PIL import Image
|
/external/autotest/client/cros/chameleon/ |
D | screen_capture.py | 9 from PIL import Image
|
D | screen_comparison.py | 11 from PIL import ImageChops
|
/external/tensorflow/tensorflow/lite/examples/python/ |
D | label_image.py | 24 from PIL import Image
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 67 PointerRec** setPrevInList(PointerRec **PIL) { in setPrevInList() argument 68 PrevInList = PIL; in setPrevInList()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | AliasSetTracker.h | 55 PointerRec** setPrevInList(PointerRec **PIL) { in setPrevInList() argument 56 PrevInList = PIL; in setPrevInList()
|
/external/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 57 PointerRec** setPrevInList(PointerRec **PIL) { in setPrevInList() argument 58 PrevInList = PIL; in setPrevInList()
|
/external/autotest/server/cros/multimedia/ |
D | display_facade_adapter.py | 12 from PIL import Image
|
/external/autotest/client/cros/multimedia/ |
D | display_facade_adapter.py | 9 from PIL import Image
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcRegisterInfo.td | 119 def PIL : SparcCtrlReg<8, "PIL">; 378 (add TPC, TNPC, TSTATE, TT, TICK, TBA, PSTATE, TL, PIL, CWP,
|
/external/llvm/lib/Target/Sparc/ |
D | SparcRegisterInfo.td | 119 def PIL : SparcCtrlReg<8, "PIL">; 377 (add TPC, TNPC, TSTATE, TT, TICK, TBA, PSTATE, TL, PIL, CWP,
|
/external/noto-fonts/scripts/ |
D | color_emoji_image_diff.py | 24 from PIL import Image
|
/external/autotest/server/site_tests/video_PlaybackQuality/ |
D | video_PlaybackQuality.py | 8 from PIL import Image
|
/external/python/cpython2/Demo/tix/ |
D | INSTALL.txt | 49 # *** Uncomment and edit for PIL (TkImaging) extension only:
|
/external/python/cpython2/Lib/plat-mac/ |
D | videoreader.py | 258 from PIL import Image
|