Searched defs:split (Results 101 - 125 of 244) sorted by relevance

12345678910

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixPower.h424 void split(RealScalar& p, RealScalar& intpart);
461 split(p, intpart);
470 void MatrixPower<MatrixType>::split(RealScalar& p, RealScalar& intpart) function in class:Eigen::MatrixPower
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTextTrieMap.java431 next.split(matchLen);
472 private void split(int offset) { method in class:TextTrieMap.Node
473 // split the current node at the offset
H A DUtility.java1055 * @param s the string to split
1056 * @param divider the character on which to split. Occurrences of
1064 public static void split(String s, char divider, String[] output) { method in class:Utility
1082 * @param s the string to split
1083 * @param divider the character on which to split. Occurrences of
1089 public static String[] split(String s, char divider) { method in class:Utility
1775 return src.split("\\Q" + target + "\\E");
1782 return src.split("\\s+");
1805 String[] parts = separator.split(string);
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DXCldrStub.java301 String[] items = pattern.split(input);
313 public Iterable<String> split(String input) { method in class:XCldrStub.Splitter
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTextTrieMap.java429 next.split(matchLen);
470 private void split(int offset) { method in class:TextTrieMap.Node
471 // split the current node at the offset
H A DUtility.java1051 * @param s the string to split
1052 * @param divider the character on which to split. Occurrences of
1060 public static void split(String s, char divider, String[] output) { method in class:Utility
1078 * @param s the string to split
1079 * @param divider the character on which to split. Occurrences of
1085 public static String[] split(String s, char divider) { method in class:Utility
1771 return src.split("\\Q" + target + "\\E");
1778 return src.split("\\s+");
1801 String[] parts = separator.split(string);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXCldrStub.java299 String[] items = pattern.split(input);
311 public Iterable<String> split(String input) { method in class:XCldrStub.Splitter
/external/mesa3d/src/mesa/vbo/
H A Dvbo_split_copy.c329 GLboolean split; local
346 for (split = GL_FALSE; j != prim->count && !split; j++)
347 split = elt(copy, start + j);
362 assert(split);
375 split = elt(copy, start+0);
376 assert(!split);
378 split = elt(copy, start+j-1);
379 assert(!split);
381 for (; j != prim->count && !split;
[all...]
/external/opencv/cv/src/
H A D_cvkdtree.hpp69 int dim; // split dimension; >=0 for nodes, -1 for leaves
166 __instype *split = median; local
167 for (; split != last && deref(ctor(*split), dim) ==
168 deref(ctor(*median), dim); ++split);
170 if (split == last) { // leaf
172 for (--split; split >= first; --split) {
176 n.value = ctor(*split);
[all...]
/external/parameter-framework/upstream/parameter/
H A DConfigurableDomains.cpp300 bool CConfigurableDomains::split(const string &domainName, CConfigurableElement *element, function in class:CConfigurableDomains
313 domain->split(element, infos);
H A DParameterMgrFullConnector.cpp216 bool CParameterMgrFullConnector::split(const string &strDomain, function in class:CParameterMgrFullConnector
219 return _pParameterMgr->split(strDomain, strConfigurableElementPath, strError);
H A DConfigurableDomain.cpp470 bool CConfigurableDomain::split(CConfigurableElement *pConfigurableElement, core::Results &infos) function in class:CConfigurableDomain
488 " has no children to split configurable domain to";
510 pDomainConfiguration->split(pConfigurableElement);
/external/python/cpython2/Lib/
H A DUserString.py118 def split(self, sep=None, maxsplit=-1): member in class:UserString
119 return self.data.split(sep, maxsplit)
223 called_in_dir, called_as = os.path.split(sys.argv[0])
H A Dstring.py48 Split the argument into words using split, capitalize each
53 sep is used to split and join the words.
56 return (sep or ' ').join(x.capitalize() for x in s.split(sep))
283 def split(s, sep=None, maxsplit=-1): function
284 """split(s [,sep [,maxsplit]]) -> list of strings
291 (split and splitfields are synonymous)
294 return s.split(sep, maxsplit)
295 splitfields = split
/external/tensorflow/tensorflow/core/framework/
H A Dop_gen_lib.cc250 std::vector<string> split; local
255 split.push_back(s->substr(pos));
258 split.push_back(s->substr(pos, found - pos));
261 split.push_back("");
266 *s = str_util::Join(split, to.c_str());
/external/webrtc/webrtc/base/
H A Dstringencode.cc649 size_t split(const std::string& source, char delimiter, function in namespace:rtc
/external/ImageMagick/MagickCore/
H A Dannotate.c582 % const MagickBooleanType split,TypeMetric *metrics,char **caption,
591 % o split: when no convenient line breaks-- insert newline.
601 const MagickBooleanType split,TypeMetric *metrics,char **caption,
653 if ((s != (char *) NULL) || (split != MagickFalse))
593 FormatMagickCaption(Image *image,DrawInfo *draw_info, const MagickBooleanType split,TypeMetric *metrics,char **caption, ExceptionInfo *exception) argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfpField.java119 /** A two elements {@link Dfp} array with value &radic;2 split in two pieces. */
134 /** A two elements {@link Dfp} array with value &pi; split in two pieces. */
140 /** A two elements {@link Dfp} array with value e split in two pieces. */
146 /** A two elements {@link Dfp} array with value ln(2) split in two pieces. */
152 /** A two elements {@link Dfp} array with value ln(5) split in two pieces. */
209 sqr2Split = split(sqr2String);
214 piSplit = split(piString);
216 eSplit = split(eString);
218 ln2Split = split(ln2String);
220 ln5Split = split(ln5Strin
521 private Dfp[] split(final String a) { method in class:DfpField
[all...]
/external/brotli/c/enc/
H A Dmetablock.c199 size_t num_symbols, BlockSplit* split, HistogramLiteral** histograms,
211 self->split_ = split;
223 split->types, split->types_alloc_size, max_num_blocks);
225 split->lengths, split->lengths_alloc_size, max_num_blocks);
227 split->num_blocks = max_num_blocks;
245 BlockSplit* split = self->split_; local
256 split->lengths[0] = (uint32_t)self->block_size_;
257 split
196 InitContextBlockSplitter( MemoryManager* m, ContextBlockSplitter* self, size_t alphabet_size, size_t num_contexts, size_t min_block_size, double split_threshold, size_t num_symbols, BlockSplit* split, HistogramLiteral** histograms, size_t* histograms_size) argument
[all...]
/external/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp235 auto split = splitLegalVectorType(CGM, end - begin, vecTy);
236 auto eltTy = split.first;
237 auto numElts = split.second;
317 // If we have a vector type, split it.
330 // If the entry is a vector type, split it and try again.
382 auto split = splitLegalVectorType(CGM, Entries[index].getWidth(), vecTy); local
384 auto eltTy = split.first;
386 auto numElts = split.second;
420 // We logically split the layout down into a series of chunks of this size,
651 // Try to split th
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp112 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits) function
124 int32_t split = 0; local
128 src.extractBetween(start, end, result[split++]);
132 src.extractBetween(start, src.length(), result[split]);
161 UnicodeString *eSplit = split(encoding, CH_SLASH, splits);
570 UnicodeString *encodingList = split(*encodings, CH_SPACE, encodingCount);
/external/jemalloc/include/jemalloc/
H A Djemalloc.h316 chunk_split_t *split; member in struct:__anon9145
/external/libchrome/base/trace_event/
H A Dtrace_config.cc371 std::vector<std::string> split = local
373 for (const std::string& token : split) {
/external/opencv/ml/src/
H A Dmlrtrees.cpp99 CvDTreeSplit *best_split = 0, *split = 0, *t; local
134 split = find_split_cat_class( node, vi );
136 split = find_split_ord_class( node, vi );
141 split = find_split_cat_reg( node, vi );
143 split = find_split_ord_reg( node, vi );
146 if( split )
148 if( !best_split || best_split->quality < split->quality )
149 CV_SWAP( best_split, split, t );
150 if( split )
151 cvSetRemoveByPtr( data->split_heap, split );
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DSplitter.cpp59 "Cannot split physical registers.");
79 assert(valid && "Attempt to apply invalid split.");
574 assert(splitBlock != 0 && "Failed to create split block.");
705 void LoopSplitter::processHeader(LoopSplit &split) { argument
706 MachineBasicBlock &header = *split.getLoop().getHeader();
709 if (!lis->isLiveInToMBB(split.getLI(), &header))
712 MachineBasicBlock *preHeader = split.getLoop().getLoopPreheader();
715 if (!canInsertPreHeader(split.getLoop())) {
716 split.invalidate();
723 if (lis->isLiveOutOfMBB(split
733 processLoopExits(LoopSplit &split) argument
759 processLoopUses(LoopSplit &split) argument
[all...]

Completed in 5235 milliseconds

12345678910