/external/icu4c/layoutex/layout/ |
ParagraphLayout.h | 38 * same font, script and direction, and will create a <code>LayoutEngine</code> object for each run. 186 * script, and direction. The text is represented by an array of 352 * Clients can optionally specify directional runs and / or script runs. If these aren't specified 368 * @param scriptRuns is a pointer to a <code>ValueRuns</code> object representing script runs. 369 * If this pointer in <code>NULL</code> the script runs will be determined using the 428 * script which requires complex processing to be rendered correctly. 564 UScriptCode script; member in struct:ParagraphLayout::StyleRunInfo 593 static le_bool isComplex(UScriptCode script);
|
/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
Core.pm | 166 Perf::Trace::Core - Perl extension for perf script 174 Perf (script) documentation
|
/external/llvm/autoconf/m4/ |
link_options.m4 | 65 # Determine if the system can handle the --version-script option being 71 [AC_CACHE_CHECK([for compiler -Wl,--version-script option], 97 CFLAGS="$CFLAGS -Wl,--version-script=$tmp/export.map"
|
/external/llvm/projects/sample/autoconf/m4/ |
link_options.m4 | 65 # Determine if the system can handle the --version-script option being 71 [AC_CACHE_CHECK([for compiler -Wl,--version-script option], 97 CFLAGS="$CFLAGS -Wl,--version-script=$tmp/export.map"
|
/external/mesa3d/scons/ |
custom.py | 121 def code_generate(env, script, target, source, command): 131 script_src = env.File(script).srcnode() 134 command = command.replace('$SCRIPT', script_src.path) 145 # Running the Python script causes .pyc files to be generated in the
|
/external/openssl/ |
Apps-config.mk | 12 # This script will define the following variables:
|
Ssl-config.mk | 12 # This script will define the following variables:
|
check-all-builds.sh | 125 panic "Sorry, this script can only run on 64-bit Linux or Darwin" 198 This script is used to ensure that all OpenSSL build variants compile 224 build-directory, which will _not_ be removed when the script exits. 254 # when the script exits.
|
/external/regex-re2/re2/testing/ |
unicode_test.py | 158 for script, codes in self.scripts.items(): 161 return script
|
/external/scrypt/ |
Scrypt-config.mk | 12 # This script will define the following variables:
|
/external/skia/src/animator/ |
SkAnimateBase.cpp | 210 const char* script = target.c_str(); local 212 bool success = engine.evaluateScript(&script, &scriptValue);
|
SkDrawGradient.cpp | 35 SkDrawGradientUnitMapper(SkAnimateMaker* maker, const char* script) : fMaker(maker), fScript(script) {
|
/external/smali/baksmali/ |
Android.mk | 58 # copy baksmali script
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_tcl.py | 107 script = """set a 1 111 fd.write(script)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_tcl.py | 107 script = """set a 1 111 fd.write(script)
|
/sdk/monitor/ |
monitor.bat | 19 rem Change current directory and drive to where the script is, to avoid
|
/external/chromium_org/v8/src/ |
frames.cc | 209 Object* script = frame()->function()->shared()->script(); 211 return (script->IsScript() && 212 Script::TYPE_NATIVE != Script::cast(script)->type()->value()); 820 Object* maybe_script = shared->script(); 822 Handle<Script> script(Script::cast(maybe_script)) [all...] |
/external/chromium_org/v8/test/cctest/ |
test-debug.cc | 185 v8::Script::Compile(v8::String::New(source))->Run(); 194 v8::Script::Compile(v8::String::New(source))->Run(); 239 return v8::Script::Compile(str)->Run()->Int32Value(); 243 // Set a break point in a script identified by id using the global Debug object. 247 // Column specified set script break point on precise location. 252 // Column not specified set script break point on line. 261 v8::Handle<v8::Value> value = v8::Script::Compile(str)->Run(); 268 // Set a break point in a script identified by name using the global Debug 274 // Column specified set script break point on precise location. 279 // Column not specified set script break point on line 1589 v8::Local<v8::String> script = v8::String::New( local 1715 v8::Local<v8::Script> script = v8::Script::Compile(source, &origin); local 1802 v8::Local<v8::String> script = v8::String::New( local 1859 v8::Local<v8::String> script = v8::String::New( local 1921 v8::Local<v8::String> script = v8::String::New( local 1977 v8::Local<v8::String> script = v8::String::New( local 2102 v8::Local<v8::String> script = v8::String::New( local 2163 v8::Local<v8::String> script = v8::String::New( local 2262 v8::Local<v8::String> script = v8::String::New( local 3845 v8::Handle<v8::Script> script = v8::Script::Compile(v8::String::New(src), local 6210 v8::Local<v8::String> script = v8::String::New( local 6373 const char* script = "function f() { debugger; g(); } function g() { }"; local 6438 const char* script = local 6711 const char* script = "var a=1"; local 6735 const char* script = "function f() {};"; local 6774 const char* script = "function f() {throw new Error()};"; local 6799 const char* script = "function f() {};"; local 6975 v8::Handle<v8::Script> script = v8::Script::Compile(void0, void0); local 7471 char script[128]; local [all...] |
/external/v8/test/cctest/ |
test-debug.cc | 173 v8::Script::Compile(v8::String::New(source))->Run(); 182 v8::Script::Compile(v8::String::New(source))->Run(); 227 return v8::Script::Compile(str)->Run()->Int32Value(); 231 // Set a break point in a script identified by id using the global Debug object. 235 // Column specified set script break point on precise location. 240 // Column not specified set script break point on line. 249 v8::Handle<v8::Value> value = v8::Script::Compile(str)->Run(); 256 // Set a break point in a script identified by name using the global Debug 262 // Column specified set script break point on precise location. 267 // Column not specified set script break point on line 1562 v8::Local<v8::String> script = v8::String::New( local 1688 v8::Local<v8::Script> script = v8::Script::Compile(source, &origin); local 1775 v8::Local<v8::String> script = v8::String::New( local 1832 v8::Local<v8::String> script = v8::String::New( local 1894 v8::Local<v8::String> script = v8::String::New( local 1950 v8::Local<v8::String> script = v8::String::New( local 2075 v8::Local<v8::String> script = v8::String::New( local 2136 v8::Local<v8::String> script = v8::String::New( local 2235 v8::Local<v8::String> script = v8::String::New( local 3722 v8::Handle<v8::Script> script = v8::Script::Compile(v8::String::New(src), local 6069 v8::Local<v8::String> script = v8::String::New( local 6231 const char* script = "function f() { debugger; g(); } function g() { }"; local 6296 const char* script = local 6546 const char* script = "var a=1"; local 6570 const char* script = "function f() {};"; local 6609 const char* script = "function f() {throw new Error()};"; local 6634 const char* script = "function f() {};"; local 6809 v8::Handle<v8::Script> script = v8::Script::Compile(void0, void0); local 7305 char script[128]; local [all...] |
/external/chromium/chrome/common/extensions/ |
extension_file_util.cc | 37 // Returns false and sets the error if script file can't be loaded, 179 // Validate that claimed script resources actually exist, 182 const UserScript& script = extension->content_scripts()[i]; local 184 for (size_t j = 0; j < script.js_scripts().size(); j++) { 185 const UserScript::File& js_script = script.js_scripts()[j]; 193 for (size_t j = 0; j < script.css_scripts().size(); j++) { 194 const UserScript::File& css_script = script.css_scripts()[j];
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8Binding.cpp | 466 // Unfortunately, when processing script from a plug-in, we might not 500 return frame->script()->windowShell(world)->context(); 503 if (WorkerScriptController* script = toWorkerGlobalScope(context)->script()) 504 return script->context(); 521 frame->script()->clearForOutOfMemory();
|
/external/chromium_org/third_party/icu/source/common/ |
uchar.c | 551 UScriptCode script; local 560 script=USCRIPT_COMMON; 562 script=USCRIPT_INHERITED; 564 script=(UScriptCode)scx[0]; 567 if(sc==script) {
|
/external/chromium_org/v8/samples/ |
process.cc | 83 // Process function of the JavaScript script given as an argument. 84 JsHttpRequestProcessor(Isolate* isolate, Handle<String> script) 85 : isolate_(isolate), script_(script) { } 93 // Execute the script associated with this processor and extract the 95 bool ExecuteScript(Handle<String> script); 155 // Execute the script and fetch the Process method. 182 // Compile and run the script 186 // The script compiled and ran correctly. Now we fetch out the 207 bool JsHttpRequestProcessor::ExecuteScript(Handle<String> script) { 210 // We're just about to compile the script; set up an error handler t [all...] |
/external/v8/samples/ |
process.cc | 81 // Process function of the JavaScript script given as an argument. 82 explicit JsHttpRequestProcessor(Handle<String> script) : script_(script) { } 90 // Execute the script associated with this processor and extract the 92 bool ExecuteScript(Handle<String> script); 146 // Execute the script and fetch the Process method. 172 // Compile and run the script 176 // The script compiled and ran correctly. Now we fetch out the 197 bool JsHttpRequestProcessor::ExecuteScript(Handle<String> script) { 200 // We're just about to compile the script; set up an error handler t [all...] |
/external/v8/src/ |
debug.h | 161 // Cache of all script objects in the heap. When a script is added a weak handle 163 // callback takes care of removing the script from the cache. The key used in 164 // the cache is the script id. 170 // Add script to the cache. 171 void Add(Handle<Script> script); 180 // Calculate the hash value from the key (script id). 185 // Scripts match if their keys (script id) match. 391 // Script cache handling [all...] |