Searched defs:mode (Results 76 - 100 of 1082) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/chromium/src/
H A DWebIDBTransactionImpl.cpp49 int WebIDBTransactionImpl::mode() const function in class:WebKit::WebIDBTransactionImpl
51 return m_backend->mode();
/external/webkit/Tools/DumpRenderTree/android/
H A Dget_layout_tests_dir_contents.php21 # get_layout_tests_dir_contents.php?path=PATH&recurse=RECURSE&separator=SEPARATOR&mode=MODE
45 function getAllFilesUnderAsArray($relPath, $recurse, $mode) {
60 if ($mode == 'folders') {
64 $result = array_merge($result, getAllFilesUnderAsArray($filePath, $recurse, $mode));
66 } else if ($mode == 'files') {
85 if (strtolower($_GET['mode']) == 'folders') {
86 $mode = 'folders'; variable
88 $mode = 'files'; variable
106 foreach (getAllFilesUnderAsArray($relPath, $recurse, $mode) as $i => $value) {
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhw_features.h25 const char * hostapd_hw_mode_txt(int mode);
30 struct hostapd_hw_modes *mode);
48 static inline const char * hostapd_hw_mode_txt(int mode) argument
64 struct hostapd_hw_modes *mode)
63 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) argument
/external/wpa_supplicant_8/src/ap/
H A Dhw_features.h25 const char * hostapd_hw_mode_txt(int mode);
30 struct hostapd_hw_modes *mode);
48 static inline const char * hostapd_hw_mode_txt(int mode) argument
64 struct hostapd_hw_modes *mode)
63 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.h25 const char * hostapd_hw_mode_txt(int mode);
30 struct hostapd_hw_modes *mode);
48 static inline const char * hostapd_hw_mode_txt(int mode) argument
64 struct hostapd_hw_modes *mode)
63 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) argument
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
H A DSystemScopeTest.java44 final static boolean mode = true; field in class:SystemScopeTest
51 if (mode) ss = new SystemScope("SystemScope");
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemApplyTemplates.java45 * mode %qname; #IMPLIED
56 * mode %qname; #IMPLIED
62 * Set the mode attribute for this element.
64 * @param mode reference, which may be null, to the <a href="http://www.w3.org/TR/xslt#modes">current mode</a>.
66 public void setMode(QName mode) argument
68 m_mode = mode;
72 * Get the mode attribute for this element.
74 * @return The mode attribute for this element
162 QName mode
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_proxy_apitest.cc36 ProxyPrefs::ProxyMode mode; local
37 ASSERT_TRUE(dict.GetMode(&mode));
38 EXPECT_EQ(expected_mode, mode);
192 // Tests setting values only for incognito mode
218 // Tests setting values also for incognito mode
/external/chromium/chrome/browser/ui/views/
H A Dreload_button.cc35 void ReloadButton::ChangeMode(Mode mode, bool force) { argument
36 intended_mode_ = mode;
42 ((mode == MODE_STOP) ?
46 SetToggled(mode == MODE_STOP);
47 visible_mode_ = mode;
/external/chromium/crypto/
H A Dencryptor_mac.cc23 bool Encryptor::Init(SymmetricKey* key, Mode mode, const std::string& iv) { argument
25 DCHECK_EQ(CBC, mode) << "Unsupported mode of operation";
35 mode_ = mode;
H A Dencryptor_win.cc40 bool Encryptor::Init(SymmetricKey* key, Mode mode, const std::string& iv) { argument
42 DCHECK_EQ(CBC, mode) << "Unsupported mode of operation";
44 // In CryptoAPI, the IV, padding mode, and feedback register (for a chaining
45 // mode) are properties of a key, so we have to create a copy of the key for
/external/dropbear/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_mulmod_timing.c43 int first, bitbuf, bitcpy, bitcnt, mode, digidx; local
97 mode = 0;
120 if (mode == 0 && i == 0) {
127 if (mode == 0 && i == 1) {
128 mode = 1;
/external/dropbear/libtommath/
H A Dbn_mp_exptmod_fast.c36 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
193 /* set initial mode and bit cnt */
194 mode = 0;
217 /* if the bit is zero and mode == 0 then we ignore it
222 if (mode == 0 && y == 0) {
226 /* if the bit is zero and mode == 1 then we square */
227 if (mode == 1 && y == 0) {
239 mode = 2;
264 mode = 1;
269 if (mode
[all...]
H A Dbn_s_mp_exptmod.c27 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
138 /* set initial mode and bit cnt */
139 mode = 0;
162 /* if the bit is zero and mode == 0 then we ignore it
167 if (mode == 0 && y == 0) {
171 /* if the bit is zero and mode == 1 then we square */
172 if (mode == 1 && y == 0) {
184 mode = 2;
209 mode = 1;
214 if (mode
[all...]
/external/e2fsprogs/misc/
H A De2label.c50 static int open_e2fs (char *dev, int mode) argument
54 fd = open(dev, mode);
/external/freetype/src/raster/
H A Dftrend1.c44 /* set render-specific mode */
101 FT_Render_Mode mode,
121 /* check rendering mode */
123 if ( mode != FT_RENDER_MODE_MONO )
141 if ( mode != FT_RENDER_MODE_MONO )
197 if ( !( mode & FT_RENDER_MODE_MONO ) )
99 ft_raster1_render( FT_Renderer render, FT_GlyphSlot slot, FT_Render_Mode mode, const FT_Vector* origin ) argument
/external/iptables/include/linux/netfilter/
H A Dxt_statistic.h21 __u16 mode; member in struct:xt_statistic_info
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
H A DCombinerHeightMap.java52 * Constant mode to denote adding the two heightmaps.
56 * Constant mode to denote subtracting the two heightmaps.
65 //the combine mode.
66 private int mode; field in class:CombinerHeightMap
69 * Constructor combines two given heightmaps by the specified mode.
75 * @param mode denotes whether to add or subtract the heightmaps, may
78 * do not match or the mode is invalid.
83 int mode) throws Exception {
107 setMode(mode);
113 * Constructor combines two given heightmaps by the specified mode
80 CombinerHeightMap( AbstractHeightMap map1, AbstractHeightMap map2, int mode) argument
129 CombinerHeightMap( AbstractHeightMap map1, float factor1, AbstractHeightMap map2, float factor2, int mode) argument
218 setMode(int mode) argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DDataContext.java58 * @param mode EscapeMode that describes the escaping this variable has. {@code
63 void createLocalVariableByValue(String name, String value, EscapeMode mode); argument
/external/kernel-headers/original/linux/netfilter/
H A Dxt_statistic.h17 u_int16_t mode; member in struct:xt_statistic_info
/external/llvm/lib/Archive/
H A DArchiveInternals.h50 char mode[8]; ///< file mode in ASCII octal member in class:llvm::ArchiveMemberHeader
63 memset(mode,' ',8);
/external/openssh/
H A Dacss.c144 * the cipher stream. Depending on the mode, feedback bytes may be inverted
190 switch (key->mode) {
247 acss_setkey(ACSS_KEY *key, const unsigned char *data, int enc, int mode) argument
254 key->mode = mode;
H A Dacss.h38 int mode; member in struct:acss_key_st
H A Ddispatch.c84 dispatch_run(int mode, volatile sig_atomic_t *done, void *ctxt) argument
90 if (mode == DISPATCH_BLOCK) {
/external/openssh/openbsd-compat/
H A Dbsd-cygwin_util.c27 * binary mode on Windows systems.
51 mode_t mode; local
54 mode = va_arg(ap, mode_t);
56 return (open(filename, flags | O_BINARY, mode));

Completed in 971 milliseconds

1234567891011>>