HomeSort by relevance Sort by last modified time
    Searched full:combine (Results 476 - 500 of 2847) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-api/3.2.1/
maven-plugin-api-3.2.1.pom 79 <models combine.children="append">
  /system/connectivity/shill/
dhcp_properties.h 64 static std::unique_ptr<DhcpProperties> Combine(
  /toolchain/binutils/binutils-2.25/opcodes/
cgen-bitset.c 157 /* Combine two bit masks. */
  /build/tools/
generate-notice-files.py 94 """Combine notice files in FILE_HASH and output a HTML version to OUTPUT_FILENAME."""
152 """Combine notice files in FILE_HASH and output a text version to OUTPUT_FILENAME."""
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
basic.rb 161 example 'combine inserts' do
198 example 'combine insert on left with delete' do
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
wildcards.py 72 You can also combine bucket and object name wildcards. For example this
96 You can combine wildcards to provide more powerful matches, for example:
  /external/llvm/test/CodeGen/ARM/
vdiv_combine.ll 139 ; Don't combine with 8 lanes. Just make sure things don't crash.
148 ; Can combine splat with an undef.
  /external/llvm/test/Transforms/InstCombine/
and2.ll 46 ; Check that we combine "if x!=0 && x!=-1" into "if x+1u>1"
81 ; combine -x & 1 into x & 1
  /external/opencv3/modules/cudawarping/test/
test_resize.cpp 155 INSTANTIATE_TEST_CASE_P(CUDA_Warping, Resize, testing::Combine(
201 INSTANTIATE_TEST_CASE_P(CUDA_Warping, ResizeSameAsHost, testing::Combine(
  /external/opencv3/modules/imgproc/test/
test_houghLines.cpp 209 INSTANTIATE_TEST_CASE_P( ImgProc, StandartHoughLinesTest, testing::Combine(testing::Values( "shared/pic5.png", "../stitching/a1.png" ),
215 INSTANTIATE_TEST_CASE_P( ImgProc, ProbabilisticHoughLinesTest, testing::Combine(testing::Values( "shared/pic5.png", "shared/pic1.png" ),
  /external/v8/build/android/
adb_logcat_printer.py 13 The script will print the files to out, and will combine multiple
100 """Read log files, combine and format.
  /external/v8/test/mjsunit/es6/
typedarray-reduce.js 64 combine,
66 var rec = makeRecorder(combine);
  /external/webrtc/webrtc/base/
httpcommon.cc 431 HeaderCombine combine) {
432 if (combine == HC_AUTO) {
435 combine = !FromString(header, name) || HttpHeaderIsCollapsible(header)
437 } else if (combine == HC_REPLACE) {
439 combine = HC_NO;
441 // At this point, combine is one of (YES, NO, NEW)
442 if (combine != HC_NO) {
445 if (combine == HC_YES) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
transform.c 43 /* Multiply with complex exponentials and combine into one complex vector */
145 /* Combine into one vector, z = x + j * y */
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_c.c 194 //combine the indicator function with the feature weights
208 //final speech probability: combine prior model with LR factor:
  /frameworks/native/libs/binder/tests/
binderThroughputTest.cpp 122 static ProcResults combine(const ProcResults& a, const ProcResults& b) { function in struct:ProcResults
302 tot_results = ProcResults::combine(tot_results, tmp_results);
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 165 sp<KeyCharacterMap> KeyCharacterMap::combine(const sp<KeyCharacterMap>& base, function in class:android::KeyCharacterMap
    [all...]
  /libcore/ojluni/src/main/java/java/util/
DoubleSummaryStatistics.java 39 * DoubleSummaryStatistics::combine);
98 public void combine(DoubleSummaryStatistics other) { method in class:DoubleSummaryStatistics
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
timevar.def 237 DEFTIMEVAR (TV_COMBINE_STACK_ADJUST , "combine stack adjustments")
253 DEFTIMEVAR (TV_TREE_IFCOMBINE , "tree if-combine")
  /prebuilts/go/darwin-x86/src/index/suffixarray/
qsufsort.go 52 sa[pi+sl] = sl // combine sorted groups before pi
63 sa[pi+sl] = sl // combine sorted groups at end of sa
  /prebuilts/go/linux-x86/src/index/suffixarray/
qsufsort.go 52 sa[pi+sl] = sl // combine sorted groups before pi
63 sa[pi+sl] = sl // combine sorted groups at end of sa
  /external/libxml2/test/relaxng/
testsuite.xml 893 <define name="p.ext" combine="choice">
957 <define name="p.ext" combine="choice">
1074 <define name="p.ext" combine="choice">
1079 <start combine="choice">
1221 <define name="p.ext" combine="choice">
1226 <start combine="choice">
  /external/llvm/lib/Target/Hexagon/
HexagonIsetDx.td 19 "$Rdd = combine(#1, #$u2)"> {
67 "$Rdd = combine(#3, #$u2)"> {
198 "$Rdd = combine($Rs, #0)"> {
291 "$Rdd = combine(#0, $Rs)"> {
366 "$Rdd = combine(#0, #$u2)"> {
382 "$Rdd = combine(#2, #$u2)"> {
  /external/opencv3/modules/imgproc/test/ocl/
test_color.cpp 438 testing::Combine(testing::Values(MatDepth(CV_8U)), Bool()));
441 testing::Combine(testing::Values(MatDepth(CV_8U), MatDepth(CV_32F)), Bool()));
444 testing::Combine(
449 testing::Combine(
454 testing::Combine(
459 testing::Combine(
  /external/v8/src/compiler/
code-generator.cc 583 OutputFrameStateCombine combine, Translation* translation) {
584 for (size_t index = 0; index < desc->GetSize(combine); index++) {
585 switch (combine.kind()) {
587 DCHECK(combine.GetPushCount() <= iter->instruction()->OutputCount());
606 desc->GetSize(combine) - 1 - combine.GetOffsetToPokeAt();

Completed in 1835 milliseconds

<<11121314151617181920>>