Searched defs:params (Results 226 - 250 of 2085) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/host/
H A Dhost_message_context.h26 bool is_valid() const { return params.pp_resource() != 0; }
28 // The "reply params" struct with the same resource and sequence number
30 ppapi::proxy::ResourceMessageReplyParams params; member in struct:ppapi::host::ReplyMessageContext
57 // Returns a reply message context struct which includes the reply params.
62 ppapi::proxy::ResourceMessageCallParams params; member in struct:ppapi::host::HostMessageContext
64 // The reply message. If the params has the callback flag set, this message
/external/chromium_org/ppapi/proxy/
H A Dnetwork_proxy_resource.cc50 const ResourceMessageReplyParams& params,
59 if (params.result() == PP_OK) {
62 callback->Run(params.result());
47 OnPluginMsgGetProxyForURLReply( PP_Var* proxy_string_out_param, scoped_refptr<TrackedCallback> callback, const ResourceMessageReplyParams& params, const std::string& proxy_string) argument
H A Dprinting_resource.cc47 const ResourceMessageReplyParams& params,
49 if (params.result() == PP_OK)
53 callback->Run(params.result());
44 OnPluginMsgGetDefaultPrintSettingsReply( PP_PrintSettings_Dev* settings_out, scoped_refptr<TrackedCallback> callback, const ResourceMessageReplyParams& params, const PP_PrintSettings_Dev& settings) argument
/external/chromium_org/sandbox/win/src/
H A Dnamed_pipe_interception.cc45 CountedParameterSet<NameBased> params; local
46 params[NameBased::NAME] = ParamPickerMake(pipe_name);
48 if (!QueryBroker(IPC_CREATENAMEDPIPEW_TAG, params.GetBase()))
/external/chromium_org/sync/internal_api/
H A Dsyncapi_server_connection_manager_unittest.cc79 ServerConnectionManager::PostBufferParams params; local
80 ScopedServerStatusWatcher watcher(&server, &params.response);
83 &params, "/testpath", "testauth", &watcher);
87 params.response.server_status);
96 ServerConnectionManager::PostBufferParams params; local
97 ScopedServerStatusWatcher watcher(&server, &params.response);
101 &params, "/testpath", "testauth", &watcher);
105 params.response.server_status);
114 ServerConnectionManager::PostBufferParams params; local
115 ScopedServerStatusWatcher watcher(&server, &params
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DInspectorFrontendHostFileSystem.cpp28 RefPtr<JSONArray> params = JSONArray::create(); local
29 message->setArray("params", params);
30 params->pushString(domFileSystem->rootURL().string());
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DVersionGLSL.cpp75 const TIntermSequence &params = *(node->getSequence()); local
76 for (TIntermSequence::const_iterator iter = params.begin();
77 iter != params.end(); ++iter)
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DQuery.cpp35 Error Query::getResult(GLuint *params) argument
37 return mQuery->getResult(params);
/external/chromium_org/third_party/angle/tests/perf_tests/
H A DSimpleBenchmarks.cpp51 BufferSubDataParams params; local
52 params.requestedRenderer = platforms[platIt];
53 params.vertexType = vertexTypes[typeIt];
54 params.vertexComponentCount = componentCounts[compIt];
55 params.vertexNormalized = vertexNorms[normIt];
56 params.updateSize = updateSizes[updateIt];
57 params.bufferSize = bufferSizes[bufszIt];
58 params.iterations = iterationCounts[itIt];
59 params.updatesEveryNFrames = updatesEveryNFrames[nfrIt];
69 params
90 TexSubImageParams params; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Ddxbc_parse.cpp69 int dxbc_parse_signature(dxbc_chunk_signature* sig, D3D11_SIGNATURE_PARAMETER_DESC** params) argument
72 *params = (D3D11_SIGNATURE_PARAMETER_DESC*)malloc(sizeof(D3D11_SIGNATURE_PARAMETER_DESC) * count);
76 D3D11_SIGNATURE_PARAMETER_DESC& param = (*params)[i];
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vs_surface_state.c52 const struct gl_program_parameter_list *params = vp->program.Base.Parameters; local
88 for (i = 0; i < params->NumParameters; i++) {
99 params->NumParameters,
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpoints.c79 _mesa_PointParameteriv( GLenum pname, const GLint *params )
82 p[0] = (GLfloat) params[0];
84 p[1] = (GLfloat) params[1];
85 p[2] = (GLfloat) params[2];
102 _mesa_PointParameterfv( GLenum pname, const GLfloat *params) argument
123 if (TEST_EQ_3V(ctx->Point.Params, params))
126 COPY_3V(ctx->Point.Params, params);
137 if (params[0] < 0.0F) {
142 if (ctx->Point.MinSize == params[0])
145 ctx->Point.MinSize = params[
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_constbuf.c56 struct gl_program_parameter_list *params,
64 if (params && params->NumParameters) {
66 const uint paramBytes = params->NumParameters * sizeof(GLfloat) * 4;
73 _mesa_load_state_parameters(st->ctx, params);
83 params->ParameterValues, &cb.buffer_offset, &cb.buffer);
87 cb.user_buffer = params->ParameterValues;
94 __FUNCTION__, shader_type, params->NumParameters,
95 params->StateFlags);
96 _mesa_print_parameter_list(params);
55 st_upload_constants( struct st_context *st, struct gl_program_parameter_list *params, unsigned shader_type) argument
119 struct gl_program_parameter_list *params = vp->Base.Base.Parameters; local
142 struct gl_program_parameter_list *params = fp->Base.Base.Parameters; local
162 struct gl_program_parameter_list *params; local
[all...]
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_position_client_unittest.cc18 Widget::InitParams params = CreateParams(Widget::InitParams::TYPE_WINDOW); local
19 params.bounds = gfx::Rect(10, 11, 200, 200);
20 params.ownership = Widget::InitParams::WIDGET_OWNS_NATIVE_WIDGET;
21 params.native_widget = new DesktopNativeWidgetAura(&parent_widget);
22 parent_widget.Init(params);
/external/chromium_org/ui/views/widget/
H A Dwidget_hwnd_utils.cc25 const Widget::InitParams& params,
36 if (params.child)
38 if (params.show_state == ui::SHOW_STATE_MAXIMIZED)
40 if (params.show_state == ui::SHOW_STATE_MINIMIZED)
42 if (!params.accept_events)
44 DCHECK_NE(Widget::InitParams::ACTIVATABLE_DEFAULT, params.activatable);
45 if (params.activatable == Widget::InitParams::ACTIVATABLE_NO)
47 if (params.keep_on_top)
49 if (params.mirror_origin_in_rtl)
65 if (params
24 CalculateWindowStylesFromInitParams( const Widget::InitParams& params, WidgetDelegate* widget_delegate, internal::NativeWidgetDelegate* native_widget_delegate, DWORD* style, DWORD* ex_style, DWORD* class_style) argument
150 ConfigureWindowStyles( HWNDMessageHandler* handler, const Widget::InitParams& params, WidgetDelegate* widget_delegate, internal::NativeWidgetDelegate* native_widget_delegate) argument
[all...]
/external/chromium_org/ui/web_dialogs/test/
H A Dtest_web_contents_handler.cc19 const content::OpenURLParams& params) {
16 OpenURLFromTab( content::BrowserContext* context, content::WebContents* source, const content::OpenURLParams& params) argument
/external/clang/test/CodeGenCXX/
H A Dreference-init.cpp8 void a(XPTParamDescriptor *params) { argument
9 const nsXPTParamInfo& paramInfo = params[0];
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLDHKeyPairGenerator.java67 public void initialize(AlgorithmParameterSpec params, SecureRandom random) argument
73 if (params instanceof DHParameterSpec) {
74 DHParameterSpec dhParams = (DHParameterSpec) params;
81 } else if (params != null) {
H A DOpenSSLDSAKeyPairGenerator.java65 public void initialize(AlgorithmParameterSpec params, SecureRandom random) argument
69 if (params instanceof DSAParameterSpec) {
70 DSAParameterSpec dsaParams = (DSAParameterSpec) params;
86 } else if (params != null) {
/external/deqp/modules/gles2/functional/
H A Des2fFragOpInteractionTests.cpp53 rsg::ProgramParameters params; local
57 params.version = rsg::VERSION_100;
59 params.useScalarConversions = true;
60 params.useSwizzle = true;
61 params.useComparisonOps = true;
62 params.useConditionals = true;
64 params.vertexParameters.randomize = true;
65 params.vertexParameters.maxStatementDepth = 3;
66 params.vertexParameters.maxStatementsPerBlock = 4;
67 params
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fFragOpInteractionTests.cpp53 rsg::ProgramParameters params; local
57 params.version = rsg::VERSION_300;
59 params.useScalarConversions = true;
60 params.useSwizzle = true;
61 params.useComparisonOps = true;
62 params.useConditionals = true;
64 params.vertexParameters.randomize = true;
65 params.vertexParameters.maxStatementDepth = 3;
66 params.vertexParameters.maxStatementsPerBlock = 4;
67 params
[all...]
/external/javassist/sample/evolve/
H A DVersionManager.java53 public static Class initialVersion(String[] params) { argument
55 return getUpdatedClass(params[0]);
58 throw new RuntimeException("cannot initialize " + params[0]);
/external/libnl/src/
H A Dgenl-ctrl-list.c37 struct nl_dump_params params = { local
60 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;
66 nl_cache_dump(family_cache, &params);
H A Dnl-link-list.c55 struct nl_dump_params params = { local
91 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;
103 nl_cache_dump_filter(link_cache, &params, OBJ_CAST(link));
H A Dnl-neigh-list.c41 struct nl_dump_params params = { local
75 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;
86 nl_cache_dump_filter(neigh_cache, &params, OBJ_CAST(neigh));

Completed in 2331 milliseconds

1234567891011>>