Searched defs:mode (Results 201 - 225 of 2363) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/s390x/
H A Drounding-6.c9 /* Test "convert to fixed" with rounding mode given in insn (m3 field)
58 set_rounding_mode(unsigned mode) argument
60 register unsigned r asm("1") = mode;
75 /* Note when testing M3_NEAR need to set the FPC rounding mode
76 to something else. FPC rounding mode is NEAR by default.
77 Setting the FPC rounding mode to != NEAR is the only way to make
/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);
44 static inline const char * hostapd_hw_mode_txt(int mode) argument
60 struct hostapd_hw_modes *mode)
59 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);
44 static inline const char * hostapd_hw_mode_txt(int mode) argument
60 struct hostapd_hw_modes *mode)
59 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);
44 static inline const char * hostapd_hw_mode_txt(int mode) argument
60 struct hostapd_hw_modes *mode)
59 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.java43 final static boolean mode = true; field in class:SystemScopeTest
50 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_org/ash/touch/
H A Dtouch_hud_debug.h41 // Changes the display mode (e.g. scale, visibility). Calling this repeatedly
49 Mode mode() const { return mode_; } function in class:ash::TouchHudDebug
57 void SetMode(Mode mode);
/external/chromium_org/base/test/
H A Dtest_file_util_posix.cc47 mode_t* mode = new mode_t; local
48 *mode = stat_buf.st_mode & ~S_IFMT; // Filter out file/path kind.
50 return mode;
63 mode_t* mode = reinterpret_cast<mode_t*>(info); local
65 int rv = HANDLE_EINTR(chmod(path.value().c_str(), *mode));
67 delete mode;
/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Dopen_file.cc20 ProvidedFileSystemInterface::OpenFileMode mode,
24 mode_(mode),
46 options.mode = extensions::api::file_system_provider::OPEN_FILE_MODE_READ;
49 options.mode =
16 OpenFile( extensions::EventRouter* event_router, const ProvidedFileSystemInfo& file_system_info, const base::FilePath& file_path, ProvidedFileSystemInterface::OpenFileMode mode, const ProvidedFileSystemInterface::OpenFileCallback& callback) argument
/external/chromium_org/chrome/browser/net/
H A Dnet_log_temp_file.cc154 int mode = base::FILE_PERMISSION_MASK; local
155 base::SetPosixFilePermissions(log_path_, mode);
/external/chromium_org/chrome/browser/prefs/
H A Dproxy_prefs.cc50 const char* ProxyModeToString(ProxyMode mode) { argument
51 return kProxyModeNames[mode];
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_model.cc15 SearchModel::State::State(const SearchMode& mode, argument
18 : mode(mode),
24 return mode == rhs.mode && instant_support == rhs.instant_support &&
36 << "Please do not try to set the SearchModel mode without first "
51 << "Please do not try to set the SearchModel mode without first "
54 if (state_.mode == new_mode)
58 state_.mode = new_mode;
/external/chromium_org/chrome/browser/ui/views/sync/
H A Done_click_signin_bubble_view_unittest.cc67 void OnStartSync(OneClickSigninSyncStarter::StartSyncMode mode) { argument
69 mode_ = mode;
/external/chromium_org/chromeos/dbus/
H A Dnfc_adapter_client.h30 // The adapter NFC radio mode. One of "Initiator", "Target", and "Idle".
31 // The NFC adapter will usually be in the "Idle" mode. The mode will change
34 dbus::Property<std::string> mode; member in struct:chromeos::NfcAdapterClient::Properties
40 // This property is only valid when |mode| is "Initiator". Read-only.
97 // Depending on the mode, the adapter will start polling for targets,
98 // listening to NFC devices, or both. The |mode| parameter should be one of
99 // "Initiator", "Target", or "Dual". The "Dual" mode will have the adapter
101 // For any other value, the adapter will default to "Initiator" mode.
104 const std::string& mode,
[all...]
/external/chromium_org/content/child/webcrypto/openssl/
H A Dutil_openssl.cc39 Status AeadEncryptDecrypt(EncryptOrDecrypt mode, argument
68 if (mode == DECRYPT) {
/external/chromium_org/content/public/browser/
H A Dhost_zoom_map.h45 // if not applicable to |mode|.
47 ZoomLevelChangeMode mode; member in struct:content::HostZoomMap::ZoomLevelChange
/external/chromium_org/content/test/plugin/
H A Dplugin_arguments_test.cc20 NPError PluginArgumentsTest::New(uint16 mode, int16 argc, argument
23 // mode: should be the string either "NP_EMBED" or "NP_FULL",
24 // depending on the mode passed in.
31 const char *mode_string = GetArgValue("mode", argc, argn, argv);
35 if (mode == NP_EMBED)
37 else if (mode == NP_FULL)
61 return PluginTest::New(mode, argc, argn, argv, saved);
H A Dplugin_private_test.cc17 NPError PrivateTest::New(uint16 mode, int16 argc, argument
20 PluginTest::New(mode, argc, argn, argv, saved);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
H A Dpassthrough_fs.cc26 mode_t mode, ScopedNode* out_node) {
29 int error = _real_open(path.Join().c_str(), open_flags, mode, &real_fd);
25 OpenWithMode(const Path& path, int open_flags, mode_t mode, ScopedNode* out_node) argument
/external/chromium_org/net/websockets/
H A Dwebsocket_deflater.cc18 WebSocketDeflater::WebSocketDeflater(ContextTakeOverMode mode) argument
19 : mode_(mode), are_bytes_added_(false) {}
/external/chromium_org/ppapi/proxy/
H A Dproxy_channel.cc34 IPC::Channel::Mode mode = is_client local
37 channel_ = IPC::SyncChannel::Create(channel_handle, mode, this,
/external/chromium_org/ppapi/thunk/
H A Dppb_file_chooser_dev_thunk.cc21 PP_FileChooserMode_Dev mode,
27 return enter.functions()->CreateFileChooser(instance, mode, accept_types);
20 Create(PP_Instance instance, PP_FileChooserMode_Dev mode, struct PP_Var accept_types) argument
/external/chromium_org/remoting/host/
H A Dhost_status_logger.cc18 ServerLogEntry::Mode mode,
21 : log_to_server_(mode, signal_strategy, directory_bot_jid),
38 entry->AddModeField(log_to_server_.mode());
17 HostStatusLogger(base::WeakPtr<HostStatusMonitor> monitor, ServerLogEntry::Mode mode, SignalStrategy* signal_strategy, const std::string& directory_bot_jid) argument
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLContextGroup.cpp88 void WebGLContextGroup::loseContextGroup(WebGLRenderingContextBase::LostContextMode mode, WebGLRenderingContextBase::AutoRecoveryMethod autoRecoveryMethod) argument
95 (*it)->loseContextImpl(mode, autoRecoveryMethod);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DGraphicsContextAnnotator.cpp97 AnnotationModeFlags mode = paintInfo.context->annotationMode(); local
100 if (mode & AnnotateRendererName)
103 if (mode & AnnotatePaintPhase)
106 if ((mode & AnnotateElementId) && element && element->hasID())
109 if ((mode & AnnotateElementClass) && element && element->hasClass()) {
123 if ((mode & AnnotateElementTag) && element)
126 if (mode & AnnotateInspectorId) {

Completed in 699 milliseconds

1234567891011>>