/build/core/ |
cleanbuild.mk | 69 $(info *** A clean build is required because of a recent change.) 71 $(info *** Done with the cleaning, now starting the real build.) 78 $(info Clean step: $(INTERNAL_CLEAN_STEP.$(step))) \ 137 $(info *** Build configuration changed: "$(PREVIOUS_BUILD_CONFIG)" -> "$(current_build_config)") 141 $(info DISABLE_AUTO_INSTALLCLEAN is set; skipping auto-clean. Your tree may be in an inconsistent state.) 214 $(info *** Forcing "make installclean"...) 216 $(info *** Done with the cleaning, now starting the real build.)
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
ClassPathOpener.java | 45 * classes and "package-info" occurs before all other classes in that 89 * classes and "package-info" occurs before all other classes in that 143 * classes and "package-info" preceeds all other classes in its package. 155 * Assuming "package-info" only occurs at the end, ensures package-info 158 a = a.replace("package-info", ""); 159 b = b.replace("package-info", "");
|
/development/samples/Home/src/com/example/android/home/ |
ApplicationsStackLayout.java | 251 final ApplicationInfo info = applications.get(i); local 252 final View view = createApplicationIcon(mInflater, this, info); 303 ViewGroup group, ApplicationInfo info) { 307 info.icon.setBounds(0, 0, mIconSize, mIconSize); 308 textView.setCompoundDrawables(null, info.icon, null, null); 309 textView.setText(info.title); 311 textView.setTag(info.intent);
|
/device/samsung/crespo/alsa-lib/src/ |
confmisc.c | 667 snd_ctl_card_info_t *info; local 677 snd_ctl_card_info_alloca(&info); 678 err = snd_ctl_card_info(ctl, info); 683 res = strdup(snd_ctl_card_info_get_driver(info)); 866 snd_ctl_card_info_t *info; local 878 snd_ctl_card_info_alloca(&info); 879 err = snd_ctl_card_info(ctl, info); 887 snd_ctl_card_info_get_id(info)); 918 snd_ctl_card_info_t *info; local 930 snd_ctl_card_info_alloca(&info); 975 snd_pcm_info_t *info; local 1059 snd_pcm_info_t *info; local 1170 snd_pcm_info_t *info; local [all...] |
/external/bluetooth/glib/tests/ |
sequence-test.c | 125 check_integrity (SequenceInfo *info) 131 g_sequence_check (info->sequence); 133 if (g_sequence_get_length (info->sequence) != info->n_items) 135 g_sequence_get_length (info->sequence), info->n_items); 136 g_assert (info->n_items == g_queue_get_length (info->queue)); 137 g_assert (g_sequence_get_length (info->sequence) == info->n_items) [all...] |
/external/qemu/audio/ |
dsoundaudio.c | 266 static DWORD millis_to_bytes (struct audio_pcm_info *info, DWORD millis) 268 return (millis * info->bytes_per_second) / 1000; 465 dst = advance (dst, src_len1 << hw->info.shift); 480 &hw->info, 482 hw->samples << hw->info.shift, 491 len1 = blen1 >> hw->info.shift; 492 len2 = blen2 >> hw->info.shift; 501 audio_pcm_info_clear_buf (&hw->info, p1, len1); 505 audio_pcm_info_clear_buf (&hw->info, p2, len2); 680 hwshift = hw->info.shift [all...] |
/dalvik/vm/compiler/codegen/arm/ |
RallocUtil.c | 125 LOGE("Tried to get info on a non-existant temp: r%d",reg); 151 RegisterInfo *info = getRegInfo(cUnit, reg); local 152 if (info->live && info->dirty) { 153 info->dirty = false; 155 dvmCompilerS2VReg(cUnit, info->sReg) << 2, 634 static void flushAllRegsBody(CompilationUnit *cUnit, RegisterInfo *info, 639 if (info[i].live && info[i].dirty) { 640 if (info[i].pair) 673 RegisterInfo *info = getRegInfo(cUnit, reg); local 697 RegisterInfo *info = getRegInfo(cUnit, reg); local 703 RegisterInfo *info = getRegInfo(cUnit, reg); local 709 RegisterInfo *info = getRegInfo(cUnit, reg); local [all...] |
/packages/apps/Settings/res/values/ |
strings.xml | 24 <!-- Device Info --> <skip /> 25 <!-- Device Info screen. Used for a status item's value when the proper value is not known --> 28 <!-- Phone info --> 29 <!-- Phone Info screen. Button label to turn on the radio . Only shown in diagnostic screen, so precise translation is not needed. --> 31 <!-- Phone Info screen. Button label to turn off the radio . Only shown in diagnostic screen, so precise translation is not needed. --> 34 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed --> 36 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed --> 38 <!-- Phone Info screen. Menu item label. Used for diagnostic info screens, precise translation isn't needed -- [all...] |
/device/samsung/crespo/alsa-utils/alsactl/init/ |
Makefile.in | 187 00main default help info test \ 225 uninstall-info-am: 322 info: info-am 324 info-am: 330 install-info: install-info-am 352 uninstall-am: uninstall-alsainitDATA uninstall-info-am 355 distclean-generic distdir dvi dvi-am html html-am info info-am [all...] |
/external/bison/build-aux/ |
Makefile | 189 infodir = ${prefix}/info 236 uninstall-info-am: 313 info: info-am 315 info-am: 321 install-info: install-info-am 343 uninstall-am: uninstall-info-am 346 distclean-generic distdir dvi dvi-am html html-am info info-am [all...] |
/external/elfutils/lib/ |
Makefile | 166 infodir = ${prefix}/info 257 uninstall-info-am: 378 info: info-am 380 info-am: 386 install-info: install-info-am 409 uninstall-am: uninstall-info-am 414 html-am info info-am install install-am install-data [all...] |
/external/elfutils/libcpu/ |
Makefile | 162 infodir = ${prefix}/info 241 uninstall-info-am: 362 info: info-am 364 info-am: 370 install-info: install-info-am 393 uninstall-am: uninstall-info-am 398 html-am info info-am install install-am install-data [all...] |
/external/libvpx/vpx/internal/ |
vpx_codec_internal.h | 93 /*!\brief parse stream info function pointer prototype 101 * \param[in,out] si Pointer to stream info to update. The size member 118 * \param[in,out] si Pointer to stream info to update. The size member 433 static void vpx_internal_error(struct vpx_internal_error_info *info, 440 info->error_code = error; 441 info->has_detail = 0; 445 size_t sz = sizeof(info->detail); 447 info->has_detail = 1; 449 vsnprintf(info->detail, sz - 1, fmt, ap); 451 info->detail[sz-1] = '\0' [all...] |
/external/v8/src/ |
virtual-frame.cc | 57 FrameElement VirtualFrame::CopyElementAt(int index, NumberInfo::Type info) { 92 ASSERT((info == NumberInfo::kUninitialized) || 93 (existing | info) != NumberInfo::kUninitialized); 94 ASSERT(existing <= info); 95 elements_[index].set_number_info(info != NumberInfo::kUninitialized 96 ? info 166 NumberInfo::Type info; local 168 info = elements_[index].number_info(); 170 info = elements_[elements_[index].index()].number_info(); 173 FrameElement new_element = FrameElement::MemoryElement(info); [all...] |
/frameworks/base/services/java/com/android/server/am/ |
ProcessRecord.java | 44 final ApplicationInfo info; // all about the first app in the process field in class:ProcessRecord 136 if (info.className != null) { 137 pw.print(prefix); pw.print("class="); pw.println(info.className); 139 if (info.manageSpaceActivityName != null) { 141 pw.println(info.manageSpaceActivityName); 143 pw.print(prefix); pw.print("dir="); pw.print(info.sourceDir); 144 pw.print(" publicDir="); pw.print(info.publicSourceDir); 145 pw.print(" data="); pw.println(info.dataDir); 189 wtime = batteryStats.getBatteryStats().getProcessWakeTime(info.uid, 250 info = _info [all...] |
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
plasma.c | 188 static void fill_plasma( AndroidBitmapInfo* info, void* pixels, double t ) 200 for (yy = 0; yy < info->height; yy++) { 216 uint16_t* line_end = line + info->width; 253 for (xx = 0; xx < info->width; xx++) { 265 pixels = (char*)pixels + info->stride; 366 AndroidBitmapInfo info; local 378 if ((ret = AndroidBitmap_getInfo(env, bitmap, &info)) < 0) { 383 if (info.format != ANDROID_BITMAP_FORMAT_RGB_565) { 395 fill_plasma(&info, pixels, time_ms );
|
/external/chromium/base/ |
message_pump_mac.h | 81 static void RunDelayedWorkTimer(CFRunLoopTimerRef timer, void* info); 86 static void RunWorkSource(void* info); 94 static void RunDelayedWorkSource(void* info); 102 static void RunIdleWorkSource(void* info); 111 static void RunNestingDeferredWorkSource(void* info); 124 CFRunLoopActivity activity, void* info); 129 CFRunLoopActivity activity, void* info); 135 CFRunLoopActivity activity, void* info); 144 static void PowerStateNotification(void* info, io_service_t service,
|
/external/chromium/net/socket/ |
ssl_test_util.cc | 288 LOG(INFO) << "Trying to launch " << command_line[0] << " ..."; 304 LOG(INFO) << "Started on port " << port_str; 314 net::HostResolver::RequestInfo info(host_name, port); 315 int rv = resolver->Resolve(info, &addr, NULL, NULL, NULL); 333 LOG(INFO) << "Finished."; 335 LOG(INFO) << "Timed out."; 348 LOG(INFO) << "Stopped."; 350 LOG(INFO) << "Kill failed?"; 431 "For more info visit:\n"
|
/external/chromium/third_party/zlib/contrib/minizip/ |
unzip.h | 14 I WAIT FEEDBACK at mail info@winimage.com 38 /* for more info about .ZIP format, see 39 http://www.info-zip.org/pub/infozip/doc/appnote-981119-iz.zip 40 http://www.info-zip.org/pub/infozip/doc/ 81 /* tm_unz contain date/time info */ 165 Write info about the ZipFile in the *pglobal_info structure. 237 Get Info about the current file 238 if pfile_info!=NULL, the *pfile_info structure will contain somes info about 332 more info in the local-header version than in the central-header)
|
/external/mtpd/ |
mtpd.c | 76 log_print(INFO, "Using protocol %s", protocols[i]->name); 98 log_print(INFO, "Sending signal to pppd (pid = %d)", pppd_pid); 223 log_print(INFO, "Received signal %d", signal); 227 log_print(INFO, "Pppd is terminated (status = %d)", status); 242 log_print(INFO, "Mtpd is terminated (status = %d)", status); 281 log_print(INFO, "Connecting to %s port %s", server, port); 309 log_print(INFO, "Connection established (socket = %d)", the_socket); 320 log_print(INFO, "Starting pppd (pppox = %d)", pppox); 363 log_print(INFO, "Pppd started (pid = %d)", pppd_pid);
|
pptp.c | 181 log_print(INFO, "Remote server hung up"); 237 log_print(INFO, "Creating PPPoX socket"); 291 log_print(INFO, "Tunnel established"); 306 log_print(INFO, "Remote server hung up"); 316 log_print(INFO, "Session established"); 323 log_print(INFO, "Remote server hung up"); 330 log_print(INFO, "Remote server hung up"); 340 log_print(INFO, "Remote server hung up"); 348 log_print(INFO, "Remote server hung up");
|
/external/openssl/crypto/asn1/ |
ameth_lib.c | 275 *pinfo = ameth->info; 287 const char *pem_str, const char *info) 298 if (info) 300 ameth->info = BUF_strdup(info); 301 if (!ameth->info) 305 ameth->info = NULL; 387 if (ameth->info) 388 OPENSSL_free(ameth->info);
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_syswm.c | 298 /* If 'info' is the right version, this function fills it and returns 1. 301 int WIN_GetWMInfo(_THIS, SDL_SysWMinfo *info) 303 if ( info->version.major <= SDL_MAJOR_VERSION ) { 304 info->window = SDL_Window; 305 if ( SDL_VERSIONNUM(info->version.major, 306 info->version.minor, 307 info->version.patch) >= 310 info->hglrc = GL_hrc; 312 info->hglrc = NULL;
|
/external/strace/ |
system.c | 1823 struct __sysctl_args info; local 2130 clusternode_info_t info; local [all...] |
/system/core/init/ |
util.c | 82 struct android_id_info *info = android_ids; local 86 if (!strcmp(info[n].name, name)) 87 return info[n].aid; 151 INFO("Created socket '%s' with mode '%o', user '%d', group '%d'\n", 251 INFO("mtd partition %d, %s\n", mtdnum, mtdname + 1); 312 struct stat info; local 327 if (stat(buf, &info) != 0) { 385 struct stat info; local 389 while (gettime() < timeout_time && ((ret = stat(filename, &info)) < 0))
|