HomeSort by relevance Sort by last modified time
    Searched refs:info (Results 801 - 825 of 4844) sorted by null

<<31323334353637383940>>

  /external/chromium_org/content/browser/android/
download_controller_android_impl.h 95 void CheckPolicyAndLoadCookies(const DownloadInfoAndroid& info,
99 void DoLoadCookies(const DownloadInfoAndroid& info,
102 void OnCookieResponse(DownloadInfoAndroid info,
106 const DownloadInfoAndroid& info);
109 const DownloadInfoAndroid& info);
  /external/chromium_org/content/browser/loader/
async_resource_handler.cc 150 const ResourceRequestInfoImpl* info = GetRequestInfo(); local
151 if (!info->filter())
161 redirect_info.new_url, request(), info->GetContext(), response);
173 return info->filter()->Send(new ResourceMsg_ReceivedRedirect(
185 const ResourceRequestInfoImpl* info = GetRequestInfo(); local
186 if (!info->filter())
191 request(), info->GetContext(), response, info->filter());
197 GetHostZoomMapForResourceContext(info->GetContext());
199 if (info->GetResourceType() == RESOURCE_TYPE_MAIN_FRAME && host_zoom_map)
331 const ResourceRequestInfoImpl* info = GetRequestInfo(); local
    [all...]
  /external/chromium_org/remoting/host/it2me/
it2me_native_messaging_host_main.cc 56 INITCOMMONCONTROLSEX info; local
57 info.dwSize = sizeof(info);
58 info.dwICC = ICC_STANDARD_CLASSES;
59 InitCommonControlsEx(&info);
97 // It is pretty common for a DLL to query the device info (GetFileType) of
  /external/chromium_org/skia/ext/
bitmap_platform_device_skia.cc 54 SkBaseDevice* BitmapPlatformDevice::onCreateDevice(const SkImageInfo& info,
56 SkASSERT(info.colorType() == kN32_SkColorType);
57 return BitmapPlatformDevice::Create(info.width(), info.height(),
58 info.isOpaque());
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
decode_with_drops.c 79 const VpxVideoInfo *info = NULL; local
103 info = vpx_video_reader_get_info(reader);
105 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc);
146 info->frame_width, info->frame_height, argv[2]);
postproc.c 67 const VpxVideoInfo *info = NULL; local
81 info = vpx_video_reader_get_info(reader);
83 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc);
132 info->frame_width, info->frame_height, argv[2]);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_push.c 198 nv30_push_vbo(struct nv30_context *nv30, const struct pipe_draw_info *info)
202 boolean apply_bias = info->indexed && info->index_bias;
218 data += info->index_bias * vb->stride;
223 if (info->indexed) {
235 ctx.primitive_restart = info->primitive_restart;
236 ctx.restart_index = info->restart_index;
246 PUSH_DATA (ctx.push, info->primitive_restart);
247 PUSH_DATA (ctx.push, info->restart_index);
248 nv30->state.prim_restart = info->primitive_restart
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_push.c 209 nv50_push_vbo(struct nv50_context *nv50, const struct pipe_draw_info *info)
213 unsigned inst_count = info->instance_count;
214 unsigned vert_count = info->count;
215 boolean apply_bias = info->indexed && info->index_bias;
233 data += (ptrdiff_t)info->index_bias * vb->stride;
238 if (info->indexed) {
249 ctx.primitive_restart = info->primitive_restart;
250 ctx.restart_index = info->restart_index;
252 if (unlikely(info->count_from_stream_output))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_shader_op.c 28 * SVGA Shader Token Opcode Info
145 struct sh_opcode_info *info; local
154 info = &opcode_info[op];
156 if (info->svga_opcode == SVGA3DOP_INVALID) {
167 assert( op == info->svga_opcode );
169 return info;
  /external/chromium_org/third_party/skia/include/core/
SkSurface.h 61 * specified width and height, and populates the rest of info to match
84 static SkSurface* NewRenderTarget(GrContext* gr, const SkImageInfo& info) {
85 return NewRenderTarget(gr, info, 0, NULL);
103 static SkSurface* NewScratchRenderTarget(GrContext* gr, const SkImageInfo& info) {
104 return NewScratchRenderTarget(gr, info, 0, NULL);
210 * On failure, returns NULL and the info and rowBytes parameters are
213 const void* peekPixels(SkImageInfo* info, size_t* rowBytes);
  /external/eigen/Eigen/src/Cholesky/
LLT_MKL.h 52 lapack_int size, lda, info, StorageOrder; \
62 info = LAPACKE_##MKLPREFIX##potrf( matrix_order, uplo, size, (MKLTYPE*)a, lda ); \
63 info = (info==0) ? Success : NumericalIssue; \
64 return info; \
  /external/iptables/extensions/
libxt_rpfilter.c 56 const struct xt_rpfilter_info *info = matchinfo; local
57 if (info->flags & XT_RPFILTER_LOOSE)
59 if (info->flags & XT_RPFILTER_VALID_MARK)
61 if (info->flags & XT_RPFILTER_ACCEPT_LOCAL)
63 if (info->flags & XT_RPFILTER_INVERT)
  /external/javassist/src/main/javassist/bytecode/
StackMap.java 67 return ByteArray.readU16bit(info, 0);
128 byte[] info; field in class:StackMap.Walker
134 info = sm.get();
141 int num = ByteArray.readU16bit(info, 0);
144 int offset = ByteArray.readU16bit(info, pos);
145 int numLoc = ByteArray.readU16bit(info, pos + 2);
147 int numStack = ByteArray.readU16bit(info, pos);
184 byte tag = info[pos];
186 int clazz = ByteArray.readU16bit(info, pos + 1);
191 int offsetOfNew = ByteArray.readU16bit(info, pos + 1)
    [all...]
  /external/libvpx/libvpx/examples/
decode_with_drops.c 81 const VpxVideoInfo *info = NULL; local
105 info = vpx_video_reader_get_info(reader);
107 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc);
148 info->frame_width, info->frame_height, argv[2]);
postproc.c 69 const VpxVideoInfo *info = NULL; local
83 info = vpx_video_reader_get_info(reader);
85 decoder = get_vpx_decoder_by_fourcc(info->codec_fourcc);
134 info->frame_width, info->frame_height, argv[2]);
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 50 HRESULT SetEncodeResult(const CBenchInfo &info, bool final);
51 HRESULT SetDecodeResult(const CBenchInfo &info, bool final);
95 static void PrintResults(FILE *f, const CBenchInfo &info, UInt64 rating, CTotalBenchRes &res)
97 UInt64 speed = MyMultDiv64(info.UnpackSize, info.GlobalTime, info.GlobalFreq);
99 UInt64 usage = GetUsage(info);
100 UInt64 rpu = GetRatingPerUsage(info, rating);
115 HRESULT CBenchCallback::SetEncodeResult(const CBenchInfo &info, bool final)
121 UInt64 rating = GetCompressRating(dictionarySize, info.GlobalTime, info.GlobalFreq, info.UnpackSize);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_push.c 198 nv30_push_vbo(struct nv30_context *nv30, const struct pipe_draw_info *info)
202 boolean apply_bias = info->indexed && info->index_bias;
218 data += info->index_bias * vb->stride;
223 if (info->indexed) {
235 ctx.primitive_restart = info->primitive_restart;
236 ctx.restart_index = info->restart_index;
246 PUSH_DATA (ctx.push, info->primitive_restart);
247 PUSH_DATA (ctx.push, info->restart_index);
248 nv30->state.prim_restart = info->primitive_restart
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_push.c 209 nv50_push_vbo(struct nv50_context *nv50, const struct pipe_draw_info *info)
213 unsigned inst_count = info->instance_count;
214 unsigned vert_count = info->count;
215 boolean apply_bias = info->indexed && info->index_bias;
233 data += (ptrdiff_t)info->index_bias * vb->stride;
238 if (info->indexed) {
249 ctx.primitive_restart = info->primitive_restart;
250 ctx.restart_index = info->restart_index;
252 if (unlikely(info->count_from_stream_output))
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader_op.c 28 * SVGA Shader Token Opcode Info
145 struct sh_opcode_info *info; local
154 info = &opcode_info[op];
156 if (info->svga_opcode == SVGA3DOP_INVALID) {
167 assert( op == info->svga_opcode );
169 return info;
  /external/chromium_org/third_party/skia/src/core/
SkBitmapDevice.cpp 18 static bool valid_for_bitmap_device(const SkImageInfo& info,
20 if (info.width() < 0 || info.height() < 0) {
25 if (kUnknown_SkColorType == info.colorType()) {
32 switch (info.alphaType()) {
40 SkAlphaType canonicalAlphaType = info.alphaType();
42 switch (info.colorType()) {
61 SkASSERT(valid_for_bitmap_device(bitmap.info(), NULL));
69 SkASSERT(valid_for_bitmap_device(bitmap.info(), NULL));
80 const SkImageInfo info = origInfo.makeAlphaType(newAT) local
    [all...]
  /external/chromium_org/net/proxy/
proxy_service_unittest.cc 247 ProxyInfo info; local
251 url, net::LOAD_NORMAL, &info, callback.callback(), NULL, NULL,
256 EXPECT_TRUE(info.is_direct());
257 EXPECT_TRUE(info.proxy_resolve_start_time().is_null());
258 EXPECT_TRUE(info.proxy_resolve_end_time().is_null());
286 ProxyInfo info; local
292 url, net::LOAD_NORMAL, &info, callback.callback(), NULL, NULL,
299 url, net::LOAD_NORMAL, &info, callback.callback(), NULL, &delegate,
311 url, net::LOAD_NORMAL, &info, callback.callback(), NULL, &delegate,
313 EXPECT_FALSE(info.is_direct())
346 ProxyInfo info; local
390 ProxyInfo info; local
449 ProxyInfo info; local
478 ProxyInfo info; local
530 ProxyInfo info; local
586 ProxyInfo info; local
664 ProxyInfo info; local
700 ProxyInfo info; local
764 ProxyInfo info; local
815 ProxyInfo info; local
859 ProxyInfo info; local
917 ProxyInfo info; local
1070 ProxyInfo info; local
1144 ProxyInfo info; local
1248 ProxyInfo info; local
1347 ProxyInfo info; local
1431 ProxyInfo info[2]; local
1468 ProxyInfo info; local
1481 ProxyInfo info; local
1494 ProxyInfo info; local
1508 ProxyInfo info; local
1530 ProxyInfo info; local
1546 ProxyInfo info; local
1561 ProxyInfo info; local
1585 ProxyInfo info; local
1598 ProxyInfo info; local
1611 ProxyInfo info; local
1624 ProxyInfo info; local
2300 ProxyInfo info; local
2319 ProxyInfo info; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_context.c 54 * Info related to samplers and sampler views.
316 struct sampler_info *info = &ctx->samplers[shader]; local
318 pipe_sampler_view_reference(&info->views[i], NULL);
319 pipe_sampler_view_reference(&info->views_saved[i], NULL);
970 struct sampler_info *info,
1008 info->samplers[idx] = handle;
1027 struct sampler_info *info = &ctx->samplers[shader_stage]; local
1032 if (info->samplers[i - 1] != NULL)
1036 info->nr_samplers = i;
1038 if (info->hw.nr_samplers != info->nr_samplers |
1088 struct sampler_info *info = &ctx->samplers[shader_stage]; local
1115 struct sampler_info *info = &ctx->samplers[shader_stage]; local
1124 struct sampler_info *info = &ctx->samplers[shader_stage]; local
1137 struct sampler_info *info = &ctx->samplers[shader_stage]; local
1171 struct sampler_info *info = &ctx->samplers[shader_stage]; local
1186 struct sampler_info *info = &ctx->samplers[shader_stage]; local
1335 struct pipe_draw_info info; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 54 * Info related to samplers and sampler views.
316 struct sampler_info *info = &ctx->samplers[shader]; local
318 pipe_sampler_view_reference(&info->views[i], NULL);
319 pipe_sampler_view_reference(&info->views_saved[i], NULL);
970 struct sampler_info *info,
1008 info->samplers[idx] = handle;
1027 struct sampler_info *info = &ctx->samplers[shader_stage]; local
1032 if (info->samplers[i - 1] != NULL)
1036 info->nr_samplers = i;
1038 if (info->hw.nr_samplers != info->nr_samplers |
1088 struct sampler_info *info = &ctx->samplers[shader_stage]; local
1115 struct sampler_info *info = &ctx->samplers[shader_stage]; local
1124 struct sampler_info *info = &ctx->samplers[shader_stage]; local
1137 struct sampler_info *info = &ctx->samplers[shader_stage]; local
1171 struct sampler_info *info = &ctx->samplers[shader_stage]; local
1186 struct sampler_info *info = &ctx->samplers[shader_stage]; local
1335 struct pipe_draw_info info; local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaSessionTest.java 109 MediaController.PlaybackInfo info = controller.getPlaybackInfo(); local
110 assertNotNull(info);
111 assertEquals(MediaController.PlaybackInfo.PLAYBACK_TYPE_REMOTE, info.getPlaybackType());
112 assertEquals(11, info.getMaxVolume());
113 assertEquals(11, info.getCurrentVolume());
114 assertEquals(VolumeProvider.VOLUME_CONTROL_FIXED, info.getVolumeControl());
119 info = controller.getPlaybackInfo();
120 assertNotNull(info);
121 assertEquals(MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL, info.getPlaybackType());
122 Set<String> tags = info.getAudioAttributes().getTags()
174 MediaController.PlaybackInfo info = controller.getPlaybackInfo(); local
    [all...]
  /external/chromium_org/content/browser/devtools/
devtools_netlog_observer.cc 82 ResourceInfo* info = GetResourceInfo(entry.source().id); local
83 if (!info)
100 info->request_headers.clear();
104 info->request_headers.push_back(std::make_pair(it.name(), it.value()));
106 info->request_headers_text = request_line + request_headers.ToString();
120 info->request_headers.clear();
124 info->request_headers.push_back(std::make_pair(it->first, it->second));
126 info->request_headers_text = "";
139 info->http_status_code = response_headers->response_code();
140 info->http_status_text = response_headers->GetStatusText()
    [all...]

Completed in 2495 milliseconds

<<31323334353637383940>>