Searched
full:backend (Results
451 -
475 of
2151) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/ |
gthr-single.h | 48 /* Backend initialization functions */ 66 /* Backend thread functions */ 131 /* Backend mutex functions */ 170 /* Backend condition mutex functions */
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/ |
gthr-single.h | 48 /* Backend initialization functions */ 66 /* Backend thread functions */ 131 /* Backend mutex functions */ 170 /* Backend condition mutex functions */
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/ |
gthr-single.h | 48 /* Backend initialization functions */ 66 /* Backend thread functions */ 131 /* Backend mutex functions */ 170 /* Backend condition mutex functions */
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/ |
gthr-single.h | 48 /* Backend initialization functions */ 66 /* Backend thread functions */ 131 /* Backend mutex functions */ 170 /* Backend condition mutex functions */
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/ |
gthr-single.h | 48 /* Backend initialization functions */ 66 /* Backend thread functions */ 131 /* Backend mutex functions */ 170 /* Backend condition mutex functions */
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/ |
gthr-single.h | 48 /* Backend initialization functions */ 66 /* Backend thread functions */ 131 /* Backend mutex functions */ 170 /* Backend condition mutex functions */
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/ |
gthr-single.h | 48 /* Backend initialization functions */ 66 /* Backend thread functions */ 131 /* Backend mutex functions */ 170 /* Backend condition mutex functions */
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/ |
gthr-single.h | 48 /* Backend initialization functions */ 66 /* Backend thread functions */ 131 /* Backend mutex functions */ 170 /* Backend condition mutex functions */
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/ |
gthr-single.h | 48 /* Backend initialization functions */ 66 /* Backend thread functions */ 131 /* Backend mutex functions */ 170 /* Backend condition mutex functions */
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/ |
gthr-single.h | 48 /* Backend initialization functions */ 66 /* Backend thread functions */ 131 /* Backend mutex functions */ 170 /* Backend condition mutex functions */
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/ |
gthr-single.h | 48 /* Backend initialization functions */ 66 /* Backend thread functions */ 131 /* Backend mutex functions */ 170 /* Backend condition mutex functions */
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/ |
gthr-single.h | 48 /* Backend initialization functions */ 66 /* Backend thread functions */ 131 /* Backend mutex functions */ 170 /* Backend condition mutex functions */
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/ |
gthr-single.h | 48 /* Backend initialization functions */ 66 /* Backend thread functions */ 131 /* Backend mutex functions */ 170 /* Backend condition mutex functions */
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/ |
gthr-single.h | 48 /* Backend initialization functions */ 66 /* Backend thread functions */ 131 /* Backend mutex functions */ 170 /* Backend condition mutex functions */
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/ |
gthr-single.h | 48 /* Backend initialization functions */ 66 /* Backend thread functions */ 131 /* Backend mutex functions */ 170 /* Backend condition mutex functions */
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/ |
gthr-single.h | 48 /* Backend initialization functions */ 66 /* Backend thread functions */ 131 /* Backend mutex functions */ 170 /* Backend condition mutex functions */
|
/system/tools/hidl/ |
HidlTypeAssertion.h | 29 // This will cause the C++ backend of hidl-gen to emit the appropriate
|
/toolchain/binutils/binutils-2.25/bfd/ |
TODO | 18 o - update the bfd doc; write a how-to-write-a-backend doc, take out
|
aout-sparcle.c | 1 /* BFD backend for sparc little-endian aout binaries.
|
aout0.c | 1 /* BFD backend for SunOS style a.out with flags set to 0
|
demo64.c | 1 /* BFD backend for demonstration 64-bit a.out binaries.
|
/bootable/recovery/minui/ |
graphics.cpp | 322 auto backend = std::unique_ptr<MinuiBackend>{ std::make_unique<MinuiBackendAdf>() }; local 323 gr_draw = backend->Init(); 326 backend = std::make_unique<MinuiBackendDrm>(); 327 gr_draw = backend->Init(); 331 backend = std::make_unique<MinuiBackendFbdev>(); 332 gr_draw = backend->Init(); 339 gr_backend = backend.release();
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
browser.py | 33 def __init__(self, backend, platform_backend, credentials_path): 34 super(Browser, self).__init__(app_backend=backend, 37 self._browser_backend = backend 39 self._tabs = tab_list.TabList(backend.tab_list_backend) 65 logging.exception('Failure while starting browser backend.') 70 msg='Exception raised while closing platform backend') 293 """Returns all minidump paths available in the backend."""
|
/external/selinux/libselinux/src/ |
label.c | 346 struct selabel_handle *selabel_open(unsigned int backend, 352 if (backend >= ARRAY_SIZE(initfuncs)) { 357 if (!initfuncs[backend]) { 367 rec->backend = backend; 374 if ((*initfuncs[backend])(rec, opts, nopts)) { 415 * If the label backend does not support partial matching,
|
/packages/apps/Settings/src/com/android/settings/ |
DreamSettings.java | 243 DreamBackend backend = new DreamBackend(context); 244 boolean isEnabled = backend.isEnabled(); 245 boolean activatedOnSleep = backend.isActivatedOnSleep(); 246 boolean activatedOnDock = backend.isActivatedOnDock(); 256 DreamBackend backend = new DreamBackend(context); 257 boolean isEnabled = backend.isEnabled(); 261 return backend.getActiveDreamName();
|
Completed in 1276 milliseconds
<<11121314151617181920>>