Searched refs:hint (Results 26 - 50 of 283) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/tests/
H A Dtest_host_resolver_private.cc119 const PP_HostResolver_Private_Hint& hint) {
122 host_resolver->Resolve(host, port, hint, callback.GetCallback()));
137 const PP_HostResolver_Private_Hint &hint) {
140 ASSERT_SUBTEST_SUCCESS(SyncResolve(&host_resolver, host_, port_, hint));
173 PP_HostResolver_Private_Hint hint; local
174 hint.family = PP_NETADDRESSFAMILY_PRIVATE_UNSPECIFIED;
175 hint.flags = PP_HOST_RESOLVER_PRIVATE_FLAGS_CANONNAME;
176 return ParametrizedTestResolve(hint);
180 PP_HostResolver_Private_Hint hint; local
181 hint
115 SyncResolve( pp::HostResolverPrivate* host_resolver, const std::string& host, uint16_t port, const PP_HostResolver_Private_Hint& hint) argument
136 ParametrizedTestResolve( const PP_HostResolver_Private_Hint &hint) argument
[all...]
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dregion_data_builder.cc44 std::map<std::string, const Rule*>::const_iterator hint,
59 ++hint;
60 if (hint == rules.end() || hint->first != lookup_key_string) {
61 hint = rules.find(lookup_key_string);
62 if (hint == rules.end()) {
67 const Rule* rule = hint->second;
80 hint,
100 std::map<std::string, const Rule*>::const_iterator hint = local
102 assert(hint !
42 BuildRegionTreeRecursively( const std::map<std::string, const Rule*>& rules, std::map<std::string, const Rule*>::const_iterator hint, const LookupKey& parent_key, RegionData* parent_region, const std::vector<std::string>& keys, bool prefer_latin_name, size_t region_max_depth) argument
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
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/components/cronet/android/java/src/org/chromium/net/
H A DHttpUrlRequestFactoryConfig.java122 JSONObject hint = new JSONObject();
123 hint.put(UrlRequestContextConfig.QUIC_HINT_HOST, host);
124 hint.put(UrlRequestContextConfig.QUIC_HINT_PORT, port);
125 hint.put(UrlRequestContextConfig.QUIC_HINT_ALT_PORT, alternatePort);
126 quicHints.put(hint);
/external/chromium_org/third_party/skia/platform_tools/android/bin/
H A Dadb_list_devices.py75 def FindADB(hint=None):
78 1. If a hint was provided, is it a valid path to ADB?
84 hint: string indicating a possible path to ADB.
86 # 1. If a hint was provided, does it point to ADB?
87 if hint:
88 if os.path.basename(hint) == 'adb':
89 adb = hint
91 adb = os.path.join(hint, 'adb')
/external/skia/platform_tools/android/bin/
H A Dadb_list_devices.py75 def FindADB(hint=None):
78 1. If a hint was provided, is it a valid path to ADB?
84 hint: string indicating a possible path to ADB.
86 # 1. If a hint was provided, does it point to ADB?
87 if hint:
88 if os.path.basename(hint) == 'adb':
89 adb = hint
91 adb = os.path.join(hint, 'adb')
/external/stlport/src/
H A Dlocale_impl.cpp150 _Locale_name_hint* _Locale_impl::insert_ctype_facets(const char* &name, char *buf, _Locale_name_hint* hint) { argument
170 _Locale_ctype *__lct = _STLP_PRIV __acquire_ctype(name, buf, hint, &__err_code);
173 return hint;
176 if (hint == 0) hint = _Locale_get_ctype_hint(__lct);
190 _Locale_ctype *__lwct = _STLP_PRIV __acquire_ctype(name, buf, hint, &__err_code);
193 return hint;
201 _Locale_codecvt *__lwcvt = _STLP_PRIV __acquire_codecvt(name, buf, hint, &__err_code);
219 return hint;
222 _Locale_name_hint* _Locale_impl::insert_numeric_facets(const char* &name, char *buf, _Locale_name_hint* hint) { argument
288 insert_time_facets(const char* &name, char *buf, _Locale_name_hint* hint) argument
350 insert_collate_facets(const char* &name, char *buf, _Locale_name_hint* hint) argument
406 insert_monetary_facets(const char* &name, char *buf, _Locale_name_hint* hint) argument
511 insert_messages_facets(const char* &name, char *buf, _Locale_name_hint* hint) argument
[all...]
H A Dlocale.cpp153 _Locale_name_hint *hint = 0; local
166 hint = impl->insert_ctype_facets(ctype_name, ctype_buf, hint);
167 hint = impl->insert_numeric_facets(numeric_name, numeric_buf, hint);
168 hint = impl->insert_time_facets(time_name, time_buf, hint);
169 hint = impl->insert_collate_facets(collate_name, collate_buf, hint);
170 hint
261 _Locale_name_hint *hint = 0; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c54 primeForNumBits(n) >= hint.
56 static int countBits(int hint) argument
59 int bits = hint;
68 } else if (primeForNumBits(numBits) < hint) {
126 static void cso_data_rehash(struct cso_hash_data *hash, int hint) argument
128 if (hint < 0) {
129 hint = countBits(-hint);
130 if (hint < MinNumBits)
131 hint
[all...]
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c54 primeForNumBits(n) >= hint.
56 static int countBits(int hint) argument
59 int bits = hint;
68 } else if (primeForNumBits(numBits) < hint) {
126 static void cso_data_rehash(struct cso_hash_data *hash, int hint) argument
128 if (hint < 0) {
129 hint = countBits(-hint);
130 if (hint < MinNumBits)
131 hint
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dstrbuf.c20 void strbuf_init(struct strbuf *sb, ssize_t hint) argument
24 if (hint)
25 strbuf_grow(sb, hint);
109 ssize_t strbuf_read(struct strbuf *sb, int fd, ssize_t hint) argument
114 strbuf_grow(sb, hint ? hint : 8192);
/external/chromium_org/cc/resources/
H A Dscoped_resource.h29 ResourceProvider::TextureHint hint,
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/ppapi/c/
H A Dppb_host_resolver.h115 * @param[in] hint A <code>PP_HostResolver_Hint</code> structure providing
128 const struct PP_HostResolver_Hint* hint,
137 * if <code>PP_HOSTRESOLVER_FLAG_CANONNAME</code> is not set in the hint flags
/external/chromium_org/ppapi/c/private/
H A Dppb_host_resolver_private.h91 const struct PP_HostResolver_Private_Hint* hint,
/external/chromium_org/ppapi/cpp/
H A Dhost_resolver.h72 /// @param[in] hint A <code>PP_HostResolver_Hint</code> structure
83 const PP_HostResolver_Hint& hint,
89 /// if <code>PP_HOSTRESOLVER_FLAG_CANONNAME</code> is not set in the hint
/external/chromium_org/ppapi/proxy/
H A Dhost_resolver_resource.h30 const PP_HostResolver_Hint* hint,
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2hints.c60 size_t j; /* index of upper hint map edge */
86 * Adjust stem hint for darkening here.
90 cf2_hint_init( CF2_Hint hint, argument
102 FT_ZERO( hint );
116 hint->csCoord = stemHint->max;
117 hint->flags = CF2_GhostBottom;
120 hint->flags = 0;
128 hint->flags = 0;
131 hint->csCoord = stemHint->min;
132 hint
[all...]
/external/freetype/src/cff/
H A Dcf2hints.c60 size_t j; /* index of upper hint map edge */
86 * Adjust stem hint for darkening here.
90 cf2_hint_init( CF2_Hint hint, argument
102 FT_ZERO( hint );
116 hint->csCoord = stemHint->max;
117 hint->flags = CF2_GhostBottom;
120 hint->flags = 0;
128 hint->flags = 0;
131 hint->csCoord = stemHint->min;
132 hint
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2hints.c60 size_t j; /* index of upper hint map edge */
86 * Adjust stem hint for darkening here.
90 cf2_hint_init( CF2_Hint hint, argument
102 FT_ZERO( hint );
116 hint->csCoord = stemHint->max;
117 hint->flags = CF2_GhostBottom;
120 hint->flags = 0;
128 hint->flags = 0;
131 hint->csCoord = stemHint->min;
132 hint
[all...]
/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/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
H A Dpepper_host_resolver_message_filter.h60 const PP_HostResolver_Private_Hint& hint);
66 const PP_HostResolver_Private_Hint& hint,
/external/chromium_org/ppapi/api/
H A Dppb_host_resolver.idl86 * @param[in] hint A <code>PP_HostResolver_Hint</code> structure providing
99 [in] PP_HostResolver_Hint hint,
109 * if <code>PP_HOSTRESOLVER_FLAG_CANONNAME</code> is not set in the hint flags
/external/chromium_org/ppapi/api/private/
H A Dppb_host_resolver_private.idl57 [in] PP_HostResolver_Private_Hint hint,

Completed in 624 milliseconds

1234567891011>>