HomeSort by relevance Sort by last modified time
    Searched defs:hint (Results 76 - 100 of 307) sorted by null

1 2 34 5 6 7 8 91011>>

  /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);
  /external/v8/src/compiler/
common-operator.h 27 // Prediction hint for branches.
30 inline BranchHint NegateBranchHint(BranchHint hint) {
31 switch (hint) {
33 return hint;
40 return hint;
43 inline size_t hash_value(BranchHint hint) { return static_cast<size_t>(hint); }
79 BranchHint hint = BranchHint::kNone)
80 : representation_(representation), hint_(hint) {}
83 BranchHint hint() const { return hint_; function in class:v8::internal::compiler::final
    [all...]
graph-assembler.h 405 BranchHint hint = local
408 graph()->NewNode(common()->Branch(hint), condition, current_control_);
419 BranchHint hint = label->IsDeferred() ? BranchHint::kTrue : BranchHint::kNone; local
421 graph()->NewNode(common()->Branch(hint), condition, current_control_);
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/
org.eclipse.sisu.plexus-0.0.0.M5.jar 
  /art/compiler/optimizing/
register_allocator_linear_scan.cc 697 int hint = current->FindFirstRegisterHint(free_until, liveness_); local
698 if ((hint != kNoRegister)
699 // For simplicity, if the hint we are getting for a pair cannot be used,
701 && !(current->IsLowInterval() && IsBlocked(GetHighForLowRegister(hint)))) {
702 DCHECK(!IsBlocked(hint));
703 reg = hint;
    [all...]
  /bionic/libc/kernel/uapi/scsi/
cxlflash_ioctl.h 93 __u64 hint; member in struct:dk_cxlflash_verify
  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp 1419 void hint (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
    [all...]
  /external/doclava/src/com/google/doclava/apicheck/
ApiFile.java 41 int hint = 0; local
43 hint = stream.available() + CHUNK;
46 if (hint < CHUNK) {
47 hint = CHUNK;
49 byte[] buf = new byte[hint];
  /external/freetype/src/psaux/
pshints.c 60 size_t j; /* index of upper hint map edge */
86 * Adjust stem hint for darkening here.
90 cf2_hint_init( CF2_Hint hint,
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->flags = CF2_GhostTop
313 CF2_Hint hint = &hintmap->edge[i]; local
    [all...]
  /external/kernel-headers/original/uapi/scsi/
cxlflash_ioctl.h 142 __u64 hint; /* Reasons for verify */ member in struct:dk_cxlflash_verify
  /external/skia/src/core/
SkScalerContext.h 435 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >> local
437 return static_cast<SkPaint::Hinting>(hint);
  /external/skqp/src/core/
SkScalerContext.h 405 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >> local
407 return static_cast<SkPaint::Hinting>(hint);
  /external/v8/src/crankshaft/
lithium-allocator.h 162 UsePosition(LifetimePosition pos, LOperand* operand, LOperand* hint);
167 LOperand* hint() const { return hint_; } function in class:v8::internal::UsePosition
252 if (pos != NULL) return pos->hint();
288 LOperand* hint,
410 void Define(LifetimePosition position, LOperand* operand, LOperand* hint);
414 LOperand* hint);
  /external/v8/src/
feedback-vector.cc 969 BinaryOperationHint hint = GetBinaryOperationFeedback(); local
980 CompareOperationHint hint = GetCompareOperationFeedback(); local
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/widget/
SelectPhoneAccountDialogFragment.java 306 holder.hintTextView = rowView.findViewById(R.id.hint);
335 String hint = mHints.get(position); local
336 if (TextUtils.isEmpty(hint)) {
340 holder.hintTextView.setText(hint);
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 755 Texture2DGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int width, int height);
778 Texture2DGenMipmapCase::Texture2DGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int width, int height)
783 , m_hint (hint)
840 gl.hint(GL_GENERATE_MIPMAP_HINT, m_hint);
890 TextureCubeGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int size);
912 TextureCubeGenMipmapCase::TextureCubeGenMipmapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc, deUint32 format, deUint32 dataType, deUint32 hint, int size)
917 , m_hint (hint)
1108 deUint32 hint; member in struct:deqp::gles2::Functional::__anon18356
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 83 PSH_Hint hint = table->hints; local
86 for ( ; count > 0; count--, hint++ )
88 psh_hint_deactivate( hint );
89 hint->order = -1;
94 /* internal function to record a new hint */
99 PSH_Hint hint = table->hints + idx; local
104 FT_TRACE0(( "psh_hint_table_record: invalid hint index %d\n", idx ));
109 if ( psh_hint_is_active( hint ) )
112 psh_hint_activate( hint );
114 /* now scan the current active hint set to check *
267 PSH_Hint hint = &table->hints[idx]; local
407 PSH_Hint hint = table->hints + count; local
851 PSH_Hint hint; local
1446 PSH_Hint hint = sort[nn]; local
1466 PSH_Hint hint = sort[nn]; local
1503 PSH_Hint hint = sort[nn]; local
1520 PSH_Hint hint = sort[nn]; local
1538 PSH_Hint hint = sort[nn]; local
1731 PSH_Hint hint = point->hint; local
    [all...]
pshalgo.h 30 /* handle to Hint structure */
34 /* hint bit-flags */
50 /* hint structure */
165 PSH_Hint hint; member in struct:PSH_PointRec_
219 (*PSH_HintFunc)( PSH_Hint hint,
  /external/libunwind/include/tdep-ia64/
libunwind_i.h 153 short hint; member in struct:cursor
  /external/mesa3d/src/mesa/main/
attrib.c 40 #include "hint.h"
415 (void*)&ctx->Hint))
1129 const struct gl_hint_attrib *hint; local
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 414 String hint = attributeSet.getAttributeValue("android", "hint"); local
415 if (hint != null) {
416 if (hint.startsWith("@string/")) {
417 int textResId = attributeSet.getAttributeResourceValue("android", "hint", 0);
418 hint = context.getResources().getString(textResId);
421 setHint(hint);
  /external/v8/src/builtins/
builtins-date.cc 1099 Node* hint = assembler.Parameter(1); local
    [all...]
  /hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
HWC2On1Adapter.h 237 HWC2::Error setColorTransform(android_color_transform_t hint);
385 // Ingest layer hint changes requested by the device.
495 // We intentionally throw away the matrix, because if the hint is
498 auto hint = static_cast<android_color_transform_t>(intHint); local
500 hint);
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.h 217 HWC2::Error setColorTransform(android_color_transform_t hint);
429 // We intentionally throw away the matrix, because if the hint is
432 auto hint = static_cast<android_color_transform_t>(intHint); local
434 hint);
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
FolderPagedView.java 63 * Fraction of the width to scroll when showing the next page hint.
491 int hint = (int) (fraction * getWidth()); local
492 int scroll = getScrollForPage(getNextPage()) + hint;

Completed in 1246 milliseconds

1 2 34 5 6 7 8 91011>>