HomeSort by relevance Sort by last modified time
    Searched full:points (Results 1026 - 1050 of 7862) sorted by null

<<41424344454647484950>>

  /prebuilts/tools/gcc-sdk/
nm 5 echo "ERROR: The gcc this script points to can only run on linux"
objcopy 5 echo "ERROR: The gcc this script points to can only run on linux"
objdump 5 echo "ERROR: The gcc this script points to can only run on linux"
ranlib 5 echo "ERROR: The gcc this script points to can only run on linux"
readelf 5 echo "ERROR: The gcc this script points to can only run on linux"
size 5 echo "ERROR: The gcc this script points to can only run on linux"
strings 5 echo "ERROR: The gcc this script points to can only run on linux"
strip 5 echo "ERROR: The gcc this script points to can only run on linux"
  /system/bt/udrv/include/
uipc.h 49 typedef void (tUIPC_RCV_CBACK)(tUIPC_CH_ID ch_id, tUIPC_EVENT event); /* points to BT_HDR which describes event type and length of data; len contains the number of bytes of entire message (sizeof(BT_HDR) + offset + size of data) */
  /system/extras/perfprofd/quipper/base/
port.h 41 // Define an OS-neutral wrapper for shared library entry points
  /art/runtime/base/
timing_logger.h 175 // Return the time points of when each start / end timings start and finish.
190 // Timing points that are either start or end points. For each starting point ret[i] = location
  /device/google/contexthub/inc/
chre.h 41 * Entry points.
43 * The following entry points are required to be handled by the CHRE
65 * the entry points defined above and the memory freeing callbacks defined
  /external/ImageMagick/www/Magick++/
TypeMetric.html 12 <p>The <i>TypeMetric</i> class provides the means to pass data from the Image class's TypeMetric method to the user. It provides information regarding font metrics such as ascent, descent, text width, text height, and maximum horizontal advance. The units of these font metrics are in pixels, and that the metrics are dependent on the current Image font (default Ghostscript's "Helvetica"), pointsize (default 12 points), and x/y resolution (default 72 DPI) settings.</p>
13 <p>The pixel units may be converted to points (the standard resolution-independent measure used by the typesetting industry) via the following equation:</p>
18 <p>Note that a font's pointsize is only a first-order approximation of the font height (ascender + descender) in points. The relationship between the specified pointsize and the rendered font height is determined by the font designer.</p>
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
StepHandlerWithJacobians.java 27 * some grid points that depend on their own internal algorithm. Once
29 * several evaluation of the derivative at intermediate points), they
32 * last one, store the points in an ephemeris, or forward them to
  /external/autotest/client/profilers/lttng/
lttng.py 6 job.profilers.add('lttng', tracepoints = None): enable all trace points.
7 job.profilers.add('lttng', tracepoints = []): disable all trace points.
40 # tracepoints: list of trace points to enable
  /external/boringssl/src/include/openssl/
pqueue.h 89 /* pqueue_free frees |pq| but not any of the items it points to. Thus |pq| must
96 /* pitem_new allocates a fresh priority queue item that points at |data| and
102 /* pitem_free frees |item|, but not any data that it points to. */
  /external/chromium-trace/catapult/dashboard/dashboard/
new_points_test.py 71 """Tests a query for new points from all tests."""
78 """Tests a query for new points filtering by test pattern."""
126 # 12 points across 12 tests, plus one row for the header.
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.image_processing.cv_util.html 39 <dl><dt><a name="-SqDistance"><strong>SqDistance</strong></a>(point1, point2)</dt><dd><tt>Computes&nbsp;the&nbsp;square&nbsp;of&nbsp;the&nbsp;distance&nbsp;between&nbsp;two&nbsp;points.</tt></dd></dl>
40 <dl><dt><a name="-SqDistances"><strong>SqDistances</strong></a>(points1, points2)</dt><dd><tt>Computes&nbsp;the&nbsp;square&nbsp;of&nbsp;the&nbsp;distance&nbsp;between&nbsp;two&nbsp;sets&nbsp;of&nbsp;points,&nbsp;or&nbsp;a<br>
41 set&nbsp;of&nbsp;points&nbsp;and&nbsp;a&nbsp;point.</tt></dd></dl>
  /external/clang/tools/libclang/
CIndexer.h 101 /// \brief If \c MacroDefLoc points at a macro definition with \c II as
110 /// \brief If \c Loc resides inside the definition of \c MI and it points at
117 /// \brief If \c Tok resides inside the definition of \c MI and it points at
  /external/compiler-rt/lib/ubsan/
ubsan_handlers_cxx.cc 10 // Error logging entry points for the UBSan runtime, which are only used for C++
56 // If possible, say what type it actually points to.
112 // If possible, say what type it actually points to.
  /external/flac/libFLAC/
format.c 246 seek_table->points[i].sample_number != FLAC__STREAM_METADATA_SEEKPOINT_PLACEHOLDER &&
247 seek_table->points[i].sample_number <= prev_sample_number
251 prev_sample_number = seek_table->points[i].sample_number;
282 qsort(seek_table->points, seek_table->num_points, sizeof(FLAC__StreamMetadata_SeekPoint), (int (*)(const void *, const void *))seekpoint_compare_);
287 if(seek_table->points[i].sample_number != FLAC__STREAM_METADATA_SEEKPOINT_PLACEHOLDER) {
289 if(seek_table->points[i].sample_number == seek_table->points[j-1].sample_number)
294 seek_table->points[j++] = seek_table->points[i];
298 seek_table->points[i].sample_number = FLAC__STREAM_METADATA_SEEKPOINT_PLACEHOLDER
    [all...]
  /external/fonttools/Lib/fontTools/misc/
arrayTools.py 12 """Return the bounding rectangle of a 2D points array as a tuple:
22 """Return the integer bounding rectangle of a 2D points array as a
46 """Find out which points or array are inside rect.
  /external/freetype/src/pshinter/
pshalgo.h 64 /* this is an interpolation zone used for strong points; */
65 /* weak points are interpolated according to their strong */
194 PSH_Point points; member in struct:PSH_GlyphRec_
  /external/google-breakpad/src/google_breakpad/processor/
basic_source_line_resolver.h 91 // and |*filename|. No allocation is done, |*filename| simply points inside
102 // No allocation is done, |*name| simply points inside |function_line|.
126 // No allocation is done, |*name| simply points inside |public_line|.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringPrep.java 33 * <li> Unassigned Table: Contains code points that are unassigned
36 * <li> Prohibited Table: Contains code points that are prohibted from
60 * Option to prohibit processing of unassigned code points in the input
67 * Option to allow processing of unassigned code points in the input
494 * <li>{@link #DEFAULT} Prohibit processing of unassigned code points in the input</li>
495 * <li>{@link #ALLOW_UNASSIGNED} Treat the unassigned code points are in the input
496 * as normal Unicode code points.</li>
549 throw new StringPrepParseException("The input does not conform to the rules for BiDi code points.",
559 throw new StringPrepParseException("The input does not conform to the rules for BiDi code points.",
576 * <li>{@link #DEFAULT} Prohibit processing of unassigned code points in the input</li
    [all...]

Completed in 1468 milliseconds

<<41424344454647484950>>