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

  /device/google/marlin/common/
utils.mk 22 # $(call find-word-in-list,w,wlist)
23 # finds an exact match of word w in word list wlist
26 # fill wlist spaces with colon
40 # $(call match-word-in-list,w,wlist)
41 # does an exact match of word w in word list wlist
44 # return output of an exact match of word w in wordlist wlist
56 # $(call match-prefix,p,delim,w/wlist)
57 # matches prefix p in wlist using delimiter delim
60 # trim the words in wlist w
  /external/autotest/client/deps/lansim/src/py/
simulator.py 230 # * wlist: is possible to write to network, if there's a packet
236 wlist = tuple()
238 wlist = iface_fd,
241 rlist, wlist, xlist = select.select(rlist, wlist, xlist, timeout)
253 if iface_fd in wlist:
simulator_unittest.py 45 rlist, wlist, xlist = select.select([self._sock], [], [], 1.)
  /external/opencv3/platforms/osx/
build_framework.py 95 wlist = " ".join(["../build/" + t + "/lib/Release/libopencv_world.a" for t in targetlist])
96 os.system("lipo -create " + wlist + " -o " + dstdir + "/opencv2")
  /external/opencv3/platforms/ios/
build_framework.py 112 wlist = " ".join(["../build/" + t + "/lib/Release/" + libname for t in targetlist])
113 execute("lipo -create " + wlist + " -o " + dstdir + "/%s" % name)
  /external/curl/lib/
checksrc.pl 32 my $wlist;
134 $wlist .= " $1 ";
162 if("$wlist" !~ / $file /) {
  /external/chromium-trace/catapult/third_party/Paste/paste/
cgiapp.py 222 rlist, wlist, xlist = select.select(read_set, write_set, [])
224 if proc.stdin in wlist:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]

Completed in 496 milliseconds