HomeSort by relevance Sort by last modified time
    Searched refs:source (Results 26 - 50 of 6837) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/javax/sip/
DialogTerminatedEvent.java 8 public DialogTerminatedEvent(Object source, Dialog dialog) {
9 super(source);
TransactionTerminatedEvent.java 11 Object source, ServerTransaction serverTransaction) {
12 super(source);
19 Object source, ClientTransaction clientTransaction) {
20 super(source);
  /external/webkit/Source/WebCore/dom/
TransformSourceLibxslt.cpp 4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
35 TransformSource::TransformSource(const PlatformTransformSource& source)
36 : m_source(source)
  /external/webkit/Source/WebKit2/Platform/cg/
CGUtilities.h 4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
31 void paintImage(CGContextRef, CGImageRef, CGPoint destination, CGRect source);
32 void paintBitmapContext(CGContextRef, CGContextRef bitmapContext, CGPoint destination, CGRect source);
  /build/libs/host/include/host/
pseudolocalize.h 6 std::string pseudolocalize_string(const std::string& source);
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
ErrorListener.java 5 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
44 public void handleError( S source, Throwable t );
MessageListener.java 5 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
53 public void messageReceived( S source, Message m );
  /external/mesa3d/src/glsl/glcpp/tests/
091-hash-line.c 6 #error source 1, line 0 error
8 #error source 2, line 30 error
  /external/valgrind/main/none/tests/s390x/
mvst.c 16 int mvst(void *targetp, void *source)
21 ::"a" (targetp),"a" (source): "0", "memory", "cc");
25 int mvst_full(void *targetp, void *source)
31 ::"a" (targetp),"a" (source): "0", "memory", "cc");
  /external/webkit/Source/WebCore/storage/
IDBCursorWithValue.cpp 4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
36 PassRefPtr<IDBCursorWithValue> IDBCursorWithValue::create(PassRefPtr<IDBCursorBackendInterface> backend, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
38 return adoptRef(new IDBCursorWithValue(backend, request, source, transaction));
41 IDBCursorWithValue::IDBCursorWithValue(PassRefPtr<IDBCursorBackendInterface> backend, IDBRequest* request, IDBAny* source, IDBTransaction* transaction)
42 : IDBCursor(backend, request, source, transaction)
  /system/core/include/cutils/
partition_utils.h 2 * Copyright 2011, The Android Open Source Project
22 int partition_wiped(char *source);
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper_delegate.h 2 // Use of this source code is governed by a BSD-style license that can be
19 virtual void URLStarredChanged(TabContentsWrapper* source, bool starred) = 0;
22 virtual void OnDidGetApplicationInfo(TabContentsWrapper* source,
26 virtual void OnInstallApplication(TabContentsWrapper* source,
  /external/stlport/test/eh/
test_assign_op.h 32 : source(src) {
37 t = source;
41 //EH_ASSERT( source == t );
44 const T& source; member in struct:test_assign_op
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutRefresher.java 2 * Copyright (C) 2010 The Android Open Source Project
29 * @param source source of this shortcut.
34 void onShortcutRefreshed(Source source, String shortcutId,
49 boolean shouldRefresh(Source source, String shortcutId);
54 public void markShortcutRefreshed(Source source, String shortcutId);
SourceShortcutRefresher.java 2 * Copyright (C) 2010 The Android Open Source Project
29 * Refreshes shortcuts from their source.
50 Source source = shortcut.getSuggestionSource(); local
51 if (source == null) {
52 throw new NullPointerException("source");
55 if (shouldRefresh(source, shortcutId) && !isRefreshing(source, shortcutId)) {
60 markShortcutRefreshing(source, shortcutId);
63 source, shortcutId, extraData, listener)
    [all...]
  /external/clang/lib/Basic/
ConvertUTF.c 5 * This file is distributed under the University of Illinois Open Source
14 * This source code is provided as is by Unicode, Inc. No claims are
33 Conversions between UTF32, UTF-16, and UTF-8. Source code file.
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! *
171 const UTF16* source = *sourceStart; local
225 const UTF16* source = *sourceStart; local
295 const UTF32* source = *sourceStart; local
418 const UTF8* source = *sourceStart; local
491 const UTF8* source = *sourceStart; local
    [all...]
  /external/icu4c/common/
ucnvlat1.c 33 const uint8_t *source; local
41 source=(const uint8_t *)pArgs->source;
52 length=(int32_t)((const uint8_t *)pArgs->sourceLimit-source);
68 target[0]=source[0];
69 target[1]=source[1];
70 target[2]=source[2];
71 target[3]=source[3];
72 target[4]=source[4];
73 target[5]=source[5]
119 const uint8_t *source=(const uint8_t *)pArgs->source; local
135 const UChar *source, *sourceLimit; local
323 const uint8_t *source, *sourceLimit; local
472 const uint8_t *source, *sourceLimit; local
581 const uint8_t *source; local
609 const uint8_t *source, *sourceLimit; local
    [all...]
  /external/libvpx/vpx_scale/
vpxscale.h 4 * 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.
16 void vp8cx_horizontal_line_4_5_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
19 void vp8cx_horizontal_line_2_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
22 void vp8cx_horizontal_line_3_5_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
25 void vp8cx_horizontal_line_3_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
28 void vp8cx_horizontal_line_1_2_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
31 void vp8cx_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
32 void vp8cx_vertical_band_5_4_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width)
    [all...]
  /external/bluetooth/bluez/audio/
source.h 43 struct source *source_init(struct audio_device *dev);
49 gboolean source_setup_stream(struct source *source, struct avdtp *session);
50 gboolean source_shutdown(struct source *source);
  /external/bluetooth/glib/gio/
gasynchelper.c 59 GSource *source; local
67 source = g_idle_source_new ();
68 g_source_set_priority (source, G_PRIORITY_DEFAULT);
69 g_source_set_callback (source, source_func, result, async_result_free);
70 g_source_attach (source, NULL);
71 g_source_unref (source);
75 * fd source *
80 GSource source; member in struct:__anon2317
87 fd_source_prepare (GSource *source,
90 FDSource *fd_source = (FDSource *)source;
154 GSource *source; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
urlencode.h 5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright notice,
34 int UrlDecode(const char *source, char *dest);
37 int UrlDecodeWithoutEncodingSpaceAsPlus(const char *source, char *dest);
41 int UrlEncode(const char *source, char *dest, unsigned max);
44 int UrlEncodeWithoutEncodingSpaceAsPlus(const char *source, char *dest,
49 int UrlEncodeOnlyUnsafeChars(const char *source, char *dest, unsigned max);
  /external/libyuv/
Android.mk 8 files/source/convert.cc \
9 files/source/format_conversion.cc \
10 files/source/planar_functions.cc \
11 files/source/row_posix.cc \
12 files/source/video_common.cc \
13 files/source/cpu_id.cc \
14 files/source/general.cc \
15 files/source/rotate.cc \
16 files/source/row_table.cc \
17 files/source/scale.c
    [all...]
  /libcore/luni/src/main/java/java/text/
RuleBasedCollator.java 308 * {@code CharacterIterator}. The source iterator's integrity will be
311 * @param source
312 * the source character iterator.
313 * @return a {@code CollationElementIterator} for {@code source}.
315 public CollationElementIterator getCollationElementIterator(CharacterIterator source) {
316 if (source == null) {
319 return new CollationElementIterator(icuColl.getCollationElementIterator(source));
325 * @param source
326 * the source string.
327 * @return the {@code CollationElementIterator} for {@code source}
    [all...]
  /external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate.h 2 // Use of this source code is governed by a BSD-style license that can be
36 // virtual void MoveContents(TabContents* source, const gfx::Rect& pos);
38 virtual void OpenURLFromTab(TabContents* source,
42 virtual void NavigationStateChanged(const TabContents* source,
44 virtual void AddNewContents(TabContents* source,
51 virtual void LoadingStateChanged(TabContents* source);
52 virtual void CloseContents(TabContents* source);
53 virtual bool IsPopup(const TabContents* source) const;
54 virtual void UpdateTargetURL(TabContents* source, const GURL& url);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
losertree.h 65 /** @brief index of the source sequence. */
66 int source; member in struct:__gnu_parallel::LoserTreeBase::Loser
123 * @brief Initializes the sequence "source" with the element "key".
126 * @param source index of the source sequence
131 insert_start(const T& key, int source, bool sup)
133 unsigned int pos = k + source;
146 losers[pos].source = source;
153 { return losers[0].source; }
222 int source = losers[0].source; local
319 int source = losers[0].source; local
350 int source; member in struct:__gnu_parallel::LoserTreePointerBase::Loser
444 int source = losers[0].source; local
524 int source = losers[0].source; local
559 int source; member in struct:__gnu_parallel::LoserTreeUnguardedBase::Loser
675 int source = losers[0].source; local
765 int source = losers[0].source; local
794 int source; member in struct:__gnu_parallel::LoserTreePointerUnguardedBase::Loser
912 int source = losers[0].source; local
1002 int source = losers[0].source; local
    [all...]

Completed in 2358 milliseconds

12 3 4 5 6 7 8 91011>>