| /development/pdk/docs/source/ |
| source_toc.cs | 9 <li><a href="<?cs var:toroot ?>source/roles.html">People and Roles</a></li> 10 <li><a href="<?cs var:toroot ?>source/licenses.html">Licensing Information</a></li> 11 <li><a href="http://android.git.kernel.org/">Browse Source</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li> 12 <li><a href="<?cs var:toroot ?>source/overview.html">Platform Overview</a></li> 13 <li><a href="<?cs var:toroot ?>source/life-of-a-bug.html">Life of a Bug</a></li> 18 <li><a href="<?cs var:toroot ?>source/download.html">Getting the Source</a></li> 19 <li><a href="<?cs var:toroot ?>source/git-repo.html">Using git and repo</a></li> 20 <li><a href="<?cs var:toroot ?>source/using-eclipse.html">Using Eclipse</a></li> 21 <li><a href="<?cs var:toroot ?>source/code-style.html">Code Style</a></li [all...] |
| /bionic/libc/kernel/common/linux/ |
| udp.h | 18 __u16 source; member in struct:udphdr
|
| /development/ndk/platforms/android-3/include/linux/ |
| udp.h | 18 __u16 source; member in struct:udphdr
|
| /external/bluetooth/glib/gobject/ |
| gsourceclosure.c | 136 GSource *source, 140 GSourceFunc closure_callback = source->source_funcs->closure_callback; 144 if (source->source_funcs == &g_io_watch_funcs) 146 else if (source->source_funcs == &g_timeout_funcs || 147 source->source_funcs == &g_idle_funcs) 163 * @source: the source 166 * Set the callback for a source as a #GClosure. 168 * If the source is not one of the standard GLib types, the @closure_callback 173 g_source_set_closure (GSource *source, [all...] |
| /external/chromium/third_party/icu/source/tools/toolutil/ |
| pkg_gencmn.h | 13 createCommonDataFile(const char *destDir, const char *name, const char *entrypointName, const char *type, const char *source, const char *copyRight,
|
| /external/freetype/include/freetype/ |
| ftgzip.h | 65 * source :: 66 * The source stream. 72 * The source stream must be opened _before_ calling this function. 75 * *not* call `FT_Stream_Close' on the source stream. None of the stream 92 FT_Stream source );
|
| ftlzw.h | 63 * source :: The source stream. 69 * The source stream must be opened _before_ calling this function. 72 * *not* call `FT_Stream_Close' on the source stream. None of the stream 89 FT_Stream source );
|
| /external/icu4c/tools/toolutil/ |
| pkg_gencmn.h | 13 createCommonDataFile(const char *destDir, const char *name, const char *entrypointName, const char *type, const char *source, const char *copyRight,
|
| /external/libvpx/vp8/encoder/ |
| psnr.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 extern double vp8_calc_psnr(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *dest, double *YPsnr, double *UPsnr, double *VPsnr, double *sq_error);
|
| /external/nist-sip/java/gov/nist/javax/sip/stack/ |
| DefaultMessageLogFactory.java | 15 public LogRecord createLogRecord(String message, String source, 18 return new MessageLog(message, source, destination, timeStamp, 22 public LogRecord createLogRecord(String message, String source, 25 return new MessageLog(message, source, destination, timeStamp,
|
| MessageLog.java | 49 private String source; field in class:MessageLog 84 String source, 95 this.source = source; 117 String source, 128 this.source = source; 151 + source
|
| /external/qemu/android/skin/ |
| image.h | 1 /* Copyright (C) 2007-2008 The Android Open Source Project 73 * of the source after returning the target, whose reference count is incremented 75 extern SkinImage* skin_image_rotate( SkinImage* source, SkinRotation rotation ); 81 extern SkinImage* skin_image_clone( SkinImage* source ); 83 /* create a skin image clone, the clone is a rotated version of a source image 85 extern SkinImage* skin_image_clone_full( SkinImage* source, 89 /* apply blending to a source skin image and copy the result to a target clone image */ 90 extern void skin_image_blend_clone( SkinImage* clone, SkinImage* source, int blend );
|
| /external/v8/src/ |
| snapshot-common.cc | 2 // Redistribution and use in source and binary forms, with or without 6 // * Redistributions of source code must retain the above copyright 41 SnapshotByteSource source(content, len); 42 Deserializer deserializer(&source); 74 SnapshotByteSource source(context_data_, context_size_); 75 Deserializer deserializer(&source);
|
| /external/webkit/WebCore/bindings/js/ |
| ScriptSourceCode.h | 4 * Redistribution and use in source and binary forms, with or without 8 * * Redistributions of source code must retain the above copyright 44 ScriptSourceCode(const String& source, const KURL& url = KURL(), int startLine = 1) 45 : m_provider(StringSourceProvider::create(source, url.isNull() ? String() : url.string())) 61 const String& source() const { return m_provider->source(); } function in class:WebCore::ScriptSourceCode
|
| /frameworks/base/core/java/android/text/method/ |
| ReplacementTransformationMethod.java | 2 * Copyright (C) 2006 The Android Open Source Project 49 * source CharSequence but with the characters in {@link #getOriginal} 52 public CharSequence getTransformation(CharSequence source, View v) { 59 if (!(source instanceof Editable)) { 62 * source characters so can be used unchanged. 67 if (TextUtils.indexOf(source, original[i]) >= 0) { 73 return source; 76 if (!(source instanceof Spannable)) { 78 * The text contains some of the source characters, 82 if (source instanceof Spanned) [all...] |
| /libcore/dalvik/src/main/java/dalvik/system/ |
| DalvikLogHandler.java | 2 * Copyright (C) 2009 The Android Open Source Project 38 * with additional fields (parameters, source methods, etc.) will flow 44 void publish(Logger source, String tag, Level level, String message);
|
| /libcore/luni/src/main/java/com/ibm/icu4jni/text/ |
| Collator.java | 112 public boolean equals(String source, String target) { 113 return (compare(source, target) == 0); 139 public abstract int compare(String source, String target); 235 * @param source string to be processed. 239 public abstract CollationKey getCollationKey(String source);
|
| NativeCollation.java | 56 * @param source The source string. 62 static native int compare(int collatoraddress, String source, 98 * @param source string for key to be generated 102 static native byte[] getSortKey(int collatoraddress, String source); 146 * @param source string to iterate over 151 String source); 205 * @param source text containing the collation elements. 208 static native void setText(int address, String source); 211 * Get the offset of the current source character [all...] |
| /libcore/luni/src/main/java/java/text/ |
| CollationElementIterator.java | 24 * source string. 50 * beginning of the source string has been reached, and there are no more 78 * Obtains the character offset in the source string corresponding to the 81 * <li>The index of the first character in the source string that matches 92 * <li>The length of the source string, if iteration has reached the end. 96 * @return The position of the collation element in the source string that 105 * Obtains the next collation element in the source string. 115 * Obtains the previous collation element in the source string. 164 * character in the source string which is found at the supplied offset. 175 * decomposable range of source text, the iterator may not return a correc [all...] |
| /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
| udp.h | 18 __u16 source; member in struct:udphdr
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
| udp.h | 18 __u16 source; member in struct:udphdr
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
| udp.h | 18 __u16 source; member in struct:udphdr
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
| udp.h | 18 __u16 source; member in struct:udphdr
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
| udp.h | 18 __u16 source; member in struct:udphdr
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
| udp.h | 18 __u16 source; member in struct:udphdr
|