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

<<51525354555657585960>>

  /build/tools/releasetools/
check_target_files_signatures 199 for info in apk.infolist():
200 if info.filename.startswith("META-INF/") and \
201 (info.filename.endswith(".DSA") or info.filename.endswith(".RSA")):
204 pkcs7 = apk.read(info.filename)
205 self.cert = CertFromPKCS7(pkcs7, info.filename)
  /external/opencore/codecs_v2/audio/mp3/dec/src/
pvmp3_reorder.cpp 42 mp3Header *info, mp3 header info
122 mp3Header *info,
125 int32 sfreq = info->version_x + (info->version_x << 1);
126 sfreq += info->sampling_frequency;
  /external/ppp/pppd/plugins/radius/
sendserver.c 192 int rc_send_server (SEND_DATA *data, char *msg, REQUEST_INFO *info)
349 if (info)
351 memcpy(info->secret, secret, sizeof(info->secret));
352 memcpy(info->request_vector, vector,
353 sizeof(info->request_vector));
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.c 217 this->info.wm_available = 0;
218 this->info.hw_available = (banked ? 0 : 1);
220 this->info.video_mem = modeinfo->memory;
261 this->info.current_w = 0;
262 this->info.current_h = 0;
377 /* Update hardware acceleration info */
  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 144 info = MidiSegInfo(segment)
146 #return info
147 self.iLengthInMs = info.iLengthInMs
148 self.ppqn = info.ppqn
167 return info
336 #return info
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
standalone.py 87 'info': logging.INFO,
248 logging.info('mod_pywebsocket: %s' % e)
255 logging.info('mod_pywebsocket: %s' % util.get_stack_trace())
262 logging.info('"%s" %s %s',
359 choices=['debug', 'info', 'warn', 'error', 'critical'],
  /external/wpa_supplicant/
crypto_cryptoapi.c 452 HMAC_INFO info; local
453 os_memset(&info, 0, sizeof(info));
456 info.HashAlgid = CALG_MD5;
459 info.HashAlgid = CALG_SHA;
466 if (!CryptSetHashParam(ctx->hash, HP_HMAC_INFO, (BYTE *) &info,
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_cryptoapi.c 437 HMAC_INFO info; local
438 os_memset(&info, 0, sizeof(info));
441 info.HashAlgid = CALG_MD5;
444 info.HashAlgid = CALG_SHA;
451 if (!CryptSetHashParam(ctx->hash, HP_HMAC_INFO, (BYTE *) &info,
  /frameworks/base/core/java/android/content/
SyncManager.java 249 Log.v(TAG, "received connectivity action. network info: " + networkInfo);
1099 Pair<Bundle, Long> info = settings.periodicSyncs.get(periodicIndex); local
    [all...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_reorder.cpp 42 mp3Header *info, mp3 header info
122 mp3Header *info,
125 int32 sfreq = info->version_x + (info->version_x << 1);
126 sfreq += info->sampling_frequency;
  /external/iproute2/misc/
ss.c 1284 struct tcp_info *info; local
1288 if (len < sizeof(*info)) {
1289 info = alloca(sizeof(*info));
1290 memset(info, 0, sizeof(*info));
1291 memcpy(info, RTA_DATA(tb[INET_DIAG_INFO]), len);
1293 info = RTA_DATA(tb[INET_DIAG_INFO]);
1296 if (info->tcpi_options & TCPI_OPT_TIMESTAMPS)
1298 if (info->tcpi_options & TCPI_OPT_SACK
    [all...]
  /dalvik/vm/
Misc.h 37 * strict-aliasing rules"). According to the gcc info page, this usage
72 * Print a hex dump, at INFO level.
92 * info to either the log or to a file (or stdout/stderr).
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssContentProvider.java 81 Logger.getLogger("com.example.codelab.rssexample").info("DatabaseHelper.onCreate(): SQL statement: " + sql);
83 Logger.getLogger("com.example.codelab.rssexample").info("DatabaseHelper.onCreate(): Created a database");
107 mLogger.info("RssContentProvider.onCreate(): Opened a database");
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
SimpleWikiHelper.java 116 PackageInfo info = manager.getPackageInfo(context.getPackageName(), 0); local
118 info.packageName, info.versionName);
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
SimpleWikiHelper.java 123 PackageInfo info = manager.getPackageInfo(context.getPackageName(), 0); local
125 info.packageName, info.versionName);
  /external/bison/lib/
Makefile.in 430 uninstall-info-am:
559 info: info-am
561 info-am:
567 install-info: install-info-am
590 uninstall-am: uninstall-info-am uninstall-libLIBRARIES
595 dvi-am html html-am info info-am install install-am \
597 install-info install-info-am install-libLIBRARIES install-man
    [all...]
  /external/bison/src/
Makefile.in 437 uninstall-info-am:
568 info: info-am
570 info-am:
576 install-info: install-info-am
600 uninstall-info-am
605 html-am info info-am install install-am install-binPROGRAMS \
607 install-exec-am install-info install-info-am install-man
    [all...]
  /external/bluetooth/glib/gobject/
testgobject.c 378 GTypeInfo info = { 0, }; local
393 type = g_type_register_fundamental (g_type_fundamental_next (), "FooShadow1", &info, &finfo, 0);
395 type = g_type_register_fundamental (g_type_fundamental_next (), "FooShadow2", &info, &finfo, 0);
  /external/dbus/doc/
TODO 15 - format_version in the object info doesn't look like it's handled correctly. The creator
16 of the object info should specify some fixed number per struct version; the library
19 can offer totally different object info structs, but old versions
  /external/dbus/tools/
Makefile.in 451 uninstall-info-am:
638 info: info-am
640 info-am:
646 install-info: install-info-am
670 uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
678 dvi-am html html-am info info-am install install-am \
680 install-exec-am install-info install-info-am
    [all...]
  /external/elfutils/libasm/
Makefile.in 370 uninstall-info-am:
513 info: info-am
515 info-am:
521 install-info: install-info-am
544 uninstall-am: uninstall-euincludeHEADERS uninstall-info-am \
550 distclean-tags distdir dvi dvi-am html html-am info info-am \
553 install-info install-info-am install-libLIBRARIES install-man
    [all...]
  /external/elfutils/src/
Makefile.in 426 uninstall-info-am:
554 info: info-am
556 info-am:
562 install-info: install-info-am
585 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
590 distdir dvi dvi-am html html-am info info-am install \
592 install-exec install-exec-am install-info install-info-am
    [all...]
  /external/elfutils/tests/
asm-tst3.c 252 static const int info[4] = local
283 printf ("symbol %zu has wrong other info\n", inner);
294 if (sym->st_info != info[inner])
  /external/emma/core/java12/com/vladium/emma/data/
MetaData.java 145 log.info ("package [" + packageVMName + "] contains classes [" + cls.getName () + "] without full debug info");
187 // update debug info flags if necessary:
  /external/freetype/include/freetype/
t1tables.h 190 /* given blend dictionary (font info or private). Used to support */
446 * Output font info structure pointer.
452 * The string pointers within the font info structure are owned by

Completed in 1073 milliseconds

<<51525354555657585960>>