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

<<61626364656667686970>>

  /dalvik/dx/etc/
dx 17 # Set up prog to be the path of this script, including following symlinks,
79 # For Cygwin, convert the jarfile path into native Windows style.
  /dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java 74 * {@code non-null;} the file path for the class, excluding any base directory
86 * path-package consistency checking)
166 * @param filePath {@code non-null;} the file path for the class,
171 * path-package consistency checking)
193 * @param filePath {@code non-null;} the file path for the class,
198 * path-package consistency checking)
500 * Make sure that the file/jar path matches the declared
508 ") does not match path (" +
  /dalvik/libcore/security/src/test/java/tests/targets/security/cert/
CertPathBuilderTestPKIX.java 79 void validateCertPath(CertPath path) {
80 List<? extends Certificate> certificates = path.getCertificates();
  /dalvik/vm/mterp/x86/
OP_INSTANCE_OF.S 76 * Resolution required. This is the least-likely path.
94 /* Now, we need to sync up with fast path. We need eax to
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
CreateGestureActivity.java 93 final String path = new File(Environment.getExternalStorageDirectory(), local
95 Toast.makeText(this, getString(R.string.save_success, path), Toast.LENGTH_LONG).show();
  /development/host/windows/usb/api/
AdbWinApi.cpp 65 // has been installed. Build path to the file.
82 // conventions we can pass just module name, and not the full path.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
RoundRects.java 38 private Path mPath;
47 mPath = new Path();
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicPathHandler.java 60 "Illegal path attribute \"" + cookie.getPath()
61 + "\". Path of origin: \"" + origin.getPath() + "\"");
  /external/bluetooth/bluez/audio/
source.c 112 emit_property_changed(dev->conn, dev->path,
172 debug("Source: disconnect %s", device->path);
688 debug("Unregistered interface %s on path %s",
689 AUDIO_SOURCE_INTERFACE, dev->path);
696 g_dbus_unregister_interface(dev->conn, dev->path,
704 if (!g_dbus_register_interface(dev->conn, dev->path,
710 debug("Registered interface %s on path %s",
711 AUDIO_SOURCE_INTERFACE, dev->path);
  /external/bluetooth/glib/glib/
gstdio.h 53 int g_chdir (const gchar *path);
90 int g_chdir (const gchar *path);
  /external/clearsilver/cs/
cs.h 320 * path. It will use hdf_search_path() if path does not
326 * path - the path to the file to parse
328 * Return: NERR_ASSERT - if path == NULL
329 * NERR_NOT_FOUND - if path isn't found
330 * NERR_SYSTEM - if path can't be accessed
334 NEOERR *cs_parse_file (CSPARSE *parse, const char *path);
  /external/clearsilver/util/
wdb.h 52 char *path; member in struct:_wdb
78 NEOERR * wdb_create (WDB **wdb, const char *path, const char *name,
  /external/dbus/
acinclude.m4 14 echo "*** in your path, or set the PKG_CONFIG environment variable"
15 echo "*** to the full path to pkg-config."
  /external/dbus/bus/
policy.h 61 char *path; member in struct:BusPolicyRule::__anon1506::__anon1507
74 char *path; member in struct:BusPolicyRule::__anon1506::__anon1508
  /external/dbus/tools/
dbus-send.1 12 [\-\-type=TYPE] <destination object path> <message name> [contents ...]
34 The object path and the name of the message to send must always be
  /external/e2fsprogs/po/
Rules-quot 17 if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
  /external/elfutils/libelf-po/
Rules-quot 12 if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
  /external/elfutils/po/
Rules-quot 12 if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
  /external/icu4c/config/
mh-darwin 30 ## Compiler switch to embed a runtime search path
34 ## Environment variable to set a runtime search path
  /external/icu4c/tools/ctestfw/unicode/
uperf.h 123 void setPath( char* path ); // for internal use only
169 char* path; // specifies subtests member in class:UPerfTest
  /external/ipsec-tools/src/racoon/
remoteconf.c 636 script_path_add(path)
637 vchar_t *path;
649 if ((path->v[0] != '/') && (script_dir != NULL)) {
650 len = strlen(script_dir) + sizeof("/") + path->l + 1;
661 (void)strlcat(new_path->v, path->v, len);
663 vfree(path);
664 path = new_path;
667 return path;
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-natt 8 path include "/etc/racoon";
9 path certificate "/etc/racoon/cert";
  /external/kernel-headers/original/asm-generic/
mutex-xchg.h 42 * or anything the slow path function returns
106 * owner's unlock path needlessly, but that's not a problem
  /external/kernel-headers/original/asm-x86/
voyager.h 75 /* the maximum size of a scan path -- used to form instructions */
100 __u8 asic_location; /* Location within scan path; start w/ 0 */
109 __u8 scan_path_connected; /* Scan path connected */
112 __u16 inst_bits; /* Instruction bits in the scan path */
113 __u16 largest_reg; /* Largest register in the scan path */
114 __u16 smallest_reg; /* Smallest register in the scan path */
115 voyager_asic_t *asic; /* First ASIC in scan path (CAT_I) */
134 __u16 scan_path_offset;/* scan path offset */
  /external/kernel-headers/original/linux/sunrpc/
clnt.h 62 char cl_pathname[30];/* Path in rpc_pipe_fs */
86 char * pipe_dir_name; /* path to rpc_pipefs dir */

Completed in 529 milliseconds

<<61626364656667686970>>