/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | EnumerableExtensions.cs | 52 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 …]
|
D | Check.cs | 39 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/bluetooth/bluez/audio/ |
D | source.c | 60 struct source { struct 68 source_state_t state; argument 74 struct source_state_callback { argument 103 struct source *source = dev->source; in source_set_state() local 128 struct source *source = dev->source; in avdtp_state_callback() local 167 struct source *source = dev->source; in stream_state_changed() local 218 struct source *source = user_data; in stream_setup_retry() local 246 struct source *source = user_data; in stream_setup_complete() local 288 struct source *source = user_data; in select_complete() local 318 struct source *source = user_data; in discovery_complete() local [all …]
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.cpp | 353 void unpackRGBA8ToRGBA8(const uint8_t* source, uint8_t* destination) in unpackRGBA8ToRGBA8() 361 void unpackRGBA16LittleToRGBA8(const uint16_t* source, uint8_t* destination) in unpackRGBA16LittleToRGBA8() 369 void unpackRGBA16BigToRGBA8(const uint16_t* source, uint8_t* destination) in unpackRGBA16BigToRGBA8() 377 void unpackRGB8ToRGBA8(const uint8_t* source, uint8_t* destination) in unpackRGB8ToRGBA8() 385 void unpackRGB16LittleToRGBA8(const uint16_t* source, uint8_t* destination) in unpackRGB16LittleToRGBA8() 393 void unpackRGB16BigToRGBA8(const uint16_t* source, uint8_t* destination) in unpackRGB16BigToRGBA8() 401 void unpackBGR8ToRGBA8(const uint8_t* source, uint8_t* destination) in unpackBGR8ToRGBA8() 409 void unpackARGB8ToRGBA8(const uint8_t* source, uint8_t* destination) in unpackARGB8ToRGBA8() 417 void unpackARGB16LittleToRGBA8(const uint16_t* source, uint8_t* destination) in unpackARGB16LittleToRGBA8() 425 void unpackARGB16BigToRGBA8(const uint16_t* source, uint8_t* destination) in unpackARGB16BigToRGBA8() [all …]
|
/external/v8/test/mjsunit/ |
D | global-load-from-nested-eval.js | 33 function test(source) { argument 39 function testWith(source) { argument 47 function testEval(source) { argument 57 function testEvalDontShadow(source) { argument
|
/external/chromium/chrome/browser/chromeos/login/ |
D | web_page_screen.h | 28 virtual void OpenURLFromTab(TabContents* source, in OpenURLFromTab() 34 virtual void AddNewContents(TabContents* source, in AddNewContents() 42 virtual void CloseContents(TabContents* source) {} in CloseContents() 43 virtual bool IsPopup(TabContents* source) { return false; } in IsPopup() 44 virtual void UpdateTargetURL(TabContents* source, const GURL& url) {} in UpdateTargetURL() 50 virtual void MoveContents(TabContents* source, const gfx::Rect& pos) {} in MoveContents()
|
D | eula_view.h | 43 virtual void OpenURLFromTab(TabContents* source, in OpenURLFromTab() 47 virtual void NavigationStateChanged(const TabContents* source, in NavigationStateChanged() 49 virtual void AddNewContents(TabContents* source, in AddNewContents() 56 virtual void LoadingStateChanged(TabContents* source) {} in LoadingStateChanged() 57 virtual void CloseContents(TabContents* source) {} in CloseContents() 58 virtual bool IsPopup(TabContents* source) { return false; } in IsPopup() 59 virtual void UpdateTargetURL(TabContents* source, const GURL& url) {} in UpdateTargetURL() 65 virtual void MoveContents(TabContents* source, const gfx::Rect& pos) {} in MoveContents()
|
D | enterprise_enrollment_view.cc | 49 virtual void OpenURLFromTab(TabContents* source, in OpenURLFromTab() 53 virtual void NavigationStateChanged(const TabContents* source, in NavigationStateChanged() 55 virtual void AddNewContents(TabContents* source, in AddNewContents() 62 virtual void LoadingStateChanged(TabContents* source) {} in LoadingStateChanged() 63 virtual void CloseContents(TabContents* source) {} in CloseContents() 64 virtual bool IsPopup(TabContents* source) { return false; } in IsPopup() 65 virtual void UpdateTargetURL(TabContents* source, const GURL& url) {} in UpdateTargetURL() 71 virtual void MoveContents(TabContents* source, const gfx::Rect& pos) {} in MoveContents()
|
/external/bluetooth/glib/gio/xdgmime/ |
D | xdgmimeint.c | 61 _xdg_utf8_to_ucs4(const char *source) in _xdg_utf8_to_ucs4() 124 _xdg_ucs4_to_lower (xdg_unichar_t source) in _xdg_ucs4_to_lower() 134 _xdg_utf8_validate (const char *source) in _xdg_utf8_validate() 157 _xdg_convert_to_ucs4 (const char *source, int *len) in _xdg_convert_to_ucs4() 179 _xdg_reverse_ucs4 (xdg_unichar_t *source, int len) in _xdg_reverse_ucs4()
|
/external/bluetooth/glib/gio/ |
D | gasynchelper.c | 59 GSource *source; in _g_queue_async_result() local 80 GSource source; member 87 fd_source_prepare (GSource *source, in fd_source_prepare() 97 fd_source_check (GSource *source) in fd_source_check() 107 fd_source_dispatch (GSource *source, in fd_source_dispatch() 121 fd_source_finalize (GSource *source) in fd_source_finalize() 154 GSource *source; in _g_fd_source_new() local
|
/external/v8/src/ |
D | compilation-cache.cc | 168 Handle<SharedFunctionInfo> CompilationCacheScript::Lookup(Handle<String> source, in Lookup() 228 Handle<String> source, in TryTablePut() 236 Handle<String> source, in TablePut() 244 void CompilationCacheScript::Put(Handle<String> source, in Put() 252 Handle<String> source, in Lookup() 287 Handle<String> source, in TryTablePut() 297 Handle<String> source, in TablePut() 308 void CompilationCacheEval::Put(Handle<String> source, in Put() 317 Handle<FixedArray> CompilationCacheRegExp::Lookup(Handle<String> source, in Lookup() 348 Handle<String> source, in TryTablePut() [all …]
|
/external/chromium/chrome/browser/net/ |
D | load_timing_observer_unittest.cc | 35 const NetLog::Source& source, in AddStartEntry() 42 const NetLog::Source& source, in AddEndEntry() 57 NetLog::Source source(NetLog::SOURCE_URL_REQUEST, id); in AddStartURLRequestEntries() local 66 NetLog::Source source(NetLog::SOURCE_URL_REQUEST, id); in AddEndURLRequestEntries() local 75 NetLog::Source source(NetLog::SOURCE_HTTP_STREAM_JOB, id); in AddStartHTTPStreamJobEntries() local 80 NetLog::Source source(NetLog::SOURCE_HTTP_STREAM_JOB, id); in AddEndHTTPStreamJobEntries() local 85 NetLog::Source source(NetLog::SOURCE_CONNECT_JOB, id); in AddStartConnectJobEntries() local 90 NetLog::Source source(NetLog::SOURCE_CONNECT_JOB, id); in AddEndConnectJobEntries() local 95 NetLog::Source source(NetLog::SOURCE_SOCKET, id); in AddStartSocketEntries() local 100 NetLog::Source source(NetLog::SOURCE_SOCKET, id); in AddEndSocketEntries() local [all …]
|
/external/chromium/chrome/browser/ui/webui/ |
D | html_dialog_tab_contents_delegate.cc | 32 TabContents* source, const GURL& url, const GURL& referrer, in OpenURLFromTab() 52 const TabContents* source, unsigned changed_flags) { in NavigationStateChanged() 58 TabContents* source, TabContents* new_contents, in AddNewContents() 88 void HtmlDialogTabContentsDelegate::LoadingStateChanged(TabContents* source) { in LoadingStateChanged() 92 void HtmlDialogTabContentsDelegate::CloseContents(TabContents* source) { in CloseContents() 103 void HtmlDialogTabContentsDelegate::UpdateTargetURL(TabContents* source, in UpdateTargetURL()
|
/external/chromium/chrome/browser/sidebar/ |
D | sidebar_container.h | 97 virtual void OpenURLFromTab(TabContents* source, in OpenURLFromTab() 102 virtual void NavigationStateChanged(const TabContents* source, in NavigationStateChanged() 104 virtual void AddNewContents(TabContents* source, in AddNewContents() 111 virtual void LoadingStateChanged(TabContents* source) {} in LoadingStateChanged() 112 virtual void CloseContents(TabContents* source) {} in CloseContents() 113 virtual void MoveContents(TabContents* source, const gfx::Rect& pos) {} in MoveContents() 115 virtual void UpdateTargetURL(TabContents* source, const GURL& url) {} in UpdateTargetURL()
|
/external/bluetooth/glib/glib/ |
D | gmain.c | 181 GSource source; member 189 GSource source; member 217 #define SOURCE_DESTROYED(source) (((source)->flags & G_HOOK_FLAG_ACTIVE) == 0) argument 218 #define SOURCE_BLOCKED(source) (((source)->flags & G_HOOK_FLAG_IN_CALL) != 0 && \ argument 221 #define SOURCE_UNREF(source, context) \ argument 349 GSource *source; in g_main_context_unref() local 572 GSource *source; in g_source_new() local 594 g_source_list_add (GSource *source, in g_source_list_add() 621 g_source_list_remove (GSource *source, in g_source_list_remove() 648 g_source_attach (GSource *source, in g_source_attach() [all …]
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/ |
D | EndpointEvent.java | 47 private Kernel source; field in EndpointEvent 51 public EndpointEvent( Kernel source, Endpoint p, Type type ) in EndpointEvent() 58 public static EndpointEvent createAdd( Kernel source, Endpoint p ) in createAdd() 63 public static EndpointEvent createRemove( Kernel source, Endpoint p ) in createRemove()
|
/external/chromium/chrome/browser/instant/ |
D | instant_unload_handler.cc | 50 virtual void CloseContents(TabContents* source) { in CloseContents() 56 virtual void OpenURLFromTab(TabContents* source, in OpenURLFromTab() 60 virtual void NavigationStateChanged(const TabContents* source, in NavigationStateChanged() 62 virtual void AddNewContents(TabContents* source, in AddNewContents() 69 virtual void LoadingStateChanged(TabContents* source) {} in LoadingStateChanged() 70 virtual void MoveContents(TabContents* source, const gfx::Rect& pos) {} in MoveContents() 71 virtual void UpdateTargetURL(TabContents* source, const GURL& url) {} in UpdateTargetURL()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | stringencode.cc | 64 const char * source, size_t srclen, in escape() 86 const char * source, size_t srclen, in unescape() 105 const char * source, size_t srclen, in encode() 130 const char * source, size_t srclen, in decode() 181 const char * source, size_t srclen) { in url_encode() 207 const char * source, size_t srclen) { in url_decode() 234 size_t utf8_decode(const char* source, size_t srclen, unsigned long* value) { in utf8_decode() 296 const char * source, size_t srclen) { in html_encode() 348 const char * source, size_t srclen) { in html_decode() 354 const char * source, size_t srclen) { in xml_encode() [all …]
|
D | urlencode.cc | 56 int InternalUrlDecode(const char *source, char *dest, in InternalUrlDecode() 94 int UrlDecode(const char *source, char *dest) { in UrlDecode() 98 int UrlDecodeWithoutEncodingSpaceAsPlus(const char *source, char *dest) { in UrlDecodeWithoutEncodingSpaceAsPlus() 110 int InternalUrlEncode(const char *source, char *dest, unsigned int max, in InternalUrlEncode() 140 int UrlEncode(const char *source, char *dest, unsigned max) { in UrlEncode() 144 int UrlEncodeWithoutEncodingSpaceAsPlus(const char *source, char *dest, in UrlEncodeWithoutEncodingSpaceAsPlus() 149 int UrlEncodeOnlyUnsafeChars(const char *source, char *dest, unsigned max) { in UrlEncodeOnlyUnsafeChars()
|
/external/chromium/chrome/browser/debugger/ |
D | devtools_window.h | 79 virtual void NavigationStateChanged(const TabContents* source, in NavigationStateChanged() 88 virtual void LoadingStateChanged(TabContents* source) {} in LoadingStateChanged() 89 virtual void CloseContents(TabContents* source) {} in CloseContents() 90 virtual void MoveContents(TabContents* source, const gfx::Rect& pos) {} in MoveContents() 92 virtual void UpdateTargetURL(TabContents* source, const GURL& url) {} in UpdateTargetURL()
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | SourceTreeManager.java | 123 Source source = null; in resolveURI() local 169 public void putDocumentInCache(int n, Source source) in putDocumentInCache() 196 public int getNode(Source source) in getNode() 245 Source source = this.resolveURI(base, urlString, locator); in getSourceTree() local 272 public int getSourceTree(Source source, SourceLocator locator, XPathContext xctxt) in getSourceTree() 300 public int parseToNode(Source source, SourceLocator locator, XPathContext xctxt) in parseToNode()
|
/external/chromium/chrome/browser/sync/glue/ |
D | extension_data.cc | 13 Source source, const sync_pb::ExtensionSpecifics& data) { in FromData() 37 Source source, bool merge_user_properties, in SetData() 45 void ExtensionData::ResolveData(Source source) { in ResolveData()
|
/external/chromium/chrome/browser/ |
D | blocked_content_container.h | 54 virtual void NavigationStateChanged(const TabContents* source, in NavigationStateChanged() 70 virtual void LoadingStateChanged(TabContents* source) {} in LoadingStateChanged() 85 virtual void UpdateTargetURL(TabContents* source, const GURL& url) {} in UpdateTargetURL()
|
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLTokenizer.cpp | 65 inline void advanceStringAndASSERTIgnoringCase(SegmentedString& source, const char* expectedCharact… in advanceStringAndASSERTIgnoringCase() 71 inline void advanceStringAndASSERT(SegmentedString& source, const char* expectedCharacters) in advanceStringAndASSERT() 128 inline bool HTMLTokenizer::processEntity(SegmentedString& source) in processEntity() 199 bool HTMLTokenizer::emitAndResumeIn(SegmentedString& source, State state) in emitAndResumeIn() 217 bool HTMLTokenizer::emitEndOfFile(SegmentedString& source) in emitEndOfFile() 228 bool HTMLTokenizer::flushBufferedEndTag(SegmentedString& source) in flushBufferedEndTag() 251 bool HTMLTokenizer::flushEmitAndResumeIn(SegmentedString& source, State state) in flushEmitAndResumeIn() 258 bool HTMLTokenizer::nextToken(SegmentedString& source, HTMLToken& token) in nextToken()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGPathParserFactory.cpp | 92 static SVGPathParser* globalSVGPathParser(SVGPathSource* source, SVGPathConsumer* consumer) in globalSVGPathParser() 136 OwnPtr<SVGPathStringSource> source = SVGPathStringSource::create(d); in buildPathFromString() local 151 OwnPtr<SVGPathSegListSource> source = SVGPathSegListSource::create(list); in buildSVGPathByteStreamFromSVGPathSegList() local 166 OwnPtr<SVGPathByteStreamSource> source = SVGPathByteStreamSource::create(stream); in buildPathFromByteStream() local 181 OwnPtr<SVGPathByteStreamSource> source = SVGPathByteStreamSource::create(stream); in buildSVGPathSegListFromByteStream() local 196 OwnPtr<SVGPathByteStreamSource> source = SVGPathByteStreamSource::create(stream); in buildStringFromByteStream() local 212 OwnPtr<SVGPathSegListSource> source = SVGPathSegListSource::create(list); in buildStringFromSVGPathSegList() local 228 OwnPtr<SVGPathStringSource> source = SVGPathStringSource::create(d); in buildSVGPathByteStreamFromString() local 262 OwnPtr<SVGPathByteStreamSource> source = SVGPathByteStreamSource::create(stream); in getSVGPathSegAtLengthFromSVGPathByteStream() local
|