HomeSort by relevance Sort by last modified time
    Searched full:print (Results 1351 - 1375 of 3470) sorted by null

<<51525354555657585960>>

  /frameworks/base/telephony/java/com/android/internal/telephony/
MccTable.java 322 print ' /' + '**\n * AUTO GENERATED (by the Python code above)'
324 print ' * %s' % line
325 print ' *' + '/'
328 print fmt_list('String[] TZ_STRINGS', ['"%s"' % x for x in tz_set], 1)
330 print fmt_list('String[] LANG_STRINGS', ['"%s"' % x for x in lang_set], 10)
334 print fmt_list('short[] MCC_CODES', mcc_codes, 10)
342 print fmt_list('int[] IND_CODES', ind_codes, 6)
363 print 'MISMATCH ERROR : ', orig_table[i], " != ", derived_table[i]
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/linux/
Makefile 46 $(MAKE) --no-print-directory $(if $(ARCH),ARCH=$(ARCH),) -C $(LINUXDIR) -f - bcm$$$$)
120 HOSTCFLAGS := $(CFLAGS) $(shell $(MAKE) --no-print-directory -s -C $(LINUXDIR) script 'SCRIPT=@echo $$(CFLAGS) $$(MODFLAGS)')
  /hardware/ti/wlan/wl1271/Test/
scrDbg.c 171 WLAN_OS_REPORT(("1700 - Print the SCR Debug Help\n"));
177 WLAN_OS_REPORT(("1706 - Print SCR object\n"));
  /system/core/toolbox/
vmstat.c 241 " -n iterations How many rows of data to print.\n"
243 " -r header_repeat How many rows to print before repeating\n"
  /system/extras/tests/sdcard/
stopwatch.cpp 128 // print comment header and summary values.
133 // print each duration sample
  /system/wlan/ti/wilink_6_1/Test/
scrDbg.c 171 WLAN_OS_REPORT(("1700 - Print the SCR Debug Help\n"));
177 WLAN_OS_REPORT(("1706 - Print SCR object\n"));
  /external/e2fsprogs/
configure.in 11 | awk '{print $3}' | tr \" " " | awk '{print $1}'`
12 DATE=`grep E2FSPROGS_DATE ${srcdir}/version.h | awk '{print $3}' \
14 E2FSPROGS_DAY=`echo $DATE | awk -F- '{print $1}'`
15 MONTH=`echo $DATE | awk -F- '{print $2}'`
16 YEAR=`echo $DATE | awk -F- '{print $3}'`
  /external/elfutils/
NEWS 24 readelf: print liblist sections
281 nm: print file/line number also for local symbols
293 readelf: print .debug_info section content
322 nm: use debug in to print file/line info in sysv format
381 elflint: print section names in error messages
422 Correctly print versioning information for symbol tables.
  /external/grub/util/
grub-install 58 # Print the usage.
64 -h, --help print this message and exit
65 -v, --version print the version information and exit
136 # If not found, print an error message and exit.
186 # If no partition is specified, just print the drive name.
274 # If the debugging feature is enabled, print commands.
grub-install.in 58 # Print the usage.
64 -h, --help print this message and exit
65 -v, --version print the version information and exit
136 # If not found, print an error message and exit.
186 # If no partition is specified, just print the drive name.
274 # If the debugging feature is enabled, print commands.
  /external/openssl/apps/
ecparam.c 94 * -noout - do not print the ec parameter
95 * -text - print the ec parameters in text form
97 * -C - print a 'C' function creating the parameters
263 BIO_printf(bio_err, " -noout do not print the "
265 BIO_printf(bio_err, " -text print the ec "
269 BIO_printf(bio_err, " -C print a 'C' "
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 225 print(" ", "Exception ["+exceptionInfo.u2startPC+" -> "+exceptionInfo.u2endPC+": "+exceptionInfo.u2handlerPC+"]");
808 print(string1, string2); method
813 private void print(String string1, String string2) method in class:CodeAttributeComposer
815 System.out.print(string1);
819 System.out.print(" ");
822 System.out.print(string2);
  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp 119 print("=");
121 print(" ");
125 print(str);
126 print(", ");
408 print(", ");
422 print(scratch);
435 print("\"\"");
450 print(scratch);
452 print(", {0, 0, 0, 0}, false, 0},");
457 print(scratch)
654 void CacheBuilder::Debug::print(const char* name) { function in class:android::CacheBuilder::Debug
658 void CacheBuilder::Debug::print(const char* name, unsigned len) { function in class:android::CacheBuilder::Debug
    [all...]
  /external/webkit/WebKitTools/QtLauncher/
main.cpp 107 void print();
369 void LauncherWindow::print() function in class:LauncherWindow
374 m_view, SLOT(print(QPrinter*)));
487 fileMenu->addAction(tr("Print..."), this, SLOT(print()), QKeySequence::Print);
  /external/webkit/WebKitTools/Scripts/
svn-apply 108 print STDERR basename($0) . " [-h|--help] [--force] [-m|--merge] [-r|--reviewer name] patch1 [patch2 ...]\n";
179 print "Getting version $version of $file\n";
265 print FILE decode_base64($1);
302 print FILE $binaryChunk;
477 # Only print the last line. Subversion outputs all changed statuses below $dir
482 print $svnOutput if $svnOutput;
  /hardware/broadcom/wlan/bcm4329/src/
GNUmakefile.inc 146 define print-errors
149 define print-warnings
186 $(print-warnings)
201 $(print-errors)
570 define print-warnings
578 define print-errors
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java     [all...]
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorObjC.pm     [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c 345 * \brief Print periodic scan channel list for debug purposes
347 * Print periodic scan channel list for debug purposes
350 * \param pChannel - pointer to the channel list to print
351 * \param uChannelCount - number of channles to print
371 * \brief Print periodic scan parameters for debug purposes
373 * Print periodic scan parameters for debug purposes
376 * \param pCommand - pointer to the periodic scan command to print
384 /* print periodic scan params command */
391 /* print channel info */
416 * \brief Print periodic scan SSID list for debug purpose
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/bin/
c++ 
g++ 
gcc 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-c++ 
arm-eabi-cpp 
arm-eabi-g++ 

Completed in 374 milliseconds

<<51525354555657585960>>