HomeSort by relevance Sort by last modified time
    Searched full:hint (Results 1 - 25 of 2359) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/ppc32/
jm-misc.stdout.exp 2 dcbtct with various hint values completes with no exceptions
4 dcbtds with various hint values completes with no exceptions
6 dcbtst with various hint values completes with no exceptions
  /external/valgrind/main/none/tests/ppc64/
jm-misc.stdout.exp 2 dcbtct with various hint values completes with no exceptions
4 dcbtds with various hint values completes with no exceptions
6 dcbtst with various hint values completes with no exceptions
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
avx512pfintrin.h 52 void *addr, int scale, int hint)
55 scale, hint);
61 void *addr, int scale, int hint)
64 scale, hint);
70 void *addr, int scale, int hint)
73 scale, hint);
79 void *addr, int scale, int hint)
82 scale, hint);
88 int hint)
91 (long long const *)addr, scale, hint);
    [all...]
  /external/chromium_org/chrome/browser/net/
client_hints_unittest.cc 27 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/clang/test/CodeGen/
builtins-arm-microsoft.c 11 // CHECK-MSVC: call void @llvm.arm.hint(i32 1)
12 // CHECK-EABI-NOT: call void @llvm.arm.hint(i32 1)
18 // CHECK-MSVC: call {{.*}} @llvm.arm.hint(i32 2)
19 // CHECK-EABI-NOT: call {{.*}} @llvm.arm.hint(i32 2)
25 // CHECK-MSVC: call {{.*}} @llvm.arm.hint(i32 3)
26 // CHECK-EABI-NOT: call {{.*}} @llvm.arm.hint(i32 3)
32 // CHECK-MSVC: call {{.*}} @llvm.arm.hint(i32 4)
33 // CHECK-EABI-NOT: call {{.*}} @llvm.arm.hint(i32 4)
39 // CHECK-MSVC: call {{.*}} @llvm.arm.hint(i32 5)
40 // CHECK-EABI-NOT: call {{.*}} @llvm.arm.hint(i32 5
    [all...]
builtins-arm.c 26 // CHECK: call {{.*}} @llvm.arm.hint(i32 1)
32 // CHECK: call {{.*}} @llvm.arm.hint(i32 2)
38 // CHECK: call {{.*}} @llvm.arm.hint(i32 3)
44 // CHECK: call {{.*}} @llvm.arm.hint(i32 4)
50 // CHECK: call {{.*}} @llvm.arm.hint(i32 5)
  /external/llvm/test/CodeGen/ARM/
hints.ll 5 declare void @llvm.arm.hint(i32) nounwind
9 tail call void @llvm.arm.hint(i32 0) nounwind
18 tail call void @llvm.arm.hint(i32 1) nounwind
27 tail call void @llvm.arm.hint(i32 2) nounwind
36 tail call void @llvm.arm.hint(i32 3) nounwind
45 tail call void @llvm.arm.hint(i32 4) nounwind
54 tail call void @llvm.arm.hint(i32 5) nounwind
59 ; CHECK: hint #5
63 tail call void @llvm.arm.hint(i32 8) nounwind
68 ; CHECK: hint #
    [all...]
  /external/robolectric/src/test/resources/res/layout/
text_views_hints.xml 12 android:hint="Black Hint"
20 android:hint="White Hint"
28 android:hint="Grey Hint"
  /external/llvm/test/MC/ARM/
invalid-hint-arm.s 3 hint #240 label
4 hint #1000 label
invalid-hint-thumb.s 3 hint #240 label
4 hint #1000 label
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
hint.c 30 #include "hint.h"
56 if (ctx->Hint.Fog == mode)
59 ctx->Hint.Fog = mode;
64 if (ctx->Hint.LineSmooth == mode)
67 ctx->Hint.LineSmooth = mode;
72 if (ctx->Hint.PerspectiveCorrection == mode)
75 ctx->Hint.PerspectiveCorrection = mode;
80 if (ctx->Hint.PointSmooth == mode)
83 ctx->Hint.PointSmooth = mode;
88 if (ctx->Hint.PolygonSmooth == mode
    [all...]
  /external/mesa3d/src/mesa/main/
hint.c 30 #include "hint.h"
56 if (ctx->Hint.Fog == mode)
59 ctx->Hint.Fog = mode;
64 if (ctx->Hint.LineSmooth == mode)
67 ctx->Hint.LineSmooth = mode;
72 if (ctx->Hint.PerspectiveCorrection == mode)
75 ctx->Hint.PerspectiveCorrection = mode;
80 if (ctx->Hint.PointSmooth == mode)
83 ctx->Hint.PointSmooth = mode;
88 if (ctx->Hint.PolygonSmooth == mode
    [all...]
  /external/kernel-headers/original/uapi/asm-arm/asm/
fcntl.h 6 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */
  /external/chromium_org/ppapi/proxy/
host_resolver_resource.cc 18 const PP_HostResolver_Hint& hint) {
20 switch (hint.family) {
36 if (hint.flags & PP_HOSTRESOLVER_FLAG_CANONNAME)
58 const PP_HostResolver_Hint* hint,
60 if (!hint)
64 ConvertToHostResolverPrivateHint(*hint);
  /external/stlport/src/
acquire_release.h 27 _Locale_ctype* _STLP_CALL __acquire_ctype(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
28 _Locale_codecvt* _STLP_CALL __acquire_codecvt(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
29 _Locale_numeric* _STLP_CALL __acquire_numeric(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
30 _Locale_collate* _STLP_CALL __acquire_collate(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
31 _Locale_monetary* _STLP_CALL __acquire_monetary(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
33 _Locale_messages* _STLP_CALL __acquire_messages(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
locale_catalog.cpp 36 static void* _Loc_ctype_create(const char * s, _Locale_name_hint* hint, int *__err_code)
37 { return _Locale_ctype_create(s, hint, __err_code); }
38 static void* _Loc_codecvt_create(const char * s, _Locale_name_hint* hint, int *__err_code)
39 { return _Locale_codecvt_create(s, hint, __err_code); }
40 static void* _Loc_numeric_create(const char * s, _Locale_name_hint* hint, int *__err_code)
41 { return _Locale_numeric_create(s, hint, __err_code); }
42 static void* _Loc_time_create(const char * s, _Locale_name_hint* hint, int *__err_code)
43 { return _Locale_time_create(s, hint, __err_code); }
44 static void* _Loc_collate_create(const char * s, _Locale_name_hint* hint, int *__err_code)
45 { return _Locale_collate_create(s, hint, __err_code);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
acquire_release.h 27 _Locale_ctype* _STLP_CALL __acquire_ctype(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
28 _Locale_codecvt* _STLP_CALL __acquire_codecvt(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
29 _Locale_numeric* _STLP_CALL __acquire_numeric(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
30 _Locale_collate* _STLP_CALL __acquire_collate(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
31 _Locale_monetary* _STLP_CALL __acquire_monetary(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
33 _Locale_messages* _STLP_CALL __acquire_messages(const char* &name, char *buf, _Locale_name_hint* hint, int *__err_code);
locale_catalog.cpp 36 static void* _Loc_ctype_create(const char * s, _Locale_name_hint* hint, int *__err_code)
37 { return _Locale_ctype_create(s, hint, __err_code); }
38 static void* _Loc_codecvt_create(const char * s, _Locale_name_hint* hint, int *__err_code)
39 { return _Locale_codecvt_create(s, hint, __err_code); }
40 static void* _Loc_numeric_create(const char * s, _Locale_name_hint* hint, int *__err_code)
41 { return _Locale_numeric_create(s, hint, __err_code); }
42 static void* _Loc_time_create(const char * s, _Locale_name_hint* hint, int *__err_code)
43 { return _Locale_time_create(s, hint, __err_code); }
44 static void* _Loc_collate_create(const char * s, _Locale_name_hint* hint, int *__err_code)
45 { return _Locale_collate_create(s, hint, __err_code);
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.c 85 PSH_Hint hint = table->hints; local
88 for ( ; count > 0; count--, hint++ )
90 psh_hint_deactivate( hint );
91 hint->order = -1;
96 /* internal function to record a new hint */
101 PSH_Hint hint = table->hints + idx; local
106 FT_TRACE0(( "psh_hint_table_record: invalid hint index %d\n", idx ));
111 if ( psh_hint_is_active( hint ) )
114 psh_hint_activate( hint );
116 /* now scan the current active hint set to check *
269 PSH_Hint hint = &table->hints[idx]; local
409 PSH_Hint hint = table->hints + count; local
853 PSH_Hint hint; local
1550 PSH_Hint hint = sort[nn]; local
1570 PSH_Hint hint = sort[nn]; local
1607 PSH_Hint hint = sort[nn]; local
1624 PSH_Hint hint = sort[nn]; local
1642 PSH_Hint hint = sort[nn]; local
1839 PSH_Hint hint = point->hint; local
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 85 PSH_Hint hint = table->hints; local
88 for ( ; count > 0; count--, hint++ )
90 psh_hint_deactivate( hint );
91 hint->order = -1;
96 /* internal function to record a new hint */
101 PSH_Hint hint = table->hints + idx; local
106 FT_TRACE0(( "psh_hint_table_record: invalid hint index %d\n", idx ));
111 if ( psh_hint_is_active( hint ) )
114 psh_hint_activate( hint );
116 /* now scan the current active hint set to check *
269 PSH_Hint hint = &table->hints[idx]; local
409 PSH_Hint hint = table->hints + count; local
853 PSH_Hint hint; local
1549 PSH_Hint hint = sort[nn]; local
1569 PSH_Hint hint = sort[nn]; local
1606 PSH_Hint hint = sort[nn]; local
1623 PSH_Hint hint = sort[nn]; local
1641 PSH_Hint hint = sort[nn]; local
1838 PSH_Hint hint = point->hint; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshalgo.c 85 PSH_Hint hint = table->hints; local
88 for ( ; count > 0; count--, hint++ )
90 psh_hint_deactivate( hint );
91 hint->order = -1;
96 /* internal function to record a new hint */
101 PSH_Hint hint = table->hints + idx; local
106 FT_TRACE0(( "psh_hint_table_record: invalid hint index %d\n", idx ));
111 if ( psh_hint_is_active( hint ) )
114 psh_hint_activate( hint );
116 /* now scan the current active hint set to check *
269 PSH_Hint hint = &table->hints[idx]; local
409 PSH_Hint hint = table->hints + count; local
853 PSH_Hint hint; local
1550 PSH_Hint hint = sort[nn]; local
1570 PSH_Hint hint = sort[nn]; local
1607 PSH_Hint hint = sort[nn]; local
1624 PSH_Hint hint = sort[nn]; local
1642 PSH_Hint hint = sort[nn]; local
1839 PSH_Hint hint = point->hint; local
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridDataFactory.java 53 * .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;
191 // Hint
196 * size. If either hint is set to SWT.DEFAULT, the control's preferred size is used
204 public GridDataFactory hint(int xHint, int yHint) { method in class:GridDataFactory
304 public GridDataFactory hint(Point hint) { method in class:GridDataFactory
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
enterprise_info.html 4 <a id="enterprise-info-hint-link" href="#" i18n-content="learnMore"></a>
  /external/chromium_org/ppapi/tests/
test_host_resolver_private_disallowed.cc 41 PP_HostResolver_Private_Hint hint; local
42 hint.family = PP_NETADDRESSFAMILY_PRIVATE_UNSPECIFIED;
43 hint.flags = PP_HOST_RESOLVER_PRIVATE_FLAGS_CANONNAME;
46 host_resolver.Resolve(host_, port_, hint, callback.GetCallback()));
  /external/compiler-rt/test/msan/
mmap_below_shadow.cc 3 // Without MAP_FIXED, we ignore the address hint and map somewhere in
17 // Hint address just below shadow.
18 uintptr_t hint = 0x4f0000000000ULL; local
21 (void *)hint, 4096, PROT_WRITE,

Completed in 6732 milliseconds

1 2 3 4 5 6 7 8 91011>>