Searched defs:source (Results 1 - 25 of 2375) 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-2612.js2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
58 var source = "var "; variable
61 source += [varname(i), "=", rand(), ","].join("");
65 source += [varname(i), "=",
70 source += "x=1; return _0;"
71 var f = new Function(source);
/external/skia/experimental/webtry/templates/
H A Dtemplate.cpp160 SkBitmap source; variable
/external/chromium_org/remoting/webapp/unittests/
H A Dbase_unittest.js2 // Use of this source code is governed by a BSD-style license that can be
153 var source = null; variable
158 source = new base.EventSource();
159 source.defineEvents(['foo', 'bar']);
161 source.addEventListener('foo', listener);
164 source = null;
170 source.raiseEvent('foo');
179 source.raiseEvent('foo', data);
186 source.addEventListener('foo', function() {
187 source
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-sourceslice.js2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
42 // Build source by putting all lines together
43 var source = ''; variable
45 source += lines[i];
47 eval(source);
53 // Get the script object from one of the functions in the source.
56 // Make sure that the source is as expected.
57 assertEquals(source, script.source);
[all...]
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');
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
H A DURLMediaSource.cpp4 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
40 String URLMediaSource::createObjectURL(ExecutionContext* executionContext, MediaSource* source) argument
47 return DOMURL::createPublicURL(executionContext, source);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dlocalaudiosource_unittest.cc5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright notice,
55 rtc::scoped_refptr<LocalAudioSource> source = local
60 EXPECT_TRUE(source->options().echo_cancellation.Get(&value));
62 EXPECT_TRUE(source->options().experimental_aec.Get(&value));
64 EXPECT_TRUE(source->options().auto_gain_control.Get(&value));
66 EXPECT_TRUE(source->options().experimental_agc.Get(&value));
68 EXPECT_TRUE(source->options().noise_suppression.Get(&value));
70 EXPECT_TRUE(source->options().highpass_filter.Get(&value));
76 rtc::scoped_refptr<LocalAudioSource> source local
88 rtc::scoped_refptr<LocalAudioSource> source = local
102 rtc::scoped_refptr<LocalAudioSource> source = local
117 rtc::scoped_refptr<LocalAudioSource> source = local
[all...]
/external/chromium_org/third_party/skia/experimental/webtry/
H A Dresult.cpp10 SkBitmap source; variable
/external/chromium_org/third_party/webrtc/base/
H A Durlencode_unittest.cc4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
19 char source[] = "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^" local
22 ASSERT_EQ(0, UrlEncode(source, dest, ARRAY_SIZE(dest)));
26 ASSERT_EQ(0, UrlEncode(source, dest, 0));
31 char source[] = "^"; local
33 ASSERT_EQ(3, UrlEncode(source, dest, ARRAY_SIZE(dest)));
41 char source[] = "aa"; local
43 ASSERT_EQ(2, UrlEncode(source, des
50 char source[] = "&"; local
57 char source[] = "A^ "; local
64 char source[] = "A^ "; local
72 char source[] = "A%5E+"; local
79 char source[] = "A%5E+"; local
[all...]
/external/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/
H A Dconvert_to_auto_ptr.pass.cpp22 source() function
30 std::auto_ptr<A> ap2(source());
/external/libcxx/test/utilities/function.objects/refwrap/refwrap.helpers/
H A Dref_1.fail.cpp22 const A source() {return A();} function
26 std::reference_wrapper<const A> r = std::ref(source());
/external/libcxx/test/utilities/utility/forward/
H A Dforward1.fail.cpp18 A source() {return A();} function
23 std::forward<A&>(source()); // error
H A Dforward3.fail.cpp18 A source() {return A();} function
H A Dforward2.fail.cpp18 A source() {return A();} function
/external/skia/experimental/webtry/
H A Dresult.cpp10 SkBitmap source; variable
/external/chromium_org/chrome/browser/ui/webui/memory_internals/
H A Dmemory_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->AddResourcePath("memory_internals.js",
22 source->SetDefaultResource(IDR_MEMORY_INTERNALS_MEMORY_INTERNALS_HTML);
23 return source;
32 // Set up the chrome://memory-internals/ source.
/external/chromium_org/chrome/browser/ui/webui/predictors/
H A Dpredictors_ui.cc2 // Use of this source code is governed by a BSD-style license that can be
18 content::WebUIDataSource* source = local
20 source->AddResourcePath("predictors.js", IDR_PREDICTORS_JS);
21 source->SetDefaultResource(IDR_PREDICTORS_HTML);
22 return source;
/external/chromium_org/chrome/browser/ui/webui/quota_internals/
H A Dquota_internals_ui.cc2 // Use of this source code is governed by a BSD-style license that can be
22 content::WebUIDataSource* source = local
25 source->SetUseJsonJSFormatV2();
26 source->SetJsonPath("strings.js");
27 source->AddResourcePath(
29 source->AddResourcePath(
31 source->SetDefaultResource(IDR_QUOTA_INTERNALS_MAIN_HTML);
32 return source;
/external/chromium_org/content/browser/speech/endpointer/
H A Denergy_endpointer_params.cc2 // Use of this source code is governed by a BSD-style license that can be
33 void EnergyEndpointerParams::operator=(const EnergyEndpointerParams& source) { argument
34 frame_period_ = source.frame_period();
35 frame_duration_ = source.frame_duration();
36 endpoint_margin_ = source.endpoint_margin();
37 onset_window_ = source.onset_window();
38 speech_on_window_ = source.speech_on_window();
39 offset_window_ = source.offset_window();
40 onset_detect_dur_ = source.onset_detect_dur();
41 onset_confirm_dur_ = source
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTransformSourceLibxslt.cpp4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
34 TransformSource::TransformSource(xmlDocPtr source) argument
35 : m_source(source)
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A Dcopyimage.cpp3 // Use of this source code is governed by a BSD-style license that can be
14 void CopyBGRA8ToRGBA8(const uint8_t *source, uint8_t *dest) argument
16 uint32_t argb = *reinterpret_cast<const uint32_t*>(source);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_writer.c4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
15 void vp9_start_encode(vp9_writer *br, uint8_t *source) { argument
19 br->buffer = source;
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-pipeline.cc2 // Use of this source code is governed by a BSD-style license that can be
20 const char* source = "(function(a,b) { return a + b; })"; local
22 *v8::Handle<v8::Function>::Cast(CompileRun(source)));

Completed in 468 milliseconds

1234567891011>>