Searched refs:source (Results 26 - 50 of 6141) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/compiler/
H A Dliterals.js2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
41 assertEquals("\\x1/", RegExp("\\x1/").source);
42 assertEquals("\\u111/", RegExp("\\u111/").source);
47 assertEquals("\\x1:", /\x1:/.source);
48 assertEquals("\\u111:", /\u111:/.source);
53 assertEquals("\\x1`", /\x1`/.source);
54 assertEquals("\\u111`", /\u111`/.source);
59 assertEquals("\\x1g", /\x1g/.source);
60 assertEquals("\\u111g", /\u111g/.source);
[all...]
/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/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dmount.c2 * Use of this source code is governed by a BSD-style license that can be
8 int mount(const char* source, const char* target, const char* filesystemtype, argument
10 return ki_mount(source, target, filesystemtype, mountflags, data);
/external/chromium_org/sandbox/win/tests/common/
H A Dtest_utils.h2 // Use of this source code is governed by a BSD-style license that can be
10 // Sets a reparse point. |source| will now point to |target|. Returns true if
12 bool SetReparsePoint(HANDLE source, const wchar_t* target);
14 // Delete the reparse point referenced by |source|. Returns true if the call
16 bool DeleteReparsePoint(HANDLE source);
/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/webrtc/modules/audio_device/test/android/audio_device_android_test/src/org/webrtc/voiceengine/
H A DAudioDeviceAndroid.java1 ../../../../../../../source/android/org/webrtc/voiceengine/AudioDeviceAndroid.java
/external/chromium_org/tools/gyp/test/make_global_settings/full-toolchain/
H A Dbar.cc1 #error Not a real source file
H A Dfoo.c1 #error Not a real source file
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1122.js2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
38 var source = 'test_prefix + (function f(';
40 if (arg != 0) source += ',';
41 source += 'arg' + arg;
43 source += ') { return arg' + (n - n % 2) / 2 + '; })(';
45 if (arg != 0) source += ',';
46 source += arg;
48 source += ') + test_suffix';
49 return eval(source);
[all...]
/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
/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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DCheck.cs39 public static void Source (object source) argument
41 if (source == null)
42 throw new ArgumentNullException ("source");
53 public static void SourceAndFuncAndSelector ( object source, object func, object selector) argument
55 if (source == null)
56 throw new ArgumentNullException ("source");
64 public static void SourceAndFunc (object source, object func) argument
66 if (source == null)
67 throw new ArgumentNullException ("source");
72 public static void SourceAndSelector (object source, objec argument
80 SourceAndPredicate(object source, object predicate) argument
96 SourceAndKeySelector(object source, object keySelector) argument
104 SourceAndKeyElementSelectors(object source, object keySelector, object elementSelector) argument
113 SourceAndKeyResultSelectors(object source, object keySelector, object resultSelector) argument
123 SourceAndCollectionSelectorAndResultSelector(object source, object collectionSelector, object resultSelector) argument
133 SourceAndCollectionSelectors(object source, object collectionSelector, object selector) argument
157 GroupBySelectors(object source, object keySelector, object elementSelector, object resultSelector) argument
[all...]
/external/chromium_org/chrome/browser/resources/net_internals/
H A Devents_view.css2 * Use of this source code is governed by a BSD-style license that can be
27 #events-view-source-list {
32 #events-view-source-list-table {
36 #events-view-source-list-table thead td {
42 #events-view-source-list-table td {
51 #events-view-source-list-tbody .mouseover {
55 #events-view-source-list-tbody .selected {
59 #events-view-source-list-tbody .error {
63 #events-view-source-list-tbody .inactive {
67 #events-view-source
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D091-hash-line.c6 #error source 1, line 0 error
8 #error source 2, line 30 error
13 #define FUNCTION_LIKE_MACRO(source, line) source line
/external/mesa3d/src/glsl/glcpp/tests/
H A D091-hash-line.c6 #error source 1, line 0 error
8 #error source 2, line 30 error
13 #define FUNCTION_LIKE_MACRO(source, line) source line
/external/nist-sip/java/javax/sip/
H A DTimeoutEvent.java6 public TimeoutEvent(Object source, ServerTransaction serverTransaction, argument
8 super(source, serverTransaction);
12 public TimeoutEvent(Object source, ClientTransaction clientTransaction, argument
14 super(source, clientTransaction);
/external/zlib/src/contrib/puff/
H A Dpuff.h17 2. Altered source versions must be plainly marked as such, and must not be
19 3. This notice may not be removed or altered from any source distribution.
34 const unsigned char *source, /* pointer to source data pointer */
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dcharger_replacement_ui.cc2 // Use of this source code is governed by a BSD-style license that can be
21 content::WebUIDataSource* source = content::WebUIDataSource::Create( local
23 source->SetUseJsonJSFormatV2();
24 source->AddLocalizedStrings(localized_strings);
25 source->SetJsonPath("strings.js");
26 source->SetDefaultResource(IDR_CHARGER_REPLACEMENT_HTML);
27 source->DisableContentSecurityPolicy();
30 content::WebUIDataSource::Add(profile, 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/clang/bindings/python/tests/cindex/
H A Dutil.py6 def get_tu(source, lang='c', all_warnings=False, flags=[]):
7 """Obtain a translation unit from source and language.
9 By default, the translation unit is created from source file "t.<ext>"
31 source)])
33 def get_cursor(source, spelling):
34 """Obtain a cursor from a source object.
37 spelling within a source. The first argument can be either a
43 root_cursor = source if isinstance(source, Cursor) else source
[all...]
/external/hamcrest/library/src/org/hamcrest/object/
H A DIsEventFrom.java18 private final Object source; field in class:IsEventFrom
20 public IsEventFrom(Class eventClass, Object source) { argument
22 this.source = source;
31 return ev.getSource() == source;
38 .appendValue(source);
43 * derived from <var>eventClass</var> announced by <var>source</var>.
46 public static Matcher<EventObject> eventFrom(Class<? extends EventObject> eventClass, Object source) { argument
47 return new IsEventFrom(eventClass, source);
52 * derived from {@link java.util.EventObject} announced by <var>source
56 eventFrom(Object source) argument
[all...]
/external/chromium_org/content/browser/media/
H A Dmedia_internals_ui.cc2 // Use of this source code is governed by a BSD-style license that can be
20 WebUIDataSource* source = local
23 source->SetJsonPath("strings.js");
25 source->AddResourcePath("media_internals.js", IDR_MEDIA_INTERNALS_JS);
26 source->SetDefaultResource(IDR_MEDIA_INTERNALS_HTML);
27 return source;
H A Dwebrtc_internals_ui.cc2 // Use of this source code is governed by a BSD-style license that can be
18 WebUIDataSource* source = local
21 source->SetJsonPath("strings.js");
22 source->AddResourcePath("webrtc_internals.js", IDR_WEBRTC_INTERNALS_JS);
23 source->SetDefaultResource(IDR_WEBRTC_INTERNALS_HTML);
24 return source;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DMultiplyTimeScaleTrack.java37 Track source; field in class:MultiplyTimeScaleTrack
40 public MultiplyTimeScaleTrack(Track source, int timeScaleFactor) { argument
41 this.source = source;
46 return source.getSampleDescriptionBox();
50 return adjustTts(source.getDecodingTimeEntries(), timeScaleFactor);
54 return adjustCtts(source.getCompositionTimeEntries(), timeScaleFactor);
58 return source.getSyncSamples();
62 return source.getSampleDependencies();
66 TrackMetaData trackMetaData = (TrackMetaData) source
96 adjustCtts(List<CompositionTimeToSample.Entry> source, int timeScaleFactor) argument
108 adjustTts(List<TimeToSampleBox.Entry> source, int timeScaleFactor) argument
[all...]

Completed in 7654 milliseconds

1234567891011>>