OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capability
(Results
176 - 200
of
1258
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/aac/libSBRdec/include/
sbrdecoder.h
112
/*
Capability
flags */
113
#define CAPF_SBR_LP 0x00000001 /*!< Flag indicating library's
capability
of Low Power mode. */
114
#define CAPF_SBR_HQ 0x00000002 /*!< Flag indicating library's
capability
of High Quality mode. */
115
#define CAPF_SBR_DRM_BS 0x00000004 /*!< Flag indicating library's
capability
to decode DRM SBR data. */
116
#define CAPF_SBR_CONCEALMENT 0x00000008 /*!< Flag indicating library's
capability
to conceal erroneous frames. */
117
#define CAPF_SBR_DRC 0x00000010 /*!< Flag indicating library's
capability
for Dynamic Range Control. */
118
#define CAPF_SBR_PS_MPEG 0x00000020 /*!< Flag indicating library's
capability
to do MPEG Parametric Stereo. */
119
#define CAPF_SBR_PS_DRM 0x00000040 /*!< Flag indicating library's
capability
to do DRM Parametric Stereo. */
/external/chromium_org/chromeos/dbus/
bluetooth_agent_manager_client.cc
31
const std::string&
capability
,
40
writer.AppendString(
capability
);
fake_bluetooth_agent_manager_client.cc
27
const std::string&
capability
,
/external/libselinux/src/
avc_internal.h
83
/* this is a macro in order to use the variadic
capability
. */
151
/* again, we need the variadic
capability
here */
/frameworks/av/include/drm/
DrmSupportInfo.h
25
* This is an utility class which wraps the
capability
of each plug-in,
28
* Plug-in developer could return the
capability
of the plugin by passing
/frameworks/base/core/java/android/net/
LinkSocketNotifier.java
84
* Get notified of every
capability
change
85
* check for LinkSockets on that Link that are interested in that
Capability
- call them
/frameworks/wilhelm/src/itf/
IVideoDecoderCapabilities.cpp
76
// pIndex returns the number of video decoders
capability
descriptions.
89
// pIndex is an incrementing value used to enumerate
capability
descriptions.
/external/bluetooth/bluedroid/btif/include/
btif_av.h
135
** will accurately provide a true
capability
of
/external/chromium/base/
port.h
41
// StringUtil.VariableArgsFunc unit test tests this
capability
.
/external/chromium_org/base/
port.h
40
// StringUtil.VariableArgsFunc unit test tests this
capability
.
/external/chromium_org/ppapi/c/trusted/
ppb_url_loader_trusted.h
50
* Grant this URLLoader the
capability
to make unrestricted cross-origin
/external/chromium_org/third_party/cld/base/
port.h
40
// StringUtil.VariableArgsFunc unit test tests this
capability
.
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_swizzle.h
39
* Describe the swizzling
capability
of target hardware.
/external/kernel-headers/original/linux/
securebits.h
24
/* When set, setuid to/from uid 0 does not trigger
capability
-"fixup".
/external/libcap-ng/libcap-ng-0.7/docs/
capng_change_id.3
11
This function will change uid and gid to the ones given while retaining the capabilities previously specified in capng_update. It is not necessary and perhaps better if capng_apply has not been called prior to this function so that all necessary privileges are still intact. The caller is required to have CAP_SETPCAP
capability
still active before calling this function.
/external/libcap-ng/libcap-ng-0.7/utils/
filecap.8
34
.B To set a file
capability
on a specific program:
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_swizzle.h
39
* Describe the swizzling
capability
of target hardware.
/external/sepolicy/
security_classes
13
class
capability
/external/srec/shared/include/
ESR_VariableTypes.h
24
* Enumeration of all possible variable types. Used to add strong-typing
capability
to generic
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmdefs.h
141
#define DMADDRWIDTH_30 30 /* 30-bit addressing
capability
*/
142
#define DMADDRWIDTH_32 32 /* 32-bit addressing
capability
*/
143
#define DMADDRWIDTH_63 63 /* 64-bit addressing
capability
*/
144
#define DMADDRWIDTH_64 64 /* 64-bit addressing
capability
*/
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
MAKE_RESTARTS
5
# Test basic
capability
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
securebits.h
24
/* When set, setuid to/from uid 0 does not trigger
capability
-"fixup".
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
ticket_item.js
96
* @return {boolean} Whether the print destination
capability
is available.
141
// Don't lose requested value if
capability
is not available.
160
* @return {!Object} Default value of the ticket item if the
capability
is
/external/chromium_org/chromeos/display/
output_util.cc
64
// the format of the extensions and how video
capability
is encoded.
103
// - byte 2: the extended tag. '0' for video
capability
.
104
// - byte 3: the
capability
.
/external/chromium_org/content/public/browser/
child_process_security_policy.h
45
// browser should call this function to grant the child process the
capability
59
//
capability
to upload the requested file.
123
// Grants the child process the
capability
to access URLs of the provided
Completed in 1335 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>