Searched refs:paths (Results 176 - 200 of 411) sorted by relevance

1234567891011>>

/external/protobuf/src/google/protobuf/util/
H A Dfield_mask_util_test.cc132 EXPECT_EQ("fooBar", mask.paths(0));
135 EXPECT_EQ("fooBar", mask.paths(0));
136 EXPECT_EQ("bazQuz", mask.paths(1));
155 EXPECT_EQ("foo_bar", mask.paths(0));
158 EXPECT_EQ("foo_bar", mask.paths(0));
159 EXPECT_EQ("baz_quz", mask.paths(1));
248 // Duplicated paths will be removed.
252 // Sub-paths of other paths will be removed.
297 // Overlap with duplicated paths
[all...]
H A Dfield_mask_util.h70 if (!InternalIsValidPath(T::descriptor(), mask.paths(i))) return false;
91 // 1. Remove paths that are covered by another path. For example,
94 // 2. Sort all paths in alphabetical order.
106 // "foo.bar" covers all paths like "foo.bar.baz", "foo.bar.quz.x", etc.
/external/autotest/client/site_tests/graphics_Idle/
H A Dgraphics_Idle.py66 def get_valid_path(self, paths):
67 for path in paths:
70 logging.error('Error: %s not found.', ' '.join(paths))
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
H A Dbase_config.py58 "download_path" and all paths in "local_paths" are relative to the
138 paths = []
141 paths.append(os.path.abspath(os.path.join(base_path, path)))
142 local_info = local_path_info.LocalPathInfo(paths)
361 We may be downloading files for another platform, so paths must be
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cc238 const char *paths[] = { "", "/", "/path/to/" }; local
242 for (uptr i = 0; i < ARRAY_SIZE(paths); i++)
246 paths[i], base_names[k], suffixes[j]);
/external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/
H A Dimage_test.py163 paths = []
173 paths.append(classpaths)
175 # save the images in the paths
183 classpaths = paths[im_class]
/external/autotest/server/hosts/
H A Dabstract_ssh.py189 def _encode_remote_paths(self, paths, escape=True, use_scp=False):
191 Given a list of file paths, encodes it as a single remote path, in
197 paths = [utils.scp_remote_escape(path) for path in paths]
208 return '%s@%s:"%s"' % (self.user, remote, " ".join(paths))
212 " :".join('"%s"' % p for p in paths))
214 def _encode_local_paths(self, paths, escape=True):
216 Given a list of file paths, encodes it as a single local path.
220 paths = [utils.sh_escape(path) for path in paths]
[all...]
/external/jsoncpp/
H A Dmakerelease.py233 paths = upload_paths[index:index+batch_size] variable
241 exit""" % (doc_dir, ' '.join(paths) ), retry=3 )
243 def sourceforge_release_tarball( sourceforge_project, paths, user=None, sftp='sftp' ):
248 """ % (' '.join(paths),) )
H A Ddoxybuild.py16 paths = os.environ.get('PATH', '').split(os.pathsep)
20 for directory in paths:
/external/ltp/testcases/kernel/syscalls/access/
H A Daccess02.c41 #include <paths.h>
/external/protobuf/python/google/protobuf/internal/
H A Dwell_known_types_test.py313 mask.paths.append('foo')
315 mask.paths.append('bar')
321 self.assertEqual(['foo'], mask.paths)
323 self.assertEqual(['foo', 'bar'], mask.paths)
329 self.assertEqual(75, len(mask.paths))
332 self.assertTrue(field.name in mask.paths)
333 mask.paths.append('optional_nested_message.bb')
335 mask.paths.append('repeated_nested_message.bb')
345 # Duplicated paths will be removed.
349 # Sub-paths o
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/
H A DLinker.h34 /// archives. It retains a set of search paths in which to find any libraries
130 /// Add a path to the list of paths that the Linker will search. The Linker
132 /// library paths for the target platform. The standard libraries will
138 /// Add a set of paths to the list of paths that the linker will search. The
139 /// Linker accumulates the set of libraries added. The \p paths will be
141 /// @brief Add a set of paths.
142 void addPaths(const std::vector<std::string>& paths);
144 /// This method augments the Linker's list of library paths with the system
145 /// paths o
[all...]
/external/tensorflow/tensorflow/core/util/ctc/
H A Dctc_beam_search.h129 // Extract the top n paths at current time step
130 Status TopPaths(int n, std::vector<std::vector<int>>* paths,
161 // Storage for top paths.
300 // Push the entry back to the top paths list.
388 int n, std::vector<std::vector<int>>* paths, std::vector<float>* log_probs,
390 CHECK_NOTNULL(paths)->clear();
393 return errors::InvalidArgument("requested more paths than the beam width.");
411 paths->push_back(e->LabelSeq(merge_repeated));
387 TopPaths( int n, std::vector<std::vector<int>>* paths, std::vector<float>* log_probs, bool merge_repeated) const argument
/external/trappy/tests/trappy/plotter/
H A DIPythonConf.py170 from jupyter_core.paths import jupyter_data_dir
/external/trappy/trappy/plotter/
H A DIPythonConf.py170 from jupyter_core.paths import jupyter_data_dir
/external/ImageMagick/MagickCore/
H A Dlocale.c822 *paths;
835 paths=GetConfigurePaths(filename,exception);
836 if (paths != (LinkedListInfo *) NULL)
838 ResetLinkedListIterator(paths);
839 element=(const char *) GetNextValueInLinkedList(paths);
849 element=(const char *) GetNextValueInLinkedList(paths);
851 paths=DestroyLinkedList(paths,RelinquishMagickMemory);
807 *paths; local
/external/autotest/client/site_tests/video_GlitchDetection/
H A Dvideo_GlitchDetection.py197 paths = capturer.write_images(store_indices,
202 path_publish.publish_paths(paths, self.tagged_testname)
/external/autotest/server/cros/dynamic_suite/
H A Dcontrol_file_getter.py29 Gather a list of paths to control files.
32 @return A list of file paths.
69 Gather the control paths and contents of all the control files.
72 @return the control paths and contents of all the control files
92 Gather a list of paths to control files.
95 and then returns the paths to all useful and wanted files in the list.
98 @return A list of file paths.
165 def __init__(self, paths):
167 @param paths: base directories to start search.
170 self._paths = paths
[all...]
/external/flatbuffers/android/jni/
H A Dinclude.mk25 # flatbuffers_fbs_to_h: Converts flatbuffer schema paths to header paths.
99 # GNU-make doesn't like : in paths, must use relative paths on Windows.
/external/flatbuffers/samples/
H A DSampleBinary.php24 $paths = array(join(DIRECTORY_SEPARATOR, array($root_dir, "php")), variable
26 foreach ($paths as $path) {
/external/libvpx/libvpx/test/android/
H A DAndroid.mk11 # The paths are really messed up as the libvpx make file
/external/llvm/lib/Support/Windows/
H A DProcess.inc239 // We're not going to try to deal with paths longer than MAX_PATH, so we'll
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DFieldMaskUtil.java63 // Ignore empty paths.
86 * Parses from a string to a FieldMask and validates all field paths.
97 * Constructs a FieldMask for a list of field paths in a certain type.
103 Class<? extends Message> type, Iterable<String> paths) {
105 for (String path : paths) {
107 // Ignore empty field paths.
149 * Checks whether paths in a given fields mask are valid.
159 * Checks whether paths in a given fields mask are valid.
181 * Checks whether paths in a given fields mask are valid.
208 * FieldMask, all field paths ar
102 fromStringList( Class<? extends Message> type, Iterable<String> paths) argument
[all...]
/external/python/cpython2/Lib/
H A D_osx_support.py38 paths = path.split(os.pathsep)
45 for p in paths:
385 Python dists. Customization of compiler paths
/external/python/cpython2/Lib/distutils/
H A Dspawn.py212 paths = path.split(os.pathsep)
219 for p in paths:

Completed in 1882 milliseconds

1234567891011>>