Searched refs:source (Results 51 - 75 of 6141) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextensions_ui.cc2 // Use of this source code is governed by a BSD-style license that can be
31 content::WebUIDataSource* source = local
34 source->SetUseJsonJSFormatV2();
35 source->SetJsonPath("strings.js");
36 source->AddResourcePath("extensions.js", IDR_EXTENSIONS_JS);
37 source->AddResourcePath("extension_command_list.js",
39 source->AddResourcePath("extension_list.js", IDR_EXTENSION_LIST_JS);
40 source->SetDefaultResource(IDR_EXTENSIONS_HTML);
41 source->DisableDenyXFrameOptions();
42 return source;
49 content::WebUIDataSource* source = CreateExtensionsHTMLSource(); local
[all...]
/external/chromium_org/media/audio/
H A Dsimple_sources_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
27 SineWaveAudioSource source(1, freq, params.sample_rate());
29 source.OnMoreData(audio_bus.get(), AudioBuffersState());
30 EXPECT_EQ(1, source.callbacks());
31 EXPECT_EQ(0, source.errors());
52 SineWaveAudioSource source(1, 200, AudioParameters::kTelephoneSampleRate);
55 source.CapSamples(kSampleCap);
58 EXPECT_EQ(source.OnMoreData(
60 EXPECT_EQ(1, source.callbacks());
61 EXPECT_EQ(source
[all...]
/external/chromium_org/base/power_monitor/
H A Dpower_monitor_source.cc2 // Use of this source code is governed by a BSD-style license that can be
29 PowerMonitorSource* source = monitor->Source();
36 bool new_on_battery_power = source->IsOnBatteryPowerImpl();
40 AutoLock auto_lock(source->battery_lock_);
41 if (source->on_battery_power_ != new_on_battery_power) {
43 source->on_battery_power_ = new_on_battery_power;
52 if (source->suspended_) {
53 source->suspended_ = false;
58 if (!source->suspended_) {
59 source
[all...]
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dtestutil.py31 def TokenizeSource(source):
32 """Convert a source into a string of tokens.
35 source: A source file as a string or file-like object (iterates lines).
41 if isinstance(source, basestring):
42 source = StringIO.StringIO(source)
45 return tokenizer.TokenizeFile(source)
48 def TokenizeSourceAndRunEcmaPass(source):
49 """Tokenize a source an
[all...]
/external/chromium_org/ui/accelerometer/
H A Daccelerometer_types.h2 // Use of this source code is governed by a BSD-style license that can be
51 // Returns true if |source| has a valid value in this update.
52 bool has(AccelerometerSource source) const {
53 return data_[source].present;
56 // Returns the last known value for |source|.
57 const gfx::Vector3dF& get(AccelerometerSource source) const {
58 return data_[source].reading;
61 void Set(AccelerometerSource source, float x, float y, float z) { argument
62 data_[source].present = true;
63 data_[source]
[all...]
/external/libyuv/
H A DAndroid.mk8 files/source/compare.cc \
9 files/source/convert.cc \
10 files/source/convert_argb.cc \
11 files/source/convert_from.cc \
12 files/source/cpu_id.cc \
13 files/source/format_conversion.cc \
14 files/source/planar_functions.cc \
15 files/source/rotate.cc \
16 files/source/rotate_argb.cc \
17 files/source/row_commo
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Drdrle.c83 rle_source_ptr source = (rle_source_ptr) sinfo; local
90 source->header = *rle_hdr_init(NULL);
91 source->header.rle_file = source->pub.input_file;
92 switch (rle_get_setup(&(source->header))) {
115 width = source->header.xmax - source->header.xmin + 1;
116 height = source->header.ymax - source->header.ymin + 1;
117 source
189 rle_source_ptr source = (rle_source_ptr) sinfo; local
207 rle_source_ptr source = (rle_source_ptr) sinfo; local
243 rle_source_ptr source = (rle_source_ptr) sinfo; local
373 rle_source_ptr source; local
[all...]
/external/jpeg/
H A Drdrle.c83 rle_source_ptr source = (rle_source_ptr) sinfo; local
90 source->header = *rle_hdr_init(NULL);
91 source->header.rle_file = source->pub.input_file;
92 switch (rle_get_setup(&(source->header))) {
115 width = source->header.xmax - source->header.xmin + 1;
116 height = source->header.ymax - source->header.ymin + 1;
117 source
189 rle_source_ptr source = (rle_source_ptr) sinfo; local
207 rle_source_ptr source = (rle_source_ptr) sinfo; local
243 rle_source_ptr source = (rle_source_ptr) sinfo; local
373 rle_source_ptr source; local
[all...]
/external/qemu/distrib/jpeg-6b/
H A Drdrle.c83 rle_source_ptr source = (rle_source_ptr) sinfo; local
90 source->header = *rle_hdr_init(NULL);
91 source->header.rle_file = source->pub.input_file;
92 switch (rle_get_setup(&(source->header))) {
115 width = source->header.xmax - source->header.xmin + 1;
116 height = source->header.ymax - source->header.ymin + 1;
117 source
189 rle_source_ptr source = (rle_source_ptr) sinfo; local
207 rle_source_ptr source = (rle_source_ptr) sinfo; local
243 rle_source_ptr source = (rle_source_ptr) sinfo; local
373 rle_source_ptr source; local
[all...]
/external/llvm/lib/Support/
H A DConvertUTF.c14 * This source code is provided as is by Unicode, Inc. No claims are
39 source sequences, enhanced error detection, added casts
122 const UTF32* source = *sourceStart; local
124 while (source < sourceEnd) {
129 ch = *source++;
134 --source; /* return to the illegal value itself */
152 --source; /* Back up source pointer! */
160 *sourceStart = source;
171 const UTF16* source local
225 const UTF16* source = *sourceStart; local
295 const UTF32* source = *sourceStart; local
355 isLegalUTF8(const UTF8 *source, int length) argument
386 isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd) argument
397 findMaximalSubpartOfIllFormedUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd) argument
503 isLegalUTF8String(const UTF8 **source, const UTF8 *sourceEnd) argument
519 const UTF8* source = *sourceStart; local
593 const UTF8* source = *sourceStart; local
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_content_translate_driver_observer.cc2 // Use of this source code is governed by a BSD-style license that can be
22 content::WebContents* source) {
23 if (source == browser_->tab_strip_model()->GetActiveWebContents()) {
25 ChromeTranslateClient::FromWebContents(source);
34 content::WebContents* source) {
35 if (source == browser_->tab_strip_model()->GetActiveWebContents())
36 browser_->window()->UpdateToolbar(source);
21 OnIsPageTranslatedChanged( content::WebContents* source) argument
33 OnTranslateEnabledChanged( content::WebContents* source) argument
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DConflictingRequirementsException.java31 private Object source; field in class:ConflictingRequirementsException
34 String message, Set<Feature<?>> conflicts, Object source) {
37 this.source = source;
45 return source;
49 return super.getMessage() + " (source: " + source + ")";
33 ConflictingRequirementsException( String message, Set<Feature<?>> conflicts, Object source) argument
/external/smack/src/com/kenai/jbosh/
H A DBOSHMessageEvent.java41 * @param source event source
45 final Object source,
47 super(source);
59 * @param source sender of the message
64 final BOSHClient source,
66 return new BOSHMessageEvent(source, body);
73 * @param source receiver of the message
78 final BOSHClient source,
80 return new BOSHMessageEvent(source, bod
44 BOSHMessageEvent( final Object source, final AbstractBody cBody) argument
63 createRequestSentEvent( final BOSHClient source, final AbstractBody body) argument
77 createResponseReceivedEvent( final BOSHClient source, final AbstractBody body) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DWebGLImageConversion.cpp2 // Use of this source code is governed by a BSD-style license that can be
228 // Some code are merged back from Mozilla code in http://mxr.mozilla.org/mozilla-central/source/content/canvas/src/WebGLTexelConversions.h
238 template<> void unpack<WebGLImageConversion::DataFormatRGB8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
241 destination[0] = source[0];
242 destination[1] = source[1];
243 destination[2] = source[2];
245 source += 3;
250 template<> void unpack<WebGLImageConversion::DataFormatBGR8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
253 destination[0] = source[2];
254 destination[1] = source[
262 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
274 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
286 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
304 unpack(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
323 unpack(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
343 unpack(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
362 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
374 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
386 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
398 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
410 unpack(const uint8_t* source, float* destination, unsigned pixelsPerRow) argument
423 unpack(const uint8_t* source, float* destination, unsigned pixelsPerRow) argument
436 unpack(const uint8_t* source, float* destination, unsigned pixelsPerRow) argument
449 unpack(const uint8_t* source, float* destination, unsigned pixelsPerRow) argument
462 unpack(const uint8_t* source, float* destination, unsigned pixelsPerRow) argument
475 unpack(const uint8_t* source, float* destination, unsigned pixelsPerRow) argument
488 unpack(const float* source, float* destination, unsigned pixelsPerRow) argument
500 unpack(const float* source, float* destination, unsigned pixelsPerRow) argument
512 unpack(const float* source, float* destination, unsigned pixelsPerRow) argument
524 unpack(const float* source, float* destination, unsigned pixelsPerRow) argument
546 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
555 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
564 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
576 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
587 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
597 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
610 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
622 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
633 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
649 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
665 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
670 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
687 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
703 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
718 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
735 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
751 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
766 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
783 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
799 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
813 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
829 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
844 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
855 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
867 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
880 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
885 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
898 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
911 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
920 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
929 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
939 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
949 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
959 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
970 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
981 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
993 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
1006 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
1019 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
1030 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
1042 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
1054 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
1064 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
1075 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
1086 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
1095 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
1105 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
1115 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
H A Dsync_file_system_internals_ui.cc2 // Use of this source code is governed by a BSD-style license that can be
21 content::WebUIDataSource* source = local
24 source->SetUseJsonJSFormatV2();
25 source->SetJsonPath("strings.js");
26 source->AddResourcePath(
29 source->AddResourcePath(
32 source->AddResourcePath(
34 source->AddResourcePath(
36 source->AddResourcePath(
38 source
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowHtml.java13 public static Spanned fromHtml(String source) { argument
14 if (source == null) {
22 return new SpannedThatActsLikeString(source);
26 String source; field in class:ShadowHtml.SpannedThatActsLikeString
28 private SpannedThatActsLikeString(String source) { argument
29 this.source = source;
59 return source.length();
64 return source.charAt(i);
74 return source;
[all...]
/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/mock/
H A DMockPropertyChangeEvent.java33 * @param source
35 public MockPropertyChangeEvent(Object source) { argument
36 super(source);
/external/chromium_org/net/url_request/
H A Durl_fetcher_delegate.cc2 // Use of this source code is governed by a BSD-style license that can be
10 const URLFetcher* source, int64 current, int64 total) {}
13 const URLFetcher* source, int64 current, int64 total) {}
9 OnURLFetchDownloadProgress( const URLFetcher* source, int64 current, int64 total) argument
12 OnURLFetchUploadProgress( const URLFetcher* source, int64 current, int64 total) argument
/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);
H A DURLMediaSource.idl4 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
31 // https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#idl-def-URL
36 [CallWith=ExecutionContext] static DOMString? createObjectURL(MediaSource 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_ssim.h4 * 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.
20 double vp9_calc_ssim(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest,
23 double vp9_calc_ssimg(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest,
/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/libvpx/libvpx/vp9/encoder/
H A Dvp9_ssim.h4 * 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.
20 double vp9_calc_ssim(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest,
23 double vp9_calc_ssimg(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest,
/external/nist-sip/java/javax/sip/
H A DDialogTerminatedEvent.java8 public DialogTerminatedEvent(Object source, Dialog dialog) { argument
9 super(source);

Completed in 1137 milliseconds

1234567891011>>