HomeSort by relevance Sort by last modified time
    Searched refs:make (Results 726 - 750 of 4715) sorted by null

<<21222324252627282930>>

  /libcore/ojluni/src/test/java/time/tck/java/time/zone/
TCKFixedZoneRules.java 94 private ZoneRules make(ZoneOffset offset) { method in class:TCKFixedZoneRules
101 {make(OFFSET_PONE), OFFSET_PONE},
102 {make(OFFSET_PTWO), OFFSET_PTWO},
103 {make(OFFSET_M18), OFFSET_M18},
187 ZoneRules test = make(OFFSET_PTWO);
198 ZoneRules test = make(OFFSET_PTWO);
207 ZoneRules a = make(OFFSET_PONE);
208 ZoneRules b = make(OFFSET_PTWO);
  /libcore/ojluni/src/test/java/time/test/java/time/zone/
TestFixedZoneRules.java 81 private ZoneRules make(ZoneOffset offset) { method in class:TestFixedZoneRules
88 ZoneRules test = make(OFFSET_PONE);
  /libcore/tools/docs/crypto/
run_update_crypto_support.sh 16 make -j48 vogar dx
  /packages/apps/BasicSmsReceiver/
Android.mk 20 # This finds and builds the test apk as well, so a single make does both.
  /packages/apps/CarrierConfig/
Android.mk 16 # This finds and builds the test apk as well, so a single make does both.
  /packages/apps/CellBroadcastReceiver/
Android.mk 17 # This finds and builds the test apk as well, so a single make does both.
  /packages/apps/LegacyCamera/
Android.mk 18 # Use the following include to make our test apk.
  /packages/apps/Music/
Android.mk 17 # Use the folloing include to make our test apk.
  /packages/apps/Protips/
Android.mk 15 # Use the following include to make our test apk.
  /packages/experimental/Bummer/
Android.mk 13 # Use the following include to make our test apk.
  /packages/experimental/DreamTheater/
Android.mk 22 # Use the following include to make our test apk.
  /packages/providers/BlockedNumberProvider/
Android.mk 19 # Use the following include to make our test apk.
  /packages/screensavers/Basic/
Android.mk 16 # Use the following include to make our test apk.
  /packages/screensavers/PhotoTable/
Android.mk 15 # Use the following include to make our test apk.
  /packages/screensavers/WebView/
Android.mk 16 # Use the following include to make our test apk.
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue6472.go 19 // nothing to run, just make sure this compiles
issue8331a.go 6 // #include'd twice. No runtime test; just make sure it compiles.
issue8331b.go 6 // #include'd twice. No runtime test; just make sure it compiles.
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/
msan.go 27 a := make([]int32, 10)
  /prebuilts/go/darwin-x86/src/
buildall.bash 35 ./make.bash || exit 1
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
dupLoad.go 25 done := make(chan struct{})
26 b := make([]byte, 2)
57 done := make(chan struct{})
58 b := make([]byte, 2)
  /prebuilts/go/darwin-x86/src/cmd/go/
signal_notunix.go 15 // signalTrace is the signal to send to make a Go program
  /prebuilts/go/darwin-x86/src/compress/flate/
inflate_test.go 21 deflated := make([]bytes.Buffer, 2)
28 inflated := make([]bytes.Buffer, 2)
77 deflated := make([]bytes.Buffer, len(ss))
84 inflated := make([]bytes.Buffer, len(ss))
  /prebuilts/go/darwin-x86/src/encoding/gob/
timing_test.go 64 arr := make([]interface{}, 100)
138 a := make([]complex128, 1000)
155 a := make([]float64, 1000)
172 a := make([]int32, 1000)
189 a := make([]string, 1000)
206 a := make([]interface{}, 1000)
251 a := make([]complex128, 1000)
259 x := make([]complex128, 1000)
275 a := make([]float64, 1000)
283 x := make([]float64, 1000
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
gc_test.go 50 m := make(map[T]T)
95 p.c = make(chan error)
156 // Make sure we're not in the middle of a GC.
162 // Make periodic GC run continuously.
215 benchSetType(b, make([]*byte, 1<<10))
228 benchSetType(b, make([]Node1, 32))
241 benchSetType(b, make([]Node8, 32))
254 benchSetType(b, make([]Node64, 32))
267 benchSetType(b, make([]Node64Dead, 32))
280 benchSetType(b, make([]Node124, 32)
    [all...]

Completed in 1539 milliseconds

<<21222324252627282930>>