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

1234567891011>>

/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/chrome/browser/chromeos/file_system_provider/operations/
H A Dopen_file.cc20 ProvidedFileSystemInterface::OpenFileMode mode,
25 mode_(mode),
40 "mode",
46 "mode",
16 OpenFile( extensions::EventRouter* event_router, const ProvidedFileSystemInfo& file_system_info, const base::FilePath& file_path, ProvidedFileSystemInterface::OpenFileMode mode, bool create, 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.cc68 void OnStartSync(OneClickSigninSyncStarter::StartSyncMode mode) { argument
70 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/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/gin/
H A Disolate_holder.cc27 void EnsureV8Initialized(gin::IsolateHolder::ScriptMode mode, argument
42 if (mode == gin::IsolateHolder::kStrictMode) {
52 IsolateHolder::IsolateHolder(ScriptMode mode) argument
54 EnsureV8Initialized(mode, true);
/external/chromium_org/mojo/system/
H A Dtest_utils.cc54 TestIOThread::TestIOThread(Mode mode) argument
57 switch (mode) {
64 CHECK(false) << "Invalid mode";
/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/third_party/WebKit/Source/core/html/canvas/
H A DWebGLContextGroup.cpp88 void WebGLContextGroup::loseContextGroup(WebGLRenderingContextBase::LostContextMode mode) argument
95 (*it)->loseContextImpl(mode);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DGraphicsContextAnnotator.cpp88 AnnotationModeFlags mode = paintInfo.context->annotationMode(); local
95 if (mode & AnnotateRendererName)
98 if (mode & AnnotatePaintPhase)
101 if ((mode & AnnotateElementId) && element) {
107 if ((mode & AnnotateElementClass) && element && element->hasClass()) {
121 if ((mode & AnnotateElementTag) && element)
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dencode.h35 Mode mode; member in struct:brotli::BrotliParams
37 BrotliParams() : mode(MODE_TEXT) {}
/external/chromium_org/third_party/freetype/src/raster/
H A Dftrend1.c45 /* set render-specific mode */
102 FT_Render_Mode mode,
122 /* check rendering mode */
124 if ( mode != FT_RENDER_MODE_MONO )
142 if ( mode != FT_RENDER_MODE_MONO )
198 if ( !( mode & FT_RENDER_MODE_MONO ) )
100 ft_raster1_render( FT_Renderer render, FT_GlyphSlot slot, FT_Render_Mode mode, const FT_Vector* origin ) argument
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dproxydetect_unittest.cc62 const std::string& mode) {
68 FileStream* stream = FakeFileSystem::OpenFile(name, mode);
61 OpenFile(const Pathname& filename, const std::string& mode) argument
/external/chromium_org/third_party/libyuv/unit_test/
H A Drotate_test.cc23 libyuv::RotationMode mode,
61 src_width, src_height, mode);
73 src_width, src_height, mode);
136 libyuv::RotationMode mode,
173 src_width, src_height, mode);
183 src_width, src_height, mode);
21 I420TestRotate(int src_width, int src_height, int dst_width, int dst_height, libyuv::RotationMode mode, int benchmark_iterations) argument
134 NV12TestRotate(int src_width, int src_height, int dst_width, int dst_height, libyuv::RotationMode mode, int benchmark_iterations) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_draw.h52 util_draw_arrays(struct pipe_context *pipe, uint mode, uint start, uint count) argument
57 info.mode = mode;
68 uint mode, uint start, uint count)
74 info.mode = mode;
84 uint mode, uint start, uint count,
91 info.mode = mode;
105 uint mode, uin
67 util_draw_elements(struct pipe_context *pipe, int index_bias, uint mode, uint start, uint count) argument
83 util_draw_arrays_instanced(struct pipe_context *pipe, uint mode, uint start, uint count, uint start_instance, uint instance_count) argument
103 util_draw_elements_instanced(struct pipe_context *pipe, int index_bias, uint mode, uint start, uint count, uint start_instance, uint instance_count) argument
124 util_draw_range_elements(struct pipe_context *pipe, int index_bias, uint min_index, uint max_index, uint mode, uint start, uint count) argument
[all...]
H A Du_split_prim.h16 unsigned mode; member in struct:util_split_prim
28 unsigned mode, unsigned start, unsigned count)
30 if (mode == PIPE_PRIM_LINE_LOOP) {
31 s->mode = PIPE_PRIM_LINE_STRIP;
34 s->mode = mode;
65 switch (s->mode) {
27 util_split_prim_init(struct util_split_prim *s, unsigned mode, unsigned start, unsigned count) argument

Completed in 778 milliseconds

1234567891011>>