HomeSort by relevance Sort by last modified time
    Searched full:info (Results 951 - 975 of 5694) sorted by null

<<31323334353637383940>>

  /cts/tests/tests/dpi/src/android/dpi/cts/
DefaultManifestAttributesTest.java 60 // Setup expected info based on sdk version in ai
67 fail("Should be able to find application info for this package");
  /development/ndk/platforms/android-3/include/linux/
module.h 79 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
GLES20Activity.java 51 ConfigurationInfo info = am.getDeviceConfigurationInfo(); local
52 return (info.reqGlEsVersion >= 0x20000);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Grid1.java 75 ResolveInfo info = mApps.get(position); local
76 i.setImageDrawable(info.activityInfo.loadIcon(getPackageManager()));
LayoutAnimation1.java 58 ResolveInfo info = mApps.get(position % mApps.size()); local
60 i.setImageDrawable(info.activityInfo.loadIcon(getPackageManager()));
LayoutAnimation4.java 59 ResolveInfo info = mApps.get(position % mApps.size()); local
61 i.setImageDrawable(info.activityInfo.loadIcon(getPackageManager()));
LayoutAnimation5.java 58 ResolveInfo info = mApps.get(position % mApps.size()); local
60 i.setImageDrawable(info.activityInfo.loadIcon(getPackageManager()));
LayoutAnimation6.java 58 ResolveInfo info = mApps.get(position % mApps.size()); local
60 i.setImageDrawable(info.activityInfo.loadIcon(getPackageManager()));
  /device/samsung/crespo/alsa-lib/include/
pcm_rate.h 67 int (*init)(void *obj, snd_pcm_rate_info_t *info);
79 int (*adjust_pitch)(void *obj, snd_pcm_rate_info_t *info);
  /device/samsung/crespo/alsa-utils/alsactl/
alsactl.h 8 #define info(...) do {\ macro
14 #define info(args...) do {\ macro
  /external/bluetooth/glib/gio/
gdesktopappinfo.h 52 gboolean g_desktop_app_info_get_is_hidden (GDesktopAppInfo *info);
68 #define G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME "gio-desktop-app-info-lookup"
gfilenamecompleter.c 172 GFileInfo *info; local
189 info = l->data;
192 g_file_info_get_file_type (info) != G_FILE_TYPE_DIRECTORY)
194 g_object_unref (info);
198 append_slash = g_file_info_get_file_type (info) == G_FILE_TYPE_DIRECTORY;
199 name = g_file_info_get_name (info);
202 g_object_unref (info);
227 g_object_unref (info);
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCERSAPrivateKey.java 81 PrivateKeyInfo info = new PrivateKeyInfo(new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTANCE), new RSAPrivateKeyStructure(getModulus(), ZERO, getPrivateExponent(), ZERO, ZERO, ZERO, ZERO, ZERO).getDERObject()); local
84 return info.getDEREncoded();
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
AttributeCertificateHolder.java 132 * Returns the digest object type if an object digest info is used.
143 * @return The digest object type or -1 if no object digest info is set.
156 * Returns the other object type ID if an object digest info is used.
159 * digest info is set.
172 * Returns the hash if an object digest info is used.
174 * @return The hash or <code>null</code> if no object digest info is set.
186 * Returns the digest algorithm ID if an object digest info is used.
189 * digest info is set.
  /external/chromium/net/proxy/
proxy_info.h 45 // Returns true if this proxy info specifies a direct connection.
53 // Returns true if this proxy info has no proxies left to try.
  /external/iptables/extensions/
libipt_quota.c 66 struct xt_quota_info *info = (struct xt_quota_info *) (*match)->data; local
72 if (!parse_quota(optarg, &info->quota))
  /external/kernel-headers/original/linux/
workqueue.h 74 extern int schedule_on_each_cpu(void (*func)(void *info), void *info);
  /external/netperf/
netcpu_osx.c 84 get_host_ticks(host_cpu_load_info_t info)
89 host_statistics(lib_host_port, HOST_CPU_LOAD_INFO, (host_info_t)info, &count);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
Xvlibint.h 56 req->reqType = info->codes->major_opcode;\
68 req->reqType = info->codes->major_opcode;\
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_syswm.cc 77 int BE_GetWMInfo(_THIS, SDL_SysWMinfo *info)
79 if (info->version.major <= SDL_MAJOR_VERSION)
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_wm.c 106 int ph_GetWMInfo(_THIS, SDL_SysWMinfo *info)
108 if (info->version.major <= SDL_MAJOR_VERSION)
  /external/qemu/hw/
qdev.h 76 typedef void (*qdev_initfn)(DeviceState *dev, DeviceInfo *info);
90 void qdev_register(DeviceInfo *info);
  /external/webkit/JavaScriptCore/API/
JSCallbackFunction.cpp 43 const ClassInfo JSCallbackFunction::info = { "CallbackFunction", &InternalFunction::info, 0, 0 }; member in class:JSC::JSCallbackFunction
  /external/webkit/JavaScriptCore/runtime/
BooleanPrototype.cpp 62 if (!thisValue.inherits(&BooleanObject::info))
77 if (!thisValue.inherits(&BooleanObject::info))
NativeErrorConstructor.cpp 33 const ClassInfo NativeErrorConstructor::info = { "Function", &InternalFunction::info, 0, 0 }; member in class:JSC::NativeErrorConstructor

Completed in 465 milliseconds

<<31323334353637383940>>