Searched defs:stopped (Results 1 - 7 of 7) sorted by relevance

/device/generic/goldfish/wifi/wifi_hal/
H A Dwifi_hal.cpp88 bool stopped = false; local
94 auto callback = [&mutex, &stopped, &condition] {
96 stopped = true;
103 while (!stopped) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
H A Dpydoc.py2289 def stopped(): member in class:cli.BadUsage
2290 print 'pydoc server stopped'
2291 serve(port, ready, stopped)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
H A Dpydoc.py2370 def stopped(): member in class:cli.BadUsage
2371 print 'pydoc server stopped'
2372 serve(port, ready, stopped)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dpydoc.py2285 def stopped(): member in class:cli.BadUsage
2286 print 'pydoc server stopped'
2287 serve(port, ready, stopped)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Ditertoolsmodule.c1684 return NULL; /* already stopped */
1783 int stopped; /* set to 1 when the product iterator is exhausted */ member in struct:__anon3422
1851 lz->stopped = 0;
1892 if (lz->stopped)
1964 lz->stopped = 1;
2035 int stopped; /* set to 1 when the combinations iterator is exhausted */ member in struct:__anon3423
2083 co->stopped = r > n ? 1 : 0;
2125 if (co->stopped)
2195 co->stopped = 1;
2284 int stopped; /* se member in struct:__anon3424
2528 int stopped; /* set to 1 when the permutations iterator is exhausted */ member in struct:__anon3425
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Ditertoolsmodule.c1715 return NULL; /* already stopped */
1814 int stopped; /* set to 1 when the product iterator is exhausted */ member in struct:__anon3087
1890 lz->stopped = 0;
1931 if (lz->stopped)
2003 lz->stopped = 1;
2074 int stopped; /* set to 1 when the combinations iterator is exhausted */ member in struct:__anon3088
2122 co->stopped = r > n ? 1 : 0;
2164 if (co->stopped)
2234 co->stopped = 1;
2323 int stopped; /* se member in struct:__anon3089
2567 int stopped; /* set to 1 when the permutations iterator is exhausted */ member in struct:__anon3090
[all...]
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/
H A DDwUsb3Dxe.h528 UINT8 stopped; member in struct:usb3_pcd_ep

Completed in 29 milliseconds