HomeSort by relevance Sort by last modified time
    Searched refs:paths (Results 426 - 450 of 1714) sorted by null

<<11121314151617181920>>

  /external/skia/include/gpu/gl/
GrGLFunctions.h 204 typedef GrGLvoid (* GrGLStencilFillPathInstancedProc)(GrGLsizei numPaths, GrGLenum pathNameType, const GrGLvoid *paths, GrGLuint pathBase, GrGLenum fillMode, GrGLuint mask, GrGLenum transformType, const GrGLfloat *transformValues);
205 typedef GrGLvoid (* GrGLStencilStrokePathInstancedProc)(GrGLsizei numPaths, GrGLenum pathNameType, const GrGLvoid *paths, GrGLuint pathBase, GrGLint reference, GrGLuint mask, GrGLenum transformType, const GrGLfloat *transformValues);
208 typedef GrGLvoid (* GrGLCoverFillPathInstancedProc)(GrGLsizei numPaths, GrGLenum pathNameType, const GrGLvoid *paths, GrGLuint pathBase, GrGLenum coverMode, GrGLenum transformType, const GrGLfloat *transformValues);
209 typedef GrGLvoid (* GrGLCoverStrokePathInstancedProc)(GrGLsizei numPaths, GrGLenum pathNameType, const GrGLvoid *paths, GrGLuint pathBase, GrGLenum coverMode, GrGLenum transformType, const GrGLfloat* transformValues);
213 typedef GrGLvoid (* GrGLStencilThenCoverFillPathInstancedProc)(GrGLsizei numPaths, GrGLenum pathNameType, const GrGLvoid *paths, GrGLuint pathBase, GrGLenum fillMode, GrGLuint mask, GrGLenum coverMode, GrGLenum transformType, const GrGLfloat *transformValues);
214 typedef GrGLvoid (* GrGLStencilThenCoverStrokePathInstancedProc)(GrGLsizei numPaths, GrGLenum pathNameType, const GrGLvoid *paths, GrGLuint pathBase, GrGLint reference, GrGLuint mask, GrGLenum coverMode, GrGLenum transformType, const GrGLfloat *transformValues);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 895 * paths
903 const char **paths; local
912 paths = os_calloc(num, sizeof(char *));
913 if (!paths) {
920 paths[i++] = wpa_s->dbus_new_path;
925 paths, num, error);
927 os_free(paths);
3550 char **paths; local
3608 char **paths; local
    [all...]
  /system/extras/simpleperf/scripts/
report_html.py 412 """" Find source file paths in the file system.
413 The file paths reported by addr2line are the paths stored in debug sections
414 of shared libraries. And we need to convert them to file paths in the file
416 1. Collect all file paths under the provided source_dirs. The suffix of a
424 2.1 Find all real paths with the same file name as the abstract path.
    [all...]
  /external/swiftshader/third_party/LLVM/utils/
llvmbuild 131 paths = path.split(os.pathsep)
149 for p in paths:
224 # Find a unique short name for the given set of paths. This searches
226 # among all given paths.
227 def get_path_abbrevs(paths):
229 # of the paths.
230 unique_paths = list(paths)
240 # Account for single entry in paths.
256 abbrevs = dict(zip(paths, [base for base in unique_bases]))
  /prebuilts/go/darwin-x86/src/path/filepath/
path_windows_test.go 127 // Create the symlink farm using relative paths.
388 // test absolute paths
394 // test relative paths begin with drive letter
402 // test relative paths begin with '\'
408 // test relative paths begin without '\'
  /prebuilts/go/linux-x86/src/path/filepath/
path_windows_test.go 127 // Create the symlink farm using relative paths.
388 // test absolute paths
394 // test relative paths begin with drive letter
402 // test relative paths begin with '\'
408 // test relative paths begin without '\'
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/ant-tasks/24.4.0-beta3/
ant-tasks-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/ant-tasks/24.4.0-beta6/
ant-tasks-24.4.0-beta6.jar 
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 1575 std::vector<std::string> paths; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
alldocs.go 57 // Build compiles the packages named by the import paths,
186 // source directories corresponding to the import paths:
212 // dependencies of the packages named by the import paths.
368 // Fix runs the Go fix command on the packages named by the import paths.
385 // by the import paths. It prints the names of the files that are modified.
511 // Get downloads the packages named by the import paths, along with their
568 // Install compiles and installs the packages named by the import paths.
584 // List lists the packages named by the import paths, one per line.
638 // Imports []string // import paths used by this package
653 // expanded imports paths. See golang.org/s/go15vendor for more about vendoring
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
alldocs.go 57 // Build compiles the packages named by the import paths,
186 // source directories corresponding to the import paths:
212 // dependencies of the packages named by the import paths.
368 // Fix runs the Go fix command on the packages named by the import paths.
385 // by the import paths. It prints the names of the files that are modified.
511 // Get downloads the packages named by the import paths, along with their
568 // Install compiles and installs the packages named by the import paths.
584 // List lists the packages named by the import paths, one per line.
638 // Imports []string // import paths used by this package
653 // expanded imports paths. See golang.org/s/go15vendor for more about vendoring
    [all...]
  /external/kmod/libkmod/
libkmod-config.c 692 for (; config->paths != NULL;
693 config->paths = kmod_list_remove(config->paths))
694 free(config->paths->data);
864 config->paths = path_list;
  /frameworks/base/core/java/android/os/
FileUtils.java 848 public static String[] rewriteAfterRename(File beforeDir, File afterDir, String[] paths) {
849 if (paths == null) return null;
850 final String[] result = new String[paths.length];
851 for (int i = 0; i < paths.length; i++) {
852 result[i] = rewriteAfterRename(beforeDir, afterDir, paths[i]);
    [all...]
  /prebuilts/sdk/update_prebuilts/
update_prebuilts.py     [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/load/
pkg.go 82 Imports []string `json:",omitempty"` // import paths used by this package
176 // import paths. We do this resolution lazily both to avoid file system work
178 // can produce better error messages if it starts with the original paths.
180 // the vendored paths, so nothing should ever call p.vendored(p.Imports).
297 // An ImportStack is a stack of import paths.
391 // disallowVendor will reject direct use of paths containing /vendor/.
768 // Paths like x/vendor/y must be imported as y, never as x/vendor/y.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/load/
pkg.go 82 Imports []string `json:",omitempty"` // import paths used by this package
176 // import paths. We do this resolution lazily both to avoid file system work
178 // can produce better error messages if it starts with the original paths.
180 // the vendored paths, so nothing should ever call p.vendored(p.Imports).
297 // An ImportStack is a stack of import paths.
391 // disallowVendor will reject direct use of paths containing /vendor/.
768 // Paths like x/vendor/y must be imported as y, never as x/vendor/y.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_discovery.py 93 paths = [] variable in class:TestDiscovery.test_find_tests_with_package.Module
98 self.paths.append(path)
127 self.assertEqual(Module.paths, ['test_directory', 'test_directory2'])
  /external/autotest/client/cros/power/
power_utils.py 865 paths = glob.glob(self._PSR_STATUS_FILE_ARM)
866 if paths:
868 self._psr_path = paths[0]
  /external/protobuf/python/google/protobuf/internal/
well_known_types.py 382 return ','.join(self.paths)
388 self.paths.append(path)
392 for path in self.paths:
401 self.paths.append(field.name)
406 Removes paths that are covered by another path. For example,
408 is also in the FieldMask. Then sorts all paths in alphabetical order.
430 for path in mask2.paths:
496 for path in field_mask.paths:
583 # Sub-paths are only allowed for singular message fields.
614 """Adds the field paths descended from node to field_mask.""
    [all...]
  /external/python/cpython2/Lib/unittest/test/
test_discovery.py 94 paths = [] variable in class:TestDiscovery.test_find_tests_with_package.Module
99 self.paths.append(path)
128 self.assertEqual(Module.paths, ['test_directory', 'test_directory2'])
  /external/tensorflow/tensorflow/core/grappler/
grappler_item_builder.cc 240 // the values of these constant nodes with their actual asset file paths.
243 // Assets file may have changed their directory, we assemble their new paths
272 std::vector<string> paths; local
274 paths.push_back(raw_path);
276 if (!FilesExist(paths, nullptr)) {
  /packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
DataModel.java 256 Set<String> paths = new HashSet<String>(); local
266 // We want to de-dupe paths of each of the songs so we get just a list
275 paths.add(dirPath);
290 for (String path : paths) {
  /packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
MockContentProvider.java 197 public static Query forUrisMatching(String authority, String... paths) {
199 for (int i = 0; i < paths.length; i++) {
200 matcher.addURI(authority, paths[i], i);
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_discovery.py 93 paths = [] variable in class:TestDiscovery.test_find_tests_with_package.Module
98 self.paths.append(path)
127 self.assertEqual(Module.paths, ['test_directory', 'test_directory2'])

Completed in 480 milliseconds

<<11121314151617181920>>