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

<<11121314151617181920>>

  /frameworks/base/core/tests/coretests/src/android/util/
LogTest.java 48 // Check to make sure that all levels expect for INFO, WARN, ERROR, and ASSERT are loggable.
51 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.INFO));
62 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.INFO));
73 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.INFO));
78 // Set the log level to be INFO for this tag.
79 SystemProperties.set(PROPERTY_TAG, "INFO");
81 // Test to make sure all log levels >= INFO are loggable.
84 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.INFO));
95 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.INFO));
106 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.INFO));
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
TSTInfo.java 285 TSTInfo info = (TSTInfo) object;
287 values[0] = ASN1Integer.fromIntValue(info.version);
288 values[1] = ObjectIdentifier.toIntArray(info.policy);
289 values[2] = info.messageImprint;
290 values[3] = info.serialNumber.toByteArray();
291 values[4] = info.genTime;
292 values[5] = info.accuracy;
293 values[6] = info.ordering;
294 values[7] = (info.nonce == null) ? null : info.nonce.toByteArray()
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutsAdapter.java 46 final ShortcutInfo info = getItem(position); local
54 new FastBitmapDrawable(info.getIcon(mIconCache)), null, null);
55 textView.setText(info.title);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIMEDebugSettings.java 62 PackageInfo info = getPackageManager().getPackageInfo(getPackageName(), 0); local
63 version = "Version " + info.versionName;
65 Log.e(TAG, "Could not find version info.");
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 487 * @return the info for the active network, or {@code null} if none is
497 NetworkInfo info = t.getNetworkInfo(); local
498 if (info.isConnected()) {
502 return info;
1475 NetworkInfo info; local
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
math_emu.h 17 struct info { struct
  /build/tools/soslim/
common.c 27 INFO("Scanning over %d program segments...\n",
main.c 31 macro INFO() in multiple compilation unites. */
50 /* Do not issue INFO() statements before you call get_options() to set
83 INFO("Opening %s...\n", infile);
89 INFO("Calling elf_begin(%s)...\n", infile);
102 INFO("Making sure %s is a shared library or an executable.\n",
125 INFO("Opening %s...\n", infile);
131 INFO("Calling elf_begin(%s)...\n", infile);
149 INFO("Making sure %s is a shared library...\n", infile);
168 INFO("Output file is [%s].\n", outfile);
171 INFO("Modifying [%s] in-place.\n", infile)
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/device/
DeviceInfoCollector.java 28 * Collects info from device under test.
30 * This class simply serves as a conduit for grabbing info from device using the device info
50 * Installs and runs the device info collector instrumentation, and forwards results
  /development/ndk/platforms/android-5/arch-x86/include/asm/
math_emu.h 17 struct info { struct
  /device/samsung/crespo/alsa-lib/src/control/
cards.c 115 snd_ctl_card_info_t info; local
137 if (snd_ctl_card_info(handle, &info) < 0) {
142 if (!strcmp((const char *)info.id, string))
157 snd_ctl_card_info_t info; local
164 if ((err = snd_ctl_card_info(handle, &info)) < 0) {
169 *name = strdup((const char *)info.name);
184 snd_ctl_card_info_t info; local
191 if ((err = snd_ctl_card_info(handle, &info)) < 0) {
196 *name = strdup((const char *)info.longname);
  /device/samsung/crespo/alsa-lib/src/mixer/
simple_abst.c 51 snd_ctl_card_info_t *info; member in struct:_class_priv
163 components = snd_ctl_card_info_get_components(priv->info);
250 if (priv->info)
251 snd_ctl_card_info_free(priv->info);
328 err = snd_ctl_card_info_malloc(&priv->info);
331 err = snd_ctl_card_info(priv->ctl, priv->info);
362 * \param info Info structure
365 int snd_mixer_sbasic_info(const snd_mixer_class_t *class, sm_class_basic_t *info)
369 if (class == NULL || info == NULL
    [all...]
  /external/bluetooth/glib/gio/
gfileinputstream.c 138 GFileInfo *info; local
147 info = NULL;
154 info = class->query_info (stream, attributes, cancellable, error);
164 return info;
244 * Finishes an asynchronous info query operation.
393 GFileInfo *info; member in struct:__anon2028
399 if (data->info)
400 g_object_unref (data->info);
413 GFileInfo *info; local
417 info = NULL
    [all...]
gfileoutputstream.c 133 * set to %G_IO_ERROR_PENDING), or if querying info is not supported for
152 GFileInfo *info; local
161 info = NULL;
168 info = class->query_info (stream, attributes, cancellable, error);
178 return info;
495 GFileInfo *info; member in struct:__anon2035
501 if (data->info)
502 g_object_unref (data->info);
515 GFileInfo *info; local
519 info = NULL
    [all...]
  /external/chromium/net/ftp/
ftp_transaction.h 29 // CompletionCallback will be notified once response info is available or if
48 // Once response info is available for the transaction, response data may be
65 // Returns the response info for this transaction or NULL if the response
66 // info is not available.
  /external/chromium/net/http/
http_response_info.h 29 // the load flags specified on the request info. For example, this is done
49 // The SSL client certificate request info.
55 // The SSL connection info (if HTTPS).
67 // Call this method to persist the response info.
  /external/chromium/net/proxy/
proxy_resolver_js_bindings.cc 40 HostResolver::RequestInfo info(hostname, 80);
41 info.set_address_family(address_family);
45 return host_resolver_->Resolve(info, addresses, NULL, NULL, NULL);
49 &SyncHostResolverBridge::StartResolve, info, addresses));
62 void StartResolve(const HostResolver::RequestInfo& info,
66 info, addresses, &callback_, NULL, NULL);
101 LOG(INFO) << "PAC-alert: " << message;
169 LOG(INFO) << "PAC-error: " << message;
171 LOG(INFO) << "PAC-error: " << "line: " << line_number << ": " << message;
  /external/chromium/net/tools/fetch/
http_session.h 19 HttpServerRequestInfo* info);
  /external/e2fsprogs/lib/ss/
listen.c 51 ss_data *info; local
60 current_info = info = ss_info(sci_idx);
62 info->abort = 0;
71 while(!info->abort) {
76 if (info->readline) {
77 line = (*info->readline)(current_info->prompt);
100 if (info->add_history)
101 (*info->add_history)(line);
118 if (info->readline)
std_rqs.ct 7 request ss_help, "Display info on command or topic.",
  /external/elfcopy/
common.c 27 INFO("Scanning over %d program segments...\n",
  /external/iptables/extensions/
libipt_comment.c 4 * 2003-05-13: Brad Fisher <brad@info-link.net>
6 * 2004-05-12: Brad Fisher <brad@info-link.net>
33 parse_comment(const char *s, struct ipt_comment_info *info)
41 strcpy((char *)info->comment, s);
  /external/iptables/include/linux/netfilter_ipv4/
ipt_2dscp.h 17 /* match info */
ipt_2ecn.h 21 /* match info */
ipt_DSCP.h 15 /* target info */

Completed in 519 milliseconds

<<11121314151617181920>>