/device/samsung/maguro/self-extractors/ |
generate-packages.sh | 95 if test $(echo $ONE_FILE | grep \\.apk\$ | wc -l) = 1 115 echo tail -n +$(expr 2 + $(cat PROLOGUE $COMPANY/COPYRIGHT PART1 $COMPANY/LICENSE PART2 PART3 | wc -l)) \$0 \| tar zxv >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
|
/device/samsung/toro/self-extractors/ |
generate-packages.sh | 106 if test $(echo $ONE_FILE | grep \\.apk\$ | wc -l) = 1 126 echo tail -n +$(expr 2 + $(cat PROLOGUE $COMPANY/COPYRIGHT PART1 $COMPANY/LICENSE PART2 PART3 | wc -l)) \$0 \| tar zxv >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
|
/device/ti/panda/self-extractors/ |
generate-packages.sh | 61 if test $(echo $ONE_FILE | grep \\.apk\$ | wc -l) = 1 81 echo tail -n +$(expr 2 + $(cat PROLOGUE $COMPANY/COPYRIGHT PART1 $COMPANY/LICENSE PART2 PART3 | wc -l)) \$0 \| tar zxv >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
|
/sdk/eclipse/scripts/ |
build_server.sh | 65 [[ $(uname) == "Linux" ]] && J=$(( $(cat /proc/cpuinfo | grep processor | wc -l) + 2 ))
|
/external/iproute2/examples/ |
cbq.init-v0.7.3 | 564 [ `tc qdisc show dev $dev| wc -l` -eq 0 ] && continue 568 [ `tc class show dev $dev| wc -l` -eq 0 ] && continue 572 [ `tc filter show dev $dev| wc -l` -eq 0 ] && continue 597 [ `echo "$DEVICES"| wc -l` -ne `echo "$DEVFIELDS"| wc -l` ] && 716 wc -l` -gt 0 ] && VALID=0 [all...] |
/bionic/libc/stdio/ |
vfprintf.c | 183 wchar_t wc; local 338 while ( (wc = *fmt) != 0 ) { 339 if (wc == '%') { 346 while ((n = mbrtowc(&wc, fmt, MB_CUR_MAX, &ps)) > 0) { 348 if (wc == '%') { 885 wchar_t wc; local 947 while ((wc = *fmt) != 0) { 948 if (wc == '%') { 955 while ((n = mbrtowc(&wc, fmt, MB_CUR_MAX, &ps)) > 0) { 957 if (wc == '%') [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
AndroidLaunchController.java | 197 ILaunchConfigurationWorkingCopy wc = null; local 201 wc = configType.newInstance(null, 205 wc.setAttribute(IJavaLaunchConfigurationConstants.ATTR_PROJECT_NAME, name); 208 wc.setAttribute(LaunchConfigDelegate.ATTR_LAUNCH_ACTION, 212 wc.setAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE, 216 wc.setAttribute(LaunchConfigDelegate.ATTR_AVD_NAME, (String) null); 219 wc.setAttribute(LaunchConfigDelegate.ATTR_SPEED, 223 wc.setAttribute(LaunchConfigDelegate.ATTR_DELAY, 227 wc.setAttribute(LaunchConfigDelegate.ATTR_WIPE_DATA, 231 wc.setAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM [all...] |
/external/bison/lib/ |
quotearg.c | 57 # define iswprint(wc) isprint ((unsigned char) (wc)) 70 # define iswprint(wc) 1
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
execute.c | 301 wchar_t wc; 302 int n = MBRTOWC (&wc, string, length, &from_stat); 324 wc = towupper(wc); 326 wc = towlower(wc); 331 n = WCRTOMB (to->active + to->length, wc, &to->mbstate); 339 wc = towupper(wc); 341 wc = towlower(wc) 299 wchar_t wc; local [all...] |
/external/llvm/utils/ |
NewNightlyTest.pl | 512 if (`grep -a '^$MAKECMD\[^:]*: .*Error' $BuildLog | wc -l` + 0 || 513 `grep -a '^$MAKECMD: \*\*\*.*Stop.' $BuildLog | wc -l` + 0) { 540 if (`grep -a '^$MAKECMD\[^:]: .*Error' $ProgramTestLog | wc -l` + 0) { 543 } elsif (`grep -a '^$MAKECMD\[^:]: .*No rule to make target' $ProgramTestLog | wc -l` + 0) {
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
wchar.in.h | 130 extern int wctob (wint_t wc); 238 extern size_t wcrtomb (char *s, wchar_t wc, mbstate_t *ps); 285 /* Return the number of screen columns needed for WC. */
|
/external/chromium/testing/gtest/src/ |
gtest-printers.cc | 254 void PrintTo(wchar_t wc, ostream* os) { 255 PrintCharAndCodeTo<wchar_t>(wc, os);
|
/external/grub/util/ |
grub-image | 76 tarsize=`zcat $bootdir.tar.gz | wc -c`
|
grub-image.in | 76 tarsize=`zcat $bootdir.tar.gz | wc -c`
|
/external/llvm/utils/unittest/googletest/ |
gtest-printers.cc | 254 void PrintTo(wchar_t wc, ostream* os) { 255 PrintCharAndCodeTo<wchar_t>(wc, os);
|
/external/srtp/ |
Makefile | 137 @grep freed tmp | wc -l > freed 138 @grep allocated tmp | wc -l > allocated
|
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/ |
non-kerned-drawing.cpp | 150 PangoGlyph pango_font_get_glyph(PangoFont* font, PangoContext* context, gunichar wc) 155 gint length = g_unichar_to_utf8(wc, buffer);
|
/ndk/build/tools/ |
dev-system-import.sh | 140 NUM_PLATFORMS=$(echo $PLATFORMS | tr ' ' '\n' | wc -l) 316 local numfuncs=`echo $funcs | wc -w` 317 local numvars=`echo $vars | wc -w`
|
gen-platforms.sh | 384 numfuncs=$(echo $funcs | wc -w) 385 numvars=$(echo $vars | wc -w)
|
/development/tools/labpretest/ |
labpretest.sh | 476 if [ `echo $device | wc -w` -ne 1 ]; then 485 if [ `echo $device | wc -w` -ne 1 ]; then
|
/external/quake/quake/src/QW/client/ |
vid_win.c | 661 WNDCLASS wc;
local 668 wc.style = 0;
669 wc.lpfnWndProc = (WNDPROC)MainWndProc;
670 wc.cbClsExtra = 0;
671 wc.cbWndExtra = 0;
672 wc.hInstance = hInstance;
673 wc.hIcon = 0;
674 wc.hCursor = LoadCursor (NULL,IDC_ARROW);
675 wc.hbrBackground = NULL;
676 wc.lpszMenuName = 0; [all...] |
/external/quake/quake/src/WinQuake/ |
vid_win.cpp | 620 WNDCLASS wc;
local 627 wc.style = 0;
628 wc.lpfnWndProc = (WNDPROC)MainWndProc;
629 wc.cbClsExtra = 0;
630 wc.cbWndExtra = 0;
631 wc.hInstance = hInstance;
632 wc.hIcon = 0;
633 wc.hCursor = LoadCursor (NULL,IDC_ARROW);
634 wc.hbrBackground = NULL;
635 wc.lpszMenuName = 0; [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
dtoa.cpp | 334 int wa, wb, wc; local 357 wc = wa + wb; 358 c.resize(wc); 360 for (xc = c.words(), xa = xc + wc; xc < xa; xc++) 412 for (xc0 = c.words(), xc = xc0 + wc; wc > 0 && !*--xc; --wc) { } 413 c.resize(wc); [all...] |
/system/core/nexus/ |
Supplicant.cpp | 44 Supplicant::Supplicant(WifiController *wc, ISupplicantEventHandler *handlers) { 46 mController = wc;
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_service.cc | 992 TabContents* wc = local [all...] |