HomeSort by relevance Sort by last modified time
    Searched refs:combine (Results 126 - 150 of 448) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/lisa/libs/utils/
energy_model.py 531 combine):
537 If combine=False, return idle and active power as separate components.
567 if combine:
624 freqs, idle_states, combine=True)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 1 //===------- HexagonCopyToCombine.cpp - Hexagon Copy-To-Combine Pass ------===//
9 // This pass replaces transfer instructions by combine instructions.
12 // replace them with a combine instruction.
37 #define DEBUG_TYPE "hexagon-copy-combine"
84 return "Hexagon Copy-To-Combine Pass";
100 void combine(MachineInstr &I1, MachineInstr &I2,
128 INITIALIZE_PASS(HexagonCopyToCombine, "hexagon-copy-combine",
129 "Hexagon Copy-To-Combine Pass", false, false)
155 // workaround for an ABI bug that prevents GOT relocations on combine
160 // Only combine constant extended A2_tfrsi if we are in aggressive mode
554 void HexagonCopyToCombine::combine(MachineInstr &I1, MachineInstr &I2, function in class:HexagonCopyToCombine
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
Collectors.java     [all...]
DoublePipeline.java 456 DoubleSummaryStatistics::combine);
LongPipeline.java 434 LongSummaryStatistics::combine);
  /external/mksh/src/
Build.sh 503 c:combine|c:dragonegg|c:llvm|c:lto)
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 37 // Determines how to combine the frame state with the value
683 OutputFrameStateCombine combine,
695 ast_id, combine, builder()->frame_state_function_info());
    [all...]
instruction.cc     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_datetime.py     [all...]
  /external/python/cpython2/Lib/test/
test_datetime.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 625 // Try to combine Idx's compose map into Vec if it is compatible.
627 static bool combine(const CodeGenSubRegIndex *Idx, function
670 if (combine(&Idx, Rows[r])) {
679 combine(&Idx, Rows.back());
    [all...]
  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DIMath.js 842 row1.combine(row0, 1.0, -skew[0]);
851 row2.combine(row0, 1.0, -skew[1]);
853 row2.combine(row1, 1.0, -skew[2]);
1038 J3DIVector3.prototype.combine = function(v, ascl, bscl) method in class:J3DIVector3
    [all...]
  /external/icu/icu4c/source/common/
normalizer2impl.cpp 765 * If the lead and trail characters combine, then this function returns
781 int32_t Normalizer2Impl::combine(const uint16_t *list, UChar32 trail) { function in class:Normalizer2Impl
924 * a Jamo T could combine with.
932 } else if((compositeAndFwd=combine(compositionsList, c))>=0) {
933 // The starter and the combining mark (c) do combine.
    [all...]
  /external/r8/src/main/java/com/android/tools/r8/dex/
ApplicationReader.java 238 // Combine if needed.
243 : ClassProvider.combine(classKind, providers);
  /external/trappy/trappy/stats/
grammar.py 22 alphas, alphanums, Forward, Word, opAssoc, operatorPrecedence, Combine, Group
50 INTEGER = Combine(Optional(oneOf("+ -")) + Word(nums))\
52 REAL = Combine(Optional(oneOf("+ -")) + Word(nums) + "." +
60 FUNC_NAME = delimitedList(IDENTIFIER, delim=".", combine=True)
  /external/autotest/frontend/afe/
model_logic.py 51 def combine(self, rhs, connector): member in class:ExtendedManager.CustomQuery
52 super(ExtendedManager.CustomQuery, self).combine(rhs, connector)
85 By using this instead of extra(where=...), we can still freely combine
    [all...]
  /external/boringssl/src/crypto/asn1/
tasn_dec.c 182 int combine = aclass & ASN1_TFLG_COMBINE; local
507 if (combine == 0)
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpEngine.java 620 .headers(combine(cacheResponse.headers(), networkResponse.headers()))
848 private static Headers combine(Headers cachedHeaders, Headers networkHeaders) throws IOException { method in class:HttpEngine
    [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsDatabase.java 386 void combine(IntervalStats stats, boolean mutable, List<T> accumulatedResult); method in interface:UsageStatsDatabase.StatCombiner
448 combiner.combine(stats, false, results);
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_test.go 35 // the test files. Generally one should combine the -update flag with -test.run
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_amd64.go 110 // separately and then combine the results.

Completed in 3132 milliseconds

1 2 3 4 56 7 8 91011>>