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

  /external/bzip2/
bzmore 22 cb='cbreak'; ncb='-cbreak'
25 cb='min 1 -icanon'; ncb='icanon eof ^d'
30 trap 'stty $ncb echo 2>/dev/null; exit' 0 2 3 5 10 13 15
47 stty $ncb echo 2>/dev/null
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
uuid.py 368 ncb = netbios.NCB()
369 ncb.Command = netbios.NCBENUM
370 ncb.Buffer = adapters = netbios.LANA_ENUM()
372 if win32wnet.Netbios(ncb) != 0:
376 ncb.Reset()
377 ncb.Command = netbios.NCBRESET
378 ncb.Lana_num = ord(adapters.lana[i])
379 if win32wnet.Netbios(ncb) != 0:
381 ncb.Reset()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
uuid.py 368 ncb = netbios.NCB()
369 ncb.Command = netbios.NCBENUM
370 ncb.Buffer = adapters = netbios.LANA_ENUM()
372 if win32wnet.Netbios(ncb) != 0:
376 ncb.Reset()
377 ncb.Command = netbios.NCBRESET
378 ncb.Lana_num = ord(adapters.lana[i])
379 if win32wnet.Netbios(ncb) != 0:
381 ncb.Reset(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
uuid.py 368 ncb = netbios.NCB()
369 ncb.Command = netbios.NCBENUM
370 ncb.Buffer = adapters = netbios.LANA_ENUM()
372 if win32wnet.Netbios(ncb) != 0:
376 ncb.Reset()
377 ncb.Command = netbios.NCBRESET
378 ncb.Lana_num = ord(adapters.lana[i])
379 if win32wnet.Netbios(ncb) != 0:
381 ncb.Reset(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 368 ncb = netbios.NCB()
369 ncb.Command = netbios.NCBENUM
370 ncb.Buffer = adapters = netbios.LANA_ENUM()
372 if win32wnet.Netbios(ncb) != 0:
376 ncb.Reset()
377 ncb.Command = netbios.NCBRESET
378 ncb.Lana_num = ord(adapters.lana[i])
379 if win32wnet.Netbios(ncb) != 0:
381 ncb.Reset(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 368 ncb = netbios.NCB()
369 ncb.Command = netbios.NCBENUM
370 ncb.Buffer = adapters = netbios.LANA_ENUM()
372 if win32wnet.Netbios(ncb) != 0:
376 ncb.Reset()
377 ncb.Command = netbios.NCBRESET
378 ncb.Lana_num = ord(adapters.lana[i])
379 if win32wnet.Netbios(ncb) != 0:
381 ncb.Reset(
    [all...]
  /external/python/cpython2/Lib/
uuid.py 415 ncb = netbios.NCB()
416 ncb.Command = netbios.NCBENUM
417 ncb.Buffer = adapters = netbios.LANA_ENUM()
419 if win32wnet.Netbios(ncb) != 0:
423 ncb.Reset()
424 ncb.Command = netbios.NCBRESET
425 ncb.Lana_num = ord(adapters.lana[i])
426 if win32wnet.Netbios(ncb) != 0:
428 ncb.Reset(
    [all...]
  /libcore/ojluni/src/main/java/java/io/
BufferedReader.java 155 // char ncb[] = new char[readAheadLimit];
160 char ncb[] = new char[nlength]; local
161 System.arraycopy(cb, markedChar, ncb, 0, delta);
162 cb = ncb;
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf_3.2.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/bind/external/rngom/2.2.11/
rngom-2.2.11.jar 
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
walk.go 1296 ncb := nod(OINDEX, ncs, nodintconst(int64(i)))
1297 r = nod(and, r, nod(cmp, ncb, cb))
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
walk.go 1296 ncb := nod(OINDEX, ncs, nodintconst(int64(i)))
1297 r = nod(and, r, nod(cmp, ncb, cb))
    [all...]

Completed in 1076 milliseconds