| /bionic/libc/netbsd/net/ | 
| nsdispatch.c | 10  * Redistribution and use in source and binary forms, with or without 13  * 1. Redistributions of source code must retain the above copyright
 49  * Redistribution and use in source and binary forms, with or without
 52  * 1. Redistributions of source code must retain the above copyright
 90 _nsmethod(const char *source, const char *database, const char *method,
 97 			if (strcasecmp(source, disp_tab[curdisp].src) == 0) {
 
 | 
| /dalvik/dx/src/com/android/dx/rop/code/ | 
| PlainInsn.java | 2  * Copyright (C) 2007 The Android Open Source Project 35      * @param position {@code non-null;} source position
 58      * Constructs a single-source instance.
 61      * @param position {@code non-null;} source position
 63      * @param source {@code non-null;} spec for the source
 66                      RegisterSpec source) {
 67         this(opcode, position, result, RegisterSpecList.make(source));
 
 | 
| /development/samples/ApiDemos/ | 
| Android.mk | 6 # Only compile source java files in this apk. 
 | 
| /development/tools/mkstubs/src/com/android/mkstubs/stubber/ | 
| ClassStubber.java | 2  * Copyright (C) 2009 The Android Open Source Project 84     public void visitSource(String source, String debug) {
 85         super.visitSource(source, debug);
 
 | 
| /device/samsung/crespo/alsa-lib/utils/ | 
| buildrpm | 3 source=. 4 version=`cat $source/../version`
 5 package=$source/../../alsa-lib-$version.tar.bz2
 18   package=$source/../alsa-lib-$version.tar.bz2
 27 if [ ! -r $source/buildrpm ]; then
 28   echo "Error: invalid directory: $source"
 37 if [ ! -r $source/alsa-lib.spec ]; then
 38   cd $source/..
 43 cp -fv $source/alsa-lib.spec ${packagedir}/SPECS
 
 | 
| /device/samsung/crespo/alsa-utils/seq/aseqdump/ | 
| aseqdump.c | 133 	printf("%3d:%-3d ", ev->source.client, ev->source.port); 202 		if (ev->source.client == SND_SEQ_CLIENT_SYSTEM &&
 203 		    ev->source.port == SND_SEQ_PORT_SYSTEM_TIMER)
 210 		if (ev->source.client == SND_SEQ_CLIENT_SYSTEM &&
 211 		    ev->source.port == SND_SEQ_PORT_SYSTEM_TIMER)
 218 		if (ev->source.client == SND_SEQ_CLIENT_SYSTEM &&
 219 		    ev->source.port == SND_SEQ_PORT_SYSTEM_TIMER)
 338 		"  -p,--port=client:port,...  source port(s)\n",
 412 	printf("Source  Event                  Ch  Data\n")
 [all...]
 | 
| /device/samsung/crespo/alsa-utils/utils/ | 
| buildrpm | 3 source=. 4 version=`cat $source/../version`
 5 package=$source/../alsa-utils-$version.tar.bz2
 25 if [ ! -r $source/buildrpm ]; then
 26   echo "Error: invalid directory: $source"
 35 if [ ! -r $source/alsadriver.spec ]; then
 36   cd $source/..
 41 cp -fv $source/alsa-utils.spec ${packagedir}/SPECS
 
 | 
| /external/chromium/base/ | 
| pickle_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 213   Pickle source;  local
 214   source.WriteInt(1);
 216   Pickle copy_refs_source_buffer(static_cast<const char*>(source.data()),
 217                                  source.size());
 220   ASSERT_EQ(source.size(), copy.size());
 224   Pickle source;  local
 226   source.WriteData(str.c_str(), 100000);
 231   EXPECT_FALSE(source.ReadString16(&iter, &str16));
 
 | 
| /external/chromium/third_party/icu/public/i18n/unicode/ | 
| tmutfmt.h | 57  *   TimeUnitAmount* source = new TimeUnitAmount(2, TimeUnit::UTIMEUNIT_YEAR, status); 64  *       formattable.adoptObject(source);
 194     virtual void parseObject(const UnicodeString& source,
 261     void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
 
 | 
| ucol.h | 32  * <a href="http://source.icu-project.org/repos/icu/icuhtml/trunk/design/collation/ICU_collation_design.htm"> 64  * UCOL_LESS is returned if source string is compared to be less than target
 66  * UCOL_EQUAL is returned if source string is compared to be equal to target
 68  * UCOL_GREATER is returned if source string is compared to be greater than
 382  * @param source The source string.
 383  * @param sourceLength The length of source, or -1 if null-terminated.
 395         const    UChar        *source,
 404  * @param source The source string
 [all...]
 | 
| /external/chromium/third_party/icu/source/common/ | 
| udatamem.c | 32 void UDatamemory_assign(UDataMemory *dest, UDataMemory *source) { 35     uprv_memcpy(dest, source, sizeof(UDataMemory));
 
 | 
| /external/chromium/third_party/icu/source/test/intltest/ | 
| idnaconf.cpp | 61     char * source = NULL;  local 94     source = new char[source_len];
 96     if (fread(source, 1, source_len, f) != source_len) {
 98         delete [] source;
 109                                 source,
 117         ucnv_toUChars(conv, dest, dest_len + 1, source, source_len, &status);
 123         delete [] source;
 128     delete [] source;
 153  * character are joined with the next line in the source file forming logical
 
 | 
| /external/chromium/third_party/icu/source/test/perf/unisetperf/draft/ | 
| contperf.bat | 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf 
 | 
| span16perf.bat | 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf 
 | 
| span8perf.bat | 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf 
 | 
| /external/chromium/third_party/icu/source/test/perf/utrie2perf/ | 
| utrie2perf.bat | 4 set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2perf 
 | 
| /external/dbus/dbus/ | 
| dbus-memory.c | 302 source_string (BlockSource source) 304   switch (source)
 317   _dbus_assert_not_reached ("Invalid malloc block source ID");
 329       BlockSource source = *(dbus_uint32_t*)(block + 4);  local
 336       _dbus_verbose ("Checking %d bytes request from source %s\n",
 337                      requested_bytes, source_string (source));
 347                           (long) requested_bytes, source_string (source),
 362                           (long) requested_bytes, source_string (source),
 382             BlockSource source)
 393   *((dbus_uint32_t*)(block + 4)) = source;
 [all...]
 | 
| dbus-string.h | 174 dbus_bool_t   _dbus_string_move                  (DBusString        *source, 178 dbus_bool_t   _dbus_string_copy                  (const DBusString  *source,
 182 dbus_bool_t   _dbus_string_move_len              (DBusString        *source,
 187 dbus_bool_t   _dbus_string_copy_len              (const DBusString  *source,
 192 dbus_bool_t   _dbus_string_replace_len           (const DBusString  *source,
 255 dbus_bool_t   _dbus_string_pop_line              (DBusString        *source,
 262 dbus_bool_t   _dbus_string_hex_encode            (const DBusString  *source,
 266 dbus_bool_t   _dbus_string_hex_decode            (const DBusString  *source,
 
 | 
| /external/freetype/include/freetype/internal/ | 
| ftmemory.h | 203 #define FT_MEM_COPY( dest, source, count )  ft_memcpy( dest, source, count ) 205 #define FT_MEM_MOVE( dest, source, count )  ft_memmove( dest, source, count )
 216 #define FT_ARRAY_COPY( dest, source, count )                        \
 217           FT_MEM_COPY( dest, source, (count) * sizeof ( *(dest) ) )
 219 #define FT_ARRAY_MOVE( dest, source, count )                        \
 220           FT_MEM_MOVE( dest, source, (count) * sizeof ( *(dest) ) )
 362   /* Return 0 if the source string fits the buffer. */
 
 | 
| /external/icu4c/common/ | 
| udatamem.c | 32 void UDatamemory_assign(UDataMemory *dest, UDataMemory *source) { 35     uprv_memcpy(dest, source, sizeof(UDataMemory));
 
 | 
| /external/icu4c/i18n/ | 
| decnumstr.cpp | 28 DecimalNumberString::DecimalNumberString(const StringPiece &source, UErrorCode &status) { 31     append(source, status);
 
 | 
| /external/icu4c/i18n/unicode/ | 
| tmutfmt.h | 47  *   TimeUnitAmount* source = new TimeUnitAmount(2, TimeUnit::UTIMEUNIT_YEAR, status); 54  *       formattable.adoptObject(source);
 187     virtual void parseObject(const UnicodeString& source,
 252     void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
 
 | 
| ucol.h | 33  * <a href="http://source.icu-project.org/repos/icu/icuhtml/trunk/design/collation/ICU_collation_design.htm"> 65  * UCOL_LESS is returned if source string is compared to be less than target
 67  * UCOL_EQUAL is returned if source string is compared to be equal to target
 69  * UCOL_GREATER is returned if source string is compared to be greater than
 406  * @param source The source string.
 407  * @param sourceLength The length of source, or -1 if null-terminated.
 419         const    UChar        *source,
 428  * @param source The source string
 [all...]
 | 
| /external/icu4c/test/intltest/ | 
| idnaconf.cpp | 61     char * source = NULL;  local 94     source = new char[source_len];
 96     if (fread(source, 1, source_len, f) != source_len) {
 98         delete [] source;
 109                                 source,
 117         ucnv_toUChars(conv, dest, dest_len + 1, source, source_len, &status);
 123         delete [] source;
 128     delete [] source;
 153  * character are joined with the next line in the source file forming logical
 
 | 
| /external/icu4c/test/perf/unisetperf/draft/ | 
| contperf.bat | 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf 
 |