HomeSort by relevance Sort by last modified time
    Searched full:scriptname (Results 1 - 25 of 40) sorted by null

1 2

  /external/valgrind/
vg-in-place 14 scriptname=$PWD/$dollarzero;
17 scriptname=$dollarzero;
20 # echo "Name of this script: " $scriptname
22 vgbasedir=`dirname $scriptname`
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
AnyScriptTest.java 63 String scriptName = UScript.getName(script); // long name
64 ULocale locale = new ULocale(scriptName);
73 t = Transliterator.getInstance("any-" + scriptName);
76 logln("Skipping unavailable: " + scriptName);
79 logln("Checking: " + scriptName);
87 errln("Transliterator.getInstance() worked for \"any-" + scriptName +
  /external/icu/icu4c/source/samples/layout/
FontMap.cpp 40 char *c, *scriptName, *fontName, *line, buffer[BUFFER_SIZE];
65 scriptName = strip(line);
67 if (strcmp(scriptName, "DEFAULT") == 0) {
73 le_int32 fillCount = uscript_getCode(scriptName, &scriptCode, 1, &scriptStatus);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 138 scriptname = dir + '/' + script
139 scriptfile = self.translate_path(scriptname)
141 self.send_error(404, "No such CGI script (%r)" % scriptname)
145 scriptname)
147 ispy = self.is_python(scriptname)
151 scriptname)
155 scriptname)
170 env['SCRIPT_NAME'] = scriptname
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 138 scriptname = dir + '/' + script
139 scriptfile = self.translate_path(scriptname)
141 self.send_error(404, "No such CGI script (%r)" % scriptname)
145 scriptname)
147 ispy = self.is_python(scriptname)
151 scriptname)
155 scriptname)
170 env['SCRIPT_NAME'] = scriptname
  /libcore/luni/src/main/native/
java_lang_Character.cpp 141 ScopedUtfChars scriptName(env, javaScriptName);
142 if (scriptName.c_str() == NULL) {
146 return u_getPropertyValueEnum(UCHAR_SCRIPT, scriptName.c_str());
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorRegistry.java 94 private String scriptName; // script name equivalent of top, if != top
102 scriptName = null;
111 scriptName = UScript.getName(s[0]);
113 if (scriptName.equalsIgnoreCase(top)) {
114 scriptName = null;
132 // that protects an invalid scriptName
133 scriptName = null;
158 // to the scriptName.
163 nextSpec = scriptName; // scriptName may be nul
    [all...]
  /developers/build/
sample-create 22 SCRIPTNAME=$(basename "$0")
  /external/v8/src/
accessors.h 33 V(ScriptName) \
debug-debugger.js 51 ScriptName: 1,
245 } else if (type == Debug.ScriptBreakPointType.ScriptName) {
392 if (this.type_ == Debug.ScriptBreakPointType.ScriptName) {
472 if ((break_point.type() == Debug.ScriptBreakPointType.ScriptName ||
818 return this.setScriptBreakPoint(Debug.ScriptBreakPointType.ScriptName,
    [all...]
  /device/moto/shamu/
init.mmi.touch.sh 14 scriptname=${0##*/}
43 echo "$scriptname: $*" > /dev/kmsg
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
split-lib.py 5 def __init__(self, scriptname, outputname):
6 self.shfile = open(scriptname, 'w')
genk-timing.py 8 def __init__(self, scriptname, outputname):
10 self.shfile = open(scriptname, 'w')
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
split-lib.py 5 def __init__(self, scriptname, outputname):
6 self.shfile = open(scriptname, 'w')
genk-timing.py 8 def __init__(self, scriptname, outputname):
10 self.shfile = open(scriptname, 'w')
  /external/zlib/src/qnx/
package.qpg 97 <QPM:ScriptName></QPM:ScriptName>
  /external/icu/icu4c/source/i18n/
scriptset.cpp 201 const char *scriptName = uscript_getShortName((UScriptCode(i)));
202 dest.append(UnicodeString(scriptName, -1, US_INV));
coll.cpp 375 char *scriptName = value;
381 char *limit = scriptName;
386 if ((limit - scriptName) == 4) {
388 code = u_getPropertyValueEnum(UCHAR_SCRIPT, scriptName);
390 code = getReorderCode(scriptName);
398 scriptName = limit + 1;
transreg.cpp 230 UnicodeString scriptName;
265 scriptName = UnicodeString(uscript_getName(script[0]), -1, US_INV);
276 } else if (scriptName.length() != 0) {
278 top = scriptName;
307 // to the scriptName.
312 nextSpec = scriptName; // scriptName may be empty
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
genk-timing.py 8 def __init__(self, scriptname, outputname):
10 self.shfile = open(scriptname, 'w')
  /external/v8/tools/
test-server.py 124 scriptname = os.path.abspath(sys.argv[0])
125 _Cmd("svn cat %s > %s" % (path, scriptname))
  /external/jetty/src/java/org/eclipse/jetty/servlets/
CGI.java 178 // pathInContext may actually comprises scriptName/pathInfo...We will
220 String scriptName = req.getRequestURI().substring(0,req.getRequestURI().length() - pathInfo.length());
221 String scriptPath = getServletContext().getRealPath(scriptName);
273 env.set("SCRIPT_NAME", scriptName);
  /external/libmtp/
hotplug.sh.in 5 SCRIPTNAME=libmtp.sh
  /external/v8/test/mjsunit/
debug-setbreakpoint.js 59 assertEquals('scriptName', response.body.type, request + ' -> ' + json_response);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleDisplayNamesImpl.java 434 String scriptName = langData.get("Scripts%short", script);
435 if (!scriptName.equals(script)) {
436 return adjustForUsageAndContext(CapitalizationContextUsage.SCRIPT, scriptName);

Completed in 1149 milliseconds

1 2