HomeSort by relevance Sort by last modified time
    Searched full:used (Results 1301 - 1325 of 64207) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/freetype/include/freetype/
ftgasp.h 10 /* This file is part of the FreeType project, and may only be used, */
44 * The function @FT_Get_Gasp can be used to query a TrueType or OpenType
74 * If set, smoothing along multiple axes must be used with ClearType.
77 * Grid-fitting must be used with ClearType's symmetric smoothing.
81 * used for standard font rasterization only. Independently of that,
83 * be used if ClearType is enabled (and `FT_GASP_DO_GRIDFIT' and
ftrender.h 10 /* This file is part of the FreeType project, and may only be used, */
131 /* render_glyph :: A method used to render the image that is in a */
134 /* transform_glyph :: A method used to transform the image that is in */
137 /* get_glyph_cbox :: A method used to access the glyph's cbox. */
139 /* set_mode :: A method used to pass additional parameters. */
210 /* In case of success, the renderer will be used to convert glyph */
  /external/chromium_org/third_party/icu/source/i18n/unicode/
utmscale.h 164 * These functions implement a universal time scale which can be used as a 'pivot',
197 * <code>UDateTimeScale</code> values are used to specify the time scale used for
204 * Used in the JDK. Data is a Java <code>long</code> (<code>int64_t</code>). Value
212 * Used on Unix systems. Data is <code>int32_t</code> or <code>int64_t</code>. Value
220 * Used in IUC4C. Data is a <code>double</code>. Value
228 * Used in Windows for file times. Data is an <code>int64_t</code>. Value
236 * Used in the .NET framework's <code>System.DateTime</code> structure. Data is an <code>int64_t</code>. Value
244 * Used in older Macintosh systems. Data is <code>int32_t</code> or <code>int64_t</code>. Value
252 * Used in newer Macintosh systems. Data is a <code>double</code>. Valu
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
opt_dead_functions.cpp 43 this->used = false;
47 bool used; member in class:__anon14995::signature_entry
95 entry->used = true;
109 entry->used = true;
122 /* Now that we've figured out which function signatures are used, remove
129 if (!entry->used) {
  /external/chromium_org/third_party/sqlite/src/tool/
space_used.tcl 2 # how much disk space is used by a particular data to actually store data
27 pri_pages int, -- Number of primary pages used
28 ovfl_pages int, -- Number of overflow pages used
33 # This query will be used to find the root page number for every index and
43 # Initialize variables used for summary statistics.
92 puts "-- Total pages used: $total_primary primary and $total_overflow overflow"
  /external/clang/test/SemaCXX/
uninit-variables.cpp 30 (void)typeid(*a); // expected-warning{{variable 'a' is uninitialized when used here}}
58 return x; // expected-warning{{variable 'x' is uninitialized when used here}}
66 return a; // expected-warning{{variable 'a' is uninitialized when used here}}
130 int y = (int&)x; // expected-warning {{uninitialized when used here}}
141 int y = (float &)x; // expected-warning {{uninitialized when used here}}
148 return n; // expected-warning {{uninitialized when used here}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
packager.properties 2 #The directory used as a base for the all process
44 # This is used as a optimization to avoid unnecessary downloads.
48 # A comma separated list of filters used to optimize the download of archives.
75 # Type of build. Used in naming the build output. Typically this value is
82 # Label for the build. Used in naming the build output
97 # extra arguments to be passed to zip / unzip (-y is usually used on unix for zip)
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFwd.h 35 /** \brief The data type used to store non-zero basis functions. */
38 /** \brief The data type used to store the values of the basis function derivatives. */
41 /** \brief The data type used to store the spline's derivative values. */
47 /** \brief The data type used to store knot vectors. */
66 /** \brief The data type used to store the values of the basis function derivatives. */
69 /** \brief The data type used to store the spline's derivative values. */
  /external/freetype/include/freetype/
ftgasp.h 10 /* This file is part of the FreeType project, and may only be used, */
44 * The function @FT_Get_Gasp can be used to query a TrueType or OpenType
74 * If set, smoothing along multiple axes must be used with ClearType.
77 * Grid-fitting must be used with ClearType's symmetric smoothing.
81 * used for standard font rasterization only. Independently of that,
83 * be used if ClearType is enabled (and `FT_GASP_DO_GRIDFIT' and
ftrender.h 10 /* This file is part of the FreeType project, and may only be used, */
131 /* render_glyph :: A method used to render the image that is in a */
134 /* transform_glyph :: A method used to transform the image that is in */
137 /* get_glyph_cbox :: A method used to access the glyph's cbox. */
139 /* set_mode :: A method used to pass additional parameters. */
210 /* In case of success, the renderer will be used to convert glyph */
  /external/icu4c/i18n/unicode/
utmscale.h 164 * These functions implement a universal time scale which can be used as a 'pivot',
197 * <code>UDateTimeScale</code> values are used to specify the time scale used for
204 * Used in the JDK. Data is a Java <code>long</code> (<code>int64_t</code>). Value
212 * Used on Unix systems. Data is <code>int32_t</code> or <code>int64_t</code>. Value
220 * Used in IUC4C. Data is a <code>double</code>. Value
228 * Used in Windows for file times. Data is an <code>int64_t</code>. Value
236 * Used in the .NET framework's <code>System.DateTime</code> structure. Data is an <code>int64_t</code>. Value
244 * Used in older Macintosh systems. Data is <code>int32_t</code> or <code>int64_t</code>. Value
252 * Used in newer Macintosh systems. Data is a <code>double</code>. Valu
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LRUCache.java 7 // This module is multi-licensed and may be used under the terms
31 * used) entry is dropped.
69 * The retrieved entry becomes the MRU (most recently used) entry.
82 * The new entry becomes the MRU (most recently used) entry.
85 * If the cache is full, the LRU (least recently used) entry is removed from
105 * Returns the number of used entries in the cache.
  /external/jsilver/src/org/clearsilver/
FactoryLoader.java 27 * factory used throughout the Java Clearsilver Framework.
50 // ClearsilverFactory to be used when constructing objects. Allows
51 // applications to subclass the CS and HDF objects used in Java Clearsilver
59 * Get the {@link org.clearsilver.ClearsilverFactory} object to be used by
82 * Set the {@link org.clearsilver.ClearsilverFactory} to be used by
84 * implementation will be used the next time {@link #getClearsilverFactory()}
  /external/kernel-headers/original/asm-generic/
fcntl.h 9 * These cannot be used by userspace O_* until internal and external open
41 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */
69 * This new value is used to request true Posix O_SYNC semantics. It is
74 * wherever we do not care if O_DSYNC or O_SYNC is used.
76 * Note: __O_SYNC must never be used directly.
148 /* operations for bsd flock(), also used by the kernel implementation */
  /external/mesa3d/src/glsl/
opt_dead_functions.cpp 43 this->used = false;
47 bool used; member in class:__anon25360::signature_entry
95 entry->used = true;
109 entry->used = true;
122 /* Now that we've figured out which function signatures are used, remove
129 if (!entry->used) {
  /external/proguard/src/proguard/shrink/
UsagePrinter.java 32 * marked as being used (or not used).
53 * @param usageMarker the usage marker that was used to mark the
56 * should be printed, or alternatively, only used
68 * @param usageMarker the usage marker that was used to mark the
71 * should be printed, or alternatively, only used
  /external/stlport/src/
warning_disable.h 2 /* This header is used to turn off warnings of Microsoft compilers generated.
8 # pragma warning( disable : 4097 ) /* typedef-name used as based class of (...) */
14 # pragma warning( disable : 4701 ) /* local variable 'base' may be used without having been initialized */
24 # pragma warning( disable : 4201 ) /* nonstandard extension used : nameless struct/union */
25 # pragma warning( disable : 4214 ) /* nonstandard extension used : bit field types other than int */
52 # pragma warning( disable : 383 ) /* reference to temporary used */
  /external/stlport/stlport/stl/config/
_warnings_off.h 10 * we have to disable this warning as the string are used as data members type of many iostream classes.
16 # pragma warning( disable : 4097 ) // typedef-name used as based class of (...)
24 # pragma warning( disable : 4701 ) // local variable '...' may be used without having been initialized
39 # pragma warning( disable : 4355 ) // this used in base member initializer list (used in rope implementation)
50 # pragma option -w-par // -w-8057 Parameter 'parameter' is never used
  /frameworks/av/libvideoeditor/vss/inc/
M4xVSS_Internal.h 88 * @brief It is used internally by xVSS for framing effect, and by VPS for previewing
96 M4OSA_Int32 previousClipTime; /**< Previous clip time, used by framing
98 M4OSA_Int32 previewOffsetClipTime; /**< Previous clip time, used by framing
100 M4OSA_Int32 previewClipTime; /**< Current clip time, used by framing
102 M4OSA_Void* pCurrent; /**< Current M4xVSS_FramingStruct used by
111 /*To support ARGB8888 : get the width and height in case of file ARGB888 used in framing
114 .Used only if video effect is framming */
116 Used only if video effect is framming */
125 * @brief It is used internally by xVSS for framing effect, when the flag
183 * @note and is used during M4xVSS_Step function to initialize Pto3GPP modul
    [all...]
  /frameworks/base/core/java/android/webkit/
PluginData.java 32 * @deprecated This class was intended to be used by Gears. Since Gears was
68 * @deprecated This class was intended to be used by Gears. Since Gears was
89 * @deprecated This class was intended to be used by Gears. Since Gears was
103 * @deprecated This class was intended to be used by Gears. Since Gears was
120 * @deprecated This class was intended to be used by Gears. Since Gears was
134 * @deprecated This class was intended to be used by Gears. Since Gears was
  /ndk/sources/cxx-stl/stlport/src/
warning_disable.h 2 /* This header is used to turn off warnings of Microsoft compilers generated.
8 # pragma warning( disable : 4097 ) /* typedef-name used as based class of (...) */
14 # pragma warning( disable : 4701 ) /* local variable 'base' may be used without having been initialized */
24 # pragma warning( disable : 4201 ) /* nonstandard extension used : nameless struct/union */
25 # pragma warning( disable : 4214 ) /* nonstandard extension used : bit field types other than int */
52 # pragma warning( disable : 383 ) /* reference to temporary used */
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 10 * we have to disable this warning as the string are used as data members type of many iostream classes.
16 # pragma warning( disable : 4097 ) // typedef-name used as based class of (...)
24 # pragma warning( disable : 4701 ) // local variable '...' may be used without having been initialized
39 # pragma warning( disable : 4355 ) // this used in base member initializer list (used in rope implementation)
50 # pragma option -w-par // -w-8057 Parameter 'parameter' is never used
  /ndk/sources/host-tools/sed-4.2.1/lib/
gettimeofday.c 52 /* This is a wrapper for localtime. It is used only on systems for which
53 gettimeofday clobbers the static buffer used for localtime's result.
89 the static buffer used for localtime's result. */
93 /* Save and restore the contents of the buffer used for localtime's
101 /* This is a wrapper for gettimeofday. It is used only on systems
111 /* Save and restore the contents of the buffer used for localtime's
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 10 * we have to disable this warning as the string are used as data members type of many iostream classes.
16 # pragma warning( disable : 4097 ) // typedef-name used as based class of (...)
24 # pragma warning( disable : 4701 ) // local variable '...' may be used without having been initialized
39 # pragma warning( disable : 4355 ) // this used in base member initializer list (used in rope implementation)
50 # pragma option -w-par // -w-8057 Parameter 'parameter' is never used
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 10 * we have to disable this warning as the string are used as data members type of many iostream classes.
16 # pragma warning( disable : 4097 ) // typedef-name used as based class of (...)
24 # pragma warning( disable : 4701 ) // local variable '...' may be used without having been initialized
39 # pragma warning( disable : 4355 ) // this used in base member initializer list (used in rope implementation)
50 # pragma option -w-par // -w-8057 Parameter 'parameter' is never used

Completed in 2352 milliseconds

<<51525354555657585960>>