Searched refs:source (Results 201 - 225 of 2470) sorted by relevance

1234567891011>>

/external/skia/src/animator/
H A DSkMatrixParts.cpp5 * Use of this source code is governed by a BSD-style license that can be
162 SK_MEMBER(source, Rect)
170 source(NULL), destination(NULL) {
177 if (source == NULL || destination == NULL)
180 temp.setRectToRect(source->fRect, destination->fRect,
191 if (source) {
192 SkDebugf("%*s<source>\n", SkDisplayList::fIndent, "");
194 source->dump(maker);
196 SkDebugf("%*s</source>\n", SkDisplayList::fIndent, "");
211 if (source
[all...]
/external/srtp/crypto/include/
H A Dstat.h15 * Redistribution and use in source and binary forms, with or without
19 * Redistributions of source code must retain the above copyright
67 stat_test_rand_source_with_repetition(rand_source_func_t source, unsigned num_trials);
/external/v8/test/mjsunit/
H A Ddebug-compile-event.js2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
35 var current_source = ''; // Current source being compiled.
41 function compileSource(source) {
42 current_source = source;
67 // If the compiled source contains 'eval' there will be additional compile
68 // events for the source inside eval.
70 // For source with 'eval' there will be compile events with substrings
71 // as well as with with the exact source.
72 assertTrue(current_source.indexOf(event_data.script().source()) >
[all...]
H A Ddebug-liveedit-1.js2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
42 var patch_pos = script.source.indexOf(orig_animal);
H A Ddebug-backtrace.js2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
30 // testing of source line/column easier.
94 var source;
208 json = '{"seq":0,"type":"request","command":"source",' +
211 source = response.body();
212 assertEquals("function f(x, y) {", source.source.substring(0, 18));
213 assertEquals(30, source.fromLine);
214 assertEquals(32, source
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DCompletion.cpp37 Completion checkSyntax(ExecState* exec, const SourceCode& source) argument
42 ProgramExecutable* program = ProgramExecutable::create(exec, source);
50 Completion evaluate(ExecState* exec, ScopeChainNode* scopeChain, const SourceCode& source, JSValue thisValue) argument
55 ProgramExecutable* program = ProgramExecutable::create(exec, source);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
H A Dconstructor-001.js19 * - source is set to the empty string
42 "(new RegExp()).source",
44 re.source );
H A Dfunction-001.js19 * - source is set to the empty string
42 "(new RegExp()).source",
44 re.source );
/external/webkit/Source/WebCore/bindings/js/
H A DScriptSourceProvider.h5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
42 virtual const String& source() const = 0;
/external/webkit/Source/WebCore/dom/
H A DTransformSource.h39 TransformSource(const PlatformTransformSource& source);
/external/webkit/Source/WebCore/platform/audio/
H A DSincResampler.h4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
45 // Processes numberOfSourceFrames from source to produce numberOfSourceFrames / scaleFactor frames in destination.
46 void process(float* source, float* destination, unsigned numberOfSourceFrames);
48 // FIXME: we can add a process() method which takes an input source callback function for streaming applications
63 // m_virtualSourceIndex is an index on the source input buffer with sub-sample precision.
H A DReverbConvolverStage.cpp4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
87 float* source = inputBuffer->directReadFrom(&m_inputReadIndex, framesToProcess); local
88 process(source, framesToProcess);
91 void ReverbConvolverStage::process(float* source, size_t framesToProcess) argument
93 ASSERT(source);
94 if (!source)
115 preDelayedSource = source;
143 memcpy(preDelayedSource, source, sizeof(float) * framesToProcess);
/external/webkit/Source/WebCore/platform/text/mac/
H A DShapeArabic.h4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
37 int32_t shapeArabic(const UChar *source, int32_t sourceLength, UChar *dest, int32_t destCapacity, uint32_t options, UErrorCode *pErrorCode);
/external/webkit/Source/WebCore/xml/
H A DXSLTProcessor.idl4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
32 // http://lxr.mozilla.org/seamonkey/source/content/xsl/public/nsIXSLTException.idl
43 [Custom] DocumentFragment transformToFragment(in Node source, in Document docVal);
44 [Custom] Document transformToDocument(in Node source);
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSPasteboardExtras.h4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
75 source:(WebHTMLView *)source; variable
81 source:(WebHTMLView *)source; variable
/external/chromium/chrome/browser/instant/
H A Dinstant_unload_handler.cc2 // Use of this source code is governed by a BSD-style license that can be
50 virtual void CloseContents(TabContents* source) { argument
56 virtual void OpenURLFromTab(TabContents* source, argument
60 virtual void NavigationStateChanged(const TabContents* source, argument
62 virtual void AddNewContents(TabContents* source, argument
69 virtual void LoadingStateChanged(TabContents* source) {} argument
70 virtual void MoveContents(TabContents* source, const gfx::Rect& pos) {} argument
71 virtual void UpdateTargetURL(TabContents* source, const GURL& url) {} argument
/external/libvpx/vp8/encoder/
H A Dssim.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.
207 YV12_BUFFER_CONFIG *source,
215 int ysize = source->y_width * source->y_height;
218 *ssim_y = calc_ssimg(source->y_buffer, dest->y_buffer,
219 source->y_width, source->y_height,
220 source
205 vp8_calc_ssimg( YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest, double *ssim_y, double *ssim_u, double *ssim_v ) argument
379 vp8_calc_ssim( YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest, int lumamask, double *weight, const vp8_variance_rtcd_vtable_t *rtcd ) argument
[all...]
/external/protobuf/python/
H A Dsetup.py26 def generate_proto(source):
31 output = source.replace(".proto", "_pb2.py").replace("../src/", "")
33 if not os.path.exists(source):
34 print "Can't find required file: " + source
38 (os.path.exists(source) and
39 os.path.getmtime(source) > os.path.getmtime(output))):
48 protoc_command = [ protoc, "-I../src", "-I.", "--python_out=.", source ]
/external/icu4c/common/
H A Ducnv_cb.c36 const char* source,
47 source, length,
55 const UChar** source,
84 source,
101 In fact, here's where we want to return the partially consumed in-source!
104 /* && (*source < sourceLimit && args->target >= args->targetLimit)
139 source,
201 const UChar *source = (const UChar *)converter->subChars; local
202 ucnv_cbFromUWriteUChars(args, &source, source
35 ucnv_cbFromUWriteBytes(UConverterFromUnicodeArgs *args, const char* source, int32_t length, int32_t offsetIndex, UErrorCode * err) argument
54 ucnv_cbFromUWriteUChars(UConverterFromUnicodeArgs *args, const UChar** source, const UChar* sourceLimit, int32_t offsetIndex, UErrorCode * err) argument
226 ucnv_cbToUWriteUChars(UConverterToUnicodeArgs *args, const UChar* source, int32_t length, int32_t offsetIndex, UErrorCode * err) argument
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drandgen.h105 int64 source; // 'ifst' state to expand member in struct:fst::RandGenOptions
110 source(kNoStateId), dest(kNoStateId) {}
124 if (opts.source == kNoStateId) { // first call
130 nopts.source = ifst.Start();
135 if (ifst.NumArcs(opts.source) == 0 &&
136 ifst.Final(opts.source) == Weight::Zero()) // Non-coaccessible
138 // Pick a random transition from the source state
139 size_t n = opts.arc_selector(ifst, opts.source);
140 if (n == ifst.NumArcs(opts.source)) { // Take 'super-final' transition
143 ArcIterator< Fst<Arc> > aiter(ifst, opts.source);
[all...]
/external/doclava/src/com/google/doclava/
H A DDocInfo.java96 public final void addFederatedReference(FederatedSite source) { argument
97 mFederatedReferences.add(source);
106 for (FederatedSite source : getFederatedReferences()) {
107 data.setValue(base + ".federated." + pos + ".url", source.linkFor(htmlPage()));
108 data.setValue(base + ".federated." + pos + ".name", source.name());
/external/guava/guava/src/com/google/common/collect/
H A DBstCountBasedBalancePolicies.java52 BstNodeFactory<N> nodeFactory, N source, @Nullable N left, @Nullable N right) {
53 return checkNotNull(nodeFactory).createNode(source, left, right);
85 BstNodeFactory<N> nodeFactory, N source, @Nullable N left, @Nullable N right) {
90 return rotateL(nodeFactory, source, left, right);
92 return rotateR(nodeFactory, source, left, right);
95 return nodeFactory.createNode(source, left, right);
98 private N rotateL(BstNodeFactory<N> nodeFactory, N source, @Nullable N left, N right) {
105 return singleL(nodeFactory, source, left, right);
108 private N rotateR(BstNodeFactory<N> nodeFactory, N source, N left, @Nullable N right) {
115 return singleR(nodeFactory, source, lef
[all...]
/external/icu4c/test/cintltst/
H A Dccolltst.c84 void reportCResult( const UChar source[], const UChar target[], argument
99 log_err("Compare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
105 log_err("incCompare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
111 log_err("KeyCompare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
117 log_err("difference between sortkey and compare result for (%s , %s) Keys: %s compare %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
/external/skia/src/pdf/
H A DSkBitSet.cpp5 * Use of this source code is governed by a BSD-style license that can be
21 SkBitSet::SkBitSet(const SkBitSet& source) argument
23 *this = source;
73 bool SkBitSet::orBits(const SkBitSet& source) { argument
74 if (fBitCount != source.fBitCount) {
78 uint32_t* sourceBitmap = source.internalGet(0);
/external/webkit/Source/WebCore/css/
H A DCSSFontFace.cpp4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
74 void CSSFontFace::addSource(CSSFontFaceSource* source) argument
76 m_sources.append(source);
77 source->setFontFace(this);
80 void CSSFontFace::fontLoaded(CSSFontFaceSource* source) argument
82 if (source != m_activeSource)

Completed in 9646 milliseconds

1234567891011>>