Home
last modified time | relevance | path

Searched refs:use (Results 1 – 25 of 620) sorted by relevance

12345678910>>...25

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DSmartPtr.h49 use();
62 use();
112 use();
128 use();
141 int use() { in use() function
/device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimeExtendedSalLib/
DDxeRuntimeExtendedSalLib.uni2 // This library implements the Extended SAL Library Class for use in boot services and runtime.
4 // This library implements the Extended SAL Library Class for use in boot services and runtime.
18 … #language en-US "Implements the Extended SAL Library Class for use in boot services an…
20 …language en-US "This library implements the Extended SAL Library Class for use in boot services an…
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptPei/
DBaseMemoryLibOptPei.uni2 // Instance of Base Memory Library optimized for use in PEI phase.
4 // Base Memory Library that is optimized for use in PEI phase.
19 …CT #language en-US "Instance of Base Memory Library optimized for use in the PEI phase"
21 … #language en-US "This is the Base Memory Library that is optimized for use in the PEI phase. I…
/device/linaro/hikey/bt-wifi-firmware-util/
DNOTICE10 If you download and use any version of this software from www.github.com, you
17 have made, use, import, offer to sell and sell ("Utilize") this software subject
29 Redistribution and use in binary form, without modification, are permitted provided
35 * any redistribution and use are licensed by TI for use only with TI Devices.
43 * any redistribution and use of the source code, including any resulting
44 derivative works, are licensed by TI for use only with TI Devices.
46 * any redistribution and use of any object code compiled from the source
47 code and any resulting derivative works, are licensed by TI for use only
/device/google/marlin/sepolicy/
Dhal_gnss_default.te17 # Most HALs are not allowed to use network sockets. Qcom library
22 # a netlink route socket, which HALs may use. Due to the initial
23 # attempt to use a UDP socket, we still see a selinux denial,
26 # libqdi and have all its clients use netlink route
Dcamera.te27 allow camera surfaceflinger:fd use;
28 allow camera hal_graphics_allocator:fd use;
29 allow camera cameraserver:fd use;
Dnetd.te4 # in addition to ioctl commands granted to domain allow netd to use:
8 allow netd location:fd use;
Dims.te41 # use /dev/ion memory
44 # use fds passed from radio app
45 allow ims radio:fd use;
Dhal_drm_widevine.te8 allow hal_drm mediacodec:fd use;
9 allow hal_drm { appdomain -isolated_app }:fd use;
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/
DBaseMemoryLibOptDxe.uni2 // Instance of Base Memory Library optimized for use in DXE phase.
4 // Base Memory Library that is optimized for use in DXE phase.
21 …IPTION #language en-US "Base Memory Library that is optimized for use in DXE phase. Uses …
/device/google/contexthub/firmware/
DCodingStandard.txt5 …0. Code will not be wrapped to 80 characters. We all have 24+ inch high-res displays. Let's use th…
21 easily looking over code and estimating memory use.
24 12. Do not use short. char is allowed for actual printable strings only. Use uint8_t/uint16_t/
28 14. Do not use uint16_t/uint8_t for function parameters/return types. Gcc generates very bad code f…
29 those cases and you will lose. However, uint8_t/uint16_t are ok to use in structs/unions.
41 20. You may use whatever comment style suits your heart, as long as the compiler can live with it.
49 24. Do not divide 64-bit values. If you simply must, only do so by a constant, and use cpuMath.h.
55 26. Do not use types with uncertain sizes. NO size_t, ssize_t, etc. use uintXX_t or uintptr_t.
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_131.txt29 2. in dlg/output.c: use DLEXER_C instead on "DLexer.C"
31 3. in h/PBlackBox.h: use <iostream.h> instead of <stream.h>
72 Now, you can simply use "predicate" without the ?: operator
86 as well as ID's. You should use this syntax to make
144 To delete tokens in token buffer, use deleteTokens() message on parser.
259 Note the use of smart pointers rather than "ANTLRToken *".
371 To correctly manage the garbage collection, you should use
373 (visible to the user) has been modified to use the smart pointers.
378 use setjmp()/longjmp(). There are some situations when a few tokens
385 You may use parser->noGarbageCollectTokens() to turn off
[all …]
/device/google/dragon/sepolicy/
Drmi4update.te14 # Allow rmi4update to use file descriptor passed from touchfwup.sh
15 allow rmi4update touch_fw_update:fd use;
/device/linaro/bootloader/edk2/BaseTools/Conf/
Dtarget.template15 # Separate multiple LIST entries with a SINGLE SPACE character, do not use comma characters.
52 # TOOL_DEFINITION_FILE Filename Optional Specify the name of the filename to use for specifying
53 # the tools to use for the build. If not specified,
57 …TAGNAME List Optional Specify the name(s) of the tools_def.txt TagName to use.
68 # BUILD_RULE_CONF Filename Optional Specify the file name to use for the build rules that are fol…
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/
Dlzma.txt5 and tools you need to develop applications that use LZMA compression.
41 To compile with static libraries, you can use
206 periodical data you can use lp=2. Often it's better to set lc0,
314 If you want to use old interfaces you can download previous version of LZMA SDK
317 To use ANSI-C LZMA Decoder you need the following files:
341 You must use external allocator:
347 You can use p = p; operator to disable compiler warnings.
352 When to use: RAM->RAM decompressing
374 You can use LZMA_FINISH_END, when you know that
396 You can use multiple checks to test data integrity after full decompression:
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/
Dlzma.txt5 and tools you need to develop applications that use LZMA compression.
41 To compile with static libraries, you can use
206 periodical data you can use lp=2. Often it's better to set lc0,
314 If you want to use old interfaces you can download previous version of LZMA SDK
317 To use ANSI-C LZMA Decoder you need the following files:
341 You must use external allocator:
347 You can use p = p; operator to disable compiler warnings.
352 When to use: RAM->RAM decompressing
374 You can use LZMA_FINISH_END, when you know that
396 You can use multiple checks to test data integrity after full decompression:
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/
Dlzma.txt5 and tools you need to develop applications that use LZMA compression.
41 To compile with static libraries, you can use
206 periodical data you can use lp=2. Often it's better to set lc0,
314 If you want to use old interfaces you can download previous version of LZMA SDK
317 To use ANSI-C LZMA Decoder you need the following files:
341 You must use external allocator:
347 You can use p = p; operator to disable compiler warnings.
352 When to use: RAM->RAM decompressing
374 You can use LZMA_FINISH_END, when you know that
396 You can use multiple checks to test data integrity after full decompression:
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DChangeLog20 - Replace use of unsafe string functions with snprintf if available
23 - Eliminate use of mktemp in Makefile (not always available)
28 - On Darwin, only use /usr/bin/libtool if libtool is not Apple
42 - Add note to contrib/blast to use binary mode in stdio
57 - Fix typos in the use of _LARGEFILE64_SOURCE in zconf.h
68 - Replace use of memmove() with a simple copy for portability
72 - Require gcc 4.0 or later on Mac OS X to use the hidden attribute
75 - Do not use the visibility attribute if NO_VIZ defined
80 - Don't use library or built-in byte swaps
81 - Simplify test and use of gcc hidden attribute
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Hash2DxeCrypto/
DHash2DxeCrypto.uni4 // This module will use EDKII crypto libary to HASH2 protocol.
21 #string STR_MODULE_DESCRIPTION #language en-US "This module will use EDKII crypto libary t…
/device/linaro/bootloader/edk2/BaseTools/gcc/
DREADME.txt18 To use this script, you will need:
34 To use this script, you will need:
56 You should setup cygwin to use binmode on all mounts. When you initially
67 If you use textmode, it is likely that the build will fail in a way that is
/device/google/dragon/
Dinit.dragon.usb.rc32 write /config/usb_gadget/g1/os_desc/use 0
40 write /config/usb_gadget/g1/os_desc/use 1
45 write /config/usb_gadget/g1/os_desc/use 1
56 write /config/usb_gadget/g1/os_desc/use 1
61 write /config/usb_gadget/g1/os_desc/use 1
/device/linaro/hikey/
Dinit.common.usb.rc30 write /config/usb_gadget/g1/os_desc/use 0
38 write /config/usb_gadget/g1/os_desc/use 1
43 write /config/usb_gadget/g1/os_desc/use 1
54 write /config/usb_gadget/g1/os_desc/use 1
59 write /config/usb_gadget/g1/os_desc/use 1
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SectionExtractionDxe/
DSectionExtractionDxe.uni4 …xtraction Protocol required to load modules from firmware volumes that may use compression, signin…
20 …xtraction Protocol required to load modules from firmware volumes that may use compression, signin…
/device/linaro/bootloader/edk2/BaseTools/
Dbuilding-gcc.txt1 To use GCC with the BaseTools project for edk2 based development purposes,
8 If you do not have a tianocore.org account, you can make use of the 'guest'
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12DeviceLibTcg/
DTpm12DeviceLibTcg.uni4 // This library helps to use TPM 1.2 device in library function API
21 #string STR_MODULE_DESCRIPTION #language en-US "This library helps to use TPM 1.2 device i…

12345678910>>...25