| /prebuilts/clang/host/linux-x86/3.8/tools/scan-build/ |
| ccc-analyzer | 10 # A script designed to interpose between the build system and gcc. It invokes 88 if ($FindBin::Script =~ /c\+\+-analyzer/) {
|
| /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/libexec/ |
| ccc-analyzer | 10 # A script designed to interpose between the build system and gcc. It invokes 89 if ($FindBin::Script =~ /c\+\+-analyzer/) {
|
| /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/libexec/ |
| ccc-analyzer | 10 # A script designed to interpose between the build system and gcc. It invokes 89 if ($FindBin::Script =~ /c\+\+-analyzer/) {
|
| /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/libexec/ |
| ccc-analyzer | 10 # A script designed to interpose between the build system and gcc. It invokes 89 if ($FindBin::Script =~ /c\+\+-analyzer/) {
|
| /prebuilts/clang/linux-x86/host/3.6/tools/scan-build/ |
| ccc-analyzer | 10 # A script designed to interpose between the build system and gcc. It invokes 61 if ($FindBin::Script =~ /c\+\+-analyzer/) {
|
| /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/ |
| ccc-analyzer | 10 # A script designed to interpose between the build system and gcc. It invokes 43 if ($FindBin::Script =~ /c\+\+-analyzer/) {
|
| /prebuilts/misc/linux-x86/analyzer/tools/scan-build/ |
| ccc-analyzer | 10 # A script designed to interpose between the build system and gcc. It invokes 43 if ($FindBin::Script =~ /c\+\+-analyzer/) {
|
| /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/harfbuzz_ng/src/ |
| hb-ot-layout.cc | 359 const OT::Script &s = get_gsubgpos_table (face, table_tag).get_script (script_index); 372 const OT::Script &s = get_gsubgpos_table (face, table_tag).get_script (script_index);
|
| /external/pdfium/fpdfsdk/src/jsapi/ |
| fxjs_v8.cpp | 392 const wchar_t* script, 396 CFX_ByteString bsScript = CFX_WideString(script).UTF8Encode(); 398 v8::Local<v8::Script> compiled_script; 399 if (!v8::Script::Compile(
|
| /external/pdfium/xfa/src/fxjse/src/ |
| dynprop.cpp | 198 v8::Local<v8::Script> fnSource = v8::Script::Compile(v8::String::NewFromUtf8(
|
| /external/v8/src/compiler/ |
| code-generator.cc | 333 int ln = Script::GetLineNumber(info->script(), code_pos); 334 int cn = Script::GetColumnNumber(info->script(), code_pos); 335 if (info->script()->name()->IsString()) { 336 Handle<String> file(String::cast(info->script()->name()));
|
| /external/v8/src/debug/ |
| debug-scopes.cc | 37 if (shared_info->script() == isolate->heap()->undefined_value()) { 44 // Currently it takes too much time to find nested scopes due to script 91 Handle<Script> script(Script::cast(shared_info->script())); 92 ParseInfo info(&zone, script); 211 // If we are at the native context and have not yet seen script scope, 397 os << "Script:\n";
|
| /external/v8/test/cctest/ |
| test-thread-termination.cc | 288 v8::Local<v8::String> script = local 290 v8::MaybeLocal<v8::Value> result = CompileRun(script); 297 script = v8::Local<v8::String>::New(isolate, reenter_script_2); 298 v8::MaybeLocal<v8::Script> compiled_script = 299 v8::Script::Compile(isolate->GetCurrentContext(), script); 314 // Create script strings upfront as it won't work when terminating.
|
| /frameworks/compile/mclinker/lib/Object/ |
| ObjectLinker.cpp | 35 #include "mcld/Script/Assignment.h" 36 #include "mcld/Script/Operand.h" 37 #include "mcld/Script/RpnEvaluator.h" 38 #include "mcld/Script/ScriptFile.h" 39 #include "mcld/Script/ScriptReader.h" 159 if ((*input)->type() == Input::Script || 210 // try to parse input as a linker script 211 ScriptFile script( 213 if (getScriptReader()->readScript(m_Config, script)) { 214 (*input)->setType(Input::Script); 521 LinkerScript& script = m_pModule->getScript(); local 744 LinkerScript& script = m_pModule->getScript(); local [all...] |
| /frameworks/rs/cpu_ref/ |
| rsCpuScript.cpp | 176 // script once already. On a release build, there is no way to adjust the 252 RsdCpuScriptImpl::RsdCpuScriptImpl(RsdCpuReferenceImpl *ctx, const Script *s) { 306 //ALOGE("Script isThreadable? %d", mIsThreadable); 320 //ALOGE("rsdScriptInit %p %p", rsc, script); 499 void RsdCpuScriptImpl::populateScript(Script *script) { 501 script->mHal.info.exportedFunctionCount = mScriptExec->getExportedFunctionCount(); 502 script->mHal.info.exportedReduceCount = mScriptExec->getExportedReduceCount(); 503 script->mHal.info.exportedForEachCount = mScriptExec->getExportedForEachCount(); 504 script->mHal.info.exportedVariableCount = mScriptExec->getExportedVariableCount() [all...] |
| /frameworks/rs/cpp/ |
| rsCppStructs.h | 48 class Script; 499 sp<const Element> SCRIPT; 565 * specifying that it can be used from a script as well as input to a 673 * from the top level LOD and place them into the script memory space. If [all...] |
| /external/v8/src/ |
| objects.h | 145 // - Script 516 V(SCRIPT, Script, script) \ [all...] |
| globals.h | 44 // Setting USE_SIMULATOR explicitly from the build script will force 452 class Script; 770 SCRIPT_SCOPE, // The top-level scope for a script or a top-level eval. 866 // An indexed slot in a script context that contains a respective global 869 // corresponding script scope.
|
| /external/fonttools/Lib/fontTools/ |
| subset.py | [all...] |
| /external/v8/src/profiler/ |
| heap-snapshot-generator.cc | 853 Object* name = Script::cast(object)->name(); [all...] |
| /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/ |
| parse5.js | 528 SCRIPT: 'script', 632 SPECIAL_ELEMENTS[NS.HTML][$.SCRIPT] = true; 711 SCRIPT_STRING: [0x73, 0x63, 0x72, 0x69, 0x70, 0x74], //script 988 if (parentTn === $.STYLE || parentTn === $.SCRIPT || parentTn === $.XMP || parentTn === $.IFRAME || [all...] |
| /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/ |
| modulegraph.py | 2 Find modules used by a script, using bytecode analysis. 464 class Script(Node): 466 super(Script, self).__init__(filename) 932 m = self.createNode(Script, pathname) [all...] |
| /external/clang/lib/Driver/ |
| Driver.cpp | 555 "crash backtrace, preprocessed source, and associated run script."; 661 "Preprocessed source(s) and associated run script(s) are located at:"; 677 std::string Script = CrashInfo.Filename.rsplit('.').first.str() + ".sh"; 679 llvm::raw_fd_ostream ScriptOS(Script, EC, llvm::sys::fs::F_Excl); 682 << "Error generating run script: " + Script + " " + EC.message(); 690 Diag(clang::diag::note_drv_command_failed_diag_msg) << Script; [all...] |
| /external/v8/src/parsing/ |
| json-parser.h | 248 Handle<Script> script(factory->NewScript(source_)); 251 isolate()->debug()->OnCompileError(script); 252 MessageLocation location(script, position_, position_ + 1);
|