HomeSort by relevance Sort by last modified time
    Searched refs:arith (Results 51 - 75 of 78) sorted by null

1 23 4

  /system/keymaster/
Makefile 53 CXXFLAGS += -Wall -Werror -Wno-unused -Winit-self -Wpointer-arith -Wunused-parameter \
  /external/syslinux/mk/
lib.mk 53 WARNFLAGS = $(GCCWARN) -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Winline
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decimal.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]
  /external/protobuf/js/binary/
writer.js 64 goog.require('jspb.arith.Int64');
65 goog.require('jspb.arith.UInt64');
487 var num = jspb.arith.Int64.fromString(value);
543 var num = jspb.arith.UInt64.fromString(value);
    [all...]
  /external/valgrind/none/tests/ppc32/
jm-fp.stdout.exp 1 PPC floating point arith insns with three args:
119 PPC floating point arith insns
238 PPC floating point arith insns with two args:
439 PPC floating point arith insns
    [all...]
jm-int.stdout.exp 1 PPC integer arith insns with two args:
150 PPC integer arith insns with two args with flags update:
299 PPC integer arith insns with two args and carry:
376 PPC integer arith insns with two args and carry with flags update:
    [all...]
jm-vmx.stdout.exp 1 PPC altivec integer arith insns with three args:
190 PPC altivec integer arith insns with two args:
    [all...]
  /external/lz4/tests/
Makefile 44 -Wpointer-arith -Wstrict-aliasing=1
  /prebuilts/go/darwin-x86/src/net/rpc/
server.go 54 Here is a simple example. A server wishes to export an object of type Arith:
68 type Arith int
70 func (t *Arith) Multiply(args *Args, reply *int) error {
75 func (t *Arith) Divide(args *Args, quo *Quotient) error {
86 arith := new(Arith)
87 rpc.Register(arith)
95 At this point, clients can see a service "Arith" with methods "Arith.Multiply" and
96 "Arith.Divide". To invoke one, a client first dials the server
    [all...]
server_test.go 41 type Arith int
43 // Some of Arith's methods have value args, some have pointer args. That's deliberate.
45 func (t *Arith) Add(args Args, reply *Reply) error {
50 func (t *Arith) Mul(args *Args, reply *Reply) error {
55 func (t *Arith) Div(args Args, reply *Reply) error {
63 func (t *Arith) String(args *Args, reply *string) error {
68 func (t *Arith) Scan(args string, reply *Reply) (err error) {
73 func (t *Arith) Error(args *Args, reply *Reply) error {
97 Register(new(Arith))
99 RegisterName("net.rpc.Arith", new(Arith)
    [all...]
  /prebuilts/go/linux-x86/src/net/rpc/
server.go 54 Here is a simple example. A server wishes to export an object of type Arith:
68 type Arith int
70 func (t *Arith) Multiply(args *Args, reply *int) error {
75 func (t *Arith) Divide(args *Args, quo *Quotient) error {
86 arith := new(Arith)
87 rpc.Register(arith)
95 At this point, clients can see a service "Arith" with methods "Arith.Multiply" and
96 "Arith.Divide". To invoke one, a client first dials the server
    [all...]
server_test.go 41 type Arith int
43 // Some of Arith's methods have value args, some have pointer args. That's deliberate.
45 func (t *Arith) Add(args Args, reply *Reply) error {
50 func (t *Arith) Mul(args *Args, reply *Reply) error {
55 func (t *Arith) Div(args Args, reply *Reply) error {
63 func (t *Arith) String(args *Args, reply *string) error {
68 func (t *Arith) Scan(args string, reply *Reply) (err error) {
73 func (t *Arith) Error(args *Args, reply *Reply) error {
97 Register(new(Arith))
99 RegisterName("net.rpc.Arith", new(Arith)
    [all...]
  /external/valgrind/none/tests/ppc64/
jm-fp.stdout.exp 1 PPC floating point arith insns with three args:
119 PPC floating point arith insns
238 PPC floating point arith insns with two args:
439 PPC floating point arith insns
    [all...]
jm-vmx.stdout.exp 1 PPC altivec integer arith insns with three args:
190 PPC altivec integer arith insns with two args:
    [all...]
jm-int.stdout.exp 1 PPC integer arith insns with two args:
230 PPC integer arith insns with two args with flags update:
    [all...]
  /external/valgrind/
Android.mk 28 -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wmissing-declarations \
  /external/protobuf/
Makefile.am     [all...]
  /external/protobuf/util/
Makefile.am     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
asm5.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
asm7.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm/
asm5.go     [all...]

Completed in 1138 milliseconds

1 23 4