/external/libvpx/libvpx/vp9/encoder/ |
vp9_boolhuff.h | 45 unsigned int split; local 62 split = 1 + (((range - 1) * probability) >> 8); 64 range = split; 67 lowvalue += split; 68 range = br->range - split;
|
/external/oprofile/libutil++/ |
string_manip.cpp | 34 string split(string & s, char c) function
|
/external/skia/dm/ |
DMWriteTask.cpp | 16 SkTArray<SkString> split; local 17 SkStrSplit(name, "_", &split); 21 out->push_back(split[split.count()-i-1]);
|
/external/v8/test/benchmarks/ |
testcfg.py | 31 from os.path import join, split namespace 44 super(BenchmarkTestCase, self).__init__(context, split(path), mode)
|
/hardware/qcom/display/msm8974/libqdutils/ |
mdp_version.cpp | 117 char split[64]; local 121 if(fread(split, sizeof(char), 64, fp)) { 122 mSplit.mLeft = atoi(split); 123 ALOGI_IF(mSplit.mLeft, "Left Split=%d", mSplit.mLeft); 124 char *rght = strpbrk(split, " "); 127 ALOGI_IF(rght, "Right Split=%d", mSplit.mRight);
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
CDATASectionImpl.java | 52 public void split() { method in class:CDATASectionImpl 58 String[] parts = getData().split("\\]\\]>"); 68 * sequence "]]>". Such nodes must be {@link #split} before they are
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/ |
split_fn_imps.hpp | 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/ |
split_fn_imps.hpp | 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/ |
split_fn_imps.hpp | 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
split_fn_imps.hpp | 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
split_fn_imps.hpp | 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
split_fn_imps.hpp | 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/ |
split_fn_imps.hpp | 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/ |
split_fn_imps.hpp | 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/ |
split_fn_imps.hpp | 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
|
/cts/libs/vogar-expect/src/vogar/ |
Outcome.java | 95 return Arrays.asList(output.split("\n")); 102 return Arrays.asList(writer.toString().split("\\n")); 110 int split = split(outcomeName); local 111 return split == -1 ? "defaultpackage" : outcomeName.substring(0, split); 118 int split = split(outcomeName); local 119 return split == -1 ? outcomeName : outcomeName.substring(split + 1) 122 private static int split(String name) { method in class:Outcome [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
Strings.java | 273 public static String[] split(String input, char delimiter) method in class:Strings
|
/external/chromium_org/chrome/tools/convert_dict/ |
dic_reader.cc | 23 // We split the line on a slash not preceded by a backslash. A slash at the 72 std::vector<std::string> split; local 73 SplitDicLine(line, &split); 74 if (split.empty() || split.size() > 2) { 85 utf8word = split[0]; 86 } else if (!aff_reader->EncodingToUTF8(split[0], &utf8word)) { 94 if (split.size() == 2) { 99 size_t split1_tab_offset = split[1].find('\t'); 101 split[1] = split[1].substr(0, split1_tab_offset) [all...] |
/external/chromium_org/content/browser/web_contents/ |
web_drag_dest_gtk.cc | 230 size_t split = netscape_url.find_first_of('\n'); local 231 if (split != std::string::npos) { 232 drop_data_->url = GURL(netscape_url.substr(0, split)); 233 if (split < netscape_url.size() - 1) 234 drop_data_->url_title = UTF8ToUTF16(netscape_url.substr(split + 1));
|
/external/chromium_org/third_party/opus/src/src/ |
repacketizer_demo.c | 67 int merge = 1, split=0; local 85 } else if (strcmp(argv[i], "-split")==0) 86 split = 1; 153 if (!split)
|
/external/clang/utils/ |
token-delta.py | 46 return self.delta(changes, self.split(changes)) 48 def split(self, S): member in class:DeltaAlgorithm 49 """split(set) -> [sets] 54 # There are many ways to split, we could do a better job with more 76 refined = sum(map(list, map(self.split, sets)), []) 86 return self.delta(S, self.split(S)) 118 for ln in err.split('\n'):
|
/external/libvpx/libvpx/vp8/decoder/ |
dboolhuff.h | 62 unsigned int split; local 67 split = 1 + (((br->range - 1) * probability) >> 8); 75 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); 77 range = split; 81 range = br->range - split;
|
/external/llvm/lib/IR/ |
DataLayout.cpp | 179 /// Checked version of split, to ensure mandatory subparts. 180 static std::pair<StringRef, StringRef> split(StringRef Str, char Separator) { function 182 std::pair<StringRef, StringRef> Split = Str.split(Separator); 183 assert((!Split.second.empty() || Split.first == Str) && 185 return Split; 204 // Split at '-'. 205 std::pair<StringRef, StringRef> Split = split(Desc, '-') [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
PAssertedServiceParser.java | 72 String serviceID = urn.split(ParameterNamesIms.SERVICE_ID_LABEL+".")[1]; 82 pps.setSubserviceIdentifiers(urn.split(ParameterNamesIms.SERVICE_ID_LABEL)[1]); 86 String appID = urn.split(ParameterNamesIms.APPLICATION_ID_LABEL+".")[1]; 94 pps.setApplicationIdentifiers(urn.split(ParameterNamesIms.APPLICATION_ID_LABEL)[1]);
|
/frameworks/base/core/java/android/net/ |
PacProxySelector.java | 85 String[] split = response.split(";"); local 87 for (String s : split) { 92 String[] hostPort = trimmed.substring(6).split(":");
|