HomeSort by relevance Sort by last modified time
    Searched refs:source (Results 451 - 475 of 6834) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/net/
load_timing_observer.cc 2 // Use of this source code is governed by a BSD-style license that can be
54 : connect_job_id(net::NetLog::Source::kInvalidId),
55 socket_log_id(net::NetLog::Source::kInvalidId),
60 : socket_log_id(net::NetLog::Source::kInvalidId),
66 last_connect_job_id_(net::NetLog::Source::kInvalidId) {
84 const net::NetLog::Source& source,
90 if (source.type == net::NetLog::SOURCE_URL_REQUEST)
91 OnAddURLRequestEntry(type, time, source, phase, params);
92 else if (source.type == net::NetLog::SOURCE_HTTP_STREAM_JOB
    [all...]
  /external/chromium/googleurl/src/
url_canon_internal.cc 4 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions of source code must retain the above copyright
42 void DoAppendStringOfType(const CHAR* source, int length,
46 if (static_cast<UCHAR>(source[i]) >= 0x80) {
50 ReadUTFChar(source, &i, length, &code_point);
54 unsigned char uch = static_cast<unsigned char>(source[i]);
86 // what the various combionations of source pointer and component mean.
260 void AppendStringOfType(const char* source, int length,
263 DoAppendStringOfType<char, unsigned char>(source, length, type, output);
266 void AppendStringOfType(const char16* source, int length
    [all...]
url_canon_internal_file.h 4 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions of source code must retain the above copyright
104 static bool DoCanonicalizeFileURL(const URLComponentSource<CHAR>& source,
133 source.host, parsed.host, output, &new_parsed->host);
141 int after_drive = FileDoDriveSpec(source.path, parsed.path.begin,
145 FileDoPath<CHAR, UCHAR>(source.path, after_drive, parsed.path.end(), output);
150 source.query, parsed.query, output, &new_parsed->query);
152 source.ref, parsed.ref, output, &new_parsed->ref);
  /external/libvpx/vpx_scale/generic/
gen_scalers.c 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.
22 * INPUTS : const unsigned char *source : Pointer to source data.
23 * unsigned int source_width : Stride of source.
31 * FUNCTION : Copies horizontal line of pixels from source to
39 const unsigned char *source,
48 const unsigned char *src = source;
177 * INPUTS : const unsigned char *source : Pointer to source data
    [all...]
yv12extend.c 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.
59 /* Now copy the top and bottom source lines into each line of the respective borders */
98 /* Now copy the top and bottom source lines into each line of the respective borders */
132 /* Now copy the top and bottom source lines into each line of the respective borders */
184 /* Now copy the top and bottom source lines into each line of the respective borders */
217 * FUNCTION : Copies the source image into the destination image and
227 unsigned char *source, *dest; local
229 source = src_ybc->y_buffer
266 unsigned char *source, *dest; local
    [all...]
  /external/bluetooth/glib/tests/
mainloop-test.c 101 adder_callback (GIOChannel *source,
112 if (!read_all (source, buf1, 32) ||
113 !read_all (source, buf2, 32))
227 adder_response (GIOChannel *source,
234 if (!read_all (source, result, 32))
249 g_io_channel_unref (source);
318 GSource *source = data; local
322 if (!g_ptr_array_remove_fast (crawler_array, source))
337 GSource *source = g_timeout_source_new (g_random_int_range (0, CRAWLER_TIMEOUT_RANGE)); local
338 g_source_set_callback (source, (GSourceFunc)crawler_callback, source, NULL)
384 GSource *source; local
    [all...]
  /external/icu4c/test/intltest/
mnkytst.cpp 31 : source("-abcdefghijklmnopqrstuvwxyz#&^$@", ""),
74 if(source.length() == 0) {
75 errln(UNICODE_STRING("CollationMonkeyTest::TestCollationKey(): source is empty - ICU_DATA not set or data missing?", 92));
80 int32_t s = checkValue(rand() % source.length());
81 int32_t t = checkValue(rand() % source.length());
82 int32_t slen = checkValue((rand() - source.length()) % source.length());
83 int32_t tlen = checkValue((rand() - source.length()) % source.length());
86 source.extract(MIN(s, slen), MAX(s, slen), subs)
    [all...]
tscoll.cpp 108 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) {
119 uiter_setString(&sIter, source, sLen);
142 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result)
148 Collator::EComparisonResult compareResult = col->compare(source, target);
151 col->getCollationKey(source, srckey, status);
158 reportCResult(source, target, srckey, tgtkey, compareResult, keyResult, result, result);
162 int32_t sLen = source.length(), tLen = target.length();
163 const UChar* src = source.getBuffer();
173 errln("Different result for iterative comparison "+source+" "+target);
188 /*log_verbose("Strings converted to UTF-8:%s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1));*
    [all...]
  /external/skia/src/core/
SkSpriteBlitter_ARGB32.cpp 3 * Copyright 2006 The Android Open Source Project
5 * Use of this source code is governed by a BSD-style license that can be
65 Sprite_D32_XferFilter(const SkBitmap& source, const SkPaint& paint)
66 : SkSpriteBlitter(source) {
80 if (!source.isOpaque()) {
122 Sprite_D32_S32A_XferFilter(const SkBitmap& source, const SkPaint& paint)
123 : Sprite_D32_XferFilter(source, paint) {}
169 Sprite_D32_S4444_XferFilter(const SkBitmap& source, const SkPaint& paint)
170 : Sprite_D32_XferFilter(source, paint) {}
217 Sprite_D32_S4444_Opaque(const SkBitmap& source) : SkSpriteBlitter(source) {
    [all...]
  /external/icu4c/i18n/
ucol.cpp 325 * its source string.
368 * its source string.
372 inline UBool collIter_bos(collIterate *source) {
375 if(source->flags & UCOL_USE_ITERATOR || source->origFlags & UCOL_USE_ITERATOR) {
376 return !source->iterator->hasPrevious(source->iterator);
378 if (source->pos <= source->string ||
379 ((source->flags & UCOL_ITER_INNORMBUF) &
7031 const UChar *source = NULL; local
    [all...]
transreg.h 285 * Return the number of registered source specifiers.
286 * @return the number of registered source specifiers.
291 * Return a registered source specifier.
294 * @param result fill-in paramter to receive the source specifier.
303 * source specifier.
304 * @param source the given source specifier.
306 * source specifier.
308 int32_t countAvailableTargets(const UnicodeString& source) const;
311 * Return a registered target specifier for a given source
    [all...]
tztrans.cpp 29 TimeZoneTransition::TimeZoneTransition(const TimeZoneTransition& source)
30 : UObject(), fTime(source.fTime), fFrom(NULL), fTo(NULL) {
31 if (source.fFrom != NULL) {
32 fFrom = source.fFrom->clone();
35 if (source.fTo != NULL) {
36 fTo = source.fTo->clone();
  /external/icu4c/common/unicode/
normlzr.h 205 * @param source the input string to be normalized.
212 static void U_EXPORT2 normalize(const UnicodeString& source,
225 * @param source the string to be composed.
234 static void U_EXPORT2 compose(const UnicodeString& source,
247 * @param source the string to be decomposed.
256 static void U_EXPORT2 decompose(const UnicodeString& source,
273 * @param source string for determining if it is in a normalized format
282 quickCheck(const UnicodeString &source, UNormalizationMode mode, UErrorCode &status);
288 * @param source string for determining if it is in a normalized format
298 quickCheck(const UnicodeString &source, UNormalizationMode mode, int32_t options, UErrorCode &status)
    [all...]
  /external/icu4c/test/cintltst/
ccurrtst.c 102 UChar source[2], target[2]; local
124 u_strcpy(source, currency[i]);
140 compareResult = ucol_strcoll(c, source, u_strlen(source), target, u_strlen(target));
144 sortklen=ucol_getSortKey(c, source, u_strlen(source), NULL, 0);
146 ucol_getSortKey(c, source, u_strlen(source), sortKey1, sortklen+1);
157 reportCResult( source, target, sortKey1, sortKey2, compareResult, keyResult, compareResult, expectedResult );
  /frameworks/av/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.cpp 2 * Copyright (C) 2010 The Android Open Source Project
88 sp<AnotherPacketSource> source = local
91 if (source == NULL) {
95 return source->getFormat();
103 sp<LiveDataSource> source = local
108 ssize_t n = source->readAtNonBlocking(mOffset, buffer, sizeof(buffer));
153 sp<AnotherPacketSource> source = local
156 if (source == NULL) {
161 if (!source->hasBufferAvailable(&finalResult)) {
165 return source->dequeueAccessUnit(accessUnit)
    [all...]
  /frameworks/av/media/libstagefright/
DataSource.cpp 2 * Copyright (C) 2009 The Android Open Source Project
136 sp<DataSource> source; local
138 source = new FileSource(uri + 7);
165 source = new NuCachedSource2(
171 source = httpSource;
176 source = new DataUriSource(uri);
180 source = new FileSource(uri);
183 if (source == NULL || source->initCheck() != OK) {
187 return source;
    [all...]
  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 2 * Copyright (C) 2010 The Android Open Source Project
86 // The device id and source of the current stream of touch events.
203 final int source = event.getSource(); local
207 KeyState state = findKeyState(deviceId, source, keyCode, /*remove*/ false);
221 addKeyState(deviceId, source, keyCode);
226 KeyState state = findKeyState(deviceId, source, keyCode, /*remove*/ true);
264 final int source = event.getSource(); local
265 if ((source & InputDevice.SOURCE_CLASS_TRACKBALL) != 0) {
302 problem("Source was not SOURCE_CLASS_TRACKBALL.");
339 final int source = event.getSource() local
468 final int source = event.getSource(); local
532 final int source = keyEvent.getSource(); local
702 public int source; field in class:InputEventConsistencyVerifier.KeyState
    [all...]
  /frameworks/base/media/java/android/media/
ThumbnailUtils.java 2 * Copyright (C) 2009 The Android Open Source Project
201 * @param source original bitmap source
206 Bitmap source, int width, int height) {
207 return extractThumbnail(source, width, height, OPTIONS_NONE);
213 * @param source original bitmap source
219 Bitmap source, int width, int height, int options) {
220 if (source == null) {
225 if (source.getWidth() < source.getHeight())
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
PkgContentProvider.java 2 * Copyright (C) 2012 The Android Open Source Project
149 SdkSource source = parentElement.getSource(); local
153 String errStr = source.getFetchError();
155 error = new RepoSourceError(source);
157 if (!source.isEnabled() || children.isEmpty()) {
158 empty = new RepoSourceNotification(source);
180 * it displays the source's long description.
186 public RepoSourceError(SdkSource source) {
187 mSource = source;
210 public RepoSourceNotification(SdkSource source) {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorInclude.java 26 import javax.xml.transform.Source;
134 // Get the Source from the user's URIResolver (if any).
135 Source sourceFromURIResolver = getSourceFromUriResolver(handler);
146 // Push the system ID and corresponding Source
198 Source source = null; local
210 // have tried to obtain a Source from it
212 source = handler.peekSourceFromURIResolver();
214 if (null != source && source instanceof DOMSource
    [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.h 2 // Use of this source code is governed by a BSD-style license that can be
113 virtual void OpenURLFromTab(TabContents* source,
118 virtual void NavigationStateChanged(const TabContents* source,
120 virtual void AddNewContents(TabContents* source,
127 virtual void LoadingStateChanged(TabContents* source);
128 virtual void CloseContents(TabContents* source);
129 virtual void MoveContents(TabContents* source, const gfx::Rect& pos);
130 virtual bool IsPopup(const TabContents* source) const;
131 virtual void UpdateTargetURL(TabContents* source, const GURL& url);
181 const NotificationSource& source,
    [all...]
  /external/libxml2/
triostr.h 45 TRIO_STRING_PUBLIC int trio_copy_max TRIO_PROTO((char *target, size_t max, const char *source));
48 TRIO_STRING_PUBLIC char *trio_duplicate TRIO_PROTO((const char *source));
55 TRIO_STRING_PUBLIC double trio_to_double TRIO_PROTO((const char *source, char **endp));
56 TRIO_STRING_PUBLIC long trio_to_long TRIO_PROTO((const char *source, char **endp, int base));
57 TRIO_STRING_PUBLIC trio_long_double_t trio_to_long_double TRIO_PROTO((const char *source, char **endp));
58 TRIO_STRING_PUBLIC int trio_to_upper TRIO_PROTO((int source));
62 TRIO_STRING_PUBLIC int trio_append TRIO_PROTO((char *target, const char *source));
63 TRIO_STRING_PUBLIC int trio_append_max TRIO_PROTO((char *target, size_t max, const char *source));
65 TRIO_STRING_PUBLIC int trio_copy TRIO_PROTO((char *target, const char *source));
66 TRIO_STRING_PUBLIC char *trio_duplicate_max TRIO_PROTO((const char *source, size_t max))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
  /external/icu4c/allinone/
icucheck.bat 31 set ICUINFO_CMD=%ICU_ICUDIR%\source\tools\icuinfo\%ICU_ARCH%\%ICU_DBRL%\icuinfo.exe
32 set INTLTEST_CMD=%ICU_ICUDIR%\source\test\intltest\%ICU_ARCH%\%ICU_DBRL%\intltest.exe
33 set IOTEST_CMD=%ICU_ICUDIR%\source\test\iotest\%ICU_ARCH%\%ICU_DBRL%\iotest.exe
34 set CINTLTST_CMD=%ICU_ICUDIR%\source\test\cintltst\%ICU_ARCH%\%ICU_DBRL%\cintltst.exe
35 set LETEST_CMD=%ICU_ICUDIR%\source\test\letest\%ICU_ARCH%\%ICU_DBRL%\letest.exe
55 @cd %ICU_ICUDIR%\source\test\intltest
66 @cd %ICU_ICUDIR%\source\test\iotest
77 @cd %ICU_ICUDIR%\source\test\cintltst
88 @cd %ICU_ICUDIR%\source\test\letest
  /external/icu4c/common/
ucnv_u32.c 47 const unsigned char *mySource = (unsigned char *) args->source;
119 args->source = (const char *) mySource;
126 const unsigned char *mySource = (unsigned char *) args->source;
205 args->source = (const char *) mySource;
213 const UChar *mySource = args->source;
267 /* ran out of source */
307 args->source = mySource;
314 const UChar *mySource = args->source;
371 /* ran out of source */
413 args->source = mySource
1047 const char *source=pArgs->source; local
    [all...]

Completed in 518 milliseconds

<<11121314151617181920>>