/development/samples/TicTacToeLib/res/values/ |
strings.xml | 19 <string name="player2_win">Player 2 (computer) wins!</string> 20 <string name="player1_win">Player 1 (you) wins!</string> 21 <string name="tie">This is a tie! No one wins!</string>
|
/external/ppp/pppd/ |
ipcp.h | 53 #define CI_MS_WINS1 130 /* Primary WINS value */ 55 #define CI_MS_WINS2 132 /* Secondary WINS value */ 85 u_int32_t winsaddr[2]; /* Primary and secondary MS WINS entries */
|
ipcp.c | 179 { "ms-wins", 1, (void *)setwinsaddr, 366 * setwinsaddr - set the wins address(es) 368 * the caller to the existing WINS server on a Windows NT platform. 374 u_int32_t wins; local 377 wins = inet_addr(*argv); 378 if (wins == (u_int32_t) -1) { 380 option_error("invalid address parameter '%s' for ms-wins option", 384 wins = *(u_int32_t *)hp->h_addr; 391 ipcp_allowoptions[0].winsaddr[0] = wins; 396 ipcp_allowoptions[0].winsaddr[1] = wins; [all...] |
/external/ipsec-tools/src/racoon/ |
isakmp_cfg.h | 64 /* For the wins servers -- XXX find the value somewhere ? */ 154 struct in_addr wins4[MAXWINS]; /* IPv4 WINS (when client only) */ 155 int wins4_index; /* Number of IPv4 WINS (client only) */ 179 #define ISAKMP_CFG_GOT_WINS4 0x400 /* Client got WINS */
|
/external/openssl/crypto/ |
sparccpuid.S | 32 call .walk.reg.wins 139 .walk.reg.wins: 147 call .walk.reg.wins
|
/frameworks/base/core/java/android/view/ |
FocusFinder.java | 173 // if rect1 is better by beam, it wins 209 // if rect1 is to the direction of, and rect2 is not, rect1 wins. 217 // for horizontal directions, being exclusively in beam always wins 223 // now, as long as rect2 isn't completely closer, rect1 wins
|
/external/emma/core/java12/com/vladium/emma/rt/ |
ClassPathProcessorST.java | 150 // in the classpath wins" semantics: 250 // in the classpath wins" semantics:
|
/external/stlport/test/unit/ |
fstream_test.cpp | 213 // bogus ios_base::binary is for Wins 225 // bogus ios_base::binary is for Wins 244 // bogus ios_base::binary is for Wins 260 // bogus ios_base::binary is for Wins
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/ |
vms-code.c | 35 * For simplicity, if multiple attempts are made, the last one wins.
|
/external/dbus/dbus/ |
dbus-threads.c | 517 * wins and subsequent calls are ignored. (Unless you use 612 * First init wins and D-Bus will always use its threading system
|
/frameworks/base/core/tests/coretests/src/android/view/ |
FocusFinderTest.java | 224 // in beam wins 227 // still wins while aboveInBeam's bottom edge is < out of beams' top
|
/external/bison/src/ |
state.h | 143 /* When resolving a SR conflicts, if the reduction wins, the shift is
|
/external/icu4c/tools/toolutil/ |
ucm.h | 63 UCM_FLAGS_IMPLICIT, /* .ucm file has mappings without | fallback indicators, later wins */
|
/external/ipsec-tools/ |
NEWS | 54 o Modecfg DNS/WINS server multiple attribute support
|
/external/webkit/WebCore/platform/graphics/gtk/ |
VideoSinkGStreamer.cpp | 68 // unlock() and render(), where unlock() wins, signals the
|
/frameworks/base/core/java/android/accessibilityservice/ |
AccessibilityService.java | 66 * feedback type in the same package the first one wins. It is possible however, to
|
/frameworks/base/docs/html/guide/practices/design/ |
responsiveness.jd | 4 <p>It's possible to write code that wins every performance test in the world, but still sends users in a fiery rage when they try to use the application. These are the applications that aren't <em>responsive</em> enough — the ones that feel
|
/external/dbus/bus/ |
policy.c | 864 * in the config file, i.e. last rule that applies wins 1037 * in the config file, i.e. last rule that applies wins [all...] |
dbus-daemon.1 | 141 <type> element "wins" (previous values are ignored). 185 The last <user> entry in the file "wins", the others are ignored.
|
dbus-daemon.1.in | 141 <type> element "wins" (previous values are ignored). 185 The last <user> entry in the file "wins", the others are ignored.
|
/dalvik/dx/src/com/android/dx/ssa/ |
ConstCollector.java | 196 * wins most when collected.
|
/external/icu4c/common/ |
rbbirpt.txt | 48 # character classes tested for do not need to be mutually exclusive. The first match wins.
|
/external/webkit/WebCore/loader/ |
ResourceLoader.cpp | 332 // for a single delegate. Canceling wins.
|
/frameworks/base/core/java/android/content/ |
SharedPreferences.java | 156 * time, the last one to call commit wins.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactMatcher.java | 218 // data elements wins.
|