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

1 2 3 4

  /packages/apps/Test/connectivity/sl4n/rapidjson/example/simpledom/
simpledom.cpp 19 s.SetInt(s.GetInt() + 1);
  /prebuilts/go/darwin-x86/src/math/big/
hilbert_test.go 75 x2 := new(Rat).SetInt(new(Int).Binomial(int64(n+i), int64(n-j-1)))
76 x3 := new(Rat).SetInt(new(Int).Binomial(int64(n+j), int64(n-i-1)))
77 x4 := new(Rat).SetInt(new(Int).Binomial(int64(i+j), int64(i)))
bits_test.go 189 z := new(Float).SetInt(x) // normalized
doc.go 35 z3 := new(Float).SetInt(z1) // z3 := 123.0
  /prebuilts/go/linux-x86/src/math/big/
hilbert_test.go 75 x2 := new(Rat).SetInt(new(Int).Binomial(int64(n+i), int64(n-j-1)))
76 x3 := new(Rat).SetInt(new(Int).Binomial(int64(n+j), int64(n-i-1)))
77 x4 := new(Rat).SetInt(new(Int).Binomial(int64(i+j), int64(i)))
bits_test.go 189 z := new(Float).SetInt(x) // normalized
doc.go 35 z3 := new(Float).SetInt(z1) // z3 := 123.0
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs_test.py 61 prefs.SetInt('myValue', 444)
74 prefs.SetInt('myValue', 444)
108 prefs.SetInt('magicNumber', 42)
161 prefs.SetInt('newString', 123) # oops!
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
shared_prefs_test.py 60 prefs.SetInt('myValue', 444)
73 prefs.SetInt('myValue', 444)
105 prefs.SetInt('magicNumber', 42)
156 prefs.SetInt('newString', 123) # oops!
  /prebuilts/go/darwin-x86/src/testing/quick/
quick.go 81 v.SetInt(randInt64(rand))
83 v.SetInt(randInt64(rand))
85 v.SetInt(randInt64(rand))
87 v.SetInt(randInt64(rand))
89 v.SetInt(randInt64(rand))
  /prebuilts/go/linux-x86/src/testing/quick/
quick.go 81 v.SetInt(randInt64(rand))
83 v.SetInt(randInt64(rand))
85 v.SetInt(randInt64(rand))
87 v.SetInt(randInt64(rand))
89 v.SetInt(randInt64(rand))
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mpfloat.go 40 func (a *Mpflt) SetInt(b *Mpint) {
46 a.Val.SetInt(&b.Val)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mpfloat.go 40 func (a *Mpflt) SetInt(b *Mpint) {
46 a.Val.SetInt(&b.Val)
  /prebuilts/go/darwin-x86/doc/progs/
interface2.go 121 s.Field(0).SetInt(77)
  /prebuilts/go/linux-x86/doc/progs/
interface2.go 121 s.Field(0).SetInt(77)
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 57 void SetInt(const char* name, int value);
85 void JavaStruct::SetInt(const char* name, int value) {
213 result.SetInt("exponent", exp);
242 result.SetInt("gammaSign", sign);
362 result.SetInt("quotient", quotient);
  /prebuilts/go/darwin-x86/src/reflect/
example_test.go 129 v.Field(1).SetInt(2)
  /prebuilts/go/linux-x86/src/reflect/
example_test.go 129 v.Field(1).SetInt(2)
  /art/runtime/
common_dex_operations.h 158 field->SetInt<transaction_active>(obj, value.GetI());
art_field.h 127 void SetInt(ObjPtr<mirror::Object> object, int32_t i) REQUIRES_SHARED(Locks::mutator_lock_);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9shader.h 152 STDMETHOD(SetInt)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, INT value) PURE;
194 #define ID3DXConstantTable_SetInt(p,a,b,c) (p)->lpVtbl->SetInt(p,a,b,c)
225 #define ID3DXConstantTable_SetInt(p,a,b,c) (p)->SetInt(a,b,c)
262 STDMETHOD(SetInt)(THIS_ D3DXHANDLE hConstant, INT n) PURE;
  /prebuilts/go/darwin-x86/src/go/constant/
value.go 197 func itor(x intVal) ratVal { return ratVal{newRat().SetInt(x.val)} }
198 func itof(x intVal) floatVal { return floatVal{newFloat().SetInt(x.val)} }
201 a := newFloat().SetInt(x.val.Num())
202 b := newFloat().SetInt(x.val.Denom())
232 fa := newFloat().SetInt(a)
233 fb := newFloat().SetInt(b)
431 f, acc := newFloat().SetInt(x.val).Float32()
456 f, acc := newFloat().SetInt(x.val).Float64()
  /prebuilts/go/linux-x86/src/go/constant/
value.go 197 func itor(x intVal) ratVal { return ratVal{newRat().SetInt(x.val)} }
198 func itof(x intVal) floatVal { return floatVal{newFloat().SetInt(x.val)} }
201 a := newFloat().SetInt(x.val.Num())
202 b := newFloat().SetInt(x.val.Denom())
232 fa := newFloat().SetInt(a)
233 fb := newFloat().SetInt(b)
431 f, acc := newFloat().SetInt(x.val).Float32()
456 f, acc := newFloat().SetInt(x.val).Float64()
  /prebuilts/go/darwin-x86/src/encoding/binary/
binary.go 537 v.SetInt(int64(d.int8()))
539 v.SetInt(int64(d.int16()))
541 v.SetInt(int64(d.int32()))
543 v.SetInt(d.int64())
  /prebuilts/go/linux-x86/src/encoding/binary/
binary.go 537 v.SetInt(int64(d.int8()))
539 v.SetInt(int64(d.int16()))
541 v.SetInt(int64(d.int32()))
543 v.SetInt(d.int64())

Completed in 610 milliseconds

1 2 3 4