Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 2367) sorted by relevance

12345678910>>...95

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DEnumerableExtensions.cs52 public static double Average(IEnumerable<int> source) { in Average()
76 public static double Average(IEnumerable<double> source) { in Average()
84 public static bool Contains<TSource>(IEnumerable<TSource> source, TSource value) { in Contains()
92 …public static bool Contains<TSource>(IEnumerable<TSource> source, TSource value, IEqualityComparer… in Contains()
108 public static IEnumerable<TSource> DefaultIfEmpty<TSource>(IEnumerable<TSource> source) { in DefaultIfEmpty()
112 …public static IEnumerable<TSource> DefaultIfEmpty<TSource>(IEnumerable<TSource> source, TSource de… in DefaultIfEmpty()
118 …tic IEnumerable<TSource> CreateDefaultIfEmptyIterator<TSource>(IEnumerable<TSource> source, TSourc… in CreateDefaultIfEmptyIterator()
133 public static int Max(IEnumerable<int> source) { in Max()
139 static U Iterate<T, U>(IEnumerable<T> source, U initValue, Func<T, U, U> selector) { in Iterate()
156 public static int Min(IEnumerable<int> source) { in Min()
[all …]
DCheck.cs39 public static void Source (object source) in Source()
53 public static void SourceAndFuncAndSelector ( object source, object func, object selector) in SourceAndFuncAndSelector()
64 public static void SourceAndFunc (object source, object func) in SourceAndFunc()
72 public static void SourceAndSelector (object source, object selector) in SourceAndSelector()
80 public static void SourceAndPredicate (object source, object predicate) in SourceAndPredicate()
96 public static void SourceAndKeySelector (object source, object keySelector) in SourceAndKeySelector()
104 …public static void SourceAndKeyElementSelectors (object source, object keySelector, object element… in SourceAndKeyElementSelectors()
113 …public static void SourceAndKeyResultSelectors (object source, object keySelector, object resultSe… in SourceAndKeyResultSelectors()
123 …public static void SourceAndCollectionSelectorAndResultSelector (object source, object collectionS… in SourceAndCollectionSelectorAndResultSelector()
133 …public static void SourceAndCollectionSelectors (object source, object collectionSelector, object … in SourceAndCollectionSelectors()
[all …]
/external/okhttp/okio/src/test/java/okio/
DRealBufferedSourceTest.java30 OkBuffer source = new OkBuffer(); in inputStreamFromSource() local
66 OkBuffer source = new OkBuffer(); in inputStreamFromSourceBounds() local
77 OkBuffer source = new OkBuffer(); in requireTracksBufferFirst() local
89 OkBuffer source = new OkBuffer(); in requireIncludesBufferBytes() local
100 OkBuffer source = new OkBuffer(); in requireInsufficientData() local
113 OkBuffer source = new OkBuffer(); in requireReadsOneSegmentAtATime() local
125 OkBuffer source = new OkBuffer(); in skipInsufficientData() local
137 OkBuffer source = new OkBuffer(); in skipReadsOneSegmentAtATime() local
147 OkBuffer source = new OkBuffer(); in skipTracksBufferFirst() local
159 OkBuffer source = new OkBuffer(); in operationsAfterClose() local
DReadUtf8LineTest.java30 BufferedSource source = newSource("abc\ndef\n"); in readLines() local
41 BufferedSource source = newSource("\n\n\n"); in emptyLines() local
49 BufferedSource source = newSource("abc\r\ndef\r\nghi\rjkl\r\n"); in crDroppedPrecedingLf() local
56 BufferedSource source = newSource("abc\ndef"); in bufferedReaderCompatible() local
63 BufferedSource source = newSource("abc\ndef\n"); in bufferedReaderCompatibleWithTrailingNewline() local
/external/chromium_org/third_party/webrtc/base/
Durlencode_unittest.cc19 char source[] = "^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^" in TEST() local
31 char source[] = "^"; in TEST() local
41 char source[] = "aa"; in TEST() local
50 char source[] = "&"; in TEST() local
57 char source[] = "A^ "; in TEST() local
64 char source[] = "A^ "; in TEST() local
72 char source[] = "A%5E+"; in TEST() local
79 char source[] = "A%5E+"; in TEST() local
Dstringencode.cc27 const char * source, size_t srclen, in escape()
49 const char * source, size_t srclen, in unescape()
68 const char * source, size_t srclen, in encode()
93 const char * source, size_t srclen, in decode()
144 const char * source, size_t srclen) { in url_encode()
170 const char * source, size_t srclen) { in url_decode()
197 size_t utf8_decode(const char* source, size_t srclen, unsigned long* value) { in utf8_decode()
259 const char * source, size_t srclen) { in html_encode()
312 const char * source, size_t srclen) { in html_decode()
318 const char * source, size_t srclen) { in xml_encode()
[all …]
Durlencode.cc37 static int InternalUrlDecode(const char *source, char *dest, in InternalUrlDecode()
85 int UrlDecode(const char *source, char *dest) { in UrlDecode()
89 int UrlDecodeWithoutEncodingSpaceAsPlus(const char *source, char *dest) { in UrlDecodeWithoutEncodingSpaceAsPlus()
93 int InternalUrlEncode(const char *source, char *dest, unsigned int max, in InternalUrlEncode()
123 int UrlEncode(const char *source, char *dest, unsigned max) { in UrlEncode()
127 int UrlEncodeWithoutEncodingSpaceAsPlus(const char *source, char *dest, in UrlEncodeWithoutEncodingSpaceAsPlus()
132 int UrlEncodeOnlyUnsafeChars(const char *source, char *dest, unsigned max) { in UrlEncodeOnlyUnsafeChars()
/external/chromium_org/v8/test/cctest/compiler/
Dtest-run-variables.cc51 static void RunVariableTests(const char* source, const char* tests[]) { in RunVariableTests()
80 const char* source = "(function(a,r) { %s; return r; })"; in TEST() local
86 const char* source = "(function(a,r) { %s; function f() {x} return r; })"; in TEST() local
92 const char* source = "(function(a,r) { %s; return r; })"; in TEST() local
98 const char* source = "(function(a,r) { %s; function f() {x} return r; })"; in TEST() local
104 const char* source = "(function(a,r) { %s; return r; })"; in TEST() local
110 const char* source = "(function(a,r) { %s; function f() {x} return r; })"; in TEST() local
/external/chromium_org/v8/test/mjsunit/
Dglobal-load-from-nested-eval.js33 function test(source) { argument
39 function testWith(source) { argument
47 function testEval(source) { argument
57 function testEvalDontShadow(source) { argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DWebGLImageConversion.cpp238 …id unpack<WebGLImageConversion::DataFormatRGB8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* … in unpack()
250 …id unpack<WebGLImageConversion::DataFormatBGR8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* … in unpack()
262 …d unpack<WebGLImageConversion::DataFormatARGB8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* … in unpack()
274 …d unpack<WebGLImageConversion::DataFormatABGR8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* … in unpack()
286 …d unpack<WebGLImageConversion::DataFormatBGRA8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* … in unpack()
304 …ack<WebGLImageConversion::DataFormatRGBA5551, uint16_t, uint8_t>(const uint16_t* source, uint8_t* … in unpack()
323 …ack<WebGLImageConversion::DataFormatRGBA4444, uint16_t, uint8_t>(const uint16_t* source, uint8_t* … in unpack()
343 …npack<WebGLImageConversion::DataFormatRGB565, uint16_t, uint8_t>(const uint16_t* source, uint8_t* … in unpack()
362 template<> void unpack<WebGLImageConversion::DataFormatR8, uint8_t, uint8_t>(const uint8_t* source,… in unpack()
374 template<> void unpack<WebGLImageConversion::DataFormatRA8, uint8_t, uint8_t>(const uint8_t* source in unpack()
[all …]
/external/nanopb-c/tests/site_scons/
Dsite_init.py16 def run_test(target, source, env): argument
47 def decode_actions(source, target, env, for_signature): argument
58 def encode_actions(source, target, env, for_signature): argument
69 def compare_files(target, source, env): argument
84 def match_files(target, source, env): argument
/external/chromium_org/components/web_contents_delegate_android/
Dweb_contents_delegate_android.cc57 WebContents* source, in OpenColorChooser()
67 WebContents* source, in OpenURLFromTab()
142 const WebContents* source, content::InvalidateTypes changed_flags) { in NavigationStateChanged()
154 const WebContents* source) { in VisibleSSLStateChanged()
177 void WebContentsDelegateAndroid::LoadingStateChanged(WebContents* source, in LoadingStateChanged()
191 void WebContentsDelegateAndroid::LoadProgressChanged(WebContents* source, in LoadProgressChanged()
203 void WebContentsDelegateAndroid::RendererUnresponsive(WebContents* source) { in RendererUnresponsive()
211 void WebContentsDelegateAndroid::RendererResponsive(WebContents* source) { in RendererResponsive()
219 void WebContentsDelegateAndroid::CloseContents(WebContents* source) { in CloseContents()
227 void WebContentsDelegateAndroid::MoveContents(WebContents* source, in MoveContents()
[all …]
/external/chromium_org/content/public/browser/
Dweb_contents_delegate.h88 virtual void NavigationStateChanged(const WebContents* source, in NavigationStateChanged()
93 virtual void VisibleSSLStateChanged(const WebContents* source) {} in VisibleSSLStateChanged()
101 virtual void AddNewContents(WebContents* source, in AddNewContents()
120 virtual void LoadingStateChanged(WebContents* source, in LoadingStateChanged()
126 virtual void LoadProgressChanged(WebContents* source, in LoadProgressChanged()
131 virtual void CloseContents(WebContents* source) {} in CloseContents()
135 virtual void SwappedOut(WebContents* source) {} in SwappedOut()
139 virtual void MoveContents(WebContents* source, const gfx::Rect& pos) {} in MoveContents()
146 virtual void UpdateTargetURL(WebContents* source, in UpdateTargetURL()
152 virtual void ContentsMouseEvent(WebContents* source, in ContentsMouseEvent()
[all …]
Dweb_contents_delegate.cc21 WebContents* WebContentsDelegate::OpenURLFromTab(WebContents* source, in OpenURLFromTab()
40 bool WebContentsDelegate::ShouldPreserveAbortedURLs(WebContents* source) { in ShouldPreserveAbortedURLs()
44 bool WebContentsDelegate::AddMessageToConsole(WebContents* source, in AddMessageToConsole()
58 bool WebContentsDelegate::ShouldFocusLocationBarByDefault(WebContents* source) { in ShouldFocusLocationBarByDefault()
66 bool WebContentsDelegate::TakeFocus(WebContents* source, bool reverse) { in TakeFocus()
87 void WebContentsDelegate::ViewSourceForTab(WebContents* source, in ViewSourceForTab()
98 void WebContentsDelegate::ViewSourceForFrame(WebContents* source, in ViewSourceForFrame()
109 WebContents* source, in PreHandleKeyboardEvent()
116 WebContents* source, in PreHandleGestureEvent()
122 WebContents* source, in CanDragEnter()
/external/chromium_org/third_party/closure_linter/closure_linter/
Dtestutil.py31 def TokenizeSource(source): argument
48 def TokenizeSourceAndRunEcmaPass(source): argument
63 def ParseFunctionsAndComments(source): argument
/external/hamcrest/library/src/org/hamcrest/object/
DIsEventFrom.java18 private final Object source; field in IsEventFrom
20 public IsEventFrom(Class eventClass, Object source) { in IsEventFrom()
46 …lic static Matcher<EventObject> eventFrom(Class<? extends EventObject> eventClass, Object source) { in eventFrom()
56 public static Matcher<EventObject> eventFrom(Object source) { in eventFrom()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DInputStreamPreprocessor.h54 ALWAYS_INLINE bool peek(SegmentedString& source) in peek()
71 ALWAYS_INLINE bool advance(SegmentedString& source) in advance()
88 bool processNextInputCharacter(SegmentedString& source) in processNextInputCharacter()
123 bool shouldTreatNullAsEndOfFileMarker(SegmentedString& source) const in shouldTreatNullAsEndOfFileMarker()
DCSSPreloadScanner.cpp55 …reloadScanner::scanCommon(const Char* begin, const Char* end, const SegmentedString& source, Prelo… in scanCommon()
63 void CSSPreloadScanner::scan(const HTMLToken::DataVector& data, const SegmentedString& source, Prel… in scan()
68 void CSSPreloadScanner::scan(const String& tagName, const SegmentedString& source, PreloadRequestS… in scan()
79 inline void CSSPreloadScanner::tokenize(UChar c, const SegmentedString& source) in tokenize()
211 void CSSPreloadScanner::emitRule(const SegmentedString& source) in emitRule()
/external/deqp/framework/delibs/decpp/
DdeArrayBuffer.cpp172 de::ArrayBuffer<int> source(4); in ArrayBuffer_selfTest() local
190 de::ArrayBuffer<int> source(4); in ArrayBuffer_selfTest() local
201 de::ArrayBuffer<int, 64, sizeof(int)> source(4); in ArrayBuffer_selfTest() local
212 de::ArrayBuffer<int, 4, 64> source(4); in ArrayBuffer_selfTest() local
223 de::ArrayBuffer<int, 32, 64> source(4); in ArrayBuffer_selfTest() local
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dlocalaudiosource_unittest.cc55 rtc::scoped_refptr<LocalAudioSource> source = in TEST() local
76 rtc::scoped_refptr<LocalAudioSource> source = in TEST() local
88 rtc::scoped_refptr<LocalAudioSource> source = in TEST() local
102 rtc::scoped_refptr<LocalAudioSource> source = in TEST() local
117 rtc::scoped_refptr<LocalAudioSource> source = in TEST() local
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Dcopyimage.inl13 inline void ReadColor(const uint8_t *source, uint8_t *dest)
19 inline void WriteColor(const uint8_t *source, uint8_t *dest)
25 inline void CopyPixel(const uint8_t *source, uint8_t *dest)
/external/clang/bindings/python/tests/cindex/
Dutil.py6 def get_tu(source, lang='c', all_warnings=False, flags=[]): argument
33 def get_cursor(source, spelling): argument
51 def get_cursors(source, spelling): argument
/external/smack/src/com/kenai/jbosh/
DBOSHClientConnEvent.java65 final BOSHClient source, in BOSHClientConnEvent()
100 final BOSHClient source) { in createConnectionEstablishedEvent()
112 final BOSHClient source) { in createConnectionClosedEvent()
127 final BOSHClient source, in createConnectionClosedOnErrorEvent()
DBOSHMessageEvent.java45 final Object source, in BOSHMessageEvent()
64 final BOSHClient source, in createRequestSentEvent()
78 final BOSHClient source, in createResponseReceivedEvent()
/external/chromium_org/base/
Dscoped_observer.h27 void Add(Source* source) { in Add()
33 void Remove(Source* source) { in Remove()
46 bool IsObserving(Source* source) const { in IsObserving()

12345678910>>...95