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

<<21222324252627282930>>

  /external/opencore/oscl/oscl/osclregserv/build/make/
local.mk 1 # Get the current local path as the first operation
  /external/opencore/oscl/pvlogger/build/make/
local.mk 1 # Get the current local path as the first operation
  /external/opencore/oscl/unit_test/build/make/
local.mk 1 # Get the current local path as the first operation
  /external/opencore/protocols/rtp/build/make/
local.mk 1 # Get the current local path as the first operation
  /external/opencore/protocols/systems/tools/general/build/make/
local.mk 1 # Get the current local path as the first operation
  /external/opencore/pvmi/content_policy_manager/plugins/common/build/make/
local.mk 1 # Get the current local path as the first operation
  /external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/build/make/
local.mk 1 # Get the current local path as the first operation
  /external/opencore/pvmi/media_io/pvmi_mio_fileinput/build/make_pvauthor/
local.mk 1 # Get the current local path as the first operation
  /external/opencore/pvmi/media_io/pvmiofileoutput/build/make/
local.mk 1 # Get the current local path as the first operation
  /external/opencore/pvmi/recognizer/build/make/
local.mk 1 # Get the current local path as the first operation
  /external/opencore/pvmi/recognizer/plugins/pvmp3ffrecognizer/build/make/
local.mk 1 # Get the current local path as the first operation
  /external/opencore/tools_v2/build/make/
doc.mk 15 perl $(SRC_ROOT)/tools_v2/build/document/bin/doc_build.bat --doctype $(doc_rule_target) --title $(doc_rule_title) --path $(doc_rule_paths) --filetype "mainpage *.h readme.txt" --exclude_pattern "*/test/* */obsolete/* */doxydir/*" -ver $(doc_rule_version)
  /external/openssl/crypto/rand/
rand_egd.c 66 * RAND_query_egd_bytes(path, buf, bytes)
68 * at path and will write them to buf (if supplied) or will directly feed
82 * RAND_egd_bytes(path, bytes) will query "bytes" bytes and have them
93 * RAND_egd(path) will query 255 bytes and use the bytes retreived to seed
99 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes)
103 int RAND_egd(const char *path)
108 int RAND_egd_bytes(const char *path,int bytes)
126 char sun_path[108]; /* path name (gag) */
136 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes)
147 if (strlen(path) >= sizeof(addr.sun_path)
    [all...]
  /external/qemu/
qemu-sockets-android.c 269 char *path, *upath, *opts; local
275 path = qemu_malloc(len+1);
276 snprintf(path, len+1, "%.*s", len, str);
278 path = qemu_strdup(str);
280 if (path || strlen(path) > 0) {
281 upath = path;
296 snprintf(ostr, olen, "%s%s", path, opts ? opts : "");
309 qemu_free(path);
313 qemu_free(path);
    [all...]
  /external/skia/src/gl/
SkGLDevice_SWLayer.cpp 44 void SkGLDevice_SWLayer::drawPath(const SkDraw& draw, const SkPath& path,
46 draw.drawPath(path, paint);
71 size_t len, const SkPath& path,
74 draw.drawTextOnPath((const char*)text, len, path, matrix, paint);
  /external/skia/src/views/
SkOSSound.cpp 22 BOOL Open(const char path[]);
49 BOOL CWaveFile::Open(const char path[])
71 m_pFile = fopen(path, "rb");
129 MMRESULT StartWave(const char path[], SkOSSoundWave* wave, U32 vol);
136 void SkOSSound::Play(const char path[])
146 StartWave(path, &gWave, v32);
235 MMRESULT StartWave(const char path[], SkOSSoundWave* wave, U32 vol)
247 if (!wave->waveFile.Open(path)) {
266 SkDEBUGCODE(SkDebugf("waveOutOpen(%s) -> %d\n", path, mmres);)
  /external/skia/src/xml/
SkJS.cpp 116 char *path, *comp, *full; local
123 path = getenv("PATH");
124 if (!path)
126 path = JS_strdup(cx, path);
127 if (!path)
131 for (comp = strtok(path, ":"); comp; comp = strtok(NULL, ":")) {
153 JS_free(cx, path);
  /external/svox/pico/lang/
PicoLangDeDeInSystem.mk 6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
PicoLangEnGBInSystem.mk 6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
PicoLangEnUsInSystem.mk 6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
PicoLangEsEsInSystem.mk 6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
PicoLangFrFrInSystem.mk 6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
PicoLangItItInSystem.mk 6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
  /external/v8/test/message/
testcfg.py 30 from os.path import join, dirname, exists, basename, isdir
37 def __init__(self, path, file, expected, mode, context, config):
38 super(MessageTestCase, self).__init__(context, path)
79 return self.path[-1]
101 def Ls(self, path):
102 if isdir(path):
103 return [f[:-3] for f in os.listdir(path) if f.endswith('.js')]
107 def ListTests(self, current_path, path, mode):
114 if self.Contains(path, test):
  /external/webkit/LayoutTests/http/tests/appcache/
non-html.xhtml 2 manifest="/resources/network-simulator.php?path=/appcache/resources/non-html.manifest">
29 ifr.setAttribute("src", "/resources/network-simulator.php?path=/appcache/resources/abe.png");
46 req.open("GET", "/resources/network-simulator.php?path=/appcache/resources/not-in-cache.txt", false);
61 req.open("GET", "/resources/network-simulator.php?path=/appcache/resources/simple.txt", false);

Completed in 62 milliseconds

<<21222324252627282930>>