HomeSort by relevance Sort by last modified time
    Searched full:path (Results 901 - 925 of 4958) sorted by null

<<31323334353637383940>>

  /external/v8/tools/
presubmit.py 34 from os.path import abspath, join, dirname, basename, exists
148 def Run(self, path):
151 all_files += self.FindFilesIn(join(path, file))
152 if not self.ProcessFiles(all_files, path):
162 def FindFilesIn(self, path):
164 for (root, dirs, files) in os.walk(path):
194 def ProcessFiles(self, files, path):
204 local_cpplint = join(path, "tools", "cpplint.py")
265 def ProcessFiles(self, files, path):
  /frameworks/base/docs/html/intl/ja/sdk/1.5_r2/
installing.jd 32 <p>SDK ??????????????? <code>tools</code> ????????? PATH ????????????????<code>tools/</code> ?????????????SDK ??????????????<code>tools</code> ??????????Android Debug Bridge?adb?????????? ??? <a href="{@docRoot}guide/developing/tools/index.html">???</a>????????????????????????????????????????? </p>
34 <li>Linux ??? <code>~/.bash_profile</code> ??????? <code>~/.bashrc</code> ???????????PATH ???????????????????? <code>tools/</code> ????????????????????PATH ??????????????????????:</li>
36 <ul><code>export PATH=${PATH}:<em>&lt;your_sdk_dir&gt;</em>/tools</code></ul>
40 <li>Windows ????[?? ??????] ????????[?????] ???????[????] ??? [????] ????????????????????? [????????] ? [Path] ?????????????? Path ? <code>tools/</code> ???????????????????? </li>
43 <p>?? SDK ?????????????PATH ?????????????????????????????? SDK ????????????????? PATH ?????????????</p>
  /frameworks/base/docs/html/intl/ja/sdk/1.5_r3/
installing.jd 32 <p>SDK ??????????????? <code>tools</code> ????????? PATH ????????????????<code>tools/</code> ?????????????SDK ??????????????<code>tools</code> ??????????Android Debug Bridge?adb?????????? ??? <a href="{@docRoot}guide/developing/tools/index.html">???</a>????????????????????????????????????????? </p>
34 <li>Linux ??? <code>~/.bash_profile</code> ??????? <code>~/.bashrc</code> ???????????PATH ???????????????????? <code>tools/</code> ????????????????????PATH ??????????????????????:</li>
36 <ul><code>export PATH=${PATH}:<em>&lt;your_sdk_dir&gt;</em>/tools</code></ul>
40 <li>Windows ????[?? ??????] ????????[?????] ???????[????] ??? [????] ????????????????????? [????????] ? [Path] ?????????????? Path ? <code>tools/</code> ???????????????????? </li>
43 <p>?? SDK ?????????????PATH ?????????????????????????????? SDK ????????????????? PATH ?????????????</p>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 67 String path = target.getPath(IAndroidTarget.SAMPLES); local
68 File samples = new File(path);
84 * @param path - absolute file system path
87 private void doTestSampleProject(String name, String path, IAndroidTarget target)
94 prepareProject(path, target);
97 name, path, target);
121 private void prepareProject(String path, IAndroidTarget target) {
124 final String manifestPath = path + File.separatorChar +
  /bionic/libc/bionic/
utime.c 41 utime(path, times)
42 const char *path;
54 return (utimes(path, tvp));
  /build/tools/releasetools/
common.py 61 for line in open(os.path.join(OPTIONS.input_tmp, "META", "imagesizes.txt")):
95 if (not os.access(os.path.join(sourcedir, "RAMDISK"), os.F_OK) or
96 not os.access(os.path.join(sourcedir, "kernel"), os.F_OK)):
102 p1 = Run(["mkbootfs", os.path.join(sourcedir, "RAMDISK")],
112 cmd = ["mkbootimg", "--kernel", os.path.join(sourcedir, "kernel")]
114 fn = os.path.join(sourcedir, "cmdline")
119 fn = os.path.join(sourcedir, "base")
130 os.path.basename(sourcedir),)
142 BuildAndAddBootableImage(os.path.join(OPTIONS.input_tmp, "RECOVERY"),
146 BuildAndAddBootableImage(os.path.join(OPTIONS.input_tmp, "BOOT")
    [all...]
  /cts/tests/src/android/provider/cts/
FileCopyHelper.java 57 * @return the absolute path of the destination file
94 for (String path : mFilesList) {
95 mContext.deleteFile(path);
  /cts/tests/tests/gesture/src/android/gesture/cts/
LineGestureStrokeHelper.java 20 import android.graphics.Path;
54 * Helper method to assert expected values for a path derived from createLineGesture
59 void assertLineBoundingBox(Path linePath) {
  /cts/tools/host/src/com/android/cts/
HostConfig.java 128 * @param configPath The configuration path.
144 //remove the possible trailing "/" of the path
164 String caseCfg = getStringAttributeValue(doc, "TestCase", "path", fileName);
165 String planCfg = getStringAttributeValue(doc, "TestPlan", "path", fileName);
166 String resCfg = getStringAttributeValue(doc, "TestResult", "path", fileName);
344 * @param path The path to be validated.
347 private boolean validateDirectory(final String path) {
349 File pathFile = new File(path);
573 * @param packagePath The package path
703 String path = mRoot + File.separator + fileName; local
    [all...]
  /cts/tools/utils/
host_config.xml 20 <TestPlan path="plans" />
22 <TestCase path="testcases" />
24 <TestResult path="results" />
  /dalvik/libcore/luni/src/main/java/java/lang/ref/
package.html 33 There exists at least one path from the root set to the object
51 There exists at least one path from the root set to the object
69 There exists at least one path from the root set to the object
  /dalvik/tests/021-string2/src/
Main.java 76 test = "this/is/a/path";
80 Assert.assertEquals("this is a path", test.replaceAll("/", " "));
81 Assert.assertEquals("this is a path", test.replace("/", " "));
  /development/testrunner/
logger.py 21 Init(path) must be called to enable logging to a file
31 """Set the path to the log file"""
37 """Returns the path and name of the Log file"""
  /development/tools/idegen/src/
IntelliJ.java 80 String path = file.getPath(); local
83 if (path.contains("test-runner")) {
87 return path.toUpperCase().contains("TEST");
  /external/bluetooth/bluez/audio/
telephony-ofono.c 106 static struct voice_call *find_vc(const char *path)
113 if (g_str_equal(vc->obj_path, path))
178 static int send_method_call(const char *dest, const char *path,
187 msg = dbus_message_new_method_call(dest, path, interface, method);
618 const char *path = user_data; local
632 vc = find_vc(path);
906 static void hal_get_integer(const char *path, const char *key, void *user_data)
908 send_method_call("org.freedesktop.Hal", path,
922 const char *path; local
953 dbus_message_iter_get_basic(&sub, &path);
973 const char *path; local
1026 const char *path = dbus_message_get_path(msg); local
    [all...]
  /external/bluetooth/bluez/src/
agent.h 39 const char *path, uint8_t capability,
44 int agent_authorize(struct agent *agent, const char *path,
73 gboolean agent_matches(struct agent *agent, const char *name, const char *path);
  /external/bluetooth/bluez/test/
simple-service 108 path = manager.FindAdapter(sys.argv[1]) variable
110 path = manager.DefaultAdapter() variable
112 service = dbus.Interface(bus.get_object("org.bluez", path),
  /external/bzip2/
bzdiff 15 PATH="/usr/bin:/bin:$PATH"; export PATH
bzgrep 9 PATH="/usr/bin:$PATH"; export PATH
  /external/clearsilver/ruby/ext/hdf/
neo_cs.c 57 char *path; local
60 path = STR2CSTR(oPath);
62 err = cs_parse_file (cs, path);
  /external/dbus/test/data/valid-config-files/
system.conf 29 <!-- Only listen on a local socket. (abstract=/path/to/socket
31 file; only Linux supports this. Use path=/whatever on other
33 <listen>unix:path=/usr/local/var/run/dbus/system_bus_socket</listen>
  /external/dbus/tools/
run-with-tmp-session-bus.sh 41 export PATH="$DBUS_TOP_BUILDDIR"/bus:$PATH
42 ## the libtool script found by the path search should already do this, but
  /external/opencore/doc/oscl_html/
oscl__file__dir__utils_8h-source.html 67 00077 OSCL_IMPORT_REF <a class="code" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a> <a class="code" href="group__osclio.html#a5">oscl_getcwd</a>(<a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *path, uint32 size);
70 00087 OSCL_IMPORT_REF <a class="code" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a> <a class="code" href="group__osclio.html#a5">oscl_getcwd</a>(<span class="keywordtype">char</span> *path, uint32 size);
74 00097 OSCL_IMPORT_REF <a class="code" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a> <a class="code" href="group__osclio.html#a7">oscl_stat</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *path, <a class="code" href="structoscl__stat__buf.html">OSCL_STAT_BUF</a> *statbuf);
77 00106 OSCL_IMPORT_REF <a class="code" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a> <a class="code" href="group__osclio.html#a7">oscl_stat</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *path, <a class="code" href="structoscl__stat__buf.html">OSCL_STAT_BUF</a> *statbuf);
80 00115 OSCL_IMPORT_REF <a class="code" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a> <a class="code" href="group__osclio.html#a9">oscl_mkdir</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *path);
82 00123 OSCL_IMPORT_REF <a class="code" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a> <a class="code" href="group__osclio.html#a9">oscl_mkdir</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *path);
84 00130 OSCL_IMPORT_REF <a class="code" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a> <a class="code" href="group__osclio.html#a11">oscl_rmdir</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *path);
86 00137 OSCL_IMPORT_REF <a class="code" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a> <a class="code" href="group__osclio.html#a11">oscl_rmdir</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *path);
88 00144 OSCL_IMPORT_REF <a class="code" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a> <a class="code" href="group__osclio.html#a13">oscl_chdir</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a32">oscl_wchar</a> *path);
90 00151 OSCL_IMPORT_REF <a class="code" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a> <a class="code" href="group__osclio.html#a13">oscl_chdir</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *path);
    [all...]
oscl__file__dir__utils_8h.html 47 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a>&nbsp;</td><td valign=bottom><a class="el" href="group__osclio.html#a4">oscl_getcwd</a> (<a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *path, uint32 size)</td></tr>
48 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a>&nbsp;</td><td valign=bottom><a class="el" href="group__osclio.html#a5">oscl_getcwd</a> (char *path, uint32 size)</td></tr>
49 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a>&nbsp;</td><td valign=bottom><a class="el" href="group__osclio.html#a6">oscl_stat</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *path, <a class="el" href="group__osclio.html#a1">OSCL_STAT_BUF</a> *statbuf)</td></tr>
50 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a>&nbsp;</td><td valign=bottom><a class="el" href="group__osclio.html#a7">oscl_stat</a> (const char *path, <a class="el" href="group__osclio.html#a1">OSCL_STAT_BUF</a> *statbuf)</td></tr>
51 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a>&nbsp;</td><td valign=bottom><a class="el" href="group__osclio.html#a8">oscl_mkdir</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *path)</td></tr>
52 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a>&nbsp;</td><td valign=bottom><a class="el" href="group__osclio.html#a9">oscl_mkdir</a> (const char *path)</td></tr>
53 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a>&nbsp;</td><td valign=bottom><a class="el" href="group__osclio.html#a10">oscl_rmdir</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *path)</td></tr>
54 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a>&nbsp;</td><td valign=bottom><a class="el" href="group__osclio.html#a11">oscl_rmdir</a> (const char *path)</td></tr>
55 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a>&nbsp;</td><td valign=bottom><a class="el" href="group__osclio.html#a12">oscl_chdir</a> (const <a class="el" href="group__osclbase.html#a32">oscl_wchar</a> *path)</td></tr>
56 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="group__osclio.html#a28">OSCL_FILEMGMT_ERR_TYPE</a>&nbsp;</td><td valign=bottom><a class="el" href="group__osclio.html#a13">oscl_chdir</a> (const char *path)</td></tr
    [all...]
  /external/skia/include/utils/
SkNWayCanvas.h 31 virtual bool clipPath(const SkPath& path,
40 virtual void drawPath(const SkPath& path, const SkPaint& paint);
57 const SkPath& path, const SkMatrix* matrix,

Completed in 2831 milliseconds

<<31323334353637383940>>