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

<<61626364656667686970>>

  /external/quake/quake/src/WinQuake/
common.h 156 void COM_Init (const char *path);
162 void COM_DefaultExtension (char *path, const char *extension);
180 byte *COM_LoadStackFile (const char *path, void *buffer, int bufsize);
181 byte *COM_LoadTempFile (const char *path);
182 byte *COM_LoadHunkFile (const char *path);
183 void COM_LoadCacheFile (const char *path, struct cache_user_s *cu);
  /external/skia/src/animator/
SkDrawExtraPathEffect.cpp 38 SkDrawPath* path; member in class:SkDrawShapePathEffect
180 SK_MEMBER(addPath, Drawable), // either path or apply
181 SK_MEMBER(path, Path),
189 addPath(NULL), addMatrix(NULL), path(NULL), fPathEffect(NULL) {
197 path = (SkDrawPath*) child;
  /external/skia/src/views/
SkWidgets.cpp 59 SkString path(sizeof(kSkinPath) - 1 + len);
61 memcpy(path.writable_str(), kSkinPath, sizeof(kSkinPath) - 1);
62 memcpy(path.writable_str() + sizeof(kSkinPath) - 1, gSkinNames[i], len);
65 if (!fAnimators[i]->decodeURI(path.c_str()))
515 bool SkBitmapView::loadBitmapFromFile(const char path[])
519 if (SkImageDecoder::DecodeFile(path, &bitmap))
  /external/webkit/WebCore/platform/
KURL.h 107 // Returns true if this URL has a path. Note that "http://foo.com/" has a
108 // path of "/", so this function will return true. Only invalid or
109 // non-hierarchical (like "javascript:") URLs will have no path.
130 String path() const;
159 // If you pass an empty path for HTTP or HTTPS URLs, the resulting path
  /external/webkit/WebCore/rendering/
SVGCharacterLayoutInfo.cpp 233 // Respect translation along path (extraAdvance is orthogonal to the path)
278 Path path = textPath->layoutPath(); local
282 layoutPath = path;
283 layoutPathLength = path.length();
  /external/wpa_supplicant/
config.h 198 * opensc_engine_path - Path to the OpenSSL engine for opensc
206 * pkcs11_engine_path - Path to the OpenSSL engine for PKCS#11
214 * pkcs11_module_path - Path to the OpenSSL OpenSC/PKCS#11 module
217 * path to OpenSC/PKCS#11 engine (opensc-pkcs11.so); if %NULL, this
311 * @name: Name of the configuration (e.g., path and file name for the
325 * @name: Name of the configuration (e.g., path and file name for the
  /frameworks/base/docs/html/sdk/1.0_r1/
upgrading.jd 27 <li>Update your PATH variable (Mac/Linux; optional). <p>If you had previously setup your
28 PATH variable to point to the SDK tools directory, then you'll need to update it to
30 <code>export PATH=$PATH:<em>&lt;your_new_sdk_dir></em>/tools</code></p>
111 you can add the JDK version of Keytool to your PATH variable.</p>
115 If keytool is already in your PATH, it might be pointing to a symlink at /usr/bin/keytool.
  /frameworks/base/docs/html/sdk/1.0_r2/
upgrading.jd 27 <li>Update your PATH variable (Mac/Linux; optional). <p>If you had previously setup your
28 PATH variable to point to the SDK tools directory, then you'll need to update it to
30 <code>export PATH=$PATH:<em>&lt;your_new_sdk_dir></em>/tools</code></p>
111 you can add the JDK version of Keytool to your PATH variable.</p>
115 If keytool is already in your PATH, it might be pointing to a symlink at /usr/bin/keytool.
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 117 public void onStorageStateChanged(String path, String oldState, String newState) {
119 path + " changed state from " + oldState +
282 File path = Environment.getExternalStorageDirectory();
283 StatFs stat = new StatFs(path.getPath());
320 File path = Environment.getDataDirectory();
321 StatFs stat = new StatFs(path.getPath());
  /sdk/eclipse/buildConfig/
build.properties 28 product=/plugin or feature id/path/to/.product
150 #- the location of the jar or folder that is the plugin or feature : /path/to/foo.jar or /path/to/foo
166 mapsRepo=:pserver:anonymous@example.com/path/to/repo
167 mapsRoot=path/to/maps
193 #CDC-1.0/Foundation-1.0= /path/to/rt.jar
  /system/core/sh/
cd.c 82 const char *path; local
122 if (*dest == '/' || (path = bltinlookup("CDPATH", 1)) == NULL)
123 path = nullstr;
124 while ((p = padvance(&path, dest)) != NULL) {
162 * Check each component of the path. If we find a symlink or
209 * Get the next component of the path name pointed to by cdcomppath.
  /frameworks/base/core/java/android/content/
IntentFilter.java 43 * and/or path) in an Intent. It also includes a "priority" value which is
63 * itself divided into three attributes: type, scheme, authority, and path.
73 * To specify a path, you also must specify both one or more authorities and
80 * <strong>data scheme+authority+path</strong> if specified) must match.
111 * <p><strong>Data Path</strong> matches if any of the given values match the
112 * Intent's data path <em>and</em> both a scheme and authority in the filter
127 private static final String PATH_STR = "path";
202 * authority, and path.
765 * path to be considered. If any paths are
770 * <p>The path given here can either be a literal that must directl
1243 String path = parser.getAttributeValue(null, LITERAL_STR); local
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 115 virtual void generatePath(const SkGlyph& glyph, SkPath* path);
787 SkPath* path = (SkPath*)ctx; local
788 path->close(); // to close the previous contour (if any)
789 path->moveTo(ft2sk(pt->x), -ft2sk(pt->y));
794 SkPath* path = (SkPath*)ctx; local
795 path->lineTo(ft2sk(pt->x), -ft2sk(pt->y));
801 SkPath* path = (SkPath*)ctx; local
802 path->quadTo(ft2sk(pt0->x), -ft2sk(pt0->y), ft2sk(pt1->x), -ft2sk(pt1->y));
808 SkPath* path = (SkPath*)ctx; local
809 path->cubicTo(ft2sk(pt0->x), -ft2sk(pt0->y), ft2sk(pt1->x)
    [all...]
  /development/pdk/docs/porting/
bring_up.jd 177 <td><code>device-added-&lt;path&gt;<br />
178 device-removed-&lt;path&gt;</code></td>
194 <td><code>exec &lt;path&gt; [ &lt;argument&gt; ]*</code></td>
195 <td>Fork and execute a program (<code>&lt;path&gt;</code>). This will block until the program completes execution. Try to avoid exec. Unlike the <code>builtin</code> commands, it runs the risk of getting init &quot;stuck&quot;.</td>
226 <td><code>insmod &lt;path&gt;</code></td>
227 <td>Install the module at <code>&lt;path&gt;</code>.</td>
230 <td><code>mkdir &lt;path&gt;</code></td>
231 <td>Make a directory at <code>&lt;path&gt;</code>.</td>
258 <td><code>symlink &lt;target&gt; &lt;path&gt;</code></td>
259 <td>Create a symbolic link at <code>&lt;path&gt;</code> with the value <code>&lt;target&gt;</code>.</td
    [all...]
  /external/qemu/android/
main.c 60 #include "android/utils/path.h"
974 void init_skinned_ui(const char *path, const char *name, AndroidOptions* opts)
1027 if (path != NULL) {
1028 bufprint(tmp, tmp+sizeof(tmp), "%s/%s", path, name);
1032 D("there is no '%s' skin in '%s'", name, path);
1063 path = ":";
1068 if (path == NULL) {
1073 sprintf(tmp, "%s/%s/layout", path, name);
1077 sprintf(tmp, "%s/%s/", path, name);
1078 path = tmp
1323 char path[MAX_PATH]; local
    [all...]
  /frameworks/base/docs/html/guide/developing/tools/
avd.jd 379 can do so by using the <code>-p &lt;path&gt;</code> option when
382 <pre>android create avd -n my_android1.5 -t 2 -p path/to/my/avd</pre>
408 Path: &lt;path&gt;/.android/avd/foo.avd
411 <p>To fix this error, use the <code>android update avd</code> command to recompute the path to the system images.</p>
441 <td>List all known AVDs, with name, path, target, and skin. </td>
457 <td><code>-c &lt;path&gt;</code> or <br>
459 <td>The path to the SD card image to use with this AVD or the size of a new SD
461 <td>Examples: <code>-c path/to/sdcard</code> or <code>-c 1000M</code></td>
475 <td><code>-p &lt;path&gt;</code></td
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
PreCompilerDeltaVisitor.java 187 // folder before its children we can check when the path segment
192 IPath path = resource.getFullPath(); local
193 String[] segments = path.segments();
419 if (sourceFolderPath.equals(path)) {
423 mIsGenSourceFolder = path.segmentCount() == 2 &&
424 path.segment(1).equals(SdkConstants.FD_GEN_SOURCES);
429 int count = sourceFolderPath.matchingFirstSegments(path);
430 if (count == path.segmentCount()) {
475 * Returns a handle to the folder identified by the given path in this container.
478 * @param path the path of the folder to return
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 181 IPath path = folder.getFullPath();
183 // the path will be project/res/<something>
184 if (path.segmentCount() == 3) {
185 if (isInResFolder(path)) {
270 IPath path = file.getFullPath();
272 if (path.segmentCount() == 4) {
273 if (isInResFolder(path)) {
642 * Returns true if the path is under /project/res/
643 * @param path a workspace relative path
    [all...]
  /external/ppp/pppd/
options.c 462 char *user, *path, *file; local
472 path = malloc(pl);
473 if (path == NULL)
475 slprintf(path, pl, "%s/%s", user, file);
477 ret = options_from_file(path, 0, 1, privileged);
478 free(path);
493 char *dev, *path, *p; local
503 path = malloc(pl);
504 if (path == NULL)
506 slprintf(path, pl, "%s%s", _PATH_TTYOPT, dev)
1565 char *path = arg; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
nl80211_copy.h 106 * @NL80211_CMD_GET_MPATH: Get mesh path attributes for mesh path to
109 * @NL80211_CMD_SET_MPATH: Set mesh path attributes for mesh path to
112 * @NL80211_CMD_NEW_PATH: Add a mesh path with given attributes to the
114 * @NL80211_CMD_DEL_PATH: Remove a mesh path identified by %NL80211_ATTR_MAC
441 * @NL80211_ATTR_MPATH_NEXT_HOP: MAC address of the next hop for a mesh path.
442 * @NL80211_ATTR_MPATH_INFO: information about a mesh_path, part of mesh path
    [all...]
  /bionic/libc/kernel/tools/
defaults.py 17 # path to the directory containing the original kernel headers
19 kernel_original_path = os.path.normpath( find_program_dir() + '/../original' )
  /cts/tools/host/src/com/android/cts/
TestHost.java 137 * @param pathName The path name of the zipped package.
210 * Add a package by the path and package name.
212 * @param pathName The path name.
313 + "set as {cts install path}[/host_config.xml].", null);
347 + "is set as {cts install path}[/host_config.xml].", null);
390 * @param filePath The file path.
391 * @return The the path of the configuration file.
410 * @param configPath The configuration path.
TestPlan.java 56 * Get test package names via test plan file path.
58 * @param planPath TestPlan configuration file path
  /cts/tools/utils/
startcts 67 PATH=${ADB_PATH}:${PATH}
  /dalvik/dexopt/
OptMain.c 28 * class path is in BOOTCLASSPATH, etc).
33 * entries, always do them in the order in which they appear in the path.
209 * boot class path. If the filename provided appears in the boot class
210 * path, the path will be truncated just before that entry (so that, if
213 * This does not try to normalize the boot class path name, so the
242 * the path.
255 * we've matched an entire path component. We should make sure

Completed in 607 milliseconds

<<61626364656667686970>>