/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_config.h | 76 * ca_cert - File path to CA certificate file (PEM/DER) 81 * always be configured when using EAP-TLS/TTLS/PEAP. Full path to the 98 * ca_path - Directory path for CA certificate files (PEM) 100 * This path may contain multiple CA certificates in OpenSSL format. 109 * client_cert - File path to client certificate file (PEM/DER) 113 * in theory be used with EAP-TTLS and EAP-PEAP, too. Full path to the 123 * private_key - File path to client private key file (PEM/DER/PFX) 127 * from the PKCS#12 file in this case. Full path to the file should be 157 * dh_file - File path to DH/DSA parameters file (in PEM format) 165 * it will be automatically converted into DH params. Full path to th [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/ |
CertPathReviewerMessages.properties | 4 # cert path is empty 74 ## path length errors 76 # max path length extended 77 CertPathReviewer.pathLenghtExtended.title = Maximum path length extended 78 CertPathReviewer.pathLenghtExtended.text = Certificate path invalid: Maximum path length extended. 79 CertPathReviewer.pathLenghtExtended.summary = Certificate path invalid: Maximum path length extended. 80 CertPathReviewer.pathLenghtExtended.details = Certificate path invalid: Maximum path length extended [all...] |
CertPathReviewerMessages_de.properties | 4 # cert path is empty 74 ## path length errors 76 # max path length extended 77 CertPathReviewer.pathLenghtExtended.title = Maximum path length extended 78 CertPathReviewer.pathLenghtExtended.text = Certificate path invalid: Maximum path length extended. 79 CertPathReviewer.pathLenghtExtended.summary = Certificate path invalid: Maximum path length extended. 80 CertPathReviewer.pathLenghtExtended.details = Certificate path invalid: Maximum path length extended [all...] |
/external/gtest/src/ |
gtest-filepath.cc | 116 // Example: FilePath("path/to/file").RemoveDirectoryName() returns 120 // On Windows platform, '\' is the path separator, otherwise it is '/'. 126 // RemoveFileName returns the directory path with the filename removed. 127 // Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". 131 // On Windows platform, '\' is the path separator, otherwise it is '/'. 190 // Don't strip off trailing separator if path is a root directory on 192 const FilePath& path(IsRootDirectory() ? *this : 195 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); 204 result = _stat(path.c_str(), &file_stat) == 0 & [all...] |
/external/qemu/distrib/sdl-1.2.12/src/joystick/bsd/ |
SDL_sysjoystick.c | 118 char *path; member in struct:joystick_hwdata 243 char *path = joynames[joy->index]; local 251 fd = open(path, O_RDONLY); 253 SDL_SetError("%s: %s", path, strerror(errno)); 265 hw->path = strdup(path); 272 if (! SDL_strncmp(path, "/dev/joy", 8)) { 291 SDL_SetError("%s: USB_GET_REPORT_DESC: %s", hw->path, 305 hw->path); 315 SDL_SetError("%s: Cannot start HID parser", hw->path); [all...] |
/external/skia/src/utils/ |
SkDumpCanvas.cpp | 25 static void dumpVerbs(const SkPath& path, SkString* str) { 26 SkPath::Iter iter(path, false); 53 static void toString(const SkPath& path, SkString* str) { 54 if (path.isEmpty()) { 55 str->set("path:empty"); 57 toString(path.getBounds(), str); 60 dumpVerbs(path, &s); 64 str->prepend("path:["); 249 bool SkDumpCanvas::clipPath(const SkPath& path, SkRegion::Op op) { 251 toString(path, &str) [all...] |
/frameworks/base/core/java/android/gesture/ |
GestureOverlayView.java | 23 import android.graphics.Path; 88 private final Path mPath = new Path(); 288 final Path path = mCurrentGesture.toPath(); local 290 path.computeBounds(bounds, true); 292 // TODO: The path should also be scaled to fit inside this view 294 mPath.addPath(path, -bounds.left + (getWidth() - bounds.width()) / 2.0f, 302 public Path getGesturePath() { 306 public Path getGesturePath(Path path) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectCreationPage.java | 46 import org.eclipse.core.runtime.Path; 186 * Returns the current project location path as entered by the user, or its 188 * path in a project description used to create a project should not be set. 190 * @return the project location path or its anticipated initial value. 222 * Returns the current project location path as entered by the user, or its 224 * path in a project description used to create a project should not be set. 226 * @return the project location path or its anticipated initial value. 229 return new Path(getProjectLocation()); 687 /** Returns the location path field value with spaces trimmed. */ 692 /** Returns the current selected sample path, 992 Path path = new Path(f.getPath()); local 1333 Path path = new Path(getProjectLocation()); local 1599 Path path = new Path(f.getAbsolutePath()); local [all...] |
/dalvik/vm/ |
Properties.c | 153 setProperty(propObj, put, "java.boot.class.path", gDvm.bootClassPathStr); 154 setProperty(propObj, put, "java.class.path", gDvm.classPathStr); 166 setProperty(propObj, put, "java.library.path", getenv("LD_LIBRARY_PATH")); 196 char path[PATH_MAX]; local 197 setProperty(propObj, put, "user.dir", getcwd(path, sizeof(path))); 201 setProperty(propObj, put, "path.separator", ":");
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
Sensors.java | 30 import android.graphics.Path; 61 private Path mPath = new Path(); 112 final Path path = mPath; local 146 canvas.drawPath(path, paint); 165 canvas.drawPath(path, paint);
|
/development/testrunner/ |
create_test.py | 103 if os.path.exists(tests_manifest_path): 114 if not os.path.exists(tests_path): 139 if os.path.exists(tests_mk_path): 163 if not os.path.exists(tests_path): 222 if not os.path.exists(app_path): 223 _PrintError("Error: Application path %s not found" % app_path) 240 if not os.path.exists(src_path):
|
/external/dbus/ |
config.h.in | 264 /* Full path to the daemon in the builddir */ 267 /* Full path to test file test/test-exit in builddir */ 270 /* Full path to test file test/test-segfault in builddir */ 273 /* Full path to test file test/test-service in builddir */ 276 /* Full path to test file test/data/valid-service-files in builddir */ 279 /* Full path to test file test/test-shell-service in builddir */ 282 /* Full path to test file test/test-sleep-forever in builddir */
|
/external/e2fsprogs/misc/ |
chattr.c | 250 char *path; local 252 path = malloc(strlen (dir_name) + 1 + strlen (de->d_name) + 1); 253 if (!path) { 254 fprintf(stderr, _("Couldn't allocate path variable " 258 sprintf (path, "%s/%s", dir_name, de->d_name); 259 change_attributes (path); 260 free(path);
|
/external/srec/portable/src/ |
PFileWrap.c | 492 LCHAR path [P_PATH_MAX]; local 496 LSTRCPY ( path, input_path ); 497 rc = pf_convert_backslashes_to_forwardslashes ( path ); 501 if ( ( path [0] == '/' ) || ( ( LISALPHA ( path [0] ) ) && ( path [1] == ':' ) && ( path [2] == '/' ) ) )
|
/external/webkit/WebKitTools/Scripts/webkitpy/style/ |
filter_unittest.py | 160 path_specific = [(["path"], ("+a",))] 188 path_specific = [(["path"], ("+a",))] 216 self.assertTrue(config.should_check("a", "path")) 217 self.assertFalse(config.should_check("b", "path")) 234 """Test a path that differs only in case.""" 254 self.assertFalse(config.should_check("a", "path")) 255 self.assertTrue(config.should_check("b", "path"))
|
/frameworks/base/core/java/android/content/ |
UriMatcher.java | 148 * @param path the path to match. * may be used as a wild card for 153 public void addURI(String authority, String path, int code) 158 String[] tokens = path != null ? PATH_SPLIT_PATTERN.split(path) : null; 195 * Try to match against the path in a url. 197 * @param uri The url whose path we will match against.
|
/frameworks/base/core/java/android/os/storage/ |
StorageManager.java | 84 public void onStorageStateChanged(String path, String oldState, String newState) { 87 mListeners.get(i).sendStorageStateChanged(path, oldState, newState); 129 public String path; field in class:StorageManager.StorageStateChangedStorageEvent 135 path = p; 160 mStorageEventListener.onStorageStateChanged(ev.path, ev.oldState, ev.newState); 177 void sendStorageStateChanged(String path, String oldState, String newState) { 178 StorageStateChangedStorageEvent e = new StorageStateChangedStorageEvent(path, oldState, newState);
|
/frameworks/base/graphics/java/android/graphics/ |
Canvas.java | 31 * Path, text, Bitmap), and a paint (to describe the colors and styles for the 555 * Modify the current clip with the specified path. 557 * @param path The path to operate on the current clip 561 public boolean clipPath(Path path, Region.Op op) { 562 return native_clipPath(mNativeCanvas, path.ni(), op.nativeInt); 566 * Intersect the current clip with the specified path. 568 * @param path The path to intersect with the current cli [all...] |
/external/skia/src/core/ |
SkScan_Path.cpp | 310 static int build_edges(SkEdge edge[], const SkPath& path, 313 SkPath::Iter iter(path, true); 382 static int worst_case_edge_count(const SkPath& path, size_t* storage) 387 SkPath::Iter iter(path, true); 418 static int cheap_worst_case_edge_count(const SkPath& path, size_t* storage) { 419 int ptCount = path.getPoints(NULL, 0); 475 // the path is contained in the clip, and so we can ignore it during the blit 479 void sk_fill_path(const SkPath& path, const SkIRect* clipRect, SkBlitter* blitter, 482 SkASSERT(&path && blitter); 487 int count = builder.build(path, clipRect, shiftEdgesUp) [all...] |
/system/core/adb/ |
file_sync_client.c | 77 int sync_ls(int fd, const char *path, sync_ls_cb func, void *cookie) 83 len = strlen(path); 90 writex(fd, path, len)) { 126 int sync_readtime(int fd, const char *path, unsigned *timestamp) 129 int len = strlen(path); 135 writex(fd, path, len)) { 151 static int sync_start_readtime(int fd, const char *path) 154 int len = strlen(path); 160 writex(fd, path, len)) { 185 int sync_readmode(int fd, const char *path, unsigned *mode [all...] |
/build/tools/dexpreopt/ |
dexpreopt.py | 45 def EnsureTempDir(path=None): 46 """Creates a temporary directory and returns its path. 51 path: If specified, used as the temporary directory. If not specified, 52 a safe temporary path is created. The caller is responsible for 56 The path to the new directory, or None if a problem occurred. 58 if path is None: 59 path = tempfile.mkdtemp('', 'dexpreopt-') 60 elif not os.path.exists(path): 61 os.makedirs(path) [all...] |
/external/clearsilver/util/ |
neo_hdf.c | 1273 NEOERR *hdf_write_file (HDF *hdf, const char *path) 1278 fp = fopen(path, "w"); 1280 return nerr_raise_errno (NERR_IO, "Unable to open %s for writing", path); 1287 unlink(path); 1292 NEOERR *hdf_write_file_atomic (HDF *hdf, const char *path) 1299 snprintf(tpath, sizeof(tpath), "%s.%5.5f.%d", path, ne_timef(), count++); 1314 if (rename(tpath, path) == -1) 1318 tpath, path); 1559 const char *path, int *lineno, int include_handle) [all...] |
/external/quake/quake/src/WinQuake/ |
common.cpp | 84 The "base directory" is the path to the directory holding the quake.exe and all game directories. The sys_* files pass this to host_init in quakeparms_t->basedir. This can be overridden with the "-basedir" command line parm to allow code debugging in a different directory. The base directory is 87 The "game directory" is the first tree on the search path and directory that all generated files (savegames, screenshots, demos, config files) will be saved to. This can be overridden with the "-game" command line parameter. The game directory can never be changed while quake is executing. This is a precacution against having a malicious server instruct clients to write files over areas they shouldn't. 90 specified, when a file is found by the normal search path, it will be mirrored 858 // Get the "base" part of a path, make sure we don't exceed outSize bytes 902 void COM_DefaultExtension (char *path, const char *extension) 906 // if path doesn't have a .EXT, append extension 909 src = path + strlen(path) - 1; 911 while (*src != '/' && src != path) 918 strcat (path, extension) [all...] |
/external/libxml2/ |
xmlIO.c | 490 * @path: the input file path 495 * Returns a canonicalized version of the path 498 xmlNormalizeWindowsPath(const xmlChar *path) 500 return xmlCanonicPath(path); 591 * @path: the path in utf-8 encoding 594 * function opens the file specified by @path 598 xmlWrapOpenUtf8(const char *path,int mode) 603 wPath = __xmlIOWin32UTF8ToWChar(path); 839 const char *path = NULL; local 924 const char *path = NULL; local 1107 const char *path = NULL; local 1175 const char *path = NULL; local 3689 const char *path; local [all...] |
/external/bluetooth/bluez/input/ |
device.c | 88 char *path; member in struct:input_device 100 static struct input_device *find_device_by_path(GSList *list, const char *path) 107 if (!strcmp(idev->path, path)) 162 g_free(idev->path); 426 emit_property_changed(idev->conn, idev->path, INPUT_DEVICE_INTERFACE, 790 info("Input: disconnect %s", idev->path); 818 emit_property_changed(idev->conn, idev->path, INPUT_DEVICE_INTERFACE, 1011 debug("Unregistered interface %s on path %s", INPUT_DEVICE_INTERFACE, 1012 idev->path); [all...] |