Searched defs:source (Results 76 - 100 of 2375) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/thunk/
H A Dppb_console_thunk.cc2 // Use of this source code is governed by a BSD-style license that can be
28 struct PP_Var source,
34 enter.functions()->LogWithSource(instance, level, source, value);
26 LogWithSource(PP_Instance instance, PP_LogLevel level, struct PP_Var source, struct PP_Var value) argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DAddConsoleMessageTask.h4 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
40 static PassOwnPtr<AddConsoleMessageTask> create(MessageSource source, MessageLevel level, const String& message) argument
42 return adoptPtr(new AddConsoleMessageTask(source, level, message));
46 AddConsoleMessageTask(MessageSource source, MessageLevel level, const String& message) argument
47 : m_source(source)
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLShader.h4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
44 const String& source() const { return m_source; } function in class:blink::FINAL
46 void setSource(const String& source) { m_source = source; } argument
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLSourceTracker.cpp4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
77 StringBuilder source; local
78 source.reserveCapacity(length);
82 source.append(m_previousSource.currentChar());
87 source.append(m_currentSource.currentChar());
91 m_cachedSourceForToken = source.toString();
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DInjectedStyleSheets.cpp39 void InjectedStyleSheets::add(const String& source, const Vector<String>& whitelist, StyleInjectionTarget injectIn) argument
41 m_entries.append(adoptPtr(new InjectedStyleSheetEntry(source, whitelist, injectIn)));
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBCursorWithValue.cpp4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
35 IDBCursorWithValue* IDBCursorWithValue::create(PassOwnPtr<WebIDBCursor> backend, WebIDBCursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction) argument
37 return new IDBCursorWithValue(backend, direction, request, source, transaction);
40 IDBCursorWithValue::IDBCursorWithValue(PassOwnPtr<WebIDBCursor> backend, WebIDBCursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction) argument
41 : IDBCursor(backend, direction, request, source, transaction)
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
H A DMediaSourceRegistry.cpp4 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
52 MediaSource* source = static_cast<MediaSource*>(registrable); local
53 source->addedToRegistry();
54 m_mediaSources.set(url.string(), source);
64 MediaSource* source = iter->value;
66 source->removedFromRegistry();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/filters/
H A DNEONHelpers.h5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
36 inline float32x4_t loadRGBA8AsFloat(uint32_t* source) argument
39 temporary1 = vset_lane_u32(*source, temporary1, 0);
/external/chromium_org/third_party/cld/base/
H A Dcasts.h2 // Use of this source code is governed by a BSD-style license that can be
91 // equivalent of "*reinterpret_cast<Dest*>(&source)". We need this in
146 inline Dest bit_cast(const Source& source) { argument
152 memcpy(&dest, &source, sizeof(dest));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddadrcoll.h10 * source/test/testdata/DataDrivenCollationTest.txt
32 UnicodeString source; member in class:SeqElement
/external/chromium_org/third_party/webrtc/base/
H A Dsocketaddresspair.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.
18 // Records a pair (source,destination) of socket addresses. The two addresses
26 const SocketAddress& source() const { return src_; } function in class:rtc::SocketAddressPair
/external/chromium_org/ui/message_center/views/
H A Dmessage_view_context_menu_controller.cc2 // Use of this source code is governed by a BSD-style license that can be
24 views::View* source,
28 MessageView* message_view = static_cast<MessageView*>(source);
38 ignore_result(menu_runner.RunMenuAt(source->GetWidget()->GetTopLevelWidget(),
23 ShowContextMenuForView( views::View* source, const gfx::Point& point, ui::MenuSourceType source_type) argument
/external/chromium_org/ui/views/
H A Ddrag_utils_aura.cc2 // Use of this source code is governed by a BSD-style license that can be
17 ui::DragDropTypes::DragEventSource source) {
23 data, root_window, view, root_location, operation, source);
13 RunShellDrag(gfx::NativeView view, const ui::OSExchangeData& data, const gfx::Point& location, int operation, ui::DragDropTypes::DragEventSource source) argument
/external/chromium_org/ui/views/examples/
H A Dlink_example.cc2 // Use of this source code is governed by a BSD-style license that can be
29 void LinkExample::LinkClicked(Link* source, int event_flags) { argument
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-linkage.cc2 // Use of this source code is governed by a BSD-style license that can be
30 static Handle<JSFunction> Compile(const char* source) { argument
33 ->NewStringFromUtf8(CStrVector(source))
H A Dtest-run-variables.cc2 // Use of this source code is governed by a BSD-style license that can be
51 static void RunVariableTests(const char* source, const char* tests[]) { argument
56 SNPrintF(buffer, source, tests[i]);
80 const char* source = "(function(a,r) { %s; return r; })"; local
81 RunVariableTests(source, load_tests);
86 const char* source = "(function(a,r) { %s; function f() {x} return r; })"; local
87 RunVariableTests(source, load_tests);
92 const char* source = "(function(a,r) { %s; return r; })"; local
93 RunVariableTests(source, store_tests);
98 const char* source local
104 const char* source = "(function(a,r) { %s; return r; })"; local
110 const char* source = "(function(a,r) { %s; function f() {x} return r; })"; local
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/
H A DResourceDecoder.java14 public Resource<Z> decode(T source, int width, int height) throws IOException; argument
/external/guava/guava/src/com/google/common/collect/
H A DBstNodeFactory.java34 * Returns a new {@code N} with the key and value data from {@code source}, with left child
38 public abstract N createNode(N source, @Nullable N left, @Nullable N right); argument
41 * Returns a new {@code N} with the key and value data from {@code source} that is a leaf.
43 public final N createLeaf(N source) { argument
44 return createNode(source, null, null);
/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/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DVisibilityPredicate.java26 public VisibilityPredicate(Class source, boolean protectedOk) { argument
28 pkg = TypeUtils.getPackageName(Type.getType(source));
/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/okhttp/okio/src/main/java/okio/
H A DOkio.java28 public static BufferedSource buffer(Source source) { argument
29 return new RealBufferedSource(source);
36 /** Copies bytes from {@code source} to {@code sink}. */
37 public static void copy(OkBuffer source, long offset, long byteCount, OutputStream sink) argument
39 checkOffsetAndCount(source.size, offset, byteCount);
42 Segment s = source.head;
63 @Override public void write(OkBuffer source, long byteCount)
65 checkOffsetAndCount(source.size, 0, byteCount);
68 Segment head = source.head;
74 source
104 public static Source source(final InputStream in) { method in class:Okio
[all...]
H A DSink.java51 /** Removes {@code byteCount} bytes from {@code source} and appends them to this. */
52 void write(OkBuffer source, long byteCount) throws IOException; argument
/external/openfst/src/bin/
H A Dfstcompile.cc54 const char *source = "standard input"; local
57 source = argv[1];
86 s::CompileFst(*istrm, source, dest, FLAGS_fst_type, FLAGS_arc_type,
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_uncompr.c12 Decompresses the source buffer into the destination buffer. sourceLen is
13 the byte length of the source buffer. Upon entry, destLen is the total
27 const Bytef *source,
33 stream.next_in = (z_const Bytef *)source;
35 /* Check for source > 64K on 16-bit machine: */
24 uncompress( Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) argument

Completed in 421 milliseconds

1234567891011>>