/external/strace/ |
system.c | 1823 struct __sysctl_args info; local 2130 clusternode_info_t info; local [all...] |
/external/zlib/contrib/minizip/ |
unzip.h | 14 I WAIT FEEDBACK at mail info@winimage.com 38 /* for more info about .ZIP format, see 39 http://www.info-zip.org/pub/infozip/doc/appnote-981119-iz.zip 40 http://www.info-zip.org/pub/infozip/doc/ 79 /* tm_unz contain date/time info */ 163 Write info about the ZipFile in the *pglobal_info structure. 235 Get Info about the current file 236 if pfile_info!=NULL, the *pfile_info structure will contain somes info about 330 more info in the local-header version than in the central-header)
|
/ndk/samples/bitmap-plasma/jni/ |
plasma.c | 188 static void fill_plasma( AndroidBitmapInfo* info, void* pixels, double t ) 200 for (yy = 0; yy < info->height; yy++) { 216 uint16_t* line_end = line + info->width; 253 for (xx = 0; xx < info->width; xx++) { 265 pixels = (char*)pixels + info->stride; 366 AndroidBitmapInfo info; local 378 if ((ret = AndroidBitmap_getInfo(env, bitmap, &info)) < 0) { 383 if (info.format != ANDROID_BITMAP_FORMAT_RGB_565) { 395 fill_plasma(&info, pixels, time_ms );
|
/packages/apps/Settings/res/values/ |
strings.xml | 24 <!-- Device Info --> <skip /> 25 <!-- Device Info screen. Used for a status item's value when the proper value is not known --> 28 <!-- Phone info --> 29 <!-- Phone Info screen. Button label to turn on the radio . Only shown in diagnostic screen, so precise translation is not needed. --> 31 <!-- Phone Info screen. Button label to turn off the radio . Only shown in diagnostic screen, so precise translation is not needed. --> 34 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed --> 36 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed --> 38 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed -- [all...] |
/build/tools/apriori/ |
cmdline.c | 34 "do a dry run--calculate the prelink info but do not update any files", 108 INFO ("option -%c with value `%s'\n", c, (optarg ?: "(null)")); 141 INFO ("option %s", long_options[option_index].name); 143 INFO (" with arg %s", optarg); 144 INFO ("\n");
|
/dalvik/dx/tests/ |
run-test | 41 info="info.txt" 91 td_info="$testdir"/"$info" 140 echo '#################### info' 141 cat "$info" | sed 's/^/# /g'
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
JCERSAPrivateCrtKey.java | 87 * construct an RSA key from a private key info object. 90 PrivateKeyInfo info) 92 this(new RSAPrivateKeyStructure((ASN1Sequence)info.getPrivateKey())); 130 PrivateKeyInfo info = new PrivateKeyInfo(new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.THE_ONE), new RSAPrivateKeyStructure(getModulus(), getPublicExponent(), getPrivateExponent(), getPrimeP(), getPrimeQ(), getPrimeExponentP(), getPrimeExponentQ(), getCrtCoefficient()).getDERObject()); local 133 return info.getDEREncoded();
|
/dalvik/libcore/sql/src/main/java/java/sql/ |
Driver.java | 60 * @param info 70 public Connection connect(String url, Properties info) throws SQLException; 99 * @param info 104 * to those supplied in the {@code info} parameter) in order to 109 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
|
/dalvik/libcore/sql/src/test/java/tests/SQLite/ |
JDBCDriverTest.java | 218 DriverPropertyInfo[] info = null; local 221 info = jDriver.getPropertyInfo(getConnectionURL(), null); 222 assertNotNull(info); 223 assertTrue(info.length > 0); 232 assertNotNull(info);
|
/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/midi/ |
AndroidSequencer.java | 49 private class Info extends MidiDevice.Info { 50 public Info() { 295 public Info getDeviceInfo() { 296 return new Info();
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
GenericAttribute_info.java | 34 public GenericAttribute_info (final int attribute_name_index, final byte [] info) 36 super (attribute_name_index, (info != null ? info.length : 0)); 38 m_info = (info != null ? info : EMPTY_BYTE_ARRAY);
|
/external/proguard/src/proguard/classfile/ |
Clazz.java | 199 * Lets the given member info visitor visit all fields of this class. 204 * Lets the given member info visitor visit the specified field. 209 * Lets the given member info visitor visit all methods of this class. 214 * Lets the given member info visitor visit the specified method. 229 * Lets the given attribute info visitor visit all attributes of this class.
|
/external/qemu/distrib/sdl-1.2.12/src/thread/ |
SDL_thread.c | 173 SDL_Thread *info; member in struct:__anon4324 191 args->info->threadid = SDL_ThreadID(); 196 statusloc = &args->info->status; 216 /* Allocate memory for the thread info structure */ 234 args->info = thread;
|
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/ |
SDL_thread.c | 158 SDL_Thread *info; member in struct:__anon4326 176 args->info->threadid = SDL_ThreadID(); 181 statusloc = &args->info->status; 196 /* Allocate memory for the thread info structure */ 214 args->info = thread;
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fb3dfx.c | 180 if ( ! this->info.blit_hw_A ) { 185 if ( ! this->info.blit_hw_CC ) { 210 this->info.blit_fill = 1; 214 this->info.blit_hw = 1; 215 this->info.blit_hw_CC = 1;
|
/external/skia/src/images/ |
SkImageDecoder_libpvjpeg.cpp | 77 TPvJpgDecInfo info; local 78 TPvJpgDecStatus status = codec->GetInfo(&info); 82 int width = info.iWidth[0]; 83 int height = info.iHeight[0]; 92 SkASSERT(info.iNumComponent == 3);
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8DocumentCustom.cpp | 122 v8::Handle<v8::Value> V8Document::implementationAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 124 ASSERT(info.Holder()->InternalFieldCount() >= internalFieldCount); 127 v8::Local<v8::Value> implementation = info.Holder()->GetInternalField(V8Document::implementationIndex); 132 Document* document = V8Document::toNative(info.Holder()); 136 info.Holder()->SetInternalField(implementationIndex, wrapper);
|
/external/webkit/WebCore/manual-tests/NPN_Invoke/NPN_Invoke.xcodeproj/ |
project.pbxproj | 24 8D576317048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 65 8D576317048677EA00EA77CD /* Info.plist */, 179 INFOPLIST_FILE = Info.plist; 195 INFOPLIST_FILE = Info.plist;
|
/external/webkit/WebCore/platform/graphics/gtk/ |
ImageGtk.cpp | 37 template <> void freeOwnedGPtr<GtkIconInfo>(GtkIconInfo* info) 39 if (info) 40 gtk_icon_info_free(info); 57 GOwnPtr<GtkIconInfo> info(iconInfo); 58 return CString(gtk_icon_info_get_filename(info.get()));
|
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj/ |
project.pbxproj | 23 8D576317048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 60 8D576317048677EA00EA77CD /* Info.plist */, 166 INFOPLIST_FILE = Info.plist; 185 INFOPLIST_FILE = Info.plist;
|
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj/ |
project.pbxproj | 26 8D576317048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 68 8D576317048677EA00EA77CD /* Info.plist */, 172 INFOPLIST_FILE = Info.plist; 191 INFOPLIST_FILE = Info.plist;
|
/external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj/ |
project.pbxproj | 20 8D576317048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 57 8D576317048677EA00EA77CD /* Info.plist */, 160 INFOPLIST_FILE = Info.plist; 179 INFOPLIST_FILE = Info.plist;
|
/frameworks/base/core/jni/ |
android_util_Log.cpp | 37 jint info; member in struct:android::levels_t 49 case 'I': return levels.info; 55 return levels.info; 162 levels.info = env->GetStaticIntField(clazz, env->GetStaticFieldID(clazz, "INFO", "I"));
|
/frameworks/base/include/media/ |
mediaplayer.h | 73 // Info and warning codes for the media player framework. These are non fatal, 76 // Info and warning messages are communicated back to the client using the 81 // 'ext2' contains an implementation dependant info code to provide 86 // 7xx: Android Player info/warning (e.g player lagging behind.) 87 // 8xx: Media info/warning (e.g media badly interleaved.)
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/telephonytest/unit/ |
CallerInfoUnitTest.java | 57 * Checks the caller info instance is flagged as an emergency if 99 * For emergency caller info, phoneNumber should be set to the 200 public void onQueryComplete(int token, Object cookie, CallerInfo info) { 202 mInfo = info; 213 // For emergency caller info, phoneNumber should be set to the
|