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

<<11121314151617181920>>

  /external/dbus/test/data/invalid-messages/
bad-boolean-array.message 12 HEADER_FIELD PATH
bad-boolean.message 12 HEADER_FIELD PATH
bad-endian.message 17 HEADER_FIELD PATH
local-namespace.message 13 HEADER_FIELD PATH
no-dot-in-name.message 12 HEADER_FIELD PATH
too-little-header-padding.message 12 HEADER_FIELD PATH
too-much-header-padding-by-far.message 12 HEADER_FIELD PATH
too-much-header-padding.message 12 HEADER_FIELD PATH
too-short-dict.message 11 HEADER_FIELD PATH
  /external/dbus/test/data/valid-messages/
standard-hello.message 4 HEADER_FIELD PATH
standard-list-services.message 4 HEADER_FIELD PATH
  /external/dropbear/
svr-agentfwd.c 118 char *path = NULL; local
128 path = m_malloc(len);
129 snprintf(path, len, "%s/%s", chansess->agentdir, chansess->agentfile);
130 addnewvar("SSH_AUTH_SOCK", path);
131 m_free(path);
137 char *path = NULL; local
161 path = m_malloc(len);
162 snprintf(path, len, "%s/%s", chansess->agentdir, chansess->agentfile);
163 unlink(path);
164 m_free(path);
206 char path[sizeof(addr.sun_path)], sockfile[sizeof(addr.sun_path)]; local
    [all...]
  /external/opencore/codecs_v2/audio/gsm_amr/common/dec/build/make/
local.mk 1 # Get the current local path as the first operation
  /external/opencore/codecs_v2/utilities/colorconvert/build/make/
local_pvrgb12toyuv420.mk 1 # Get the current local path as the first operation
local_pvrgb24toyuv420.mk 1 # Get the current local path as the first operation
local_pvyuv420semiplnrtoyuv420plnr.mk 1 # Get the current local path as the first operation
  /external/opencore/modules/linux_download/core/build/make/
local.mk 1 # Get the current local path as the first operation
  /external/opencore/modules/linux_download/node_registry/build/make/
local.mk 1 # Get the current local path as the first operation
  /external/opencore/modules/linux_mp4/core/build/make/
local.mk 1 # Get the current local path as the first operation
  /external/opencore/modules/linux_rtsp/core/build/make/
local.mk 1 # Get the current local path as the first operation
  /external/qemu/distrib/sdl-1.2.12/
README.ANDROID 6 ./android-configure.sh [--prefix=<path>]
  /external/skia/include/effects/
SkDiscretePathEffect.h 24 This path effect chops a path into discrete segments, and randomly displaces them.
28 /** Break the path into segments of segLength length, and randomly move the endpoints
29 away from the original path by a maximum of deviation.
  /external/srec/portable/include/
PANSIFileSystem.h 55 * Mounts an ANSI path.
61 * @param virtualPath PFileSystem path
62 * @param realPath ANSI path
63 * @return ESR_INVALID_ARGUMENT if self or virtualPath or realPath is null or realPath is not a valid path;
69 * Deassociates the file-system from a base path.
72 * @param virtualPath PFileSystem path
83 * @param len [in/out] Length of path argument. If the return code is ESR_BUFFER_OVERFLOW,
108 * Mounts an ANSI path.
113 * @param virtualPath PFileSystem path
114 * @param realPath ANSI path
    [all...]
  /external/webkit/WebCore/html/
HTMLAreaElement.cpp 30 #include "Path.h"
75 m_region.set(new Path(getRegion(size)));
87 Path HTMLAreaElement::getPath(RenderObject* obj) const
90 return Path();
100 Path p = getRegion(size);
110 Path HTMLAreaElement::getRegion(const IntSize& size) const
113 return Path();
129 Path path; local
134 path.moveTo(FloatPoint(m_coords[0].calcMinValue(width), m_coords[1].calcMinValue(height)))
    [all...]
  /external/webkit/WebCore/wml/
WMLAttributeNames.in 23 path

Completed in 89 milliseconds

<<11121314151617181920>>