HomeSort by relevance Sort by last modified time
    Searched refs:hint (Results 201 - 225 of 706) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/compiler/
js-typed-lowering.cc 33 bool GetBinaryNumberOperationHint(NumberOperationHint* hint) {
40 *hint = NumberOperationHint::kSignedSmall;
43 *hint = NumberOperationHint::kSigned32;
46 *hint = NumberOperationHint::kNumberOrOddball;
57 bool GetCompareNumberOperationHint(NumberOperationHint* hint) {
62 *hint = NumberOperationHint::kSignedSmall;
65 *hint = NumberOperationHint::kNumber;
68 *hint = NumberOperationHint::kNumberOrOddball;
280 const Operator* SpeculativeNumberOp(NumberOperationHint hint) {
283 return simplified()->SpeculativeNumberAdd(hint);
474 NumberOperationHint hint; local
526 NumberOperationHint hint; local
546 NumberOperationHint hint; local
562 NumberOperationHint hint; local
733 NumberOperationHint hint; local
878 NumberOperationHint hint; local
940 NumberOperationHint hint; local
    [all...]
common-operator.cc 19 std::ostream& operator<<(std::ostream& os, BranchHint hint) {
20 switch (hint) {
81 lhs.hint() == rhs.hint();
91 return base::hash_combine(p.representation(), p.hint());
96 return os << p.representation() << "|" << p.hint();
659 const Operator* CommonOperatorBuilder::Branch(BranchHint hint) {
660 switch (hint) {
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h 576 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/libevent/
bufferevent_sock.c 472 struct evutil_addrinfo hint; local
488 memset(&hint, 0, sizeof(hint));
489 hint.ai_family = family;
490 hint.ai_protocol = IPPROTO_TCP;
491 hint.ai_socktype = SOCK_STREAM;
498 &hint, bufferevent_connect_getaddrinfo_cb, bev);
  /external/libmojo/third_party/jinja2/
runtime.py 459 def __init__(self, hint=None, obj=missing, name=None, exc=UndefinedError):
460 self._undefined_hint = hint
472 hint = '%r is undefined' % self._undefined_name
474 hint = '%s has no element %r' % (
479 hint = '%r has no attribute %r' % (
484 hint = self._undefined_hint
485 raise self._undefined_exception(hint)
  /external/libunwind/src/ia64/
Gscript.c 154 struct ia64_script *script = cache->buckets + c->hint;
173 /* update hint; no locking needed: single-word writes are atomic */
174 c->hint = cache->buckets[c->prev_script].hint =
188 script->hint = 0;
677 cache->buckets[c->prev_script].hint = script - cache->buckets;
684 c->hint = script->hint;
  /external/toybox/toys/pending/
traceroute.c 182 struct addrinfo *info, hint; local
185 memset(&hint, 0, sizeof(hint));
186 hint.ai_family = family;
187 hint.ai_socktype = type;
188 hint.ai_protocol = proto;
190 ret = getaddrinfo(host, NULL, &hint, &info);
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 273 // Completion hint must be set after specifying hint layout.
322 * <p>Sets the optional hint text that is displayed at the bottom of the
326 * @param hint the text to be displayed to the user
332 public void setCompletionHint(CharSequence hint) {
333 mHintText = hint;
334 if (hint != null) {
342 mHintView.setText(hint);
351 * Gets the optional hint text displayed at the bottom of the the matching list.
353 * @return The hint text, if an
    [all...]
  /prebuilts/go/darwin-x86/src/net/
dial.go 166 // resolveAddrList resolves addr using hint and returns a list of
169 func (r *Resolver) resolveAddrList(ctx context.Context, op, network, addr string, hint Addr) (addrList, error) {
183 if op == "dial" && hint != nil && addr.Network() != hint.Network() {
184 return nil, &AddrError{Err: "mismatched local address type", Addr: hint.String()}
189 if err != nil || op != "dial" || hint == nil {
198 switch hint := hint.(type) {
200 tcp = hint
203 udp = hint
    [all...]
  /prebuilts/go/linux-x86/src/net/
dial.go 166 // resolveAddrList resolves addr using hint and returns a list of
169 func (r *Resolver) resolveAddrList(ctx context.Context, op, network, addr string, hint Addr) (addrList, error) {
183 if op == "dial" && hint != nil && addr.Network() != hint.Network() {
184 return nil, &AddrError{Err: "mismatched local address type", Addr: hint.String()}
189 if err != nil || op != "dial" || hint == nil {
198 switch hint := hint.(type) {
200 tcp = hint
203 udp = hint
    [all...]
  /external/ImageMagick/MagickCore/
distribute-cache.c 197 hint,
219 (void) ResetMagickMemory(&hint,0,sizeof(hint));
220 hint.ai_family=AF_INET;
221 hint.ai_socktype=SOCK_STREAM;
222 hint.ai_flags=AI_PASSIVE;
224 status=getaddrinfo(hostname,service,&hint,&result);
923 hint,
937 (void) ResetMagickMemory(&hint,0,sizeof(hint));
194 hint, local
918 hint, local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 764 gl.hint(GL_FRAGMENT_SHADER_DERIVATIVE_HINT, m_hint);
939 LinearDerivateCase (Context& context, const char* name, const char* description, DerivateFunc func, glu::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, int numSamples, const char* fragmentSrcTmpl);
952 LinearDerivateCase::LinearDerivateCase (Context& context, const char* name, const char* description, DerivateFunc func, glu::DataType type, glu::Precision precision, deUint32 hint, SurfaceType surfaceType, int numSamples, const char* fragmentSrcTmpl)
961 m_hint = hint;
1627 deUint32 hint; member in struct:deqp::gles3::Functional::__anon17124
1651 deUint32 hint; member in struct:deqp::gles3::Functional::__anon17126
1694 const deUint32 hint = GL_DONT_CARE; local
1722 const deUint32 hint = GL_DONT_CARE; local
1740 const deUint32 hint = s_hints[hintCaseNdx].hint; local
1779 const deUint32 hint = s_textureConfigs[texCaseNdx].hint; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
run.go 118 hint := ""
120 hint = " (cgo is disabled)"
122 fatalf("go run: no suitable source files%s", hint)
  /prebuilts/go/linux-x86/src/cmd/go/
run.go 118 hint := ""
120 hint = " (cgo is disabled)"
122 fatalf("go run: no suitable source files%s", hint)
  /frameworks/base/tests/net/java/android/net/
NetworkStatsTest.java 97 for (int hint = 0; hint < stats.size(); hint++) {
99 METERED_NO, ROAMING_NO, hint));
101 METERED_NO, ROAMING_NO, hint));
103 METERED_NO, ROAMING_NO, hint));
105 METERED_NO, ROAMING_NO, hint));
107 METERED_NO, ROAMING_NO, hint));
109 METERED_YES, ROAMING_NO, hint));
111 METERED_NO, ROAMING_NO, hint));
    [all...]
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.hpp 53 const char* getUsageHintName (deUint32 hint);
  /external/libunwind/src/arm/
init.h 74 c->dwarf.hint = 0;
  /external/libunwind/src/ppc64/
init.h 79 c->dwarf.hint = 0;
  /external/libunwind/src/sh/
init.h 70 c->dwarf.hint = 0;
  /external/libunwind/src/x86/
init.h 66 c->dwarf.hint = 0;
  /external/sfntly/cpp/src/sfntly/table/core/
font_header_table.h 87 virtual void SetFontDirectionHint(int32_t hint);
  /frameworks/native/include/gui/
IGraphicBufferConsumer.h 257 virtual status_t setTransformHint(uint32_t hint) = 0;
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/
AnswerHintFactory.java 17 package com.android.incallui.answer.impl.hint;
70 // Display the event answer hint if the payload is available.
PawSecretCodeListener.java 17 package com.android.incallui.answer.impl.hint;
35 * Listen to the broadcast when the user dials "*#*#[number]#*#*" to toggle the event answer hint.
  /packages/services/Car/car-support-lib/src/android/support/car/app/menu/
CarUiController.java 138 String hint, View.OnClickListener searchBoxClickListener);

Completed in 984 milliseconds

1 2 3 4 5 6 7 891011>>