/external/qemu/distrib/sdl-1.2.12/src/video/wscons/ |
SDL_wsconsvideo.h | 53 struct wsdisplay_fbinfo info; /* frame buffer characteristics */ member in struct:SDL_PrivateVideoData
|
/external/v8/src/ |
fast-codegen.h | 50 void Check(CompilationInfo* info); 52 CompilationInfo* info() { return info_; } function in class:v8::internal::FastCodeGenSyntaxChecker 77 static Handle<Code> MakeCode(CompilationInfo* info); 83 CompilationInfo* info() { return info_; } function in class:v8::internal::FastCodeGenerator
|
fast-codegen.cc | 54 void FastCodeGenSyntaxChecker::Check(CompilationInfo* info) { 55 info_ = info; 59 if (!info->has_receiver()) BAILOUT("No receiver"); 60 if (!info->receiver()->IsJSObject()) BAILOUT("Receiver is not an object"); 61 Handle<JSObject> object = Handle<JSObject>::cast(info->receiver()); 66 Scope* scope = info->scope(); 78 if (info->function()->body()->is_empty()) { 81 VisitStatements(info->function()->body()); 220 if (info()->has_global_object()) { 222 info()->global_object()->Lookup(*expr->name(), &lookup) [all...] |
/external/v8/src/ia32/ |
fast-codegen-ia32.h | 46 void Check(CompilationInfo* info); 48 CompilationInfo* info() { return info_; } function in class:v8::internal::FastCodeGenSyntaxChecker 73 static Handle<Code> MakeCode(CompilationInfo* info); 79 CompilationInfo* info() { return info_; } function in class:v8::internal::FastCodeGenerator
|
/external/webkit/WebCore/storage/ |
SQLTransactionCoordinator.h | 63 void processPendingTransactions(CoordinationInfo& info);
|
/frameworks/base/graphics/java/android/graphics/ |
PixelFormat.java | 85 public static native void getPixelFormatInfo(int format, PixelFormat info);
|
/frameworks/base/location/java/android/location/ |
LocationProviderInterface.java | 47 void updateNetworkState(int state, NetworkInfo info);
|
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_mpeg2_stereo_proc.h | 94 mp3Header *info);
|
pvmp3_stereo_proc.h | 94 mp3Header *info);
|
/frameworks/base/native/include/android/ |
bitmap.h | 50 * If the call fails, the info parameter will be ignored 53 AndroidBitmapInfo* info);
|
/ndk/build/platforms/android-8/arch-arm/usr/include/android/ |
bitmap.h | 50 * If the call fails, the info parameter will be ignored 53 AndroidBitmapInfo* info);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/android/ |
bitmap.h | 50 * If the call fails, the info parameter will be ignored 53 AndroidBitmapInfo* info);
|
/external/bluetooth/bluez/src/ |
security.c | 309 info("link_key_request (sba=%s, dba=%s)", sa, da); 358 info("link_key_notify (sba=%s, dba=%s, type=%d)", sa, da, 414 info("return_link_keys (sba=%s, dba=%s)", sa, da); 459 info("io_capa_request (sba=%s, dba=%s)", sa, da); 486 info("io_capa_response (sba=%s, dba=%s)", sa, da); 518 info("pin_code_request (sba=%s, dba=%s)", sa, da); 525 error("Can't get conn info: %s (%d)", strerror(errno), errno); 741 inquiry_info *info = ptr; local 742 uint32_t class = info->dev_class[0] 743 | (info->dev_class[1] << 8 764 inquiry_info_with_rssi_and_pscan_mode *info = ptr; local 778 inquiry_info_with_rssi *info = ptr; local 799 extended_inquiry_info *info = ptr; local [all...] |
/external/grub/stage2/ |
common.c | 249 /* Get the drive info. */ 261 struct drive_info *info = (struct drive_info *) addr; local 280 info->drive_number = drive; 281 info->drive_mode = ((geom.flags & BIOSDISK_FLAG_LBA_EXTENSION) 283 info->drive_cylinders = geom.cylinders; 284 info->drive_heads = geom.heads; 285 info->drive_sectors = geom.sectors; 291 info->size = addr - (unsigned long) info; 292 mbi.drives_length += info->size [all...] |
/external/kernel-headers/original/linux/ |
quota.h | 183 #define DQF_INFO_DIRTY (1 << DQF_INFO_DIRTY_B) /* Is info dirty? */ 186 #define info_dirty(info) test_bit(DQF_INFO_DIRTY_B, &(info)->dqi_flags) 187 #define info_any_dquot_dirty(info) (!list_empty(&(info)->dqi_dirty_list)) 188 #define info_any_dirty(info) (info_dirty(info) || info_any_dquot_dirty(info)) 191 #define sb_dqinfo(sb, type) (sb_dqopt(sb)->info+(type)) 237 int (*read_file_info)(struct super_block *sb, int type); /* Read main info about file - called on quotaon() * 292 struct mem_dqinfo info[MAXQUOTAS]; \/* Information for each quota type *\/ member in struct:quota_info [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscosvideo.c | 57 int RISCOS_GetWmInfo(_THIS, SDL_SysWMinfo *info); 184 this->info.current_w = vals[1] + 1; 185 this->info.current_h = vals[2] + 1; 219 this->info.wm_available = 1; 291 int RISCOS_GetWmInfo(_THIS, SDL_SysWMinfo *info) 293 SDL_VERSION(&(info->version)); 294 info->wimpVersion = RISCOS_GetWimpVersion(); 295 info->taskHandle = RISCOS_GetTaskHandle(); 296 info->window = this->hidden->window_handle;
|
/frameworks/base/tests/DumpRenderTree/assets/ |
run_reliability_tests.py | 76 logging.info("Line has more than one '|': " + line) 83 logging.info("Lins has non-numeric load time: " + line) 108 log_level = logging.INFO 169 logging.info("Running the test ...") 210 logging.info(crashed_test + " CRASHED") 213 logging.info("Resuming reliability test runner...") 223 logging.info(adb_output) 224 logging.info("Done\n") 229 logging.info("Crashed URL list stored in: " + crashed_file) 232 logging.info("No crash found." [all...] |
/packages/apps/Settings/src/com/android/settings/ |
AppWidgetPickActivity.java | 173 AppWidgetProviderInfo info = appWidgets.get(i); local 175 CharSequence label = info.label; 178 if (info.icon != 0) { 179 icon = mPackageManager.getDrawable(info.provider.getPackageName(), info.icon, null); 181 Log.w(TAG, "Can't load icon drawable 0x" + Integer.toHexString(info.icon) 182 + " for provider: " + info.provider); 188 item.packageName = info.provider.getPackageName(); 189 item.className = info.provider.getClassName();
|
/system/core/run-as/ |
package.c | 372 get_package_info(const char* pkgName, PackageInfo *info) 380 info->uid = 0; 381 info->isDebuggable = 0; 382 info->dataDir[0] = '\0'; 425 info->uid = (uid_t) uid; 435 info->isDebuggable = 0; 438 info->isDebuggable = 1; 455 string_copy(info->dataDir, sizeof info->dataDir, p, q - p);
|
/external/bluetooth/glib/gobject/ |
gvaluetypes.c | 369 GTypeInfo info = { local 397 info.value_table = &value_table; 398 type = g_type_register_fundamental (G_TYPE_CHAR, g_intern_static_string ("gchar"), &info, &finfo, 0); 400 type = g_type_register_fundamental (G_TYPE_UCHAR, g_intern_static_string ("guchar"), &info, &finfo, 0); 417 info.value_table = &value_table; 418 type = g_type_register_fundamental (G_TYPE_BOOLEAN, g_intern_static_string ("gboolean"), &info, &finfo, 0); 435 info.value_table = &value_table; 436 type = g_type_register_fundamental (G_TYPE_INT, g_intern_static_string ("gint"), &info, &finfo, 0); 438 type = g_type_register_fundamental (G_TYPE_UINT, g_intern_static_string ("guint"), &info, &finfo, 0); 455 info.value_table = &value_table [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11wm.c | 577 /* If 'info' is the right version, this function fills it and returns 1. 593 int X11_GetWMInfo(_THIS, SDL_SysWMinfo *info) 595 if ( info->version.major <= SDL_MAJOR_VERSION ) { 596 info->subsystem = SDL_SYSWM_X11; 597 info->info.x11.display = SDL_Display; 598 info->info.x11.window = SDL_Window; 599 if ( SDL_VERSIONNUM(info->version.major, 600 info->version.minor [all...] |
/external/skia/src/animator/ |
SkDisplayType.cpp | 228 info = Sk##_class::fInfo; infoCount = Sk##_class::fInfoCount; break 230 info = SkDraw##_class::fInfo; infoCount = SkDraw##_class::fInfoCount; break 232 info = SkDisplay##_class::fInfo; infoCount = SkDisplay##_class::fInfoCount; \ 237 const SkMemberInfo* info = NULL; local 322 case SkType_Point: info = Sk_Point::fInfo; infoCount = Sk_Point::fInfoCount; break; // no virtual flavor 370 if ((info = (*extraPtr)->getMembers(type, infoCountPtr)) != NULL) 371 return info; 378 return info; 384 const SkMemberInfo* info = GetMembers(maker, type, &infoCount); local 385 info = SkMemberInfo::Find(info, infoCount, matchPtr) 540 const SkMemberInfo* info = SkDisplayType::GetMembers(maker, type, NULL); local 553 const SkMemberInfo* info = GetMembers(maker, base, NULL); \/\/ get info for this type local 759 const SkMemberInfo* info = GetMembers(maker, gTypeNames[index].fType, &infoCount); local [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
NativeHeapPanel.java | 153 * current client data. Used to access the malloc info when switching pages 270 NativeAllocationInfo info = iter.next(); 271 if (info.isStackCallResolved() == false) { 272 final Long[] list = info.getStackCallAddresses(); 293 info.setResolvedStackCall(resolvedStackCall); 320 NativeStackCallInfo info = process.getAddress(value); local 321 if (info != null) { 322 return info; 335 NativeLibraryMapInfo info = it.next(); local 337 if (info.isWithinLibrary(addr)) 775 NativeAllocationInfo info = null; local [all...] |
/external/qemu/audio/ |
audio.c | 682 static int audio_pcm_info_eq (struct audio_pcm_info *info, struct audsettings *as) 704 return info->freq == as->freq 705 && info->nchannels == as->nchannels 706 && info->sign == sign 707 && info->bits == bits 708 && info->swap_endianness == (as->endianness != AUDIO_HOST_ENDIANNESS); 711 void audio_pcm_init_info (struct audio_pcm_info *info, struct audsettings *as) 736 info->freq = as->freq; 737 info->bits = bits; 738 info->sign = sign [all...] |
/external/webkit/WebCore/bindings/v8/custom/ |
V8LocationCustom.cpp | 62 void V8Location::hashAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 65 v8::Handle<v8::Object> holder = info.Holder(); 85 void V8Location::hostAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 88 v8::Handle<v8::Object> holder = info.Holder(); 105 void V8Location::hostnameAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 108 v8::Handle<v8::Object> holder = info.Holder(); 122 void V8Location::hrefAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 125 v8::Handle<v8::Object> holder = info.Holder(); 142 void V8Location::pathnameAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 145 v8::Handle<v8::Object> holder = info.Holder() [all...] |