HomeSort by relevance Sort by last modified time
    Searched full:hints (Results 51 - 75 of 862) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/include/clang/Sema/
SemaFixItUtils.h 30 /// The class facilities generation and storage of conversion FixIts. Hints for
41 /// The list of Hints generated so far.
42 std::vector<FixItHint> Hints;
45 /// of the Hints vector since we allow multiple FixIts per conversion.
81 Hints.clear();
  /external/freetype/src/autofit/
afloader.c 37 af_glyph_hints_init( &loader->hints, memory );
39 _af_debug_hints = &loader->hints;
84 af_glyph_hints_done( &loader->hints );
112 AF_GlyphHints hints = &loader->hints; local
171 loader->pp1.x = hints->x_delta;
172 loader->pp1.y = hints->y_delta;
174 hints->x_scale ) + hints->x_delta;
175 loader->pp2.y = hints->y_delta
    [all...]
aflatin.h 180 af_latin_hints_compute_segments( AF_GlyphHints hints,
184 af_latin_hints_link_segments( AF_GlyphHints hints,
188 af_latin_hints_compute_edges( AF_GlyphHints hints,
192 af_latin_hints_detect_features( AF_GlyphHints hints,
afwarp.h 52 AF_GlyphHints hints,
afcjk.h 116 af_cjk_hints_init( AF_GlyphHints hints,
120 af_cjk_hints_apply( AF_GlyphHints hints,
  /external/chromium_org/third_party/sqlite/src/
configure.ac 80 # configure --with-hints=FILE
184 # Check to see if the --with-hints=FILE option is used. If there is none,
185 # then check for a files named "$host.hints" and ../$hosts.hints where
186 # $host is the hostname of the build system. If still no hints are
187 # found, try looking in $system.hints and ../$system.hints where
190 AC_ARG_WITH(hints,
191 AC_HELP_STRING([--with-hints=FILE],[Read configuration options from FILE]),
192 hints=$withval
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
image_utils.h 18 // |-drawInRect:fromRect:operation:fraction:respectFlipped:hints:|.
  /external/chromium_org/content/renderer/media/
preload.h 10 // Used to specify video preload states. They are "hints" to the browser about
  /external/chromium_org/media/audio/alsa/
alsa_wrapper.cc 22 int AlsaWrapper::DeviceNameHint(int card, const char* iface, void*** hints) {
23 return snd_device_name_hint(card, iface, hints);
30 int AlsaWrapper::DeviceNameFreeHint(void** hints) {
31 return snd_device_name_free_hint(hints);
  /external/chromium_org/ppapi/api/dev/
ppp_text_input_dev.idl 16 * plugin has to implement to provide hints for text input system (IME).
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.h 180 af_latin_hints_compute_segments( AF_GlyphHints hints,
184 af_latin_hints_link_segments( AF_GlyphHints hints,
188 af_latin_hints_compute_edges( AF_GlyphHints hints,
192 af_latin_hints_detect_features( AF_GlyphHints hints,
afwarp.h 52 AF_GlyphHints hints,
afcjk.h 116 af_cjk_hints_init( AF_GlyphHints hints,
120 af_cjk_hints_apply( AF_GlyphHints hints,
  /external/clang/test/FixIt/
fixit-cxx11-compat.cpp 6 // This is a test of the code modification hints for C++11-compatibility problems.
fixit-cxx1y-compat.cpp 7 // This is a test of the code modification hints for C++1y-compatibility problems.
fixit-errors-1.c 5 /* This is a test of the various code modification hints that are
fixit-errors.c 6 /* This is a test of the various code modification hints that are
fixit-pmem.cpp 6 /* This is a test of the various code modification hints that are
  /external/clang/test/Sema/
format-strings-fixit-ssize_t.c 6 /* This is a test of the various code modification hints that are
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
auxvec.h 24 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
auxvec.h 24 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
auxvec.h 24 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */
  /external/openssh/
canohost.c 53 struct addrinfo hints, *ai, *aitop; local
92 memset(&hints, 0, sizeof(hints));
93 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
94 hints.ai_flags = AI_NUMERICHOST;
95 if (getaddrinfo(name, NULL, &hints, &ai) == 0) {
118 memset(&hints, 0, sizeof(hints));
119 hints.ai_family = from.ss_family;
120 hints.ai_socktype = SOCK_STREAM
    [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 109 Hints.push_back(FixItHint::CreateRemoval(
113 Hints.push_back(FixItHint::CreateInsertion(Begin, "*("));
114 Hints.push_back(FixItHint::CreateInsertion(End, ")"));
116 Hints.push_back(FixItHint::CreateInsertion(Begin, "*"));
143 Hints.push_back(FixItHint::CreateRemoval(
147 Hints.push_back(FixItHint::CreateInsertion(Begin, "&("));
148 Hints.push_back(FixItHint::CreateInsertion(End, ")"));
150 Hints.push_back(FixItHint::CreateInsertion(Begin, "&"));
  /external/kernel-headers/original/asm-mips/
prefetch.h 22 * RM7000 version 1.0 interprets all hints as Pref_Load; version 2.0 implements
31 * Finally MIPS32 and MIPS64 implement all of the following hints.

Completed in 367 milliseconds

1 23 4 5 6 7 8 91011>>