/external/qemu/distrib/sdl-1.2.12/src/video/wscons/ |
SDL_wsconsvideo.c | 174 if (ioctl(private->fd, WSDISPLAYIO_GINFO, &private->info) == -1) { 186 if (private->info.depth > 8) { 240 switch (private->info.depth) { 244 len = private->physlinebytes * private->info.height; 247 if (private->physlinebytes == private->info.width) { 248 len = private->info.width * private->info.height * sizeof(short); 250 len = private->physlinebytes * private->info.height; 260 if (private->physlinebytes == private->info.width) { 261 len = private->info.width * private->info.height * sizeof(int) [all...] |
/device/samsung/crespo/alsa-lib/src/control/ |
namehint.c | 38 snd_ctl_card_info_t *info; member in struct:hint_list 97 snd_hwdep_info_t *info; local 98 snd_hwdep_info_alloca(&info); 99 snd_hwdep_info_set_device(info, device); 100 if (snd_ctl_hwdep_info(list->ctl, info) < 0) 102 *res = strdup(snd_hwdep_info_get_name(info)); 109 snd_pcm_info_t *info; local 110 snd_pcm_info_alloca(&info); 111 snd_pcm_info_set_device(info, device); 112 snd_pcm_info_set_stream(info, stream ? SND_PCM_STREAM_CAPTURE : SND_PCM_STREAM_PLAYBACK) 129 snd_rawmidi_info_t *info; local 413 snd_ctl_card_info_t *info; local [all...] |
setup.c | 45 snd_ctl_elem_info_t *info; member in struct:__anon1426 65 snd_ctl_elem_info_free(elem->info); 105 count = snd_ctl_elem_info_get_count(elem->info); 106 type = snd_ctl_elem_info_get_type(elem->info); 207 snd_ctl_elem_info_t *info) 222 items = snd_ctl_elem_info_get_items(info); 225 snd_ctl_elem_info_set_item(info, idx); 226 err = snd_ctl_elem_info(ctl, info); 228 SNDERR("Cannot obtain info for CTL elem"); 231 if (strcmp(str, snd_ctl_elem_info_get_item_name(info)) == 0 [all...] |
control_ext.c | 78 static int snd_ctl_ext_card_info(snd_ctl_t *handle, snd_ctl_card_info_t *info) 82 memset(info, 0, sizeof(*info)); 83 info->card = ext->card_idx; 84 memcpy(info->id, ext->id, sizeof(info->id)); 85 memcpy(info->driver, ext->driver, sizeof(info->driver)); 86 memcpy(info->name, ext->name, sizeof(info->name)) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/sun/ |
SDL_sunaudio.c | 123 audio_info_t info; local 126 ioctl(audio_fd, AUDIO_GETINFO, &info); 127 left = (written - info.play.samples); 139 audio_info_t info; local 142 ioctl(audio_fd, AUDIO_GETINFO, &info); 143 left = (written - info.play.samples); 293 audio_info_t info; local 294 AUDIO_INITINFO(&info); /* init all fields to "no change" */ 297 info.play.sample_rate = spec->freq; 298 info.play.channels = spec->channels [all...] |
/external/bluetooth/glib/gobject/ |
gtypeplugin.c | 152 * @g_type: the #GType whose info is completed 153 * @info: the #GTypeInfo struct to fill in 163 GTypeInfo *info, 169 g_return_if_fail (info != NULL); 175 info, 184 * @interface_type: the #GType of the interface whose info is completed 185 * @info: the #GInterfaceInfo to fill in 195 GInterfaceInfo *info) 200 g_return_if_fail (info != NULL); 206 info); [all...] |
genums.c | 93 static GTypeInfo info = { local 115 info.class_size = sizeof (GEnumClass); 116 type = g_type_register_fundamental (G_TYPE_ENUM, g_intern_static_string ("GEnum"), &info, &finfo, 122 info.class_size = sizeof (GFlagsClass); 123 type = g_type_register_fundamental (G_TYPE_FLAGS, g_intern_static_string ("GFlags"), &info, &finfo, 260 * @info: the #GTypeInfo struct to be filled in 273 * GTypeInfo *info, 282 * g_enum_complete_type_info (type, info, values); 288 GTypeInfo *info, 292 g_return_if_fail (info != NULL) [all...] |
/external/v8/src/ia32/ |
fast-codegen-ia32.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/webkit/WebKit/android/plugins/ |
ANPSurfaceInterface.cpp | 115 Surface::SurfaceInfo info; local 116 status_t err = surface->lock(&info, &dirtyRegion); 131 ssize_t bpr = info.s * bytesPerPixel(info.format); 133 bitmap->format = convertPixelFormat(info.format); 134 bitmap->width = info.w; 135 bitmap->height = info.h; 138 if (info.w > 0 && info.h > 0) { 139 bitmap->baseAddr = info.bits [all...] |
/frameworks/base/core/jni/ |
android_graphics_PixelFormat.cpp | 50 PixelFormatInfo info; local 58 info.bytesPerPixel = 1; 59 info.bitsPerPixel = 16; 63 info.bytesPerPixel = 1; 64 info.bitsPerPixel = 12; 68 info.bytesPerPixel = 1; 69 info.bitsPerPixel = 16; 73 err = getPixelFormatInfo(format, &info); 80 env->SetIntField(pixelFormatObject, offsets.bytesPerPixel, info.bytesPerPixel); 81 env->SetIntField(pixelFormatObject, offsets.bitsPerPixel, info.bitsPerPixel) [all...] |
/external/libnfc-nxp/src/ |
phHal4Nfc_Internal.h | 86 /**Context info for HAL4 transceive*/ 98 /*Data structure to provide transceive info to Hci*/ 124 /**Context info for HAL4 Device discovery feature*/ 138 /**Context info for HAL4 connect/disconnect*/ 146 /*Points to Remote device info of a connected device*/ 154 /**Context info for HAL4 connect & disconnect*/ 165 /**Upper layer has to register this listener for receiving info about 168 /**Upper layer has to register this listener for receiving info about 202 /**Info related to upper layer*/ 204 /*ADD context info*/ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitLaunchAction.java | 63 public boolean doLaunchAction(DelayedLaunchInfo info, IDevice device) { 66 AdtPlugin.printToConsole(info.getProject(), msg); 69 mLaunchInfo.setDebugMode(info.isDebugMode()); 70 mLaunchInfo.setDevice(info.getDevice()); 72 final String mode = info.isDebugMode() ? ILaunchManager.DEBUG_MODE : 75 junitDelegate.launch(info.getLaunch().getLaunchConfiguration(), mode, info.getLaunch(), 76 info.getMonitor()); 80 AdtPlugin.printErrorToConsole(info.getProject(), 150 VMTestRunner(AndroidJUnitLaunchInfo info) { [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...] |
/external/bluetooth/hcidump/parser/ |
capi.c | 60 return "INFO"; 160 static char *info2str(uint16_t info) 162 switch (info) { 274 uint16_t info, ncci; local 296 info = CAPI_U16(frm); 298 printf("Info: 0x%04x (%s)\n", info, info2str(info)); 312 printf("Additional info:\n"); 359 printf("Additional info:\n") 446 uint16_t info; local 486 uint16_t sel, func, info; local 697 uint16_t length, handle, flags, info; local [all...] |
/external/qemu/ |
qemu-monitor.hx | 25 { "info", "s?", do_info, 28 @item info @var{subcommand} 32 @item info version 34 @item info network 36 @item info chardev 38 @item info block 40 @item info block 42 @item info registers 44 @item info cpus 46 @item info histor [all...] |
/frameworks/base/core/java/android/content/pm/ |
PackageParser.java | 144 /* Light weight package info. 225 if (p.activities.get(i).info.enabled) num++; 231 if (activity.info.enabled 246 if (p.receivers.get(i).info.enabled) num++; 252 if (activity.info.enabled 267 if (p.services.get(i).info.enabled) num++; 273 if (service.info.enabled 288 if (p.providers.get(i).info.enabled) num++; 294 if (provider.info.enabled 2036 ActivityInfo info = new ActivityInfo(); local 2961 public final PermissionInfo info; field in class:PackageParser.Permission 2988 public final PermissionGroupInfo info; field in class:PackageParser.PermissionGroup 3079 public final ActivityInfo info; field in class:PackageParser.Activity 3113 public final ServiceInfo info; field in class:PackageParser.Service 3146 public final ProviderInfo info; field in class:PackageParser.Provider 3193 public final InstrumentationInfo info; field in class:PackageParser.Instrumentation [all...] |
/external/v8/benchmarks/ |
raytrace.js | 458 var info = new Flog.RayTracer.IntersectionInfo(); 459 info.shape = this; 468 info.isHit = true; 469 info.distance = (-B) - Math.sqrt(D); 470 info.position = Flog.RayTracer.Vector.prototype.add( 474 info.distance 477 info.normal = Flog.RayTracer.Vector.prototype.subtract( 478 info.position, 482 info.color = this.material.getColor(0,0); 484 info.isHit = false [all...] |
/external/webkit/SunSpider/tests/v8-v4/ |
v8-raytrace.js | 453 var info = new Flog.RayTracer.IntersectionInfo(); 454 info.shape = this; 463 info.isHit = true; 464 info.distance = (-B) - Math.sqrt(D); 465 info.position = Flog.RayTracer.Vector.prototype.add( 469 info.distance 472 info.normal = Flog.RayTracer.Vector.prototype.subtract( 473 info.position, 477 info.color = this.material.getColor(0,0); 479 info.isHit = false [all...] |
/dalvik/dx/tests/078-dex-local-variable-table/ |
expected.txt | 8 debug info 25 debug info 42 debug info 66 debug info 94 debug info 122 debug info 145 debug info 161 debug info 177 debug info 193 debug info [all...] |
/external/apache-http/src/org/apache/http/util/ |
VersionInfo.java | 66 public final static String PROPERTY_MODULE = "info.module"; 67 public final static String PROPERTY_RELEASE = "info.release"; 68 public final static String PROPERTY_TIMESTAMP = "info.timestamp"; 74 /** The module from the version info. */ 77 /** The release from the version info. */ 80 /** The timestamp from the version info. */ 83 /** The classloader from which the version info was obtained. */ 178 // If version info is missing, a single "UNAVAILABLE" for the module 197 * @param pckgs the packages for which to load version info 244 Properties vip = null; // version info properties, if availabl [all...] |
/external/webkit/WebCore/bindings/v8/custom/ |
V8HTMLDocumentCustom.cpp | 52 v8::Handle<v8::Boolean> V8HTMLDocument::namedPropertyDeleter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 62 ASSERT(info.Holder()->InternalFieldCount() == V8HTMLDocument::internalFieldCount); 63 v8::Local<v8::Value> marker = info.Holder()->GetInternalField(V8HTMLDocument::markerIndex); 64 info.Holder()->SetInternalField(V8HTMLDocument::shadowIndex, marker); 68 v8::Handle<v8::Value> V8HTMLDocument::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 78 ASSERT(info.Holder()->InternalFieldCount() == V8HTMLDocument::internalFieldCount); 79 v8::Local<v8::Value> marker = info.Holder()->GetInternalField(V8HTMLDocument::markerIndex); 80 v8::Local<v8::Value> value = info.Holder()->GetInternalField(V8HTMLDocument::shadowIndex); 85 HTMLDocument* htmlDocument = V8HTMLDocument::toNative(info.Holder()); 107 v8::Handle<v8::Value> V8HTMLDocument::indexedPropertyGetter(uint32_t index, const v8::AccessorInfo &info) [all...] |
/external/bluetooth/bluez/src/ |
security.c | 317 info("link_key_request (sba=%s, dba=%s)", sa, da); 370 info("link_key_notify (sba=%s, dba=%s, type=%d)", sa, da, 427 info("return_link_keys (sba=%s, dba=%s)", sa, da); 478 info("io_capa_request (sba=%s, dba=%s)", sa, da); 496 info("io_capa_response (sba=%s, dba=%s)", sa, da); 528 info("pin_code_request (sba=%s, dba=%s)", sa, da); 535 error("Can't get conn info: %s (%d)", strerror(errno), errno); 767 inquiry_info *info = ptr; local 768 uint32_t class = info->dev_class[0] 769 | (info->dev_class[1] << 8 791 inquiry_info_with_rssi_and_pscan_mode *info = ptr; local 805 inquiry_info_with_rssi *info = ptr; local 827 extended_inquiry_info *info = ptr; local [all...] |
/device/samsung/crespo/alsa-lib/src/timer/ |
timer_query.c | 241 * \param info returned pointer 247 int snd_timer_ginfo_malloc(snd_timer_ginfo_t **info) 249 assert(info); 250 *info = calloc(1, sizeof(snd_timer_ginfo_t)); 251 if (!*info) 258 * \param info pointer to the snd_timer_ginfo_t structure to free 263 void snd_timer_ginfo_free(snd_timer_ginfo_t *info) 265 assert(info); 266 free(info); 385 * \param info timer informatio [all...] |
/external/chromium/base/test/ |
test_file_util_posix.cc | 57 FileEnumerator::FindInfo info; local 59 if (stat(source_dir.value().c_str(), &info.stat) < 0) { 76 if (S_ISDIR(info.stat.st_mode)) { 77 if (mkdir(target_path.value().c_str(), info.stat.st_mode & 01777) != 0 && 83 } else if (S_ISREG(info.stat.st_mode)) { 98 traversal.GetFindInfo(&info);
|
/external/chromium/net/flip/ |
flip_session_pool.cc | 21 const HostResolver::RequestInfo& info, HttpNetworkSession* session) { 22 const std::string& domain = info.hostname(); 45 const HostResolver::RequestInfo& info, 48 const std::string& domain = info.hostname(); 59 bool FlipSessionPool::HasSession(const HostResolver::RequestInfo& info) const { 60 const std::string& domain = info.hostname();
|