HomeSort by relevance Sort by last modified time
    Searched refs:info (Results 476 - 500 of 1780) sorted by null

<<11121314151617181920>>

  /external/opencore/codecs_v2/audio/mp3/dec/src/
pvmp3_framedecoder.cpp 171 mp3Header *info = &info_data; local
181 info,
190 pVars->num_channels = (info->mode == MPG_MD_MONO) ? 1 : 2;
193 int32 outputFrameSize = (info->version_x == MPEG_1) ?
197 outputFrameSize = (info->mode == MPG_MD_MONO) ? outputFrameSize : outputFrameSize << 1;
220 if (info->error_protection)
229 if (info->layer_description == 3)
244 info,
257 if (info->error_protection)
267 * adjacent to the side-info. Beginning of main data is located usin
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA.c 104 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
108 XF86DGACheckExtension (dpy, info, False);
112 req->reqType = info->codes->major_opcode;
137 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
140 XF86DGACheckExtension (dpy, info, False);
144 req->reqType = info->codes->major_opcode;
160 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
164 XF86DGACheckExtension (dpy, info, False);
168 req->reqType = info->codes->major_opcode;
192 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy) local
216 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
245 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
267 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
289 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
316 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
    [all...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_framedecoder.cpp 171 mp3Header *info = &info_data; local
181 info,
190 pVars->num_channels = (info->mode == MPG_MD_MONO) ? 1 : 2;
193 int32 outputFrameSize = (info->version_x == MPEG_1) ?
197 outputFrameSize = (info->mode == MPG_MD_MONO) ? outputFrameSize : outputFrameSize << 1;
220 if (info->error_protection)
229 if (info->layer_description == 3)
244 info,
257 if (info->error_protection)
267 * adjacent to the side-info. Beginning of main data is located usin
    [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/v8/src/
codegen.cc 148 void CodeGenerator::MakeCodePrologue(CompilationInfo* info) {
169 info->function()->name()->ShortPrint();
175 PrettyPrinter().PrintProgram(info->function()));
180 AstPrinter().PrintProgram(info->function()));
185 PrintF("%s", builder.BuildProgram(info->function()));
193 CompilationInfo* info) {
197 ZoneScopeInfo sinfo(info->scope());
207 Handle<Script> script = info->script();
208 FunctionLiteral* function = info->function();
237 Handle<Code> CodeGenerator::MakeCode(CompilationInfo* info) {
    [all...]
virtual-frame.cc 57 FrameElement VirtualFrame::CopyElementAt(int index, NumberInfo::Type info) {
92 ASSERT((info == NumberInfo::kUninitialized) ||
93 (existing | info) != NumberInfo::kUninitialized);
94 ASSERT(existing <= info);
95 elements_[index].set_number_info(info != NumberInfo::kUninitialized
96 ? info
166 NumberInfo::Type info; local
168 info = elements_[index].number_info();
170 info = elements_[elements_[index].index()].number_info();
173 FrameElement new_element = FrameElement::MemoryElement(info);
    [all...]
  /external/kernel-headers/original/linux/
fb.h 342 struct fb_cmap cmap; /* color map info */
476 struct fb_cmap_user cmap; /* color map info */
521 struct fb_info *info; member in struct:fb_event
551 void (*writeio)(struct fb_info *info, void __iomem *dst, void *src, unsigned int size);
552 void (*readio) (struct fb_info *info, void *dst, void __iomem *src, unsigned int size);
567 int (*fb_open)(struct fb_info *info, int user);
568 int (*fb_release)(struct fb_info *info, int user);
578 int (*fb_check_var)(struct fb_var_screeninfo *var, struct fb_info *info);
580 /* set the video mode according to info->var */
581 int (*fb_set_par)(struct fb_info *info);
    [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/WebKitTools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 129 def log_dashed_string(text, platform, logging_level=logging.INFO):
144 logging.info(msg)
166 logging.info('Html directory: "%s"', html_directory)
170 logging.info('Deleted file at html directory: "%s"', html_directory)
233 logging.info('')
246 logging.info('')
267 output, return_code = run_shell_with_return_code(['svn', 'info'],
288 logging.info('Total number of tests needing rebaselining '
294 logging.info(' %d: %s', test_no, test)
322 logging.info('Latest revision: "%s"', revisions[len(revisions) - 1]
    [all...]
  /frameworks/base/core/java/android/pim/
ContactsAsyncHelper.java 78 public CallerInfo info; field in class:ContactsAsyncHelper.WorkerArgs
240 public static final void updateImageViewWithContactPhotoAsync(CallerInfo info, Context context,
243 updateImageViewWithContactPhotoAsync (info, DEFAULT_TOKEN, null, null, context,
254 public static final void updateImageViewWithContactPhotoAsync(CallerInfo info, int token,
258 // in case the source caller info is null, the URI will be null as well.
278 args.info = info;
317 if (args.info != null) {
318 args.info.cachedPhoto = (Drawable) args.result;
327 if (args.info != null)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java 265 WifiInfo info = new WifiInfo();
266 info.setNetworkId(in.readInt());
267 info.setRssi(in.readInt());
268 info.setLinkSpeed(in.readInt());
269 info.setIpAddress(in.readInt());
270 info.setSSID(in.readString());
271 info.mBSSID = in.readString();
272 info.mMacAddress = in.readString();
273 info.mSupplicantState = SupplicantState.CREATOR.createFromParcel(in);
274 return info;
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 84 // The main block of info about the "primary" or "active" call,
93 // Info about the "secondary" call, which is the "call on hold" when
178 // "Caller info" area, including photo / name / phone numbers / etc
187 // "Other call" info area
207 // type of the CallCard, load up the main caller info area, and
267 // Display the background call in the main info area of the
306 // Display caller-id info and photo from the incoming call:
309 // And even in the Call Waiting case, *don't* show any info about
311 // (Since the caller-id info for the incoming call totally trumps
312 // any info about the current call(s) in progress.
430 CallerInfo info = PhoneUtils.getCallerInfo(getContext(), null \/* conn *\/); local
453 CallerInfo info = null; local
476 PhoneUtils.CallerInfoToken info = local
875 CallerInfo info = infoToken.currentInfo; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/freebsd/
SDL_syscdrom.c 66 struct ioc_read_subchannel info; local
78 info.address_format = CD_MSF_FORMAT;
79 info.data_format = CD_CURRENT_POSITION;
80 info.data_len = 0;
81 info.data = NULL;
86 if ( (ioctl(cdfd, CDIOCREADSUBCHANNEL, &info) == 0) ||
295 struct ioc_read_subchannel info; local
298 info.address_format = CD_MSF_FORMAT;
299 info.data_format = CD_CURRENT_POSITION;
300 info.track = 0
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/openbsd/
SDL_syscdrom.c 69 struct ioc_read_subchannel info; local
81 info.address_format = CD_MSF_FORMAT;
82 info.data_format = CD_CURRENT_POSITION;
83 info.data_len = 0;
84 info.data = NULL;
89 if ( (ioctl(cdfd, CDIOCREADSUBCHANNEL, &info) == 0) ||
304 struct ioc_read_subchannel info; local
307 info.address_format = CD_MSF_FORMAT;
308 info.data_format = CD_CURRENT_POSITION;
309 info.track = 0
    [all...]
  /packages/apps/IM/src/com/android/im/app/
ImPluginHelper.java 90 for (ResolveInfo info : plugins) {
91 Log.d(TAG, "Found plugin " + info);
93 ServiceInfo serviceInfo = info.serviceInfo;
95 Log.e(TAG, "Ignore bad IM plugin: " + info);
108 Log.e(TAG, "Ignore bad IM plugin: " + info + ". Lack of required meta data");
113 Log.e(TAG, "Ignore duplicated IM plugin: " + info);
179 private long updateProviderDb(ImPlugin plugin, ImPluginInfo info,
181 Map<String, String> config = loadConfiguration(plugin, info);
189 String[] selectionArgs = new String[]{info.mProviderName};
216 values.put(Imps.Provider.NAME, info.mProviderName)
    [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...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86vm/
XF86VMode.c 106 XExtDisplayInfo *info = find_display (dpy); local
108 if (XextHasExtension(info)) {
109 *event_basep = info->codes->first_event;
110 *error_basep = info->codes->first_error;
123 XExtDisplayInfo *info = find_display (dpy); local
127 XF86VidModeCheckExtension (dpy, info, False);
131 req->reqType = info->codes->major_opcode;
150 XExtDisplayInfo *info = find_display(dpy); local
153 XF86VidModeCheckExtension(dpy, info, False);
157 req->reqType = info->codes->major_opcode
169 XExtDisplayInfo *info = find_display(dpy); local
190 XExtDisplayInfo *info = find_display (dpy); local
221 XExtDisplayInfo *info = find_display (dpy); local
298 XExtDisplayInfo *info = find_display (dpy); local
462 XExtDisplayInfo *info = find_display (dpy); local
574 XExtDisplayInfo *info = find_display (dpy); local
638 XExtDisplayInfo *info = find_display (dpy); local
700 XExtDisplayInfo *info = find_display (dpy); local
771 XExtDisplayInfo *info = find_display (dpy); local
793 XExtDisplayInfo *info = find_display (dpy); local
882 XExtDisplayInfo *info = find_display (dpy); local
904 XExtDisplayInfo *info = find_display (dpy); local
1005 XExtDisplayInfo *info = find_display (dpy); local
1058 XExtDisplayInfo *info = find_display (dpy); local
1083 XExtDisplayInfo *info = find_display (dpy); local
1136 XExtDisplayInfo *info = find_display (dpy); local
1166 XExtDisplayInfo *info = find_display (dpy); local
1200 XExtDisplayInfo *info = find_display (dpy); local
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 28 Dwarf_Fileinfo info; member in struct:filelist
215 .info =
252 new_file->info.name = fname;
255 new_file->info.name = libdw_alloc (dbg, char, 1,
258 char *cp = new_file->info.name;
270 assert (strlen (new_file->info.name)
275 get_uleb128 (new_file->info.mtime, linep);
278 get_uleb128 (new_file->info.length, linep);
407 new_file->info.name = fname;
410 new_file->info.name
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 253 * track info).
701 List<String> info = new ArrayList<String>(); local
702 info.add(getType().toString());
703 return info;
734 * Not supported. Info should not be needed for this type
782 List<String> info = super.getInfo(); local
783 info.add(getTrack());
784 return info;
802 List<String> info = super.getInfo(); local
803 info.add(getURL())
839 List<String> info = super.getInfo(); local
898 List<String> info = super.getInfo(); local
989 List<String> info = super.getInfo(); local
1081 List<String> info = super.getInfo(); local
1148 List<String> info = super.getInfo(); local
1169 List<String> info = super.getInfo(); local
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 141 /* Light weight package info.
220 if (p.activities.get(i).info.enabled) num++;
226 if (activity.info.enabled
241 if (p.receivers.get(i).info.enabled) num++;
247 if (activity.info.enabled
262 if (p.services.get(i).info.enabled) num++;
268 if (service.info.enabled
283 if (p.providers.get(i).info.enabled) num++;
289 if (provider.info.enabled
1978 ActivityInfo info = new ActivityInfo(); local
2878 public final PermissionInfo info; field in class:PackageParser.Permission
2905 public final PermissionGroupInfo info; field in class:PackageParser.PermissionGroup
2989 public final ActivityInfo info; field in class:PackageParser.Activity
3023 public final ServiceInfo info; field in class:PackageParser.Service
3056 public final ProviderInfo info; field in class:PackageParser.Provider
3103 public final InstrumentationInfo info; field in class:PackageParser.Instrumentation
    [all...]
  /bionic/linker/
dlfcn.c 121 int dladdr(void *addr, Dl_info *info)
131 memset(info, 0, sizeof(Dl_info));
133 info->dli_fname = si->name;
134 info->dli_fbase = (void*)si->base;
140 info->dli_sname = si->strtab + sym->st_name;
141 info->dli_saddr = (void*)(si->base + sym->st_value);
  /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/java/security/
Identity.java 41 private String info = "no additional info"; //$NON-NLS-1$ field in class:Identity
236 s += " " + info; //$NON-NLS-1$
311 * @param info
317 public void setInfo(String info) {
322 this.info = info;
334 return info;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList1.java 63 ExpandableListContextMenuInfo info = (ExpandableListContextMenuInfo) item.getMenuInfo(); local
65 String title = ((TextView) info.targetView).getText().toString();
67 int type = ExpandableListView.getPackedPositionType(info.packedPosition);
69 int groupPos = ExpandableListView.getPackedPositionGroup(info.packedPosition);
70 int childPos = ExpandableListView.getPackedPositionChild(info.packedPosition);
75 int groupPos = ExpandableListView.getPackedPositionGroup(info.packedPosition);

Completed in 857 milliseconds

<<11121314151617181920>>