Searched refs:mode (Results 226 - 250 of 4963) sorted by relevance

1234567891011>>

/external/v8/src/
H A Dbignum-dtoa.h32 // The output depends on the given mode:
38 // In this mode the 'requested_digits' parameter is ignored.
55 void BignumDtoa(double v, BignumDtoaMode mode, int requested_digits,
H A Dfast-dtoa.h35 // If the function returns true and mode equals
54 FastDtoaMode mode,
/external/vboot_reference/utility/
H A Denable_dev_usb_boot22 chromeos-firmwareupdate --mode=todev || die "Failed to enable USB boot."
/external/webp/src/enc/
H A Dtree_enc.c270 static int PutI4Mode(VP8BitWriter* const bw, int mode, argument
272 if (VP8PutBit(bw, mode != B_DC_PRED, prob[0])) {
273 if (VP8PutBit(bw, mode != B_TM_PRED, prob[1])) {
274 if (VP8PutBit(bw, mode != B_VE_PRED, prob[2])) {
275 if (!VP8PutBit(bw, mode >= B_LD_PRED, prob[3])) {
276 if (VP8PutBit(bw, mode != B_HE_PRED, prob[4])) {
277 VP8PutBit(bw, mode != B_RD_PRED, prob[5]);
280 if (VP8PutBit(bw, mode != B_LD_PRED, prob[6])) {
281 if (VP8PutBit(bw, mode != B_VL_PRED, prob[7])) {
282 VP8PutBit(bw, mode !
292 PutI16Mode(VP8BitWriter* const bw, int mode) argument
[all...]
/external/webview_support_interfaces/src/org/chromium/support_lib_boundary/
H A DServiceWorkerWebSettingsBoundaryInterface.java11 void setCacheMode(int mode); argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhw_features.h20 const char * hostapd_hw_mode_txt(int mode);
25 struct hostapd_hw_modes *mode);
49 static inline const char * hostapd_hw_mode_txt(int mode) argument
65 struct hostapd_hw_modes *mode)
64 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) argument
/external/wpa_supplicant_8/src/ap/
H A Dhw_features.h20 const char * hostapd_hw_mode_txt(int mode);
25 struct hostapd_hw_modes *mode);
49 static inline const char * hostapd_hw_mode_txt(int mode) argument
65 struct hostapd_hw_modes *mode)
64 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhw_features.h20 const char * hostapd_hw_mode_txt(int mode);
25 struct hostapd_hw_modes *mode);
49 static inline const char * hostapd_hw_mode_txt(int mode) argument
65 struct hostapd_hw_modes *mode)
64 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) argument
/external/speex/include/speex/
H A Dspeex.h66 /** Set sub-mode to use */
68 /** Get current sub-mode in use */
71 /** Set low-band sub-mode to use (wideband only)*/
73 /** Get current low-band mode in use (wideband only)*/
76 /** Set high-band sub-mode to use (wideband only)*/
78 /** Get current high-band mode in use (wideband only)*/
148 /** Sets the max bit-rate allowed in VBR mode */
150 /** Gets the max bit-rate allowed in VBR mode */
172 /* Values allowed for mode queries */
173 /** Query the frame size of a mode */
251 const void *mode; member in struct:SpeexMode
[all...]
/external/autotest/server/cros/ap_configurators/
H A Dnetgear2000_ap_configurator.py27 raise RuntimeError('Security and mode do not match:', text)
75 def set_mode(self, mode):
76 # The mode popup changes based on the security mode. Set to no
79 self.add_item_to_command_list(self._set_mode, (mode, ), 1, 800)
82 def _set_mode(self, mode):
83 if mode == ap_spec.MODE_G:
84 mode = 'Up to 54 Mbps'
85 elif mode == ap_spec.MODE_N:
86 mode
[all...]
/external/clang/test/SemaCXX/
H A Dattr-print.cpp20 // CHECK: typedef int Small1 __attribute__((mode(byte)));
21 typedef int Small1 __attribute__((mode(byte)));
23 // CHECK: int small __attribute__((mode(byte)));
24 int small __attribute__((mode(byte)));
/external/deqp/framework/delibs/decpp/
H A DdeSpinBarrier.hpp66 void sync (WaitMode mode);
70 void removeThread (WaitMode mode);
/external/e2fsprogs/contrib/android/
H A Dbasefs_allocator.h12 const char *name, ext2_ino_t parent_ino, ext2_ino_t root, mode_t mode);
14 const char *name, ext2_ino_t parent_ino, ext2_ino_t root, mode_t mode);
/external/icu/icu4c/source/common/unicode/
H A Dunorm.h154 /** One more than the highest normalization mode constant. @deprecated ICU 56 Use unorm2.h instead. */
196 * The string will be normalized according the specified normalization mode
202 * @param mode The normalization mode; one of UNORM_NONE,
215 UNormalizationMode mode, int32_t options,
232 * @param mode which normalization form to test for
241 UNormalizationMode mode,
250 * @param mode Which normalization form to test for.
262 UNormalizationMode mode, int32_t options,
267 * This is semantically equivalent to source.equals(normalize(source, mode))
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dseg6_iptunnel.h28 int mode; member in struct:seg6_iptunnel_encap
46 switch (tuninfo->mode) {
/external/llvm/test/MC/ARM/
H A Ddirective-arch-mode-switch.s4 @ Start in arm mode
8 @ In ARM mode, switch to an arch which has ARM and Thumb, no warning or .code directive (stay in ARM mode)
15 @ In ARM mode, switch to an arch which has Thumb only, expect warning and .code 16 directive
17 @ STDERR: [[@LINE-1]]:{{[0-9]+}}: warning: new target does not support arm mode, switching to thumb mode
21 @ In Thumb mode, switch to an arch which has ARM and Thumb, no warning or .code directive (stay in Thumb mode)
28 @ In Thumb mode, switch to a CPU which has ARM and Thumb, no warning or .code directive (stay in Thumb mode)
[all...]
/external/ltp/include/
H A Dtst_safe_stdio.h25 #define SAFE_FOPEN(path, mode) \
26 safe_fopen(__FILE__, __LINE__, NULL, path, mode)
/external/ltp/testcases/kernel/security/smack/
H A Dsmack_set_load.sh34 mode=$(echo "$new_rule" | sed -e 's/.* //')
35 if [ "$mode" != "rwxa" ]; then
44 mode=$(echo "$new_rule" | sed -e 's/.* //')
45 if [ "$mode" != "r" ]; then
/external/python/cpython2/Include/
H A Ddtoa.h7 PyAPI_FUNC(char *) _Py_dg_dtoa(double d, int mode, int ndigits,
/external/python/cpython2/Tools/freeze/
H A Dbkfile.py4 def __init__(self, file, mode, bufsize):
16 self.__file = _orig_open(file, mode, bufsize)
21 self.mode = self.__file.mode
44 def open(file, mode = 'r', bufsize = -1):
45 if 'w' not in mode:
46 return _orig_open(file, mode, bufsize)
47 return _BkFile(file, mode, bufsize)
/external/skia/include/effects/
H A DSkXfermodeImageFilter.h24 static sk_sp<SkImageFilter> Make(SkBlendMode mode, sk_sp<SkImageFilter> background) { argument
25 return Make(mode, std::move(background), nullptr, nullptr);
/external/skqp/include/effects/
H A DSkXfermodeImageFilter.h24 static sk_sp<SkImageFilter> Make(SkBlendMode mode, sk_sp<SkImageFilter> background) { argument
25 return Make(mode, std::move(background), nullptr, nullptr);
/external/squashfs-tools/squashfs-tools/
H A Dandroid.h22 unsigned *uid, unsigned *gid, unsigned *mode, uint64_t *capabilities);
27 char *set_selabel(const char *path, unsigned int mode, struct selabel_handle *sehnd);
/external/strace/tests/
H A Dmbind.c42 const unsigned long mode = 3; local
47 long rc = syscall(__NR_mbind, 0, len, mode, nodemask, maxnode, flags);
/external/strace/tests-m32/
H A Dmbind.c42 const unsigned long mode = 3; local
47 long rc = syscall(__NR_mbind, 0, len, mode, nodemask, maxnode, flags);

Completed in 1069 milliseconds

1234567891011>>