HomeSort by relevance Sort by last modified time
    Searched refs:wins (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/test/plugin/
plugin_javascript_open_popup.cc 91 Window* wins = NULL; local
94 &wins, &num_child);
95 if (wins)
96 XFree(wins);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
heapq.py 66 but the top cell "wins" over the two topped cells.
104 may not fit in the current tournament (because the value "wins" over
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
heapq.py 66 but the top cell "wins" over the two topped cells.
104 may not fit in the current tournament (because the value "wins" over
  /external/chromium_org/third_party/openssl/openssl/crypto/
sparccpuid.S 32 call .walk.reg.wins
140 .walk.reg.wins:
148 call .walk.reg.wins
  /external/openssl/crypto/
sparccpuid.S 32 call .walk.reg.wins
140 .walk.reg.wins:
148 call .walk.reg.wins
  /bionic/libc/arch-arm/cortex-a9/bionic/
memset.S 78 # The neon memset only wins for less than 132.
  /external/ppp/pppd/
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...]

Completed in 230 milliseconds