HomeSort by relevance Sort by last modified time
    Searched refs:destinations (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/v8/tools/ignition/
bytecode_dispatches_report.py 45 # Display the top 5 sources and destinations of dispatches to/from LdaZero
98 for source, destinations in iteritems(dispatches_table):
99 total = float(sum(itervalues(destinations)))
100 if bytecode in destinations:
101 count = destinations[bytecode]
104 destinations = []
108 destinations.append((destination, count, count / bytecode_total))
112 heapq.nlargest(top_count, destinations, key=lambda x: x[1]))
123 print "\nTop destinations of dispatches from {}:".format(bytecode)
217 help="print top dispatch sources and destinations to the specified bytecode
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/log/
TerribleFailureEmailHandlerTest.java 155 Collection<String> destinations = new ArrayList<String>(); local
159 destinations.add(destB);
160 destinations.add(destA);
168 assertTrue(msg.getTo().equals(destinations));
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
relax_call26_boundary.s 5 # (12 bytes each) to reach the call destinations in text2. Another stub
  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarMapMceTest.py 66 destinations = []
68 destinations.append("tel:{}".format(
70 self.log.info(destinations)
72 self.MSE.droid.bluetoothGetLocalAddress(), destinations,
  /external/autotest/client/site_tests/security_RootfsStatefulSymlinks/
security_RootfsStatefulSymlinks.py 72 "bad destinations" (e.g., stateful partition). Validate
  /external/gemmlowp/meta/generators/
neon_emitter.py 311 def EmitVLoadA(self, load_type, destinations, source):
312 self.EmitVLoad(load_type, ', '.join(destinations), source)
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 1824 CharSequence destinations[] = new CharSequence[] { "text" }; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 1430 CharSequence destinations[] = new CharSequence[3]; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneMmiCode.java 1275 CharSequence destinations[] = new CharSequence[3]; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
regalloc.go     [all...]
likelyadjust.go 166 // and there is a difference in the destinations.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
regalloc.go     [all...]
likelyadjust.go 166 // and there is a difference in the destinations.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
repository-tools-ant.jar 
  /frameworks/base/core/java/android/text/
TextUtils.java 875 * replaced by the corresponding element of the destinations.
879 CharSequence[] destinations) {
895 tb.replace(start, end, destinations[i]);
    [all...]
  /prebuilts/go/darwin-x86/src/net/
addrselect.go 109 // Rule 1: Avoid unusable destinations.
  /prebuilts/go/linux-x86/src/net/
addrselect.go 109 // Rule 1: Avoid unusable destinations.
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
link.go 130 // this form makes clear that both registers are destinations.
212 // From, Reg, From3 are sources, and To, RegTo2 are destinations.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
link.go 130 // this form makes clear that both registers are destinations.
212 // From, Reg, From3 are sources, and To, RegTo2 are destinations.
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-logs/1.11.18/
aws-java-sdk-logs-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-kinesis/1.11.18/
aws-java-sdk-kinesis-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/
aws-java-sdk-ses-1.11.18.jar 
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go     [all...]

Completed in 1057 milliseconds

1 2 3