/external/ImageMagick/Magick++/ |
Makefile.am | 145 Magick___lib_libMagick___@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la_LDFLAGS_VERSION = -Wl,--version-script=$(top_srcdir)/Magick++/lib/libMagick++.map
|
/external/chromium-libpac/src/ |
proxy_resolver_v8.cc | 85 // Pseudo-name for the PAC script. 86 const char kPacResourceName[] = "proxy-pac-script.js"; 87 // Pseudo-name for the PAC utility script. 88 const char kPacUtilityResourceName[] = "proxy-pac-utility-script.js"; 481 // (This script should never fail, as it is a string literal!) 499 // to be a legitimiate PAC script. 529 // Compiles and runs |script| in the current V8 context. 531 int RunScript(v8::Handle<v8::String> script, const char* script_name) { 534 // Compile the script. 537 v8::Local<v8::Script> code = v8::Script::Compile(script, &origin) [all...] |
/external/dhcpcd-6.8.2/ |
configure | 422 echo "DHCPCD_SRCS+= script-stub.c" >>$CONFIG_MK 426 echo "DHCPCD_SRCS+= script.c" >>$CONFIG_MK
|
/external/googletest/googlemock/ |
README.md | 187 script.
|
/external/harfbuzz_ng/src/ |
hb-ot-shape.cc | 109 * matter which script/langsys it is listed (or not) under. 300 * The only BTT vertical script is Ogham, but it's not clear to me whether OpenType 303 if ((HB_DIRECTION_IS_HORIZONTAL (direction) && direction != hb_script_get_horizontal_direction (buffer->props.script)) || 901 bool mirror = hb_script_get_horizontal_direction (buffer->props.script) == HB_DIRECTION_RTL;
|
/external/icu/icu4c/source/common/ |
uniset_props.cpp | 957 UScriptCode script = (UScriptCode)value; local 958 applyFilter(scriptExtensionsFilter, &script, UPROPS_SRC_PROPSVEC, ec); [all...] |
/external/libmojo/ |
Android.mk | 36 # the script that generates the JNI files does not handle compiling it well.
|
/external/libtextclassifier/ |
Android.mk | 78 LOCAL_LDFLAGS += -Wl,-version-script=$(LOCAL_PATH)/jni.lds
|
/external/openssh/contrib/suse/ |
openssh.spec | 95 - Postinstall script for the server now only prints "Generating SSH host 117 - Renamed init script
|
/external/pdfium/fxjs/ |
fxjs_v8.cpp | 467 int CFXJS_Engine::Execute(const CFX_WideString& script, FXJSErr* pError) { 470 CFX_ByteString bsScript = script.UTF8Encode(); 472 v8::Local<v8::Script> compiled_script; 473 if (!v8::Script::Compile(context,
|
/external/pdfium/xfa/fxfa/app/ |
xfa_ffdocview.cpp | 427 CXFA_Script script = calc.GetScript(); 428 return pWidgetAcc->ExecuteScript(script, pParam);
|
/external/v8/src/profiler/ |
heap-snapshot-generator.cc | 827 Object* name = Script::cast(object)->name(); [all...] |
/external/v8/tools/profviz/ |
profviz.js | 90 "script" : scriptLoaded, 89 "range" : setRange, property in class:plotWorker.delegateList
|
/external/webrtc/tools/matlab/ |
rtpAnalyze.m | 240 % script.
|
/frameworks/base/core/java/android/webkit/ |
WebView.java | [all...] |
/frameworks/base/core/tests/overlaytests/ |
testrunner.py | 612 # must be in the same directory as this script for compilation tasks to work 613 script = sys.argv[0] variable 614 dirname = os.path.dirname(script)
|
/frameworks/compile/libbcc/gdb_plugin/ |
android-commands.py | 639 raise gdb.GdbError("Unable to find awk script " \ 642 def _awk(self, script, command): 643 args = ["awk", "-f", self._awk_script_path(script), str(command)]
|
/libcore/ojluni/src/main/java/java/awt/font/ |
NumericShaper.java | 80 * represent Unicode ranges for script-specific digits: bit 139 * script having its own decimal digits. For example, the {@link 314 private static int toRangeIndex(Range script) { 315 int index = script.ordinal(); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
bdist_msi.py | 108 ('install-script=', None, 109 "basename of installation script to be run after" 111 ('pre-install-script=', None, 112 "Fully qualified filename of a script to be run before " 113 "any files are installed. This script need not be in the " 166 raise DistutilsOptionError, "the pre-install-script feature is not yet implemented" 169 for script in self.distribution.scripts: 170 if self.install_script == os.path.basename(script): 403 # <actual script> [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
bdist_msi.py | 108 ('install-script=', None, 109 "basename of installation script to be run after" 111 ('pre-install-script=', None, 112 "Fully qualified filename of a script to be run before " 113 "any files are installed. This script need not be in the " 166 raise DistutilsOptionError, "the pre-install-script feature is not yet implemented" 169 for script in self.distribution.scripts: 170 if self.install_script == os.path.basename(script): 403 # <actual script> [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
serve_test.go | [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
serve_test.go | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 108 ('install-script=', None, 109 "basename of installation script to be run after" 111 ('pre-install-script=', None, 112 "Fully qualified filename of a script to be run before " 113 "any files are installed. This script need not be in the " 166 raise DistutilsOptionError, "the pre-install-script feature is not yet implemented" 169 for script in self.distribution.scripts: 170 if self.install_script == os.path.basename(script): 403 # <actual script> [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 108 ('install-script=', None, 109 "basename of installation script to be run after" 111 ('pre-install-script=', None, 112 "Fully qualified filename of a script to be run before " 113 "any files are installed. This script need not be in the " 166 raise DistutilsOptionError, "the pre-install-script feature is not yet implemented" 169 for script in self.distribution.scripts: 170 if self.install_script == os.path.basename(script): 403 # <actual script> [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
reloc-1-n64.d | 187 # data, which the linker script should put _gp - 0x7ff0.
|