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

12 3 4 5 6 7 8 91011>>

  /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/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:__anon1924
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);
urlencode.cc 5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright notice,
56 int InternalUrlDecode(const char *source, char *dest,
60 while (*source) {
61 switch (*source) {
66 *dest++ = *source;
70 if (source[1] && source[2]) {
71 int value = HexPairValue(source + 1);
74 source += 2
    [all...]
  /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);
  /prebuilt/linux-x86/toolchain/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...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
PkgCategorySource.java 2 * Copyright (C) 2011 The Android Open Source Project
28 * items, or more exactly a lack of remote source.
31 new SdkRepoSource("http://no.source", "Local Packages");
34 public PkgCategorySource(SdkSource source, UpdaterData updaterData) {
36 source, // the source is the key and it can be null
37 source == UNKNOWN_SOURCE ? "Local Packages" : source.toString(),
38 source == UNKNOWN_SOURCE ?
40 source);
    [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
348 const UTF8* source = *sourceStart; local
463 const UTF8* source = *sourceStart; local
    [all...]
  /external/chromium/chrome/browser/sync/glue/
extension_data.cc 2 // Use of this source code is governed by a BSD-style license that can be
13 Source source, const sync_pb::ExtensionSpecifics& data) {
16 extension_data.merged_data_ = extension_data.source_data_[source] = data;
18 DCHECK(!extension_data.NeedsUpdate(source));
29 bool ExtensionData::NeedsUpdate(Source source) const {
30 SourceDataMap::const_iterator it = source_data_.find(source);
37 Source source, bool merge_user_properties
    [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...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_indexing.cpp 2 * Copyright (C) 2011 The Android Open Source Project
34 /*This routine breaks number in source into values smaller and larger than
36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal)
44 s_point=source+first;
45 s_top=source+last;
68 const double *source; local
73 source=s;
78 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2])
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.cpp 5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
353 void unpackRGBA8ToRGBA8(const uint8_t* source, uint8_t* destination)
355 destination[0] = source[0];
356 destination[1] = source[1];
357 destination[2] = source[2];
358 destination[3] = source[3];
361 void unpackRGBA16LittleToRGBA8(const uint16_t* source, uint8_t* destination)
363 destination[0] = convertColor16LittleTo8(source[0]);
364 destination[1] = convertColor16LittleTo8(source[1])
976 const uint8_t* source = static_cast<const uint8_t*>(sourceData); local
1180 const float* source = static_cast<const float*>(sourceData); local
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_Subpixel.cpp 3 ** Copyright 2009, The Android Open Source Project
38 void CopyFreetypeBitmapToLCDMask(const SkGlyph& dest, const FT_Bitmap& source)
40 // |source| has three alpha values per pixel and has an extra column at the
44 // source .oOo.. |.oO|o..
50 const unsigned outputPitch = SkAlign4((source.width / 3) - 2);
51 const uint8_t* input = source.buffer;
54 for (int y = 0; y < source.rows; ++y) {
58 for (int x = 3; x < source.width - 3; x += 3) {
64 input += source.pitch;
73 input = source.buffer
    [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...]

Completed in 688 milliseconds

12 3 4 5 6 7 8 91011>>