HomeSort by relevance Sort by last modified time
    Searched full:absolute (Results 351 - 375 of 5188) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/bfd/
coff-h8300.c 425 /* This is the 16-/24-bit absolute branch which could become an
542 /* This is a 16-bit absolute address in a mov.b insn, which can
543 become an 8-bit absolute address if it's in the right range. */
562 /* Similarly for a 24-bit absolute address in a mov.b. Note that
563 if we can't relax this into an 8-bit absolute, we'll fall through
564 and try to relax it into a 16-bit absolute. */
586 /* This is a 24-/32-bit absolute address in a mov insn, which can
587 become an 16-bit absolute address if it's in the right range. */
700 /* Generic 8-bit absolute relocation. */
712 /* Various simple 16-bit absolute relocations. *
    [all...]
  /bionic/linker/
linker_utils.cpp 21 // Input should be an absolute path
23 PRINT("normalize_path - invalid input: \"%s\", the input path should be absolute", path);
  /cts/hostsidetests/appsecurity/test-apps/AppAccessData/src/com/android/cts/appaccessdata/
AccessPrivateDataTest.java 61 // construct the absolute file path to the app's private file
88 // construct the absolute file path to the other app's public file
  /development/samples/training/basic/ActivityLifecycle/
build.xml 58 Compiled code location: ${out.classes.absolute.dir}
59 If this is not done in place, override ${out.dex.input.absolute.dir} */
  /development/testrunner/test_defs/
test_defs.py 50 file_path: absolute file path to parse
124 file_path: string absolute file path
  /external/androidplot/Examples/DemoApp/
build.xml 63 Compiled code location: ${out.classes.absolute.dir}
64 If this is not done in place, override ${out.dex.input.absolute.dir})
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenStream.as 35 * Return null for LT(0) and any index that results in an absolute address
40 /** Get a token at an absolute index i; 0..n-1. This is really only
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ITokenStream.cs 39 * Return null for LT(0) and any index that results in an absolute address
53 * Get a token at an absolute index i; 0..n-1. This is really only
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ITokenStream.cs 41 * Return null for LT(0) and any index that results in an absolute address
56 * Get a token at an absolute index i; 0..n-1. This is really only
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenStream.java 37 * Return null for LT(0) and any index that results in an absolute address
47 /** Get a token at an absolute index i; 0..n-1. This is really only
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
HasPositionalPredChecker.java 46 * @param path LocPathIterator that is assumed to be absolute, but needs checking.
47 * @return true if the path is confirmed to be absolute, false if it
  /external/avahi/avahi-common/
watch.h 80 callback function when the absolute time *tv is reached. If tv is
86 /** Update the absolute expiration time for a timeout, If tv is
  /external/chromium-trace/catapult/perf_insights/perf_insights/
function_handle.py 77 """Converts hrefs to absolute filenames in the context of |app|.
81 rely on paths being absolute when actually executing functions.
  /external/chromium-trace/catapult/telemetry/telemetry/util/
statistics.py 128 def TimestampsDiscrepancy(timestamps, absolute=True,
147 Absolute discrepancy also characterizes the largest area of jank, but its
154 absolute discrepancy, but D has lower relative discrepancy than C.
170 if absolute:
171 # Compute absolute discrepancy
179 def DurationsDiscrepancy(durations, absolute=True,
194 absolute: See TimestampsDiscrepancy.
201 return TimestampsDiscrepancy(timestamps, absolute, location_count)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_file_part.py 49 # Absolute positioning.
59 # Absolute positioning from EOF.
  /external/chromium-trace/catapult/third_party/polymer/components/paper-dropdown/
paper-dropdown.html 47 position: absolute;
59 position: absolute;
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/
calc-interpolation.html 15 position: absolute;
21 position: absolute;
  /external/clang/lib/Frontend/
ModuleDependencyCollector.cpp 63 // We need an absolute path to append to the root.
82 // Use the absolute path under the root for the file mapping.
  /external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h 3 /** \returns an expression of the coefficient-wise absolute value of \c *this
16 /** \returns an expression of the coefficient-wise squared absolute value of \c *this
  /external/icu/icu4c/source/i18n/
visibledigits.h 92 * Contains the absolute value of the digits left of the decimal place
103 * Contains the absolute value of the value this instance represents
  /external/libbrillo/brillo/
backoff_entry.h 71 // Returns the absolute time after which this entry (given its present
78 // Causes this object reject requests until the specified absolute time.
  /external/libchrome/base/synchronization/
condition_variable_posix.cc 26 // NaCl doesn't support monotonic clock based absolute deadlines.
92 // The timeout argument to pthread_cond_timedwait is in absolute time.
  /external/libopus/silk/
code_signs.c 47 const opus_int sum_pulses[ MAX_NB_SHELL_BLOCKS ] /* I Sum of absolute pulses per block */
81 const opus_int sum_pulses[ MAX_NB_SHELL_BLOCKS ] /* I Sum of absolute pulses per block */
quant_LTP_gains.c 85 &gain_Q7, /* O sum of absolute LTP coefficients */
92 max_gain_Q7, /* I maximum sum of absolute LTP coefficients */
  /external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c 76 /* Clamp absolute difference to 16 to be used to get mask. Doing this
90 /* Combine the adjustments and get absolute adjustments. */
131 // The delta is set by the excess of absolute pixel diff over the
151 // Clamp absolute difference to delta to get the adjustment.
253 /* Clamp absolute difference to 16 to be used to get mask. Doing this
268 /* Combine the adjustments and get absolute adjustments. */
312 // The delta is set by the excess of absolute pixel diff over the
337 // Clamp absolute difference to delta to get the adjustment.

Completed in 757 milliseconds

<<11121314151617181920>>