HomeSort by relevance Sort by last modified time
    Searched full:grep (Results 1 - 25 of 2809) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
union-align.c 1 // RUN: %clang_cc1 -emit-llvm %s -o - | grep load | grep "4 x float" | not grep "align 4"
2 // RUN: %clang_cc1 -emit-llvm %s -o - | grep load | grep "4 x float" | grep "align 16"
x86.c 2 // RUN: grep "ax" %t1
3 // RUN: grep "bx" %t1
4 // RUN: grep "cx" %t1
5 // RUN: grep "dx" %t1
6 // RUN: grep "di" %t1
7 // RUN: grep "si" %t1
8 // RUN: grep "st" %t1
9 // RUN: grep "st(1)" %t1
weak-global.c 1 // RUN: %clang_cc1 -emit-llvm < %s | grep common
2003-07-22-ArrayAccessTypeSafety.c 1 /* RUN: %clang_cc1 %s -emit-llvm -o - | grep -v alloca | not grep bitcast
2005-07-28-IncorrectWeakGlobal.c 1 // RUN: %clang_cc1 %s -emit-llvm -o - | grep TheGlobal | not grep weak
2007-12-16-AsmNoUnwind.c 1 // RUN: %clang_cc1 %s -emit-llvm -o - | grep nounwind
  /external/toybox/tests/
grep.test 10 testing "grep -c" "grep -c 123 input" "3\n" "123\ncount 123\n123\nfasdfasdf" ""
15 testing "grep -l" "grep -l test foo foo2 foo3" "foo\nfoo2\n" "" ""
18 testing "grep -q" "grep -q test input && echo yes" "yes\n" "this is a test\n" ""
19 testing "grep -E" "grep -E '[0-9]' input" "1234123asdfas123123\n1\n" \
21 testing "grep -e" "grep -e '[0-9]' input" "1234123asdfas123123\n1\n"
    [all...]
  /external/clang/test/Preprocessor/
dump-options.c 1 // RUN: %clang %s -E -dD | grep __INTMAX_MAX__
2 // RUN: %clang %s -E -dM | grep __INTMAX_MAX__
function_macro_file.c 1 /* RUN: %clang_cc1 -E -P %s | grep f
macro_paste_none.c 1 // RUN: %clang_cc1 -E %s | grep '!!'
macro_paste_commaext.c 1 // RUN: %clang_cc1 %s -E | grep 'V);'
2 // RUN: %clang_cc1 %s -E | grep 'W, 1, 2);'
3 // RUN: %clang_cc1 %s -E | grep 'X, 1, 2);'
4 // RUN: %clang_cc1 %s -E | grep 'Y,);'
5 // RUN: %clang_cc1 %s -E | grep 'Z,);'
dump-macros-spacing.c 1 // RUN: %clang_cc1 -E -dD < %s | grep stdin | grep -v define
import_self.c 1 // RUN: %clang_cc1 -E -I%S %s | grep BODY_OF_FILE | wc -l | grep 1
header_lookup1.c 1 // RUN: %clang_cc1 %s -E | grep 'stddef.h.*3'
macro_arg_keyword.c 1 // RUN: %clang_cc1 -E %s | grep xxx-xxx
  /external/e2fsprogs/
.missing-copyright 3 find . -type f \! -name \*~ \! -exec grep -q Begin-Header \{\} \; -print \
4 | grep -v ^./build
  /external/llvm/test/CodeGen/X86/
2004-02-14-InefficientStackPointer.ll 1 ; RUN: llc < %s -march=x86 | grep -i ESP | not grep sub
  /external/clang/test/Frontend/
darwin-version.c 2 // RUN: grep '__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__' %t | grep '30000' | count 1
3 // RUN: not grep '__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' %t
5 // RUN: grep '__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__' %t | grep '20000' | count 1
6 // RUN: not grep '__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' %t
8 // RUN: grep '__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__' %t | grep '20200' | count 1
9 // RUN: not grep '__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' %t
11 // RUN: grep '__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__' %t | grep '20301' | count
    [all...]
cpp-output.c 2 // RUN: grep '^int x; // comment' %t
3 // RUN: grep '^x x' %t
5 // RUN: grep '^int x; // comment' %t
6 // RUN: grep '^x /\* comment \*/ x /\* comment \*/' %t
stdin.c 2 // RUN: grep '<built-in>' %t
  /external/llvm/test/Other/
2009-06-05-no-implicit-float.ll 2 ; RUN: opt < %s -verify -S | grep noimplicitfloat
pipefail.txt 2 RUN: ((false | true) && echo true || echo false) | grep false
  /external/llvm/utils/lit/utils/
check-sdist 11 grep -v '^\./.gitignore' | \
12 grep -v '^\./dist' | \
13 grep -v '^\./utils' | \
14 grep -v '^\./venv' | \
15 grep -v '^\./notes.txt' | \
16 grep -v '^\./lit.egg-info' | \
17 grep -v '^\./lit/ExampleTests' | \
18 grep -v '/Output' | \
19 grep -v '__pycache__' | \
20 grep -v '.pyc$' | grep -v '~$' |
    [all...]
  /external/clang/test/CodeGenObjC/
blocks-1.m 2 // RUN: grep "_Block_object_dispose" %t | count 6
3 // RUN: grep "__copy_helper_block_" %t | count 4
4 // RUN: grep "__destroy_helper_block_" %t | count 4
5 // RUN: grep "__Block_byref_object_copy_" %t | count 2
6 // RUN: grep "__Block_byref_object_dispose_" %t | count 2
7 // RUN: not grep "i32 135)" %t
8 // RUN: grep "_Block_object_assign" %t | count 4
9 // RUN: grep "objc_read_weak" %t | count 2
10 // RUN: grep "objc_assign_weak" %t | count 3
12 // RUN: grep "_Block_object_dispose" %t | count
    [all...]
  /external/dnsmasq/bld/
pkg-wrapper 6 if grep "^\#.*define.*$search" config.h 2>&1 >/dev/null || \
7 grep $search 2>&1 >/dev/null ; then

Completed in 517 milliseconds

1 2 3 4 5 6 7 8 91011>>