OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:callname
(Results
1 - 6
of
6
) sorted by null
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
split-lib.py
10
def writeTimingCall(self, irname,
callname
):
15
self.shfile.write("echo \"%s: Calls %s\" >> %s\n" % (
callname
, irname, self.timeFile))
20
self.shfile.write("./toy-mcjit -use-object-cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname,
callname
, rootname, rootname))
25
self.shfile.write("./toy-mcjit -use-object-cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname,
callname
, rootname, rootname))
30
self.shfile.write("./toy-jit -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname,
callname
, rootname, rootname))
46
callname
= rootname + "-call.k"
49
callfile = open(
callname
, "w")
50
print "Splitting %s into %s and %s" % (inputname,
callname
, libname)
58
timingScript.writeTimingCall(irname,
callname
)
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
split-lib.py
10
def writeTimingCall(self, irname,
callname
):
15
self.shfile.write("echo \"%s: Calls %s\" >> %s\n" % (
callname
, irname, self.timeFile))
20
self.shfile.write("./toy -suppress-prompts -use-mcjit=true -enable-lazy-compilation=true -use-object-cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname,
callname
, rootname, rootname))
25
self.shfile.write("./toy -suppress-prompts -use-mcjit=true -enable-lazy-compilation=true -use-object-cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname,
callname
, rootname, rootname))
30
self.shfile.write("./toy -suppress-prompts -use-mcjit=false -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname,
callname
, rootname, rootname))
46
callname
= rootname + "-call.k"
49
callfile = open(
callname
, "w")
50
print "Splitting %s into %s and %s" % (inputname,
callname
, libname)
58
timingScript.writeTimingCall(irname,
callname
)
/packages/services/Telephony/src/com/android/phone/
NotificationMgr.java
499
String expandedText,
callName
;
507
callName
= name;
512
callName
= bidiFormatter.unicodeWrap(number, TextDirectionHeuristics.LTR);
515
callName
= mContext.getString(R.string.unknown);
523
expandedText =
callName
;
532
.setTicker(mContext.getString(R.string.notification_missedCallTicker,
callName
))
[
all
...]
/frameworks/base/docs/html/tools/debugging/
debugging-tracing.jd
195
<em>
callname
</em> (<inc-ms>, <exc-ms>,<numcalls>)</code>, where</p>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py
384
ncb.
Callname
= '*'.ljust(16)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py
384
ncb.
Callname
= '*'.ljust(16)
Completed in 216 milliseconds