HomeSort by relevance Sort by last modified time
    Searched refs:ng (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/libcap-ng/
Android.mk 6 libcap-ng-0.7/src/cap-ng.c \
7 libcap-ng-0.7/src/lookup_table.c
9 LOCAL_C_INCLUDES += $(LOCAL_PATH)/libcap-ng-0.7/src
10 LOCAL_MODULE := libcap-ng
16 LOCAL_SRC_FILES := libcap-ng-0.7/utils/pscap.c
17 LOCAL_C_INCLUDES += $(LOCAL_PATH)/libcap-ng-0.7/src
18 LOCAL_SHARED_LIBRARIES += libcap-ng
  /external/pdfium/core/fxcodec/jbig2/
JBig2_HtrdProc.cpp 18 uint32_t ng, mg; local
28 for (ng = 0; ng < HGW; ng++) {
29 x = (HGX + mg * HRY + ng * HRX) >> 8;
30 y = (HGY + mg * HRX - ng * HRY) >> 8;
33 HSKIP->setPixel(ng, mg, 1);
35 HSKIP->setPixel(ng, mg, 0);
57 for (ng = 0; ng < HGW; ng++)
73 uint32_t ng, mg; local
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug244.go 10 var ng int var
18 ng++
27 if x != 1 || y != 2 || z != 3 || nf != 1 || v != 0 || ok != false || ng != 1 {
28 println("x=", x, " y=", y, " z=", z, " nf=", nf, " v=", v, " ok=", ok, " ng=", ng)
issue4618.go 32 ng := testing.AllocsPerRun(100, G)
37 if int(ng) != 0 && (runtime.Compiler != "gccgo" || int(ng) != 1) {
38 fmt.Printf("AllocsPerRun(100, G) = %v, want 0\n", ng)
issue4667.go 28 ng := testing.AllocsPerRun(100, G)
33 if int(ng) > 1 {
34 fmt.Printf("AllocsPerRun(100, G) = %v, want 1\n", ng)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug244.go 10 var ng int var
18 ng++
27 if x != 1 || y != 2 || z != 3 || nf != 1 || v != 0 || ok != false || ng != 1 {
28 println("x=", x, " y=", y, " z=", z, " nf=", nf, " v=", v, " ok=", ok, " ng=", ng)
issue4618.go 32 ng := testing.AllocsPerRun(100, G)
37 if int(ng) != 0 && (runtime.Compiler != "gccgo" || int(ng) != 1) {
38 fmt.Printf("AllocsPerRun(100, G) = %v, want 0\n", ng)
issue4667.go 28 ng := testing.AllocsPerRun(100, G)
33 if int(ng) > 1 {
34 fmt.Printf("AllocsPerRun(100, G) = %v, want 1\n", ng)
  /external/linux-kselftest/tools/testing/selftests/capabilities/
Makefile 5 LDLIBS += -lcap-ng -lrt -ldl
  /external/libcap-ng/libcap-ng-0.7/
libcap-ng.spec 4 Name: libcap-ng
9 URL: http://people.redhat.com/sgrubb/libcap-ng
10 Source0: http://people.redhat.com/sgrubb/libcap-ng/%{name}-%{version}.tar.gz
16 Libcap-ng is a library that makes using posix capabilities easier
19 Summary: Header files for libcap-ng library
27 The libcap-ng-devel package contains the files needed for developing
28 applications that need to use the libcap-ng library.
31 Summary: Python bindings for libcap-ng library
38 The libcap-ng-python package contains the bindings so that libcap-ng
    [all...]
  /external/ltp/testcases/kernel/syscalls/syslog/
syslog06 24 # with syslog-ng on SLES
51 /etc/syslog-ng/syslog-ng.conf)
syslog01 23 # with syslog-ng
52 /etc/syslog-ng/syslog-ng.conf)
71 # This check is neccessary for syslog-ng because $MAILLOG is
syslog03 24 # with syslog-ng on SLES
46 /etc/syslog-ng/syslog-ng.conf)
syslog04 24 # with syslog-ng
46 /etc/syslog-ng/syslog-ng.conf)
syslog05 24 # with syslog-ng
51 /etc/syslog-ng/syslog-ng.conf)
syslog02 24 # with syslog-ng
59 /etc/syslog-ng/syslog-ng.conf)
70 # This check is neccessary for syslog-ng because $MAILLOG is
syslog09 24 # with syslog-ng
48 /etc/syslog-ng/syslog-ng.conf)
syslog10 23 # with syslog-ng
49 /etc/syslog-ng/syslog-ng.conf)
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p5.cpp 56 int ng; // expected-note 6{{here}} member in namespace:PotentialConstant
57 constexpr int BinaryOp1(int n) { return n + ng; } // expected-error {{never produces}} expected-note {{read}}
58 constexpr int BinaryOp2(int n) { return ng + n; } // expected-error {{never produces}} expected-note {{read}}
65 constexpr int FunctionArgs(int a) { return Add(a, ng, a); } // expected-error {{never produces}} expected-note {{read}}
68 constexpr S InitList(int a) { return { a, ng }; }; // expected-error {{never produces}} expected-note {{read}}
69 constexpr S InitList1a(int a) { return S{ a, ng }; }; // expected-error {{never produces}} expected-note {{read}}
70 constexpr S InitList2(int a) { return { a, a, { ng } }; }; // expected-error {{never produces}} expected-note {{read}}
71 constexpr S InitList3(int a) { return a ? S{ a, a } : S{ a, ng }; }; // ok
79 constexpr int Conditional1(bool b, int n) { return b ? n : ng; } // ok
80 constexpr int Conditional2(bool b, int n) { return b ? n * ng : n + ng; } // expected-error {{never produces}} expected-note {{both arms of conditional operator (…)
    [all...]
  /external/ltp/testcases/network/nfsv4/acl/
create_users.py 11 parser.add_option("-g", "--group",dest="ng",type="int",help="number of groups to create")
18 test.createNGroup(options.ng)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-alpha-1.s 8 $f..ng:
  /external/valgrind/none/tests/s390x/
and.stdout.exp 13 ng + 0000000000000000 & 0000000000000000 = 0000000000000000 (cc=0)
14 ng + 0000000000000001 & 0000000000000000 = 0000000000000000 (cc=0)
15 ng + 000000000000FFFF & 0000000000000000 = 0000000000000000 (cc=0)
16 ng + 0000000000007FFF & 0000000000000000 = 0000000000000000 (cc=0)
17 ng + 0000000000008000 & 0000000000000000 = 0000000000000000 (cc=0)
18 ng + 00000000FFFFFFFF & 0000000000000000 = 0000000000000000 (cc=0)
19 ng + 0000000080000000 & 0000000000000000 = 0000000000000000 (cc=0)
20 ng + 000000007FFFFFFF & 0000000000000000 = 0000000000000000 (cc=0)
21 ng + AAAAAAAAAAAAAAAA & 0000000000000000 = 0000000000000000 (cc=0)
22 ng + 8000000000000000 & 0000000000000000 = 0000000000000000 (cc=0
    [all...]
  /external/libcap-ng/libcap-ng-0.7/src/test/
thread_test.c 4 #include <cap-ng.h>
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ffi_sysv.c 700 long ng = 0; /* number of general registers already used */ local
719 ng++;
799 if (ng < NUM_GPR_ARG_REGISTERS - 3)
803 ng += 4;
809 ng = 8+4;
816 if (ng < NUM_GPR_ARG_REGISTERS)
819 ng++;
833 if (ng < NUM_GPR_ARG_REGISTERS)
836 ng++;
850 if (ng < NUM_GPR_ARG_REGISTERS
    [all...]
  /external/guice/extensions/struts2/example/src/com/google/inject/struts2/example/
ExampleListener.java 19 import org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter;

Completed in 574 milliseconds

1 2 3 4