Searched defs:hint (Results 1 - 25 of 138) sorted by path

123456

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c1289 antlr3VectorResize (pANTLR3_VECTOR vector, ANTLR3_UINT32 hint) argument
1296 if (hint == 0 || hint < vector->elementsSize)
1302 newSize = hint * 2;
1338 antlr3VectorResize(vector, 0); // Give no hint, we let it add 1024 or double it
1455 // Initialize the API, ignore the hint as this algorithm does
H A Dantlr3commontreenodestream.c116 antlr3CommonTreeNodeStreamNewTree(pANTLR3_BASE_TREE tree, ANTLR3_UINT32 hint) argument
120 stream = antlr3CommonTreeNodeStreamNew(tree->strFactory, hint);
270 antlr3CommonTreeNodeStreamNew(pANTLR3_STRING_FACTORY strFactory, ANTLR3_UINT32 hint) argument
376 if (hint == 0)
378 hint = DEFAULT_INITIAL_BUFFER_SIZE;
380 stream->nodes = antlr3VectorNew(hint);
H A Dantlr3tokenstream.c206 antlr3CommonTokenDebugStreamSourceNew(ANTLR3_UINT32 hint, pANTLR3_TOKEN_SOURCE source, pANTLR3_DEBUG_EVENT_LISTENER debugger) argument
212 stream = antlr3CommonTokenStreamSourceNew(hint, source);
235 antlr3CommonTokenStreamSourceNew(ANTLR3_UINT32 hint, pANTLR3_TOKEN_SOURCE source) argument
239 stream = antlr3CommonTokenStreamNew(hint);
254 antlr3CommonTokenStreamNew(ANTLR3_UINT32 hint) argument
/external/chromium_org/base/win/
H A Diat_patch_function.cc45 DWORD ordinal, const char* name, DWORD hint,
44 InterceptEnumCallback(const base::win::PEImage& image, const char* module, DWORD ordinal, const char* name, DWORD hint, IMAGE_THUNK_DATA* iat, void* cookie) argument
H A Dpe_image.cc282 UINT hint; local
283 for (hint = 0; hint < num_names; hint++) {
284 if (ordinals[hint] == count) {
285 name = reinterpret_cast<LPCSTR>(RVAToAddr(names[hint]));
291 hint = 0;
302 if (!callback(*this, ordinal_base + count, hint, name, func, forward,
373 WORD hint = 0; local
381 hint
466 WORD hint = 0; local
[all...]
H A Dpe_image_unittest.cc17 DWORD hint,
32 DWORD hint,
15 ExportsCallback(const PEImage &image, DWORD ordinal, DWORD hint, LPCSTR name, PVOID function, LPCSTR forward, PVOID cookie) argument
28 ImportsCallback(const PEImage &image, LPCSTR module, DWORD ordinal, LPCSTR name, DWORD hint, PIMAGE_THUNK_DATA iat, PVOID cookie) argument
/external/chromium_org/cc/resources/
H A Dresource_provider.cc239 hint(TextureHintImmutable),
254 TextureHint hint,
285 hint(hint),
328 hint(TextureHintImmutable),
372 hint(TextureHintImmutable),
438 TextureHint hint,
447 hint,
464 TextureHint hint,
473 hint,
247 Resource(GLuint texture_id, const gfx::Size& size, Origin origin, GLenum target, GLenum filter, GLenum texture_pool, GLint wrap_mode, TextureHint hint, ResourceFormat format) argument
435 CreateResource( const gfx::Size& size, GLint wrap_mode, TextureHint hint, ResourceFormat format) argument
460 CreateManagedResource( const gfx::Size& size, GLenum target, GLint wrap_mode, TextureHint hint, ResourceFormat format) argument
486 CreateGLTexture( const gfx::Size& size, GLenum target, GLenum texture_pool, GLint wrap_mode, TextureHint hint, ResourceFormat format) argument
[all...]
H A Dresource_provider.h114 TextureHint hint,
122 TextureHint hint,
130 TextureHint hint,
389 TextureHint hint,
438 TextureHint hint; member in struct:cc::ResourceProvider::Resource
H A Dscoped_resource.cc19 ResourceProvider::TextureHint hint,
26 size, GL_CLAMP_TO_EDGE, hint, format));
18 Allocate(const gfx::Size& size, ResourceProvider::TextureHint hint, ResourceFormat format) argument
/external/chromium_org/chrome/browser/net/
H A Dclient_hints_unittest.cc27 std::string hint = client_hints_.GetDevicePixelRatioHeader(); local
28 EXPECT_EQ("1.57", hint);
37 std::string hint = client_hints_.GetDevicePixelRatioHeader(); local
38 EXPECT_EQ("1.57", hint);
44 std::string hint = client_hints_.GetDevicePixelRatioHeader(); local
45 EXPECT_EQ("", hint);
48 hint = client_hints_.GetDevicePixelRatioHeader();
49 EXPECT_EQ("1.57", hint);
52 hint = client_hints_.GetDevicePixelRatioHeader();
54 EXPECT_EQ("1.57", hint);
[all...]
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dmodule_integrity_verifier_win.cc194 DWORD hint,
192 EnumExportsCallback(const base::win::PEImage& mem_peimage, DWORD ordinal, DWORD hint, LPCSTR name, PVOID function_addr, LPCSTR forward, PVOID cookie) argument
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_i18n_input.cc43 DetailInput::Length LengthFromHint(AddressUiComponent::LengthHint hint) { argument
44 if (hint == AddressUiComponent::HINT_SHORT)
46 DCHECK_EQ(hint, AddressUiComponent::HINT_LONG);
/external/chromium_org/chrome_elf/
H A Dntdll_cache.cc31 DWORD hint,
29 EnumExportsCallback(const base::win::PEImage& image, DWORD ordinal, DWORD hint, LPCSTR name, PVOID function_addr, LPCSTR forward, PVOID cookie) argument
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.cc210 blink::WebTextDirection hint) {
209 setToolTipText(const WebString& text, blink::WebTextDirection hint) argument
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_host_resolver_message_filter.cc35 void PrepareRequestInfo(const PP_HostResolver_Private_Hint& hint, argument
40 switch (hint.family) {
53 if (hint.flags & PP_HOST_RESOLVER_PRIVATE_FLAGS_CANONNAME)
55 if (hint.flags & PP_HOST_RESOLVER_PRIVATE_FLAGS_LOOPBACK_ONLY)
120 const PP_HostResolver_Private_Hint& hint) {
149 hint,
157 const PP_HostResolver_Private_Hint& hint,
169 PrepareRequestInfo(hint, &request_info);
117 OnMsgResolve( const ppapi::host::HostMessageContext* context, const ppapi::HostPortPair& host_port, const PP_HostResolver_Private_Hint& hint) argument
154 DoResolve( const ReplyMessageContext& context, const ppapi::HostPortPair& host_port, const PP_HostResolver_Private_Hint& hint, ResourceContext* resource_context) argument
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_software_output_device.cc91 size_t CompositorSoftwareOutputDevice::FindFreeBuffer(size_t hint) { argument
93 size_t index = (hint + i) % buffers_.size();
/external/chromium_org/content/renderer/
H A Drender_widget.cc1450 WebTextDirection hint) {
1451 Send(new ViewHostMsg_SetTooltipText(routing_id_, text, hint));
1449 setToolTipText(const blink::WebString& text, WebTextDirection hint) argument
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_proxy.h373 blink::WebTextDirection hint) {
374 WebTestProxyBase::SetToolTipText(text, hint);
375 Base::setToolTipText(text, hint);
372 setToolTipText(const blink::WebString& text, blink::WebTextDirection hint) argument
/external/chromium_org/courgette/
H A Dmemory_allocator.h211 pointer allocate(size_type count, const void* hint) { argument
274 pointer allocate(size_type count, const void* hint) {
/external/chromium_org/media/audio/alsa/
H A Dalsa_wrapper.cc26 char* AlsaWrapper::DeviceNameGetHint(const void* hint, const char* id) { argument
27 return snd_device_name_get_hint(hint, id);
/external/chromium_org/native_client_sdk/src/examples/api/socket/
H A Dsocket.cc179 PP_HostResolver_Hint hint = { PP_NETADDRESS_FAMILY_UNSPECIFIED, 0 }; local
180 resolver_.Resolve(hostname.c_str(), port, hint, callback);
/external/chromium_org/ppapi/cpp/
H A Dhost_resolver.cc54 const PP_HostResolver_Hint& hint,
58 pp_resource(), host, port, &hint, callback.pp_completion_callback());
52 Resolve(const char* host, uint16_t port, const PP_HostResolver_Hint& hint, const CompletionCallback& callback) argument
/external/chromium_org/ppapi/cpp/private/
H A Dhost_resolver_private.cc40 const PP_HostResolver_Private_Hint& hint,
48 &hint,
38 Resolve(const std::string& host, uint16_t port, const PP_HostResolver_Private_Hint& hint, const CompletionCallback& callback) argument
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c891 static int32_t Pnacl_M29_PPB_HostResolver_Resolve(PP_Resource host_resolver, const char* host, uint16_t port, const struct PP_HostResolver_Hint* hint, struct PP_CompletionCallback* callback) { argument
893 return iface->Resolve(host_resolver, host, port, hint, *callback);
3363 static int32_t Pnacl_M19_PPB_HostResolver_Private_Resolve(PP_Resource host_resolver, const char* host, uint16_t port, const struct PP_HostResolver_Private_Hint* hint, struct PP_CompletionCallback* callback) { argument
3365 return iface->Resolve(host_resolver, host, port, hint, *callback);
4701 .Resolve = (int32_t (*)(PP_Resource host_resolver, const char* host, uint16_t port, const struct PP_HostResolver_Hint* hint, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_HostResolver_Resolve,
5436 .Resolve = (int32_t (*)(PP_Resource host_resolver, const char* host, uint16_t port, const struct PP_HostResolver_Private_Hint* hint, struct PP_CompletionCallback callback))&Pnacl_M19_PPB_HostResolver_Private_Resolve,
/external/chromium_org/ppapi/proxy/
H A Dhost_resolver_private_resource.cc29 const PP_HostResolver_Private_Hint* hint,
31 return ResolveImpl(host, port, hint, callback);
26 Resolve( const char* host, uint16_t port, const PP_HostResolver_Private_Hint* hint, scoped_refptr<TrackedCallback> callback) argument

Completed in 3324 milliseconds

123456