Searched refs:hint (Results 51 - 75 of 283) sorted by relevance

1234567891011>>

/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/proxy/
H A Dhost_resolver_resource_base.h40 const PP_HostResolver_Private_Hint* hint,
54 const PP_HostResolver_Private_Hint* hint);
H A Dhost_resolver_private_resource.h32 const PP_HostResolver_Private_Hint* hint,
/external/chromium_org/ppapi/tests/
H A Dtest_host_resolver.h44 const PP_HostResolver_Hint& hint);
45 std::string ParameterizedTestResolve(const PP_HostResolver_Hint& hint);
H A Dtest_host_resolver_private.h50 const PP_HostResolver_Private_Hint& hint);
51 std::string ParametrizedTestResolve(const PP_HostResolver_Private_Hint& hint);
/external/chromium_org/ppapi/thunk/
H A Dppb_host_resolver_private_thunk.cc35 const PP_HostResolver_Private_Hint* hint,
40 return enter.SetResult(enter.object()->Resolve(host, port, hint,
32 Resolve(PP_Resource host_resolver, const char* host, uint16_t port, const PP_HostResolver_Private_Hint* hint, PP_CompletionCallback callback) argument
H A Dppb_host_resolver_thunk.cc37 const struct PP_HostResolver_Hint* hint,
45 hint,
34 Resolve(PP_Resource host_resolver, const char* host, uint16_t port, const struct PP_HostResolver_Hint* hint, struct PP_CompletionCallback callback) argument
/external/fio/os/
H A Dos-hpux.h34 #define posix_madvise(ptr, sz, hint) madvise((ptr), (sz), (hint))
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dstrbuf.h53 extern void strbuf_init(struct strbuf *buf, ssize_t hint);
90 extern ssize_t strbuf_read(struct strbuf *, int fd, ssize_t hint);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DGridDataFactory.java53 * .hint(150, SWT.DEFAULT)
67 * GridDataFactory.fillDefaults().grab(true, true).hint(150, 150).applyTo(listBox);
82 * Point hint = Geometry.max(LayoutConstants.getMinButtonSize(), preferredSize);
83 * GridDataFactory.fillDefaults().align(SWT.FILL, SWT.CENTER).hint(hint).applyTo(button);
87 * Point hint = Geometry.max(LayoutConstants.getMinButtonSize(), preferredSize);
89 * buttonData.widthHint = hint.x;
90 * buttonData.heightHint = hint.y;
196 * size. If either hint is set to SWT.DEFAULT, the control's preferred size is used.
199 * horizontal hint (pixel
204 public GridDataFactory hint(int xHint, int yHint) { method in class:GridDataFactory
304 hint(Point hint) argument
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fBufferMapTests.cpp613 const deUint32 hint = GL_STATIC_READ; local
618 writeGroup->addChild(new BufferMapReadCase(m_context, (string(getBufferTargetName(target)) + "_full").c_str(), "", target, hint, size, 0, size, write));
619 writeGroup->addChild(new BufferMapReadCase(m_context, (string(getBufferTargetName(target)) + "_partial").c_str(), "", target, hint, size, partialOffs, partialSize, write));
633 deUint32 hint = usageHints[hintNdx]; local
635 string name = string(getBufferTargetName(target)) + "_" + getUsageHintName(hint);
637 hintsGroup->addChild(new BufferMapReadCase(m_context, name.c_str(), "", target, hint, size, 0, size, WRITE_BUFFER_SUB_DATA));
658 deUint32 hint = GL_STATIC_DRAW; local
662 string name = string(getBufferTargetName(target)) + "_" + getUsageHintName(hint);
664 useGroup->addChild(new BufferMapWriteCase (m_context, (string(getBufferTargetName(target)) + "_full").c_str(), "", target, hint, size, verify));
665 useGroup->addChild(new BufferPartialMapWriteCase (m_context, (string(getBufferTargetName(target)) + "_partial").c_str(), "", target, hint, siz
679 deUint32 hint = usageHints[hintNdx]; local
696 deUint32 hint = GL_STATIC_DRAW; local
711 deUint32 hint = GL_STATIC_DRAW; local
726 deUint32 hint = GL_STATIC_DRAW; local
741 deUint32 hint = GL_STATIC_DRAW; local
763 deUint32 hint = GL_STATIC_DRAW; local
784 deUint32 hint = usageHints[hintNdx]; local
[all...]
H A Des3fBufferCopyTests.cpp155 deUint32 hint,
160 , m_hint (hint)
268 const deUint32 hint = GL_STATIC_DRAW; local
272 basicGroup->addChild(new BasicBufferCopyCase(m_context, name.c_str(), "", srcTarget, size, hint, dstTarget, size, hint, 0, 0, size, verify));
306 deUint32 hint = GL_STATIC_DRAW; local
310 srcTarget, cases[ndx].srcSize, hint,
311 dstTarget, cases[ndx].dstSize, hint,
331 const deUint32 hint = GL_STATIC_DRAW; local
335 singleBufGroup->addChild(new SingleBufferCopyCase(m_context, name.c_str(), "", srcTarget, dstTarget, hint, verif
150 SingleBufferCopyCase(Context& context, const char* name, const char* desc, deUint32 srcTarget, deUint32 dstTarget, deUint32 hint, VerifyType verifyType) argument
[all...]
/external/libnl/lib/
H A Daddr.c221 * @arg hint Address family hint or AF_UNSPEC.
237 * - {default|all|any}: All bits set to 0, length based on hint or
238 * AF_INET if no hint is given.
245 int nl_addr_parse(const char *addrstr, int hint, struct nl_addr **result) argument
262 family = hint;
270 switch (hint) {
274 * no hint given the user wants to have a IPv4
298 if (hint == AF_INET || hint
688 struct addrinfo hint = { local
[all...]
/external/elfutils/0.153/libdwfl/
H A Dsegment.c145 lookup (Dwfl *dwfl, GElf_Addr address, int hint) argument
147 if (hint >= 0
148 && address >= dwfl->lookup_addr[hint]
149 && ((size_t) hint + 1 == dwfl->lookup_elts
150 || address < dwfl->lookup_addr[hint + 1]))
151 return hint;
174 int hint = -1; local
184 int idx = lookup (dwfl, start, hint);
246 hint = (size_t) idx < dwfl->lookup_elts ? idx : -1;
/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/third_party/freetype/src/cff/
H A Dcf2hints.h65 * rebuilt each time there is a hint substitution (HintMask operator) in
112 * operation (beginning with a Move operator) and at each hint
152 cf2_hint_isValid( const CF2_Hint hint ); variable
154 cf2_hint_isTop( const CF2_Hint hint ); variable
156 cf2_hint_isBottom( const CF2_Hint hint ); variable
158 cf2_hint_lock( CF2_Hint hint ); variable
190 CF2_HintMapRec hintMap; /* current hint map */
194 CF2_ArrStackRec hintMoves; /* list of hint moves for 2nd pass */
/external/freetype/src/cff/
H A Dcf2hints.h65 * rebuilt each time there is a hint substitution (HintMask operator) in
112 * operation (beginning with a Move operator) and at each hint
152 cf2_hint_isValid( const CF2_Hint hint ); variable
154 cf2_hint_isTop( const CF2_Hint hint ); variable
156 cf2_hint_isBottom( const CF2_Hint hint ); variable
158 cf2_hint_lock( CF2_Hint hint ); variable
190 CF2_HintMapRec hintMap; /* current hint map */
194 CF2_ArrStackRec hintMoves; /* list of hint moves for 2nd pass */
/external/libunwind/include/tdep-ia64/
H A Dscript.h54 unsigned short hint; /* hint for next script to try (or -1) */ member in struct:ia64_script
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2hints.h65 * rebuilt each time there is a hint substitution (HintMask operator) in
112 * operation (beginning with a Move operator) and at each hint
152 cf2_hint_isValid( const CF2_Hint hint ); variable
154 cf2_hint_isTop( const CF2_Hint hint ); variable
156 cf2_hint_isBottom( const CF2_Hint hint ); variable
158 cf2_hint_lock( CF2_Hint hint ); variable
190 CF2_HintMapRec hintMap; /* current hint map */
194 CF2_ArrStackRec hintMoves; /* list of hint moves for 2nd pass */
/external/chromium_org/third_party/boringssl/src/tool/
H A Dclient.cc68 struct addrinfo hint, *result; local
69 memset(&hint, 0, sizeof(hint));
70 hint.ai_family = AF_UNSPEC;
71 hint.ai_socktype = SOCK_STREAM;
73 int ret = getaddrinfo(hostname.c_str(), port.c_str(), &hint, &result);
/external/chromium_org/base/win/
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...]
/external/stlport/src/c_locale_dummy/
H A Dc_locale_dummy.c91 struct _Locale_name_hint* hint UNUSED,
96 struct _Locale_name_hint* hint UNUSED,
101 struct _Locale_name_hint* hint UNUSED,
106 struct _Locale_name_hint* hint UNUSED,
111 struct _Locale_name_hint* hint UNUSED,
116 struct _Locale_name_hint* hint UNUSED,
121 struct _Locale_name_hint* hint UNUSED,
171 struct _Locale_name_hint* hint UNUSED,
177 struct _Locale_name_hint* hint UNUSED,
183 struct _Locale_name_hint* hint UNUSE
[all...]
/external/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c59 struct _Locale_ctype *_Locale_ctype_create(const char *nm, struct _Locale_name_hint* hint, argument
65 struct _Locale_codecvt *_Locale_codecvt_create(const char *nm, struct _Locale_name_hint* hint, argument
73 struct _Locale_numeric *_Locale_numeric_create(const char *nm, struct _Locale_name_hint* hint, argument
79 struct _Locale_time *_Locale_time_create(const char *nm, struct _Locale_name_hint* hint, argument
85 struct _Locale_collate *_Locale_collate_create(const char *nm, struct _Locale_name_hint* hint, argument
91 struct _Locale_monetary *_Locale_monetary_create(const char *nm, struct _Locale_name_hint* hint, argument
97 struct _Locale_messages *_Locale_messages_create(const char *nm, struct _Locale_name_hint* hint, argument
242 struct _Locale_name_hint* hint, int *__err_code)
246 struct _Locale_name_hint* hint, int *__err_code)
250 struct _Locale_name_hint* hint, in
241 _Locale_extract_ctype_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
245 _Locale_extract_numeric_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
249 _Locale_extract_time_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
253 _Locale_extract_collate_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
257 _Locale_extract_monetary_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
261 _Locale_extract_messages_name(const char *loc, char *buf, struct _Locale_name_hint* hint, int *__err_code) argument
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/settings/advanced_settings/
H A Dadvanced_settings.css31 #advanced-settings .no-settings-match-hint {

Completed in 4911 milliseconds

1234567891011>>