HomeSort by relevance Sort by last modified time
    Searched full:info (Results 1276 - 1300 of 4990) sorted by null

<<51525354555657585960>>

  /external/opencore/fileformats/mp4/composer/src/
decoderconfigdescriptor.cpp 114 PVA_FF_DecoderConfigDescriptor::addDecoderSpecificInfo(PVA_FF_DecoderSpecificInfo *info)
117 _pdecSpecificInfoVec->push_back(info);
119 info->setParent(this);
  /external/opencore/nodes/streaming/streamingmanager/include/
pvmf_sm_node_events.h 38 * An enumeration of info codes from PVMFStreamingManagerNode
77 * An enumeration of info codes from PVMFMediaLayerNode
192 * An enumeration of info codes from PVMFRTSPClientEngineNode
  /external/opencore/protocols/sdp/common/include/
rm_media_info.h 41 //In real media SDP, decoder specific info is present as a separate SDP field called OpaqueData.
264 inline void setRMDecoderSpecificInfo(OsclSharedPtr<uint8> Info)
266 rm_decoderSpecificdata = Info;
  /external/openssl/apps/
pkcs12.c 84 #define INFO 0x4
162 else if (!strcmp (*args, "-info")) options |= INFO;
322 BIO_printf (bio_err, "-info give info about PKCS#12 structure.\n");
662 if (options & INFO) BIO_printf (bio_err, "MAC Iteration %ld\n", p12->mac->iter ? ASN1_INTEGER_get (p12->mac->iter) : 1);
724 if (options & INFO) BIO_printf (bio_err, "PKCS7 Data\n");
726 if (options & INFO) {
775 if (options & INFO) BIO_printf (bio_err, "Key bag\n");
786 if (options & INFO) {
    [all...]
  /external/openssl/crypto/
mem_dbg.c 89 /* For application-defined information (static C-string `info')
100 const char *info; member in struct:app_mem_info_st
316 fprintf(stderr, "pop_info(): deleted info has other thread ID (%lu) than the current thread (%lu)!!!!\n",
333 int CRYPTO_dbg_push_info(const char *info, const char *file, int line)
360 ami->info=info;
369 fprintf(stderr, "CRYPTO_push_info(): previous info has other thread ID (%lu) than the current thread (%lu)!!!!\n",
655 " thread=%lu, file=%s, line=%d, info=\"",
658 info_len=strlen(amip->info);
661 memcpy(buf + buf_len, amip->info, 128 - buf_len - 3)
    [all...]
  /external/qemu/android/
user-config.c 49 auserConfig_new( AvdInfo* info )
52 char inAndroidBuild = avdInfo_inAndroidBuild(info);
67 p = bufprint(temp, end, "%s/%s", avdInfo_getContentPath(info),
  /external/qemu/hw/
pci.c 670 /* monitor info on PCI */
910 PCIDeviceInfo *info = container_of(base, PCIDeviceInfo, qdev); local
919 info->init(pci_dev);
924 PCIDeviceInfo *info; local
926 info = qemu_mallocz(sizeof(*info));
927 info->qdev.name = qemu_strdup(name);
928 info->qdev.size = size;
929 info->init = init;
930 info->qdev.init = pci_qdev_init
    [all...]
  /external/quake/quake/src/QW/client/
bspfile.h 184 // lighting info
199 // all other leafs need visibility info
203 int visofs; // -1 = no visibility info
  /external/tremolo/Tremolo/
codec_internal.h 147 extern void res_clear_info(vorbis_info_residue *info);
148 extern int res_unpack(vorbis_info_residue *info,
150 extern int res_inverse(vorbis_dsp_state *,vorbis_info_residue *info,
  /external/v8/src/
heap-profiler.cc 588 void HeapProfiler::CollectStats(HeapObject* obj, HistogramInfo* info) {
592 info[type].increment_number(1);
593 info[type].increment_bytes(obj->Size());
620 HistogramInfo info[LAST_TYPE+1]; local
621 #define DEF_TYPE_NAME(name) info[name].set_name(#name);
629 CollectStats(obj, info);
638 string_number += info[type].number(); \
639 string_bytes += info[type].bytes();
647 if (info[i].bytes() > 0) {
648 LOG(HeapSampleItemEvent(info[i].name(), info[i].number()
    [all...]
prettyprinter.h 101 void PrintLiteralIndented(const char* info, Handle<Object> value, bool quote);
102 void PrintLiteralWithModeIndented(const char* info,
107 void PrintLabelsIndented(const char* info, ZoneStringList* labels);
  /external/webkit/JavaScriptCore/runtime/
Arguments.h 64 static const ClassInfo info; member in class:JSC::Arguments
105 virtual const ClassInfo* classInfo() const { return &info; }
116 ASSERT(asObject(value)->inherits(&Arguments::info));
JSArray.h 54 static JS_EXPORTDATA const ClassInfo info; member in class:JSC::JSArray
108 virtual const ClassInfo* classInfo() const { return &info; }
128 ASSERT(cell->inherits(&JSArray::info));
  /frameworks/base/core/jni/
android_view_Surface.cpp 304 Surface::SurfaceInfo info; local
305 status_t err = surface->lock(&info, &dirtyRegion);
316 env->SetIntField(canvas, co.surfaceFormat, info.format);
320 ssize_t bpr = info.s * bytesPerPixel(info.format);
321 bitmap.setConfig(convertPixelFormat(info.format), info.w, info.h, bpr);
322 if (info.format == PIXEL_FORMAT_RGBX_8888) {
325 if (info.w > 0 && info.h > 0)
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
LocationProviderProxy.java 317 public void updateNetworkState(int state, NetworkInfo info) {
319 mNetworkInfo = info;
326 provider.updateNetworkState(state, info);
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_rights_manager.h 36 #define EXTENSION_NAME_INFO ".info"
61 * Save or read the rights information on the "id.info" file.
95 * Remove the "id.info" file if all the rights for this DRM object has been deleted.
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
Main.java 39 log.info("Output: %1$s", osDestJar[0]);
41 log.info("Input : %1$s", path);
91 log.info("- Input JAR : %1$s", path);
  /hardware/ti/omap3/dspbridge/inc/
cfgdefs.h 26 *! 06-Sep-2000 jeh Added channel info to CFG_HOSTRES.
37 *! 17-Sep-1997 gp: Tacked some NT config info to end of CFG_HOSTRES structure.
98 * Info needed by NODE for allocating channels to communicate with RMS:
  /ndk/build/core/
build-local.mk 31 $(info Android NDK: NDK installation path auto-detected: '$(NDK_ROOT)')
34 $(info Android NDK: You NDK installation path contains spaces.)
35 $(info Android NDK: Please re-install to a different location to fix the issue !)
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiEnabler.java 144 WifiInfo info = mWifiManager.getConnectionInfo(); local
145 if (info != null) {
146 mCheckBox.setSummary(Summary.get(mContext, info.getSSID(), state));
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java 51 NetworkInfo info = (NetworkInfo) local
53 if (info != null && info.isConnected()) {
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 60 static void showPreview(Activity activity, int code, Intent intent, WallpaperInfo info) {
63 preview.putExtra(EXTRA_LIVE_WALLPAPER_SETTINGS, info.getSettingsActivity());
64 preview.putExtra(EXTRA_LIVE_WALLPAPER_PACKAGE, info.getPackageName());
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
FileListingService.java 131 String info; field in class:FileListingService.FileEntry
209 * Returns the extra info for the entry.
215 return info;
463 String info = null; local
502 info = segments[1];
505 String[] pathSegments = info.split(FILE_SEPARATOR);
520 info = "-> " + info; //$NON-NLS-1$;
529 // add some misc info
537 entry.info = info
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasSelection.java 31 /** Current selected view info. Can be null. */
46 * @param canvasViewInfo The view info being selected. Must not be null.
70 * Returns the selected view info. Cannot be null.
  /sdk/sdklauncher/
sdklauncher.c 165 /* We end the message at the first occurence of [INFO]. */
166 s2 = strstr(s1, "[INFO]");
233 &startup, /* startup info, i.e. std handles */

Completed in 254 milliseconds

<<51525354555657585960>>