| /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/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)
|
| /build/libs/host/include/host/ |
| pseudolocalize.h | 6 std::string pseudolocalize_string(const std::string& 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
|
| /external/chromium/third_party/icu/source/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/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:__anon1986 87 fd_source_prepare (GSource *source, 90 FDSource *fd_source = (FDSource *)source; 154 GSource *source; local [all...] |
| /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
| 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...] |
| ShortcutRefresher.java | 2 * Copyright (C) 2010 The Android Open Source Project 31 * @param source source of this shortcut. 36 void onShortcutRefreshed(Source source, String shortcutId, 51 boolean shouldRefresh(Source source, String shortcutId); 56 public void markShortcutRefreshed(Source source, String shortcutId);
|
| /external/webkit/WebCore/bindings/js/ |
| StringSourceProvider.h | 4 * Redistribution and use in source and binary forms, with or without 8 * 1. Redistributions of source code must retain the above copyright 39 static PassRefPtr<StringSourceProvider> create(const String& source, const String& url) { return adoptRef(new StringSourceProvider(source, url)); } 44 const String& source() const { return m_source; } function in class:WebCore::StringSourceProvider 47 StringSourceProvider(const String& source, const String& url) 49 , m_source(source) 56 inline JSC::SourceCode makeSource(const String& source, const String& url = String(), int firstLine = 1) 58 return JSC::SourceCode(StringSourceProvider::create(source, url), firstLine);
|
| /frameworks/base/core/java/android/app/ |
| ActivityManager.java | 2 * Copyright (C) 2007 The Android Open Source Project 115 public void readFromParcel(Parcel source) { 116 id = source.readInt(); 117 if (source.readInt() != 0) { 118 baseIntent = Intent.CREATOR.createFromParcel(source); 122 origActivity = ComponentName.readFromParcel(source); 127 public RecentTaskInfo createFromParcel(Parcel source) { 128 return new RecentTaskInfo(source); 135 private RecentTaskInfo(Parcel source) { 136 readFromParcel(source); [all...] |
| /external/jpeg/ |
| rdppm.c | 69 /* Private version of data source object */ 144 ppm_source_ptr source = (ppm_source_ptr) sinfo; local 145 FILE * infile = source->pub.input_file; 147 register JSAMPLE *rescale = source->rescale; 150 ptr = source->pub.buffer[0]; 162 ppm_source_ptr source = (ppm_source_ptr) sinfo; local 163 FILE * infile = source->pub.input_file; 165 register JSAMPLE *rescale = source->rescale; 168 ptr = source->pub.buffer[0]; 182 ppm_source_ptr source = (ppm_source_ptr) sinfo local 203 ppm_source_ptr source = (ppm_source_ptr) sinfo; local 229 ppm_source_ptr source = (ppm_source_ptr) sinfo; local 241 ppm_source_ptr source = (ppm_source_ptr) sinfo; local 265 ppm_source_ptr source = (ppm_source_ptr) sinfo; local 298 ppm_source_ptr source = (ppm_source_ptr) sinfo; local 445 ppm_source_ptr source; local [all...] |
| rdtarga.c | 44 /* Private version of data source object */ 177 tga_source_ptr source = (tga_source_ptr) sinfo; local 181 ptr = source->pub.buffer[0]; 183 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */ 184 *ptr++ = (JSAMPLE) UCH(source->tga_pixel[0]); 193 tga_source_ptr source = (tga_source_ptr) sinfo; local 197 register JSAMPARRAY colormap = source->colormap; 199 ptr = source->pub.buffer[0]; 201 (*source->read_pixel) (source); /* Load next pixel into tga_pixel * 214 tga_source_ptr source = (tga_source_ptr) sinfo; local 242 tga_source_ptr source = (tga_source_ptr) sinfo; local 275 tga_source_ptr source = (tga_source_ptr) sinfo; local 302 tga_source_ptr source = (tga_source_ptr) sinfo; local 335 tga_source_ptr source = (tga_source_ptr) sinfo; local 486 tga_source_ptr source; local [all...] |
| /external/libvpx/vpx_scale/include/arm/ |
| vpxscale_nofp.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. 20 void vp8cx_horizontal_line_1_2_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); 21 void vp8cx_horizontal_line_3_4_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); 23 void vp8cx_horizontal_line_2_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); 24 void vp8cx_horizontal_line_4_5_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); 28 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); 29 void vp8cx_vertical_band_5_3_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) [all...] |
| /external/libvpx/vpx_scale/include/symbian/ |
| vpxscale_nofp.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. 20 void vp8cx_horizontal_line_1_2_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); 21 void vp8cx_horizontal_line_3_4_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); 23 void vp8cx_horizontal_line_2_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); 24 void vp8cx_horizontal_line_4_5_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width); 28 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); 29 void vp8cx_vertical_band_5_3_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) [all...] |
| /external/v8/src/ |
| compilation-cache.h | 2 // Redistribution and use in source and binary forms, with or without 6 // * Redistributions of source code must retain the above copyright 36 // scripts and evals. The boilerplates are looked up using the source 40 // Finds the script function boilerplate for a source 42 // script for the given source string with the right origin. 43 static Handle<JSFunction> LookupScript(Handle<String> source, 48 // Finds the function boilerplate for a source string for eval in a 50 // contain a script for the given source string. 51 static Handle<JSFunction> LookupEval(Handle<String> source, 57 static Handle<FixedArray> LookupRegExp(Handle<String> source, [all...] |
| /frameworks/base/core/java/android/content/pm/ |
| PackageInfo.java | 2 * Copyright (C) 2007 The Android Open Source Project 240 public PackageInfo createFromParcel(Parcel source) { 241 return new PackageInfo(source); 249 private PackageInfo(Parcel source) { 250 packageName = source.readString(); 251 versionCode = source.readInt(); 252 versionName = source.readString(); 253 sharedUserId = source.readString(); 254 sharedUserLabel = source.readInt(); 255 int hasApp = source.readInt() [all...] |
| PackageInfoLite.java | 2 * Copyright (C) 2007 The Android Open Source Project 65 public PackageInfoLite createFromParcel(Parcel source) { 66 return new PackageInfoLite(source); 74 private PackageInfoLite(Parcel source) { 75 packageName = source.readString(); 76 recommendedInstallLocation = source.readInt(); 77 installLocation = source.readInt();
|
| /bionic/libc/kernel/common/linux/netfilter_ipv4/ |
| ipt_addrtype.h | 16 u_int16_t source; member in struct:ipt_addrtype_info
|
| /build/tools/apriori/ |
| source.c | 1 #include <source.h> 3 void find_section(source_t *source, Elf64_Addr address, 8 range_t *range = find_range(source->sorted_sections, address); 12 source->name);
|
| /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
| ipt_addrtype.h | 16 u_int16_t source; member in struct:ipt_addrtype_info
|
| /external/iptables/include/linux/netfilter_ipv4/ |
| ipt_addrtype.h | 5 u_int16_t source; /* source-type mask */ member in struct:ipt_addrtype_info
|