Searched refs:hint (Results 1 - 25 of 283) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3defs.h576 ANTLR3_API pANTLR3_COMMON_TOKEN_STREAM antlr3CommonTokenStreamSourceNew (ANTLR3_UINT32 hint, pANTLR3_TOKEN_SOURCE source);
577 ANTLR3_API pANTLR3_COMMON_TOKEN_STREAM antlr3CommonTokenStreamNew (ANTLR3_UINT32 hint);
578 ANTLR3_API pANTLR3_COMMON_TOKEN_STREAM antlr3CommonTokenDebugStreamSourceNew (ANTLR3_UINT32 hint, pANTLR3_TOKEN_SOURCE source, pANTLR3_DEBUG_EVENT_LISTENER debugger);
597 ANTLR3_API pANTLR3_COMMON_TREE_NODE_STREAM antlr3CommonTreeNodeStreamNewTree (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 hint);
598 ANTLR3_API pANTLR3_COMMON_TREE_NODE_STREAM antlr3CommonTreeNodeStreamNew (pANTLR3_STRING_FACTORY strFactory, ANTLR3_UINT32 hint);
599 ANTLR3_API pANTLR3_COMMON_TREE_NODE_STREAM antlr3UnbufTreeNodeStreamNewTree (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 hint);
600 ANTLR3_API pANTLR3_COMMON_TREE_NODE_STREAM antlr3UnbufTreeNodeStreamNew (pANTLR3_STRING_FACTORY strFactory, ANTLR3_UINT32 hint);
/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/containers/
H A Dstack_container.h106 pointer allocate(size_type n, void* hint = 0) {
112 return std::allocator<T>::allocate(n, hint);
/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.h44 DWORD hint, LPCSTR name, PVOID function,
60 DWORD ordinal, LPCSTR name, DWORD hint,
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
H A Dscoped_resource.h29 ResourceProvider::TextureHint hint,
/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/resources/chromeos/chromevox/common/
H A Ddescription_util.js112 var hint = '';
122 hint = cvox.DomUtil.getHint(node);
171 hint: cvox.DomUtil.collapseWhitespace(hint)
H A Dnav_description.js27 * hint: (undefined|string),
40 * hint Optional Hint text (.e.g. aria-describedby).
51 this.hint = kwargs.hint ? kwargs.hint : '';
132 if (this.hint) {
133 speakArgs.push([this.hint, queueMode, makeAnnotationProps()]);
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_update.css33 #update #update-cancel-hint {
/external/chromium_org/chrome/browser/resources/inspect/
H A Dinspect.js782 function createConfigField(value, className, hint, validate) {
786 input.placeholder = hint;
/external/chromium_org/chrome/browser/resources/print_preview/data/
H A Ddestination.js291 get hint() {
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dprint_preview.css157 span.hint {
169 span.hint.visible {
180 span.hint.closing {
/external/chromium_org/chrome/browser/resources/print_preview/search/
H A Ddestination_list_item.css45 .destination-list-item-name .search-hint {
/external/chromium_org/chrome/browser/resources/print_preview/settings/advanced_settings/
H A Dadvanced_settings.css31 #advanced-settings .no-settings-match-hint {
H A Dadvanced_settings_item.css25 .advanced-settings-item-name .search-hint {
/external/chromium_org/chrome/browser/resources/print_preview/settings/
H A Ddestination_settings.js133 var hint = destination.hint;
136 locationEl.textContent = hint;
137 locationEl.title = hint;
/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

Completed in 4611 milliseconds

1234567891011>>