HomeSort by relevance Sort by last modified time
    Searched full:what (Results 1 - 25 of 10186) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/providers/ContactsProvider/tests/assets/test1/
readme.txt 0 What's tested here
  /external/eigen/bench/btl/data/
mk_gnuplot_script.sh 2 WHAT=$1
4 echo $WHAT script generation
5 cat $WHAT.hh > $WHAT.gnuplot
7 DATA_FILE=`find $DIR -name "*.dat" | grep $WHAT`
9 echo plot \\ >> $WHAT.gnuplot
22 BASE=${FILE##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat}
23 echo "'"$FILE"'" title "'"$TITLE"'" ",\\" >> $WHAT.gnuplot
26 BASE=${LAST##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat}
27 echo "'"$LAST"'" title "'"$TITLE"'" >> $WHAT.gnuplo
    [all...]
mk_new_gnuplot.sh 2 WHAT=$1
5 cat ../gnuplot_common_settings.hh > ${WHAT}.gnuplot
7 echo "set title " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 2` >> $WHAT.gnuplot
8 echo "set xlabel " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 3` " offset 0,0" >> $WHAT.gnuplot
9 echo "set xrange [" `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 4` "]" >> $WHAT.gnuplot
13 echo "set xrange [2:16]" >> $WHAT.gnuplot
14 echo "set nologscale" >> $WHAT.gnuplo
    [all...]
  /dalvik/tests/062-character-encodings/
info.txt 1 Test that the list of character encodings is what we expect.
  /external/oprofile/events/alpha/pca56/
events 2 # FIXME: no events ? What's going on here Falk ?
  /external/zlib/src/contrib/infback9/
README 1 See infback9.h for what this is and how to use it.
  /external/webkit/LayoutTests/storage/indexeddb/
tutorial-expected.txt 1 Please view source for more information on what this is doing and why...
  /external/mockito/src/org/mockito/internal/util/
SimpleMockitoLogger.java 11 public void log(Object what) {
13 // super.log(what);
14 loggedInfo.append(what);
ConsoleMockitoLogger.java 12 public void log(Object what) {
13 System.out.println(what);
  /external/chromium/chrome/browser/chromeos/login/
authenticator_unittest.cc 12 const char lower_case[] = "user@what.com";
17 EXPECT_EQ(Authenticator::Canonicalize("user@what.com"),
18 Authenticator::Canonicalize("UsEr@what.com"));
22 EXPECT_EQ(Authenticator::Canonicalize("user@what.com"),
23 Authenticator::Canonicalize("UsEr@what.COM"));
27 EXPECT_NE(Authenticator::Canonicalize("u.ser@what.com"),
28 Authenticator::Canonicalize("UsEr@what.com"));
32 EXPECT_EQ(Authenticator::Canonicalize("u.ser@what.com"),
33 Authenticator::Canonicalize("U.sEr@what.com"));
52 EXPECT_NE(Authenticator::Canonicalize("who@what.com")
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
HandlerCaller.java 69 public boolean hasMessages(int what) {
70 return mH.hasMessages(what);
73 public void removeMessages(int what) {
74 mH.removeMessages(what);
77 public void removeMessages(int what, Object obj) {
78 mH.removeMessages(what, obj);
85 public Message obtainMessage(int what) {
86 return mH.obtainMessage(what);
89 public Message obtainMessageBO(int what, boolean arg1, Object arg2) {
90 return mH.obtainMessage(what, arg1 ? 1 : 0, 0, arg2)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
BaseCommands.java 108 public void registerForRadioStateChanged(Handler h, int what, Object obj) {
109 Registrant r = new Registrant (h, what, obj);
125 public void registerForOn(Handler h, int what, Object obj) {
126 Registrant r = new Registrant (h, what, obj);
145 public void registerForAvailable(Handler h, int what, Object obj) {
146 Registrant r = new Registrant (h, what, obj);
165 public void registerForNotAvailable(Handler h, int what, Object obj) {
166 Registrant r = new Registrant (h, what, obj);
185 public void registerForOffOrNotAvailable(Handler h, int what, Object obj) {
186 Registrant r = new Registrant (h, what, obj)
    [all...]
  /build/core/
apicheck_msg_last.txt 3 You have tried to change the API from what has been previously released in
  /dalvik/tests/065-mismatched-implements/
info.txt 1 This tests what happens when class A implements interface B, but somebody
  /dalvik/tests/066-mismatched-super/
info.txt 1 This tests what happens when class A extends abstract class B, but somebody
  /external/llvm/test/YAMLParser/
spec-02-15.data 10 What a year!
  /external/valgrind/main/none/tests/
fucomip.c 9 printf ("erm, what ?\n");
  /external/webkit/LayoutTests/http/tests/appcache/
idempotent-update-expected.txt 1 Test what applicationCache.update() does if update is already in progess.
  /frameworks/testing/uiautomator/library/
apicheck_msg_last.txt 3 You have tried to change the API from what has been previously released in
  /external/valgrind/main/none/tests/s390x/
icm.c 35 #define test(what, offset) do { \
36 icm(&a[0+offset], 0, what); cc = get_cc(); \
37 icm(&a[1+offset+cc], 1, what); cc = get_cc(); \
38 icm(&a[2+offset+cc], 2, what); cc = get_cc(); \
39 icm(&a[3+offset+cc], 3, what); cc = get_cc(); \
40 icm(&a[4+offset+cc], 4, what); cc = get_cc(); \
41 icm(&a[5+offset+cc], 5, what); cc = get_cc(); \
42 icm(&a[6+offset+cc], 6, what); cc = get_cc(); \
43 icm(&a[7+offset+cc], 7, what); cc = get_cc(); \
44 icm(&a[8+offset+cc], 8, what); cc = get_cc();
    [all...]
  /external/clang/test/SemaObjC/
default-synthesize-1.m 12 @property (retain) NSString* what; // expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}}
16 //@synthesize howMany, what;
22 @property (nonatomic, retain) NSString* what; // expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}}
26 //@synthesize howMany, what;
33 - (NSString*) what {
42 @property (nonatomic, retain) NSString* what; // expected-warning {{auto property synthesis is synthesizing property not explicitly synthesized}}
46 //@synthesize howMany, what;
53 // - (NSString*) what
65 @property (retain) NSString* what;
69 //@synthesize howMany, what; // REM: Redundant anywa
    [all...]
bad-property-synthesis-crash.m 5 @property (nonatomic, retain) NSString* what; // expected-error {{unknown type name 'NSString'}} \
16 @synthesize what; // expected-note 2 {{'what' declared here}}
20 - (NSString*) what { // expected-error {{expected a type}}
  /cts/tests/tests/os/src/android/os/cts/
MessageTest.java 27 public static final int WHAT = 1;
82 assertEquals(0, message.what);
93 Message message = Message.obtain(mHandler, WHAT, ARG1, ARG2, OBJ);
97 assertEquals(message.what, expected.what);
115 Message expected = Message.obtain(mHandler, WHAT);
117 assertEquals(WHAT, expected.what);
121 Message expected = Message.obtain(mHandler, WHAT, OBJ);
123 assertEquals(WHAT, expected.what)
    [all...]
  /external/bzip2/
words2 4 figure out what, please let me know (jseward@bzip.org).
  /external/grub/
Makefile.am 1 # Do not change this order if you don't know what you are doing.

Completed in 1755 milliseconds

1 2 3 4 5 6 7 8 91011>>