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

1 2 3 4

  /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
140 .walk.reg.wins:
148 call .walk.reg.wins
  /frameworks/base/core/java/android/content/
SyncQueue.java 192 // if both have same level, earlier time wins
202 // if op is expedited, it wins unless op can't run yet and best can
214 // if best is expedited but can't run yet and op can run, op wins
SharedPreferences.java 158 * time, the last one to call commit wins.
176 * time, the last one to call apply 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:
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
block_switch.c 414 /* Left Channel wins */
421 /* Right Channel wins */
  /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.
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 231 // bogus ios_base::binary is for Wins
243 // bogus ios_base::binary is for Wins
262 // bogus ios_base::binary is for Wins
278 // bogus ios_base::binary is for Wins
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 231 // bogus ios_base::binary is for Wins
243 // bogus ios_base::binary is for Wins
262 // bogus ios_base::binary is for Wins
278 // bogus ios_base::binary is for Wins
  /external/chromium/third_party/icu/patches/
locdet.patch 87 The leftmost codepage (.xxx) wins.
243 + The leftmost codepage (.xxx) 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 223 // in beam wins
226 // 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/chromium/third_party/icu/source/tools/toolutil/
ucm.h 63 UCM_FLAGS_IMPLICIT, /* .ucm file has mappings without | fallback indicators, later wins */
  /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 22 <p>It's possible to write code that wins every performance test in the world,
  /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...]

Completed in 1066 milliseconds

1 2 3 4