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

<<31323334353637383940>>

  /external/libcxx/test/std/containers/sequences/deque/deque.special/
copy.pass.cpp 26 make(int size, int start = 0 ) function
54 C c1 = make<C>(N, start);
55 C c2 = make<C>(N);
copy_backward.pass.cpp 26 make(int size, int start = 0 ) function
53 C c1 = make<C>(N, start);
54 C c2 = make<C>(N);
move.pass.cpp 26 make(int size, int start = 0 ) function
53 C c1 = make<C>(N, start);
54 C c2 = make<C>(N);
move_backward.pass.cpp 26 make(int size, int start = 0 ) function
53 C c1 = make<C>(N, start);
54 C c2 = make<C>(N);
  /external/ltp/testscripts/
test_realtime.sh 52 echo -e " clean = all logs deleted, make clean performed "
114 make clean
185 make
186 check_error make
  /external/ltp/tools/pounder21/
Makefile 43 cd ../../../; make clean; tar -cvzf $(NAME)-`date '+%Y-%m-%d'`.src.tar.gz --exclude '*CVS*' $(NAME)
56 if [ -d opt ]; then cd opt; for i in *; do if [ -d $$i ]; then cd $$i; make clean; cd -; fi; done; fi;
57 cd src; for i in *; do if [ -d $$i ]; then cd $$i; make clean; cd -; fi; done;
64 find src/ -name Makefile | while read f; do cd `dirname $$f`; $(MAKE) clean; cd -; done;
  /frameworks/support/design/tests/src/android/support/design/widget/
SnackbarTest.java 115 Snackbar.make(mCoordinatorLayout, MESSAGE_TEXT, Snackbar.LENGTH_SHORT),
120 Snackbar.make(mCoordinatorLayout, MESSAGE_ID, Snackbar.LENGTH_LONG),
125 Snackbar.make(mCoordinatorLayout, MESSAGE_TEXT, Snackbar.LENGTH_INDEFINITE)
131 Snackbar.make(mCoordinatorLayout, MESSAGE_TEXT, Snackbar.LENGTH_SHORT)
137 Snackbar.make(mCoordinatorLayout, MESSAGE_ID, Snackbar.LENGTH_LONG)
148 final Snackbar snackbar = Snackbar.make(mCoordinatorLayout, MESSAGE_TEXT, length)
286 Snackbar.make(mCoordinatorLayout, "A different message", Snackbar.LENGTH_SHORT);
310 Snackbar.make(mCoordinatorLayout, MESSAGE_TEXT, Snackbar.LENGTH_SHORT)
324 Snackbar.make(mCoordinatorLayout, MESSAGE_TEXT, Snackbar.LENGTH_INDEFINITE)
340 Snackbar.make(mCoordinatorLayout, MESSAGE_TEXT, Snackbar.LENGTH_INDEFINITE
    [all...]
  /prebuilts/go/darwin-x86/src/bytes/
buffer_test.go 16 const N = 10000 // make this bigger for a larger (and slower) test
21 testBytes = make([]byte, N)
153 empty(t, "TestBasicOperations (9)", &buf, string(data[0:20]), make([]byte, 5))
154 empty(t, "TestBasicOperations (10)", &buf, "", make([]byte, 100))
179 empty(t, "TestLargeStringWrites (2)", &buf, s, make([]byte, len(data)/i))
192 empty(t, "TestLargeByteWrites (2)", &buf, s, make([]byte, len(data)/i))
201 empty(t, "TestLargeReads (2)", &buf, s, make([]byte, len(data)))
210 empty(t, "TestLargeReads (2)", &buf, s, make([]byte, len(data)))
227 fub := make([]byte, rlen)
231 empty(t, "TestMixedReadsAndWrites (2)", &buf, s, make([]byte, buf.Len())
    [all...]
  /prebuilts/go/darwin-x86/src/sync/
rwmutex_test.go 28 clocked := make(chan bool)
29 cunlock := make(chan bool)
30 cdone := make(chan bool)
89 cdone := make(chan bool)
126 wlocked := make(chan bool, 1)
127 rlocked := make(chan bool, 1)
  /prebuilts/go/linux-x86/src/bytes/
buffer_test.go 16 const N = 10000 // make this bigger for a larger (and slower) test
21 testBytes = make([]byte, N)
153 empty(t, "TestBasicOperations (9)", &buf, string(data[0:20]), make([]byte, 5))
154 empty(t, "TestBasicOperations (10)", &buf, "", make([]byte, 100))
179 empty(t, "TestLargeStringWrites (2)", &buf, s, make([]byte, len(data)/i))
192 empty(t, "TestLargeByteWrites (2)", &buf, s, make([]byte, len(data)/i))
201 empty(t, "TestLargeReads (2)", &buf, s, make([]byte, len(data)))
210 empty(t, "TestLargeReads (2)", &buf, s, make([]byte, len(data)))
227 fub := make([]byte, rlen)
231 empty(t, "TestMixedReadsAndWrites (2)", &buf, s, make([]byte, buf.Len())
    [all...]
  /prebuilts/go/linux-x86/src/sync/
rwmutex_test.go 28 clocked := make(chan bool)
29 cunlock := make(chan bool)
30 cdone := make(chan bool)
89 cdone := make(chan bool)
126 wlocked := make(chan bool, 1)
127 rlocked := make(chan bool, 1)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/
copy.pass.cpp 26 make(int size, int start = 0 ) function
54 C c1 = make<C>(N, start);
55 C c2 = make<C>(N);
copy_backward.pass.cpp 26 make(int size, int start = 0 ) function
53 C c1 = make<C>(N, start);
54 C c2 = make<C>(N);
move.pass.cpp 26 make(int size, int start = 0 ) function
53 C c1 = make<C>(N, start);
54 C c2 = make<C>(N);
move_backward.pass.cpp 26 make(int size, int start = 0 ) function
53 C c1 = make<C>(N, start);
54 C c2 = make<C>(N);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.special/
copy.pass.cpp 26 make(int size, int start = 0 ) function
54 C c1 = make<C>(N, start);
55 C c2 = make<C>(N);
copy_backward.pass.cpp 26 make(int size, int start = 0 ) function
53 C c1 = make<C>(N, start);
54 C c2 = make<C>(N);
move.pass.cpp 26 make(int size, int start = 0 ) function
53 C c1 = make<C>(N, start);
54 C c2 = make<C>(N);
move_backward.pass.cpp 26 make(int size, int start = 0 ) function
53 C c1 = make<C>(N, start);
54 C c2 = make<C>(N);
  /build/soong/ui/build/
make.go 24 // DumpMakeVars can be used to extract the values of Make variables after the
29 // Make without actually building them. So all the variables based on
32 // extra_targets adds real arguments to the make command, in case other targets
42 "make",
61 ret := make(map[string]string, len(vars))
72 return nil, fmt.Errorf("Failed to parse make line: %q", line)
75 return nil, fmt.Errorf("Failed to parse make line: %q", line)
89 // compiler wrappers set up by make
139 ctx.Fatalln("Error dumping make vars:", err)
142 // Print the banner like make doe
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstDouble.java 41 public static CstDouble make(long bits) { method in class:CstDouble
50 * Constructs an instance. This constructor is private; use {@link #make}.
  /dalvik/dx/src/com/android/dx/rop/cst/
CstDouble.java 41 public static CstDouble make(long bits) { method in class:CstDouble
50 * Constructs an instance. This constructor is private; use {@link #make}.
  /external/autotest/client/profilers/powertop/
powertop.py 16 utils.make()
  /external/autotest/client/site_tests/security_SMMLocked/
security_SMMLocked.py 20 utils.make(self.executable)
  /external/autotest/client/tests/aio_dio_bugs/
aio_dio_bugs.py 29 utils.make('"CFLAGS=' + self.gcc_flags + '"')

Completed in 1559 milliseconds

<<31323334353637383940>>