/external/javassist/src/main/javassist/util/proxy/ |
FactoryHelper.java | 219 String dir = filename.substring(0, pos); local 220 if (!dir.equals(".")) 221 new File(dir).mkdirs();
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/util/ |
EntropyComputeUtil.java | 34 Vector3f dir = new Vector3f(0, -1, 0); local 35 Ray ray = new Ray(pos, dir);
|
/external/jmonkeyengine/engine/src/test/jme3test/collision/ |
RayTrace.java | 84 Vector3f dir = cam.getWorldCoordinates(v, 0.3f); local 85 dir.subtractLocal(pos).normalizeLocal(); 87 Ray r = new Ray(pos, dir);
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_conntrack_tuple.h | 80 u_int8_t dir; member in struct:ip_conntrack_tuple::__anon20077 100 /* If we're the first tuple, it's the original dir. */ 101 #define DIRECTION(h) ((enum ip_conntrack_dir)(h)->tuple.dst.dir)
|
/external/libselinux/src/ |
stringrep.c | 59 DIR *dir; local 102 dir = opendir(path); 103 if (dir == NULL) 106 dentry = readdir(dir); 116 dentry = readdir(dir); 137 dentry = readdir(dir); 139 closedir(dir); 147 closedir(dir);
|
/external/llvm/utils/unittest/googletest/ |
gtest-filepath.cc | 113 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns 114 // FilePath("dir/file"). If a case-insensitive extension is not 155 // not have a file, like "just/a/dir/", it returns the FilePath unmodified. 159 String dir; local 161 dir = String(c_str(), last_sep + 1 - c_str()); 163 dir = kCurrentDirectoryString; 165 return FilePath(dir); 170 // Given directory = "dir", base_name = "test", number = 0, 171 // extension = "xml", returns "dir/test.xml". If number is greater 172 // than zero (e.g., 12), returns "dir/test_12.xml" [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_clip_unfilled.c | 94 brw_MUL(p, c->reg.dir, c->reg.dir, vec4(e)); 114 get_element(c->reg.dir, 2), 151 get_element(c->reg.dir, 2), 187 GLfloat iz = 1.0 / dir.z; 188 GLfloat ac = dir.x * iz; 189 GLfloat bc = dir.y * iz; 198 struct brw_reg dir = c->reg.dir; local 200 brw_math_invert(p, get_element(off, 2), get_element(dir, 2)) [all...] |
/external/open-vcdiff/gtest/src/ |
gtest-filepath.cc | 100 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns 101 // FilePath("dir/file"). If a case-insensitive extension is not 126 // not have a file, like "just/a/dir/", it returns the FilePath unmodified. 130 String dir; local 132 dir = String(c_str(), last_sep + 1 - c_str()); 134 dir = kCurrentDirectoryString; 136 return FilePath(dir); 141 // Given directory = "dir", base_name = "test", number = 0, 142 // extension = "xml", returns "dir/test.xml". If number is greater 143 // than zero (e.g., 12), returns "dir/test_12.xml" [all...] |
/external/oprofile/gui/ |
oprof_start_util.cpp | 64 DIR * dir; local 67 if (!(dir = opendir("/proc"))) { 72 while ((dirent = readdir(dir))) { 84 closedir(dir); 151 * check_and_create_config_dir - make sure config dir is accessible 153 * Returns %true if the dir is accessible. 157 string dir = get_config_filename(".oprofile"); local 159 char * name = xstrdup(dir.c_str()); 163 out << "unable to create " << dir << " directory " local [all...] |
/external/oprofile/pp/ |
oparchive.cpp | 60 DIR * dir; local 66 if (!(dir = opendir(stats_path.c_str()))) { 82 while ((dirent = readdir(dir))) { 98 closedir(dir); 217 /* copy over the <session-dir>/abi file if it exists */ 222 /* copy over the <session-dir>/samples/oprofiled.log file */
|
/external/protobuf/gtest/src/ |
gtest-filepath.cc | 100 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns 101 // FilePath("dir/file"). If a case-insensitive extension is not 126 // not have a file, like "just/a/dir/", it returns the FilePath unmodified. 130 String dir; local 132 dir = String(c_str(), last_sep + 1 - c_str()); 134 dir = kCurrentDirectoryString; 136 return FilePath(dir); 141 // Given directory = "dir", base_name = "test", number = 0, 142 // extension = "xml", returns "dir/test.xml". If number is greater 143 // than zero (e.g., 12), returns "dir/test_12.xml" [all...] |
/external/qemu/ |
os-posix.c | 97 char *dir; local 133 dir = dirname(p); 134 dir = dirname(dir); 136 max_len = strlen(dir) + 139 snprintf(res, max_len, "%s%s", dir, SHARE_SUFFIX); 141 snprintf(res, max_len, "%s%s", dir, BUILD_SUFFIX);
|
/external/skia/src/core/ |
SkStrokerPriv.cpp | 129 SkRotationDirection dir = kCW_SkRotationDirection; local 136 dir = kCCW_SkRotationDirection; 143 int count = SkBuildQuadArc(before, after, dir, &matrix, pts);
|
/external/wpa_supplicant_8/src/ap/ |
wmm.c | 167 int up, psb, dir, tid; local 172 dir = (tspec->ts_info[0] >> 5) & 0x03; 175 up, psb, dir, tid);
|
/frameworks/av/media/libmedia/ |
MediaScanner.cpp | 154 DIR* dir = opendir(path); local 155 if (!dir) { 161 while ((entry = readdir(dir))) { 168 closedir(dir);
|
/frameworks/base/core/java/android/text/ |
TextDirectionHeuristics.java | 256 final int dir = TextUtils.getLayoutDirectionFromLocale(java.util.Locale.getDefault()); local 257 return (dir == View.LAYOUT_DIRECTION_RTL);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
MediaPlayerStressTest.java | 123 File dir = new File(mMediaSrc); local 124 children = dir.list(); 127 Log.v("MediaPlayerApiTest:testMediaSamples", "dir is empty");
|
/frameworks/native/libs/binder/ |
Debug.cpp | 225 const ssize_t dir = -1; local 228 const ssize_t dir = 1; 239 const unsigned char val = *(pos+startIndex+(index*dir)); 256 const unsigned char val = *(pos+startIndex+(index*dir));
|
/frameworks/support/v4/java/android/support/v4/text/ |
TextDirectionHeuristicsCompat.java | 250 final int dir = TextUtilsCompat.getLayoutDirectionFromLocale(java.util.Locale.getDefault()); local 251 return (dir == ViewCompat.LAYOUT_DIRECTION_RTL);
|
/ndk/sources/android/libthread_db/gdb-6.6/ |
libthread_db.c | 132 DIR* dir; local 158 dir = opendir(path); 159 if (!dir) { 163 while ((entry = readdir(dir)) != NULL) { 176 closedir(dir); 184 closedir(dir); 188 closedir(dir); 303 DIR * dir; local [all...] |
/ndk/sources/android/libthread_db/gdb-7.3.x/ |
libthread_db.c | 129 DIR* dir; local 155 dir = opendir(path); 156 if (!dir) { 160 while ((entry = readdir(dir)) != NULL) { 173 closedir(dir); 180 closedir(dir); 184 closedir(dir); 339 DIR * dir; local [all...] |
/ndk/sources/android/libthread_db/gdb-7.6/ |
libthread_db.c | 141 DIR* dir; local 167 dir = opendir(path); 168 if (!dir) { 172 while ((entry = readdir(dir)) != NULL) { 185 closedir(dir); 193 closedir(dir); 197 closedir(dir); 352 DIR * dir; local [all...] |
/ndk/sources/host-tools/make-3.81/ |
vmsfunctions.c | 34 DIR * 37 struct DIR *dir = (struct DIR *)xmalloc (sizeof (struct DIR)); local 39 struct FAB *dfab = &dir->fab; 42 memset (dir, 0, sizeof *dir); 58 free (dir); 64 return dir; [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
localcharset.c | 123 const char *dir; local 129 dir = getenv ("CHARSETALIASDIR"); 130 if (dir == NULL || dir[0] == '\0') 131 dir = relocate (LIBDIR); 133 /* Concatenate dir and base into freshly allocated file_name. */ 135 size_t dir_len = strlen (dir); 137 int add_slash = (dir_len > 0 && !ISSLASH (dir[dir_len - 1])); 141 memcpy (file_name, dir, dir_len);
|
/prebuilts/devtools/adt/lib/ |
sdktestutils.jar | |