Home
last modified time | relevance | path

Searched refs:mylog (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/MCJIT/
D2003-01-04-LoopTest.ll4 call i32 @mylog( i32 4 ) ; <i32>:1 [#uses=0]
8 define internal i32 @mylog(i32 %num) {
/external/llvm/test/ExecutionEngine/MCJIT/
D2003-01-04-LoopTest.ll4 call i32 @mylog( i32 4 ) ; <i32>:1 [#uses=0]
8 define internal i32 @mylog(i32 %num) {
/external/swiftshader/third_party/LLVM/test/ExecutionEngine/
D2003-01-04-LoopTest.ll5 call i32 @mylog( i32 4 ) ; <i32>:1 [#uses=0]
9 define internal i32 @mylog(i32 %num) {
/external/llvm/test/ExecutionEngine/OrcMCJIT/
D2003-01-04-LoopTest.ll4 call i32 @mylog( i32 4 ) ; <i32>:1 [#uses=0]
8 define internal i32 @mylog(i32 %num) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/OrcMCJIT/
D2003-01-04-LoopTest.ll4 call i32 @mylog( i32 4 ) ; <i32>:1 [#uses=0]
8 define internal i32 @mylog(i32 %num) {
/external/llvm/test/Transforms/InstCombine/
Dlog-pow-nofastmath.ll3 define double @mylog(double %x, double %y) {
10 ; CHECK-LABEL: define double @mylog(
Dfputs-opt-size.ll9 @.str = private unnamed_addr constant [10 x i8] c"mylog.txt\00", align 1
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dlog-pow-nofastmath.ll3 define double @mylog(double %x, double %y) {
10 ; CHECK-LABEL: define double @mylog(
Dfputs-opt-size.ll9 @.str = private unnamed_addr constant [10 x i8] c"mylog.txt\00", align 1
/external/selinux/python/semanage/
Dseobject.py260 self.mylog = logger()
264 self.mylog = nulllogger()
332 self.mylog.commit(0)
334 self.mylog.commit(1)
864 self.mylog.log("seuser", sename=name, serole=",".join(roles), serange=serange)
872 self.mylog.commit(0)
929 …self.mylog.log("seuser", sename=name, oldsename=name, serole=role, serange=serange, oldserole=olds…
937 self.mylog.commit(0)
971 self.mylog.log_remove("seuser", oldsename=name, oldserange=oldserange, oldserole=oldserole)
980 self.mylog.commit(0)
[all …]
/external/clang/test/PCH/
Dpch__VA_ARGS__.c5 #define mylog(...) printf(__VA_ARGS__) macro
/external/slf4j/slf4j-migrator/jcl/
Djclcontent.java9 Log mylog=LogFactory.getLog(MyClass.class);
/external/python/cpython3/Doc/library/
Dgettext.rst447 filename = 'mylog.txt'
454 for translation, while the strings ``'mylog.txt'`` and ``'w'`` are not.
/external/python/cpython2/Doc/library/
Dgettext.rst532 filename = 'mylog.txt'
539 for translation, while the strings ``'mylog.txt'`` and ``'w'`` are not.
/external/python/cpython3/Doc/whatsnew/
D3.1.rst166 >>> with open('mylog.txt') as infile, open('a.out', 'w') as outfile:
D3.2.rst2682 with open('mylog.txt') as infile, open('a.out', 'w') as outfile: