HomeSort by relevance Sort by last modified time
    Searched defs:dir (Results 301 - 325 of 902) sorted by null

<<11121314151617181920>>

  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Material.java 677 Vector3f dir = dl.getDirection(); local
678 lightPos.setVector4InArray(dir.getX(), dir.getY(), dir.getZ(), -1, lightIndex);
758 Vector3f dir = dl.getDirection(); local
760 tmpLightPosition.set(dir.getX(), dir.getY(), dir.getZ(), -1);
    [all...]
  /external/linux-tools-perf/util/
config.c 17 char buildid_dir[MAXPATHLEN]; /* root dir for buildid, binary cache */
438 char *dir; member in struct:buildid_dir_config
447 /* same dir for all commands */
448 if (!prefixcmp(var, "buildid.") && !strcmp(var + 8, "dir")) {
452 strncpy(c->dir, v, MAXPATHLEN-1);
453 c->dir[MAXPATHLEN-1] = '\0';
461 c.dir = buildid_dir;
help.c 127 DIR *dir = opendir(path); local
132 if (!dir)
141 while ((de = readdir(dir)) != NULL) {
158 closedir(dir);
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
116 // FilePath("dir/file"). If a case-insensitive extension is not
157 // not have a file, like "just/a/dir/", it returns the FilePath unmodified.
161 String dir; local
163 dir = String(c_str(), last_sep + 1 - c_str());
165 dir = kCurrentDirectoryString;
167 return FilePath(dir);
172 // Given directory = "dir", base_name = "test", number = 0,
173 // extension = "xml", returns "dir/test.xml". If number is greater
174 // than zero (e.g., 12), returns "dir/test_12.xml"
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.h 95 struct brw_reg dir; member in struct:brw_clip_compile::__anon23633
  /external/openssl/crypto/x509/
by_dir.c 84 char *dir; member in struct:lookup_dir_entry_st
102 static int add_cert_dir(BY_DIR *ctx,const char *dir,int type);
129 char *dir = NULL; local
138 dir=(char *)getenv(X509_get_default_cert_dir_env());
139 if (dir)
140 ret=add_cert_dir(ld,dir,X509_FILETYPE_PEM);
189 if (ent->dir)
190 OPENSSL_free(ent->dir);
208 static int add_cert_dir(BY_DIR *ctx, const char *dir, int type)
213 if (dir == NULL || !*dir
    [all...]
  /external/oprofile/libpp/
profile_spec.cpp 410 * <session-dir>/[blah]<session-dir>/[blah]
426 * contains <session-dir>/samples; if so, we discard it as an
458 DIR * dir; local
467 if (!(dir = opendir(stats_path.c_str()))) {
472 while ((dirent = readdir(dir)) && !ret) {
481 closedir(dir);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/
SDL_syscdrom.c 142 * dir: /dev/rdisk, name: cdrom
145 * dir: /dev, name: rrz
149 char *dir; member in struct:__anon24987
205 for ( i = 0; checklist[i].dir; ++i) {
206 DIR *devdir;
210 devdir = opendir(checklist[i].dir);
216 SDL_snprintf(drive, SDL_arraysize(drive), "%s/%s", checklist[i].dir, devent->d_name);
226 fprintf(stderr, "cannot open dir: %s\n", checklist[i].dir);
  /external/qemu/elff/
dwarf_cu.h 469 const char* dir = stmtl_header_.include_directories; local
470 while (*dir != '\0') {
471 dir += strlen(dir) + 1;
474 stmtl_header_.file_infos = INC_CPTR_T(Dwarf_STMTL_FileDesc, dir, 1);
  /external/skia/src/gpu/effects/
GrConvolutionEffect.cpp 220 Direction dir = random->nextBool() ? kX_Direction : kY_Direction; local
233 dir,
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 228 DIR *dir; local
236 if ((dir = opendir(CONFIG_CTRL_IFACE_CLIENT_DIR)) == NULL)
242 closedir(dir);
247 while (readdir_r(dir, &entry, &result) == 0 && result != NULL) {
251 closedir(dir);
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 205 char *pbuf, *dir = NULL, *gid_str = NULL; local
214 if (os_strncmp(pbuf, "DIR=", 4) == 0) {
215 dir = pbuf + 4;
216 gid_str = os_strstr(dir, " GROUP=");
222 dir = pbuf;
224 len = os_strlen(dir) + os_strlen(wpa_s->ifname) + 2;
231 res = os_snprintf(buf, len, "%s/%s", dir, wpa_s->ifname);
289 char *buf, *dir = NULL, *gid_str = NULL; local
314 if (os_strncmp(buf, "DIR=", 4) == 0) {
315 dir = buf + 4
500 char *buf, *dir = NULL, *gid_str = NULL; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.h 47 enum dbus_arg_direction dir; member in struct:wpa_dbus_argument
  /external/yaffs2/yaffs2/utils/
mkyaffsimage.c 387 DIR *dir; local
392 dir = opendir(path);
394 if(dir)
396 while((entry = readdir(dir)) != NULL)
537 printf("usage: mkyaffsimage dir image_file [convert]\n");
538 printf(" dir the directory tree to be converted\n");
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java 135 LayoutDirection dir = isRtl ? LayoutDirection.RTL : LayoutDirection.LTR; local
136 InputStream stream = getIcon(iconName, densityInOut, dir, pathOut,
  /frameworks/compile/libbcc/lib/Support/
sha1.c 92 #include <dir.h>
432 char dir[MAXDIR]; local
484 fnsplit(argv[i], drive, dir, name, ext);
489 sprintf(path, "%s%s%s", drive, dir, f.ff_name);
  /frameworks/native/cmds/installd/
installd.h 110 cache_dir_t* dir; member in struct:__anon30351
131 const dir_rec_t* dir,
160 int lookup_media_dir(char basepath[PATH_MAX], const char *dir);
  /frameworks/native/cmds/installd/tests/
installd_utils_test.cpp 329 dir_rec_t dir; local
330 dir.path = "/data/app-private/";
331 dir.len = strlen(dir.path);
333 EXPECT_EQ(0, create_pkg_path_in_dir(path, &dir, "com.example.package", ".apk"))
  /frameworks/native/cmds/rawbu/
backup.cpp 67 DIR *dir; local
72 dir = opendir(path);
74 if (dir == NULL) {
88 de = readdir(dir);
138 closedir(dir);
169 closedir(dir);
258 DIR *dir; local
265 dir = opendir(srcPath)
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 560 DIR *d;
561 struct dirent *dir; local
572 while ((dir = readdir(d)) != NULL)
574 filename = dir->d_name;
  /libcore/luni/src/main/java/java/util/prefs/
FilePreferencesImpl.java 54 //parent dir for this preferences node
55 private File dir; field in class:FilePreferencesImpl
90 dir = new File(path);
91 newNode = !dir.exists();
98 String[] names = dir.list(new FilenameFilter() {
173 boolean removeSucceed = dir.delete();
  /libcore/luni/src/test/java/libcore/java/io/
OldFileWriterTest.java 40 File dir = new File(System.getProperty("java.io.tmpdir")); local
43 fw = new FileWriter(dir);
51 File dir = new File(System.getProperty("java.io.tmpdir")); local
54 fw = new FileWriter(dir, true);
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.h 469 const char* dir = stmtl_header_.include_directories; local
470 while (*dir != '\0') {
471 dir += strlen(dir) + 1;
474 stmtl_header_.file_infos = INC_CPTR_T(Dwarf_STMTL_FileDesc, dir, 1);
  /ndk/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 116 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
117 // FilePath("dir/file"). If a case-insensitive extension is not
159 // not have a file, like "just/a/dir/", it returns the FilePath unmodified.
163 std::string dir; local
165 dir = std::string(c_str(), last_sep + 1 - c_str());
167 dir = kCurrentDirectoryString;
169 return FilePath(dir);
174 // Given directory = "dir", base_name = "test", number = 0,
175 // extension = "xml", returns "dir/test.xml". If number is greater
176 // than zero (e.g., 12), returns "dir/test_12.xml"
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferHistory.java 93 int dir = getIntent().getIntExtra("direction", 0); local
94 if (dir == BluetoothShare.DIRECTION_OUTBOUND) {

Completed in 386 milliseconds

<<11121314151617181920>>