HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 1 - 25 of 747) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/http/tests/ssl/
verify-ssl-enabled.php 0 <script>
4 </script>
  /external/webkit/Tools/TestWebKitAPI/
JavaScriptTest.h 28 // Executes |script| in the page and waits until it has run. Returns true if the script's output
30 bool runJSTest(WKPageRef, const char* script, const char* expectedResult);
  /external/webkit/LayoutTests/http/tests/resources/
last-modified.php 5 <script>
7 </script>
  /external/webkit/Tools/Scripts/
run-webkit-nightly.cmd 2 set script=%TMP%\run-webkit-nightly2.cmd variable
5 copy "%vsvars%" "%script%"
7 del "%script%"
9 FindSafari.exe %1 /printSafariLauncher >> "%script%"
10 call "%script%"
  /frameworks/compile/libbcc/include/bcc/
bcc.h 25 /* libbcc script opaque type */
63 void bccDisposeScript(BCCScriptRef script);
65 int bccRegisterSymbolCallback(BCCScriptRef script,
69 int bccGetError(BCCScriptRef script); /* deprecated */
73 int bccReadBC(BCCScriptRef script,
79 int bccReadModule(BCCScriptRef script,
84 int bccReadFile(BCCScriptRef script,
88 int bccLinkBC(BCCScriptRef script,
94 int bccLinkFile(BCCScriptRef script,
98 void bccMarkExternalSymbol(BCCScriptRef script, char const *name)
    [all...]
  /external/chromium/chrome/common/extensions/
user_script_unittest.cc 19 UserScript script; local
20 script.add_glob("*mail.google.com*");
21 script.add_glob("*mail.yahoo.com*");
22 script.add_glob("*mail.msn.com*");
23 EXPECT_TRUE(script.MatchesUrl(GURL("http://mail.google.com")));
24 EXPECT_TRUE(script.MatchesUrl(GURL("http://mail.google.com/foo")));
25 EXPECT_TRUE(script.MatchesUrl(GURL("https://mail.google.com/foo")));
26 EXPECT_TRUE(script.MatchesUrl(GURL("ftp://mail.google.com/foo")));
27 EXPECT_TRUE(script.MatchesUrl(GURL("http://woo.mail.google.com/foo")));
28 EXPECT_TRUE(script.MatchesUrl(GURL("http://mail.yahoo.com/bar")))
38 UserScript script; local
47 UserScript script; local
56 UserScript script; local
65 UserScript script; local
77 UserScript script; local
87 UserScript script; local
170 UserScript script; local
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Regress/
regress-314887.js 39 var summary = 'Do not crash when morons embed script tags in external script files';
46 <script language="JavaScript" type="text/JavaScript">
49 </script>
  /external/webkit/Source/WebKit/mac/WebInspector/
WebInspectorPrivate.h 36 - (void)evaluateInFrontend:(id)sender callId:(long)callId script:(NSString *)script;
  /frameworks/compile/libbcc/lib/ExecutionEngine/
bcc.cpp 27 #include "Script.h"
52 return wrap(new bcc::Script());
56 extern "C" void bccDisposeScript(BCCScriptRef script) {
58 delete unwrap(script);
62 extern "C" int bccRegisterSymbolCallback(BCCScriptRef script,
66 return unwrap(script)->registerSymbolCallback(pFn, pContext);
70 extern "C" int bccGetError(BCCScriptRef script) {
72 return unwrap(script)->getError();
75 extern "C" int bccReadBC(BCCScriptRef script,
81 return unwrap(script)->addSourceBC(0, resName, bitcode, bitcodeSize, flags)
    [all...]
  /external/v8/test/cctest/
test-func-name-inference.cc 43 using ::v8::internal::Script;
62 static void CheckFunctionName(v8::Handle<v8::Script> script,
65 // Get script source.
66 Handle<Object> obj = v8::Utils::OpenHandle(*script);
75 Handle<Script> i_script(Script::cast(shared_function->script()));
106 static v8::Handle<v8::Script> Compile(const char* src) {
107 return v8::Script::Compile(v8::String::New(src))
115 v8::Handle<v8::Script> script = Compile( local
127 v8::Handle<v8::Script> script = Compile( local
139 v8::Handle<v8::Script> script = Compile( local
153 v8::Handle<v8::Script> script = Compile( local
167 v8::Handle<v8::Script> script = Compile( local
183 v8::Handle<v8::Script> script = Compile( local
201 v8::Handle<v8::Script> script = Compile( local
219 v8::Handle<v8::Script> script = Compile( local
233 v8::Handle<v8::Script> script = Compile( local
249 v8::Handle<v8::Script> script = Compile( local
262 v8::Handle<v8::Script> script = Compile( local
277 v8::Handle<v8::Script> script = Compile( local
    [all...]
  /build/tools/droiddoc/templates-pdk/
trailer.cs 3 <script type="text/javascript">
6 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
7 </script>
8 <script type="text/javascript">
11 </script
  /build/tools/droiddoc/templates-sdk/
trailer.cs 3 <script type="text/javascript">
6 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
7 </script>
8 <script type="text/javascript">
11 </script
  /external/doclava/res/assets/templates/
trailer.cs 3 <script type="text/javascript">
5 </script
  /external/v8/test/mjsunit/
debug-sourceinfo.js 94 var script = Debug.findScript(a); variable
95 assertTrue(script.data === Debug.findScript(b).data);
96 assertTrue(script.data === Debug.findScript(c).data);
97 assertTrue(script.data === Debug.findScript(d).data);
98 assertTrue(script.source === Debug.findScript(b).source);
99 assertTrue(script.source === Debug.findScript(c).source);
100 assertTrue(script.source === Debug.findScript(d).source);
108 var location = script.locationFromPosition(p);
134 var location = script.locationFromPosition(p);
143 assertEquals(0, script.locationFromPosition(0).position);
    [all...]
  /external/icu4c/samples/layout/
ScriptCompositeFontInstance.cpp 39 le_int32 script = LE_GET_SUB_FONT(glyph); local
40 const LEFontInstance *font = fFontMap->getScriptFont(script, status);
53 le_int32 script = LE_GET_SUB_FONT(glyph); local
54 const LEFontInstance *font = fFontMap->getScriptFont(script, status);
63 const LEFontInstance *ScriptCompositeFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const
69 if (chars == NULL || *offset < 0 || limit < 0 || *offset >= limit || script < 0 || script >= scriptCodeCount) {
74 const LEFontInstance *result = fFontMap->getScriptFont(script, success);
86 // look in all the fonts in some order, script code order being the most obvious...
91 le_int32 script = uscript_getScript(ch, &error) local
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
no_entrypoint.js 1 var x = "This is an invalid PAC script because it lacks a " +
  /external/valgrind/main/none/tests/
shell.stdout.exp 3 Execute a script with a bad interpreter name
7 Execute a valid script with a #! line
8 Execute a valid script without a #! line
9 Execute a valid script with #! but no interpname
  /external/webkit/Source/WebCore/inspector/front-end/
TestController.js 43 WebInspector.evaluateForTestInFrontend = function(callId, script)
49 if (window[script] && typeof window[script] === "function")
50 result = window[script].call(WebInspector, controller);
52 result = window.eval(script);
  /external/chromium/chrome/browser/extensions/
user_script_master_unittest.cc 21 // Test bringing up a master on a specific directory, putting a script
35 // Register for all user script notifications.
69 // Updated to the script shared memory when we get notified.
88 FilePath path = temp_dir_.path().AppendASCII("script.user.js");
106 "// This is my awesome script\n"
109 "// @name foobar script\n"
122 UserScript script; local
124 text, &script));
125 ASSERT_EQ(3U, script.globs().size());
126 EXPECT_EQ("*mail.google.com*", script.globs()[0])
134 UserScript script; local
147 UserScript script; local
160 UserScript script; local
178 UserScript script; local
191 UserScript script; local
205 UserScript script; local
    [all...]
convert_user_script.cc 38 *error = "User script must be UTF8 encoded.";
42 UserScript script; local
44 &script)) {
45 *error = "Invalid script header.";
64 if (!script.name().empty() && !script.name_space().empty())
65 script_name = script.name_space() + "/" + script.name();
71 // its unique identity, and we need one of those. A user script's unique
80 // The script may not have a name field, but we need one for an extension. I
    [all...]
convert_user_script_unittest.cc 31 EXPECT_EQ("My user script", extension->name());
38 const UserScript& script = extension->content_scripts()[0]; local
39 ASSERT_EQ(2u, script.globs().size());
40 EXPECT_EQ("http://www.google.com/*", script.globs().at(0));
41 EXPECT_EQ("http://www.yahoo.com/*", script.globs().at(1));
42 ASSERT_EQ(1u, script.exclude_globs().size());
43 EXPECT_EQ("*foo*", script.exclude_globs().at(0));
44 ASSERT_EQ(1u, script.url_patterns().size());
45 EXPECT_EQ("http://www.google.com/*", script.url_patterns()[0].GetAsString());
49 extension->path().Append(script.js_scripts()[0].relative_path())))
78 const UserScript& script = extension->content_scripts()[0]; local
    [all...]
  /frameworks/compile/libbcc/tests/
main.cpp 75 static int disassemble(BCCScriptRef script, FILE* out) {
83 size_t numFunctions = bccGetFuncCount(script);
87 bccGetFuncInfoList(script, numFunctions, infos);
110 static int disassemble(BCCScriptRef script, FILE* out) {
194 BCCScriptRef script = bccCreateScript(); local
196 if (bccReadBC(script, "file", &*bitcode.begin(), bitcodeSize, 0) != 0) {
198 bccDisposeScript(script);
202 bccRegisterSymbolCallback(script, lookupSymbol, NULL);
204 if (bccPrepareExecutable(script, ".", "cache", 0) != 0) {
206 bccDisposeScript(script);
256 BCCScriptRef script; local
    [all...]
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/cancel/
search_cancel.edc 30 script {
89 script {
97 script {
105 script {
113 script {
121 script {
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/decoration/
search_decoration.edc 30 script {
90 script {
98 script {
106 script {
114 script {
122 script {
  /external/webkit/Source/WebCore/bindings/js/
CachedScriptSourceProvider.h 48 JSC::UString getRange(int start, int end) const { return JSC::UString(m_cachedScript->script().characters() + start, end - start); }
49 const UChar* data() const { return m_cachedScript->script().characters(); }
50 int length() const { return m_cachedScript->script().length(); }
51 const String& source() const { return m_cachedScript->script(); }

Completed in 864 milliseconds

1 2 3 4 5 6 7 8 91011>>