/cts/libs/testserver/src/android/webkit/cts/ |
CtsTestServer.java | 278 * Return the absolute URL that refers to the given asset. 289 * Return an artificially delayed absolute URL that refers to the given asset. This can be 298 * Return an artificially delayed absolute URL that refers to the given asset. This can be 314 * Return an absolute URL that refers to the given asset and is protected by 327 * Return an absolute URL that indirectly refers to the given asset. 329 * referring to the absolute URL of the given asset. 337 * Return an absolute URL that indirectly refers to the given asset. 339 * referring to the absolute URL of the given asset. 354 * Return an absolute URL that indirectly refers to the given asset, without having 357 * referring to the absolute URL of the given asset [all...] |
/external/autotest/site_utils/ |
test_runner_utils.py | 125 @param autotest_path: Absolute path to autotest (in sysroot or 135 @param results_directory: Absolute path of directory to store results in. 217 @param autotest_path: Absolute path of autotest directory. 218 @param results_directory: Absolute path of directory to store results in. 227 @returns: Absolute path of directory where results were stored. 259 @param autotest_path: Absolute path of autotest directory. 260 @param results_directory: Absolute path of directory to store results in. 275 @returns: a tuple, return code of the job and absolute path of directory 450 @param autotest_path: Absolute path of autotest installed in sysroot or 621 @param autotest_path: Full absolute path to the autotest root directory [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
msp430-dis.c | 212 /* Absolute. */ 266 /* absolute. @pc+ */ 306 /* Absolute. */ 400 &0xXXXX Absolute 442 /* Absolute. */ 516 /* Absolute. @pc+. */ 559 /* Absolute. */ 641 /* Absolute. */ 720 /* Absolute. @pc+ */ 745 /* Absolute. * [all...] |
/art/compiler/utils/x86/ |
assembler_x86.cc | [all...] |
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/serialization/dx/ |
expected.html | 561 <div class="id-CarouselContent" style="position:absolute;left:0px;"> 573 </div><div style="background-color:white;position:absolute;left:0px;bottom:0px;"> 589 </div><div style="background-color:white;position:absolute;left:0px;bottom:0px;"> 605 </div><div style="background-color:white;position:absolute;left:0px;bottom:0px;" [all...] |
src.html | 564 <div class="id-CarouselContent" style="position:absolute;left:0px;"> 576 </div><div style="background-color:white;position:absolute;left:0px;bottom:0px;"> 592 </div><div style="background-color:white;position:absolute;left:0px;bottom:0px;"> 608 </div><div style="background-color:white;position:absolute;left:0px;bottom:0px;" [all...] |
/libcore/ojluni/src/main/java/java/nio/ |
ByteBuffer.java | 41 * <li><p> Absolute and relative {@link #get() </code><i>get</i><code>} and 54 * <li><p> Absolute and relative {@link #getChar() </code><i>get</i><code>} 122 * different types, this class defines a family of absolute and relative 134 * parameters of the absolute <i>get</i> and <i>put</i> methods are in terms of 400 * Absolute <i>get</i> method. Reads the byte at the given 411 * Absolute <i>put</i> method <i>(optional operation)</i>. [all...] |
/libcore/ojluni/src/main/java/java/util/prefs/ |
Preferences.java | 68 * a unique <i>absolute path name</i>, and a path name <i>relative</i> to each 76 * <p>The root node has an absolute path name of <tt>"/"</tt>. Children of 77 * the root node have absolute path names of <tt>"/" + </tt><i><node 78 * name></i>. All other nodes have absolute path names of <i><parent's 79 * absolute path name></i><tt> + "/" + </tt><i><node name></i>. 80 * Note that all absolute path names begin with the slash character. 83 * is simply the string that must be appended to <i>a</i>'s absolute path name 84 * in order to form <i>n</i>'s absolute path name, with the initial slash 91 * <li>Every node's path name relative to the root is its absolute path name 98 * <li>No path name with the exception of the root's absolute path nam [all...] |
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
XYPlot.java | 165 SizeLayoutType.ABSOLUTE, 0.5f, SizeLayoutType.RELATIVE),
169 SizeLayoutType.ABSOLUTE,
171 SizeLayoutType.ABSOLUTE));
192 SizeLayoutType.ABSOLUTE,
194 SizeLayoutType.ABSOLUTE),
200 SizeLayoutType.ABSOLUTE,
202 SizeLayoutType.ABSOLUTE),
[all...] |
/external/libavc/common/ |
ih264_structs.h | 789 * Indicate the maximum absolute value of a decoded horizontal MV component 795 * Indicate the maximum absolute value of a decoded vertical MV component 1223 * The absolute difference between the picture number of 1242 * The absolute difference between the picture number of [all...] |
/system/extras/ext4_utils/ |
make_ext4fs.c | 141 full_path is an absolute or relative path, with a trailing slash, to the 144 dir_path is an absolute path, with trailing slash, to the same directory 470 is guaranteed to have a trailing slash. If absolute is true, the new string 473 static char *canonicalize_slashes(const char *str, bool absolute) 481 if (absolute) 487 if (str[0] != '/' && absolute) { 499 if (str[0] != '/' && absolute) {
|
/build/blueprint/pathtools/ |
glob_test.go | 94 // absolute tests 150 // absolute recursive tests 230 // absolute exclude tests
|
/cts/tools/cfassembler/src/dxconvext/ |
ClassFileParser.java | 42 * args[0] is the absolute path to the java src directory e.g. 45 * args[1] is the absolute path to the classes directory e.g. 48 * args[2] is the absolute path to the java source file, e.g.
|
/development/scripts/ |
gdbclient.py | 69 # dumpvar.mk uses PWD to create an absolute path, so we need to set it. 136 sys.exit("commands passed to -r must use absolute paths") 171 gdb_commands += "set solib-absolute-prefix {}\n".format(sysroot)
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
FDistributionImpl.java | 69 * @param inverseCumAccuracy the maximum absolute error in inverse cumulative probability estimates 271 * Return the absolute accuracy setting of the solver used to estimate 274 * @return the solver absolute accuracy
|
GammaDistributionImpl.java | 66 * @param inverseCumAccuracy the maximum absolute error in inverse cumulative probability estimates 291 * Return the absolute accuracy setting of the solver used to estimate 294 * @return the solver absolute accuracy
|
WeibullDistributionImpl.java | 82 * @param inverseCumAccuracy the maximum absolute error in inverse cumulative probability estimates 267 * Return the absolute accuracy setting of the solver used to estimate 270 * @return the solver absolute accuracy
|
/external/autotest/client/tests/wb_kupdate/ |
wb_kupdate.py | 99 @param destination: the absolute path to where the data needs to be 190 @param mount_point: the absolute path to the mount point. 199 @param sparse_file: the absolute path to the sparse file.
|
/external/ceres-solver/internal/ceres/ |
gradient_checking_cost_function.cc | 56 // True if x and y have an absolute relative difference less than 57 // relative_precision and false otherwise. Stores the relative and absolute 74 // meaning. Take the absolute difference instead.
|
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
quick-log.html | 69 position: absolute; 124 position: absolute; 420 * Since we use absolute inner div, we'll keep the parent div updated
|
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
fake_tempfile.py | 185 [1] = string, absolute pathname of a file 201 """Create temp directory, returns string, absolute pathname. 211 >mkdtemp() returns the absolute pathname of the new directory. [...]
|
/external/clang/include/clang/Basic/ |
FileManager.h | 255 /// \brief If path is not absolute and FileSystemOptions set the working 261 /// Makes \c Path absolute taking into account FileSystemOptions and the 263 /// \returns true if \c Path changed to absolute.
|
/external/elfutils/libdwfl/ |
find-debuginfo.c | 244 /* An absolute path says to look there for a subdirectory 245 named by the main file's absolute directory. This cannot 289 But only if this is the empty or absolute path. */
|
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
WebDescriptor.java | 212 //Process the web.xml's optional <absolute-ordering> element 213 XmlParser.Node ordering = _root.get("absolute-ordering"); 218 //If an absolute-ordering was already set, then ignore it in favor of this new one
|
/external/llvm/test/MC/AArch64/ |
neon-aba-abd.s | 6 // Vector Absolute Difference and Accumulate (Signed, Unsigned) 38 // Vector Absolute Difference (Signed, Unsigned) 69 // Vector Absolute Difference (Floating Point)
|