/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/ |
split_join_fn_imps.hpp | 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 53 base_type::split(pred, 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/webkit/Tools/CodeCoverage/ |
run-generate-coverage-data | 75 ar = file.split(':', 1) 78 deps = ar[1].split(' ') 102 ## normal split file in the same directory 105 split = cov_file.split('###') 106 if not len(split) == 2: 107 raise "Unexpected split result" 108 filepath = split[1][:-5].replace('#',os.path.sep) 111 split = cov_file.split('##..#^#' [all...] |
/external/bluetooth/glib/tests/ |
gen-casefold-txt.pl | 66 my @fields = split ('\s*;\s*', $_, 30); 80 @values = map { hex ($_) } split /\s+/, $fields[$FOLDING_MAPPING];
|
/external/sonivox/jet_tools/JetCreator/ |
JetSystemInfo.py | 38 for dir in string.split(os.environ['PYTHONPATH'], os.pathsep):
|
/frameworks/base/opengl/libs/GLES2_dbg/ |
generate_debug_in.py | 35 parameters = parameterList.split(',') 50 paramType = parameter.split(' ')[0] 51 paramName = parameter.split(' ')[1] 70 functionName = line.split(',')[1].strip()
|
generate_api_cpp.py | 59 parameters = parameterList.split(',') 87 paramType = parameter.split(' ')[0] 88 paramName = parameter.split(' ')[1] 94 inout = paramType.split(":")[2] 95 annotation = paramType.split(":")[1] 96 paramType = paramType.split(":")[0] 100 count = int(annotation.split("*")[0]) 101 countArg = annotation.split("*")[1]
|
/external/libvpx/vp8/decoder/ |
dboolhuff.h | 72 unsigned int split; local 81 split = 1 + (((range - 1) * probability) >> 8); 82 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); 84 range = split; 88 range = br->range - split;
|
detokenize.c | 98 split = (range + 1) >> 1; \ 99 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); \ 103 range = split; \ 108 range = range-split; \ 118 split = 1 + ((( probability*(range-1) ) )>> 8); \ 119 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); \ 123 range = split; \ 128 range = range - split; \ 134 split = 1 + ((( probability*(range-1) ) ) >> 8); \ 135 bigsplit = (VP8_BD_VALUE)split << (VP8_BD_VALUE_SIZE - 8); 204 UINT32 split; local [all...] |
/external/libvpx/vp8/encoder/ |
boolhuff.c | 79 unsigned int split; local 96 split = 1 + (((range - 1) * probability) >> 8); 98 range = split; 102 lowvalue += split; 103 range = br->range - split;
|
/external/harfbuzz/contrib/tables/ |
mirroring-parse.py | 18 (data, _) = line.split('#', 1) 23 (a, b) = data.split(';', 1)
|
/external/webkit/LayoutTests/http/tests/resources/ |
post-and-verify-hybrid.cgi | 14 @list = split(/&/, $ENV{'QUERY_STRING'}); 20 ($key, $value) = split(/=/, $element); 29 @items = split(/,/, $values{'items'}); 34 my ($type, $data) = split(/:/, $item);
|
/external/webkit/Source/WebCore/inspector/ |
xxd.pl | 41 $text = join(', ', map('0x' . unpack("H*", $_), split(undef, $text)));
|
/external/webkit/Tools/Scripts/webkitpy/python24/ |
versioning.py | 74 precision = len(target_version.split(".")) 93 current_version = sysmodule.version.split()[0]
|
/external/webp/src/enc/ |
bit_writer.c | 100 const int split = (bw->range_ * prob) >> 8; local 102 bw->value_ += split + 1; 103 bw->range_ -= split + 1; 105 bw->range_ = split; 118 const int split = bw->range_ >> 1; local 120 bw->value_ += split + 1; 121 bw->range_ -= split + 1; 123 bw->range_ = split;
|
/frameworks/base/core/tests/utillib/src/coretestutils/http/ |
RecordedRequest.java | 87 return getRequestLine().split(" ")[0]; 91 return getRequestLine().split(" ")[1];
|
/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
|
/packages/providers/DownloadProvider/tests/src/tests/http/ |
RecordedRequest.java | 87 return getRequestLine().split(" ")[0]; 91 return getRequestLine().split(" ")[1];
|
/external/oprofile/opjitconv/ |
jitsymbol.c | 229 * the overlapping entry we split or truncate it to not overlap any more. 233 * split: |------------| 236 * The split entry may be splitted in a left part and a right part. E.g.: 243 static void split_entry(struct jitentry * split, struct jitentry const * keep) 247 unsigned long long end_addr_split = split->vma + split->code_size; 248 unsigned long long start_addr_split = split->vma; 257 if (strlen(split->symbol_name) > SIZE_MAX - 3) { 261 s = xmalloc(strlen(split->symbol_name) + 3); 262 strcpy(s, split->symbol_name) [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]);
|
/external/webkit/Source/WebCore/platform/qt/ |
LoggingQt.cpp | 44 QStringList channels = QString::fromLocal8Bit(loggingEnv).split(QLatin1String(","));
|
/external/llvm/utils/ |
DSAextract.py | 68 node_set |= set([re.split('\s+',buffer,2)[1]]) 98 nodes = arrowexp.split(buffer) 105 node = re.split('\s+', buffer,2)[1]
|
/external/srec/tools/cmd/ |
pht_to_long.pl | 24 ($trash,$lph,$sph,$num_states) = split(/\s+/); 47 ($word, $pron) = split(/\s+/); 48 @sphlist = split(/ */, $pron);
|
/external/llvm/unittests/ADT/ |
StringRefTest.cpp | 112 TEST(StringRefTest, Split) { 115 Str.split('X')); 117 Str.split('e')); 119 Str.split('h')); 121 Str.split('l')); 123 Str.split('o')); 142 StringRef(",ab,,c,").split(parts, ",", -1, false); 148 StringRef(",ab,,c,").split(parts, ",", -1, true); 153 StringRef("").split(parts, ",", -1, true); 157 StringRef("").split(parts, ",", -1, false) [all...] |
/external/llvm/lib/CodeGen/ |
Splitter.h | 88 void processHeader(LoopSplit &split); 89 void processLoopExits(LoopSplit &split); 90 void processLoopUses(LoopSplit &split);
|