Searched refs:source (Results 1 - 25 of 6141) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2624.js2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
30 var source = '"snowmen invasion " + "'; variable
32 source += '\u2603';
34 source += '"';
35 eval(source);
H A Dregress-1129.js2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
34 var source = Array(50000).join("(") + "a" + Array(50000).join(")"); variable
35 var r = RegExp(source);
H A Dregress-491.js2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
32 var source = '(function f(){';
34 if (i != 0) source += ';';
35 source += '"x"';
37 source += '})()';
38 eval(source);
/external/chromium_org/v8/test/mjsunit/
H A Dwith-function-expression.js2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
28 var source = "(function x() { with({}) { return '' + x; } })()"; variable
31 assertDoesNotThrow(source);
36 var res = assertTrue(eval(source).match(regexp) == 'function');
H A Dglobal-load-from-nested-eval.js2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
33 function test(source) {
34 eval('eval(' + source +')');
39 function testWith(source) {
41 eval('eval(' + source +')');
47 function testEval(source) {
50 eval('eval('+ source + ')');
57 function testEvalDontShadow(source) {
59 eval('eval(' + source
[all...]
H A Dconst-eval-init.js2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
36 var source =
43 eval(source);
50 var source =
57 eval(source);
65 var source = "delete x; const x = 7; assertEquals(7, x)";
66 eval(source);
83 var source = "delete x; const x = 8; finished = true;";
84 eval(source);
[all...]
H A Dlocal-load-from-eval.js2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
30 function test(source) {
32 eval(source);
/external/skia/experimental/webtry/templates/
H A Dtemplate.cpp160 SkBitmap source; variable
/external/clang/test/Frontend/
H A Dverify2.c10 #error source
18 // CHECK-NEXT: Line 10: source
37 // CHECK2-NEXT: File {{.*}}verify2.c Line 10: source
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontDescriptionTest.cpp4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
35 static inline void assertDescriptionMatchesMask(FontDescription& source, FontTraitsBitfield bitfield) argument
39 EXPECT_EQ(source.style(), target.style());
40 EXPECT_EQ(source.variant(), target.variant());
41 EXPECT_EQ(source.weight(), target.weight());
42 EXPECT_EQ(source.stretch(), target.stretch());
47 FontDescription source; local
48 source.setStyle(FontStyleNormal);
49 source
[all...]
/external/chromium_org/chrome/browser/ui/webui/local_discovery/
H A Dlocal_discovery_ui.cc2 // Use of this source code is governed by a BSD-style license that can be
23 content::WebUIDataSource* source = local
26 source->SetDefaultResource(IDR_LOCAL_DISCOVERY_HTML);
27 source->AddResourcePath("local_discovery.css", IDR_LOCAL_DISCOVERY_CSS);
28 source->AddResourcePath("local_discovery.js", IDR_LOCAL_DISCOVERY_JS);
29 source->AddResourcePath("device.png", IDR_LOCAL_DISCOVERY_DEVICE_PNG);
30 source->AddResourcePath("printer.png", IDR_LOCAL_DISCOVERY_PRINTER_PNG);
32 source->SetUseJsonJSFormatV2();
33 source->AddLocalizedString("serviceRegister",
35 source
126 content::WebUIDataSource* source = CreateLocalDiscoveryHTMLSource(); local
132 content::WebUIDataSource::Add(Profile::FromWebUI(web_ui), source); local
[all...]
/external/chromium_org/third_party/libyuv/
H A Dlinux.mk9 source/compare.o \
10 source/compare_common.o \
11 source/compare_posix.o \
12 source/convert.o \
13 source/convert_argb.o \
14 source/convert_from.o \
15 source/convert_from_argb.o \
16 source/convert_to_argb.o \
17 source/convert_to_i420.o \
18 source/cpu_i
[all...]
H A DAndroid.mk9 source/compare.cc \
10 source/compare_common.cc \
11 source/compare_posix.cc \
12 source/convert.cc \
13 source/convert_argb.cc \
14 source/convert_from.cc \
15 source/convert_from_argb.cc \
16 source/convert_to_argb.cc \
17 source/convert_to_i420.cc \
18 source/cpu_i
[all...]
H A Dwinarm.mk13 source/compare.o\
14 source/compare_common.o\
15 source/convert.o\
16 source/convert_argb.o\
17 source/convert_from.o\
18 source/convert_from_argb.o\
19 source/convert_to_argb.o\
20 source/convert_to_i420.o\
21 source/cpu_id.o\
22 source/format_conversio
[all...]
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLBIOSource.java24 private OpenSSLBIOInputStream source; field in class:OpenSSLBIOSource
30 public OpenSSLBIOSource(OpenSSLBIOInputStream source) { argument
31 this.source = source;
35 return source.getBioContext();
39 if (source != null) {
40 NativeCrypto.BIO_free_all(source.getBioContext());
41 source = null;
55 private final ByteBuffer source; field in class:OpenSSLBIOSource.ByteBufferInputStream
57 public ByteBufferInputStream(ByteBuffer source) { argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_internals_ui.cc2 // Use of this source code is governed by a BSD-style license that can be
17 content::WebUIDataSource* source = local
20 source->SetUseJsonJSFormatV2();
21 source->SetJsonPath("strings.js");
22 source->AddResourcePath("sync_index.js", IDR_SYNC_INTERNALS_INDEX_JS);
23 source->AddResourcePath("chrome_sync.js",
25 source->AddResourcePath("types.js", IDR_SYNC_INTERNALS_TYPES_JS);
26 source->AddResourcePath("sync_log.js", IDR_SYNC_INTERNALS_SYNC_LOG_JS);
27 source->AddResourcePath("sync_node_browser.js",
29 source
[all...]
H A Ddownloads_ui.cc2 // Use of this source code is governed by a BSD-style license that can be
39 content::WebUIDataSource* source = local
42 source->AddLocalizedString("title", IDS_DOWNLOAD_TITLE);
43 source->AddLocalizedString("searchbutton", IDS_DOWNLOAD_SEARCH_BUTTON);
44 source->AddLocalizedString("searchresultsfor", IDS_DOWNLOAD_SEARCHRESULTSFOR);
45 source->AddLocalizedString("downloads", IDS_DOWNLOAD_TITLE);
46 source->AddLocalizedString("clear_all", IDS_DOWNLOAD_LINK_CLEAR_ALL);
47 source->AddLocalizedString("open_downloads_folder",
51 source->AddLocalizedString("status_cancelled", IDS_DOWNLOAD_TAB_CANCELLED);
52 source
112 content::WebUIDataSource* source = CreateDownloadsUIHTMLSource(profile); local
[all...]
/external/chromium_org/components/dom_distiller/webui/
H A Ddom_distiller_ui.cc2 // Use of this source code is governed by a BSD-style license that can be
24 content::WebUIDataSource* source = local
26 source->SetDefaultResource(IDR_ABOUT_DOM_DISTILLER_HTML);
27 source->AddResourcePath("about_dom_distiller.css",
29 source->AddResourcePath("about_dom_distiller.js", IDR_ABOUT_DOM_DISTILLER_JS);
31 source->SetUseJsonJSFormatV2();
32 source->AddLocalizedString("domDistillerTitle",
34 source->AddLocalizedString("addArticleUrl",
36 source->AddLocalizedString("addArticleAddButtonLabel",
38 source
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecASCIIFastPath.h5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
36 static void copy(LChar* destination, const uint8_t* source) argument
38 memcpy(destination, source, 4);
41 static void copy(UChar* destination, const uint8_t* source) argument
43 destination[0] = source[0];
44 destination[1] = source[1];
45 destination[2] = source[2];
46 destination[3] = source[3];
50 static void copy(LChar* destination, const uint8_t* source) argument
55 copy(UChar* destination, const uint8_t* source) argument
68 copyASCIIMachineWord(LChar* destination, const uint8_t* source) argument
73 copyASCIIMachineWord(UChar* destination, const uint8_t* source) argument
[all...]
/external/okhttp/okio/src/test/java/okio/
H A DReadUtf8LineTest.java30 BufferedSource source = newSource("abc\ndef\n");
31 assertEquals("abc", source.readUtf8LineStrict());
32 assertEquals("def", source.readUtf8LineStrict());
34 source.readUtf8LineStrict();
41 BufferedSource source = newSource("\n\n\n");
42 assertEquals("", source.readUtf8LineStrict());
43 assertEquals("", source.readUtf8LineStrict());
44 assertEquals("", source.readUtf8LineStrict());
45 assertTrue(source.exhausted());
49 BufferedSource source
[all...]
/external/guava/guava/src/com/google/common/eventbus/
H A DDeadEvent.java34 private final Object source; field in class:DeadEvent
40 * @param source object broadcasting the DeadEvent (generally the
44 public DeadEvent(Object source, Object event) { argument
45 this.source = source;
53 * @return the source of this event.
56 return source;
/external/lldb/
H A DAndroid.mk12 source \
13 source/API \
14 source/Breakpoint \
15 source/Commands \
16 source/Core \
17 source/DataFormatters \
18 source/Expression \
19 source/Host \
20 source/Interpreter \
21 source/Plugin
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DInputStreamPreprocessor.h6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
53 // characters in |source| (after collapsing \r\n, etc).
54 ALWAYS_INLINE bool peek(SegmentedString& source) argument
56 m_nextInputCharacter = source.currentChar();
67 return processNextInputCharacter(source);
70 // Returns whether there are more characters in |source| after advancing.
71 ALWAYS_INLINE bool advance(SegmentedString& source) argument
73 source.advanceAndUpdateLineNumber();
74 if (source
88 processNextInputCharacter(SegmentedString& source) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dhelp_ui.cc2 // Use of this source code is governed by a BSD-style license that can be
18 content::WebUIDataSource* source = local
21 source->SetJsonPath("strings.js");
22 source->SetUseJsonJSFormatV2();
23 source->AddResourcePath("help.js", IDR_HELP_JS);
24 source->AddResourcePath("help_page.js", IDR_HELP_PAGE_JS);
25 source->AddResourcePath("channel_change_page.js", IDR_CHANNEL_CHANGE_PAGE_JS);
26 source->SetDefaultResource(IDR_HELP_HTML);
27 source->DisableDenyXFrameOptions();
28 return source;
36 content::WebUIDataSource* source = CreateAboutPageHTMLSource(); local
[all...]
/external/chromium_org/net/proxy/
H A Dproxy_config_source.cc2 // Use of this source code is governed by a BSD-style license that can be
30 const char* ProxyConfigSourceToString(ProxyConfigSource source) { argument
31 DCHECK_GT(NUM_PROXY_CONFIG_SOURCES, source);
32 return kSourceNames[source];

Completed in 1245 milliseconds

1234567891011>>