HomeSort by relevance Sort by last modified time
    Searched full:_info (Results 1 - 25 of 28) sorted by null

1 2

  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
ServiceInfoResolver.java 24 private final ServiceInfoImpl _info; field in class:ServiceInfoResolver
28 this._info = info;
50 if (!_info.isPersistent()) {
51 this.getDns().removeListener(_info);
63 if (!_info.hasData()) {
65 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getQualifiedName(), DNSRecordType.TYPE_SRV, DNSRecordClass.CLASS_IN), now);
66 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getQualifiedName(), DNSRecordType.TYPE_TXT, DNSRecordClass.CLASS_IN), now);
67 if (_info.getServer().length() > 0) {
68 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer(), DNSRecordType.TYPE_A, DNSRecordClass.CLASS_IN), now);
69 newOut = this.addAnswer(newOut, (DNSRecord) this.getDns().getCache().getDNSEntry(_info.getServer(), DNSRecordType.TYPE_AAAA, DNSRecordClass.CLASS_IN), now)
    [all...]
  /sdk/templates/other/Daydream/
globals.xml.ftl 5 <global id="info_name" value="${classToResource(className)}_info" />
  /sdk/templates/other/AppWidget/root/
AndroidManifest.xml.ftl 13 android:resource="@xml/${class_name}_info" />
  /external/jmdns/src/javax/jmdns/impl/
ServiceEventImpl.java 36 private final ServiceInfo _info; field in class:ServiceEventImpl
54 this._info = info;
111 return _info;
ServiceInfoImpl.java 78 private final ServiceInfoImpl _info; field in class:ServiceInfoImpl.ServiceInfoState
85 _info = info;
91 if ((this._task == null) && _info.needTextAnnouncing()) {
94 if ((this._task == null) && _info.needTextAnnouncing()) {
101 _info.setNeedTextAnnouncing(false);
    [all...]
  /sdk/templates/other/AppWidget/
recipe.xml.ftl 17 to="res/xml/${class_name}_info.xml" />
  /system/media/camera/docs/
camera_metadata_tags.mako 33 * Top level hierarchy definitions for camera metadata. *_INFO sections are for
  /frameworks/base/services/java/com/android/server/am/
ContentProviderRecord.java 58 public ContentProviderRecord(ActivityManagerService _service, ProviderInfo _info,
61 info = _info;
ProcessRecord.java 328 ApplicationInfo _info, String _processName, int _uid) {
330 info = _info;
331 isolated = _info.uid != _uid;
335 pkgList.add(_info.packageName);
  /external/opencv/cxcore/src/
cxpersistence.cpp 4823 CvTypeInfo _info; local
    [all...]
cxswitcher.cpp 351 CvModule::CvModule( CvModuleInfo* _info )
353 cvRegisterModule( _info );
  /external/icu4c/test/intltest/
svccoll.cpp 267 TestFactory(CollatorInfo** _info)
268 : info(_info)
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /system/media/camera/include/system/
camera_metadata_tags.h 32 * Top level hierarchy definitions for camera metadata. *_INFO sections are for
  /external/libnl-headers/
netlink-types.h 455 uint32_t pre ##_info; \
  /external/opencv/cxcore/include/
cxcore.hpp 355 CvModule( CvModuleInfo* _info );
  /frameworks/base/core/java/android/app/
IActivityManager.java 394 public ContentProviderHolder(ProviderInfo _info) {
395 info = _info;
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 130 AppProcessInfo(ActivityManager.RunningAppProcessInfo _info) {
131 info = _info;
    [all...]
  /external/ipsec-tools/src/racoon/
strnames.c 992 return "_info";
  /external/libsepol/
ChangeLog 450 sepol_module_package_read and _info.
  /external/javassist/src/main/javassist/bytecode/
ConstPool.java 650 * the <code>..._info</code> structure
    [all...]
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 235 ActiveAdmin(DeviceAdminInfo _info) {
236 info = _info;
    [all...]
BackupManagerService.java 348 ClearParams(IBackupTransport _transport, PackageInfo _info) {
350 packageInfo = _info;
    [all...]
  /external/webkit/PerformanceTests/Parser/resources/
final-url-en     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
gdbint.info     [all...]

Completed in 5396 milliseconds

1 2