HomeSort by relevance Sort by last modified time
    Searched refs:changes (Results 201 - 225 of 937) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/services/core/java/com/android/server/wm/
WindowAnimator.java 344 void setPendingLayoutChanges(final int displayId, final int changes) {
350 displayContent.pendingLayoutChanges |= changes;
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
stringer.go 74 // Termination condition: Any line with an = changes the sequence,
  /prebuilts/go/darwin-x86/src/hash/
hash.go 20 // Compatibility: Any future changes to hash or crypto packages will endeavor
  /prebuilts/go/darwin-x86/src/math/big/
intmarsh.go 14 // Gob codec version. Permits backward-compatible changes to the encoding.
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace.go 10 // GC-related events, changes of heap size, processor start/stop, etc.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
stringer.go 74 // Termination condition: Any line with an = changes the sequence,
  /prebuilts/go/linux-x86/src/hash/
hash.go 20 // Compatibility: Any future changes to hash or crypto packages will endeavor
  /prebuilts/go/linux-x86/src/math/big/
intmarsh.go 14 // Gob codec version. Permits backward-compatible changes to the encoding.
  /prebuilts/go/linux-x86/src/runtime/trace/
trace.go 10 // GC-related events, changes of heap size, processor start/stop, etc.
  /external/one-true-awk/
FIXES 25 This file lists all bug fixes, changes, etc., made since the AWK book
245 a moratorium is hereby declared on internationalization changes.
248 that is, and i do not want to keep making changes until it's clear.
262 the internationalization changes, somewhat modified, are now
277 for the moment, the internationalization changes of nov 29 are
283 modified b.c (with tiny changes in main and run) to support
311 pervasive small changes to make things more const-correct, as
316 minor documentation changes to note that this now compiles out
431 complaints; other changes scattered throughout for the
619 made the same changes for field-splitting if FS is ""
    [all...]
README 29 Changes, mostly bug fixes and occasional enhancements, are listed
66 compiled this without any changes using gcc -Wall and/or local C
  /frameworks/base/cmds/statsd/src/guardrail/
StatsdStats.cpp 253 void StatsdStats::setUidMapChanges(int changes) {
255 mUidMapStats.changes = changes;
514 fprintf(out, "UID map stats: bytes=%d, changes=%d, deleted=%d, changes lost=%d\n",
515 mUidMapStats.bytes_used, mUidMapStats.changes, mUidMapStats.deleted_apps,
674 proto.write(FIELD_TYPE_INT32 | FIELD_ID_UID_MAP_CHANGES, mUidMapStats.changes);
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 2557 final int changes = getConfigurationChanges(mTmpConfig); local
2702 int changes = lastReportedConfig.diff(currentConfig); local
    [all...]
  /external/libnl/lib/route/
link.c     [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
htest.py 118 "and [Cancel] to revert all changes.\nRe-run the test to ensure "
119 "changes made have persisted."
199 "Check that changes were saved by opening the file elsewhere."
  /external/python/cpython3/Lib/idlelib/idle_test/
htest.py 119 "and [Cancel] to revert all changes.\nRe-run the test to ensure "
120 "changes made have persisted."
192 "Check that changes were saved by opening the file elsewhere."
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidPackageRenameParticipant.java 54 import org.eclipse.jdt.internal.corext.refactoring.changes.RenamePackageChange;
254 // changes, we need to update fragment references and even tool:context activity
384 private boolean addXmlFileChanges(IFile file, CompositeChange changes, boolean isManifest) {
410 changes.add(change);
  /external/tensorflow/tensorflow/contrib/verbs/
README.md 62 In order to allocate the result and proxy tensors, we need to know the tensor's meta-data, i.e. shape and data-type for DMAable tensors, and proto-size for serialized tensors. Unfortunately, this information is only available on the sender side which complicates manners. In order to avoid sending extra messages for querying the meta-data at each step, we store a local meta-data cache per tensor, which will only be update upon changes. Based on the assumption that the meta-data of a tensor rarely changes between steps, we expect that on most times the cache will only be updated once. The sender is responsible to detect changes in the meta-data, and update the receiver. In order for the sender to know that the meta-data had changed, each **RDMA_MESSAGE_TENSOR_REQUEST** will contain the meta-data that the receiver had grabbed from the local cache. The sender will then compare the meta-data from the message to the tensor's new meta-data.
patch_notes_verbs_with_0_copies.md 20 1. At first stage we will keep changes to the current implementation to the minimum possible. The expense will be that we may have unused or unnecessary code leftovers, which may also affect performance.
27 2. The address of the destination Tensor needs to be sent to the sender side for writing, meaning that the result/proxy tensor should be pre-allocated on the receiver side, prior to sending the tensor request. In order to do that, we need to know its meta-data, i.e. shape and data-type for DMAble tensors, and proto-size for serialized tensors. Unfortunately, this information is only available on the sender side which complicates manners. In order to avoid sending extra messages for querying the meta-data on each step, we store a local meta-data cache per tensor. Based on the assumption that the meta-data of a tensor rarely changes between steps, we expect that on most times the cache will only be updated once. When the sender receives a request for a tensor, if it is the first time this tensor is requested, or in the rare case that the meta-data did change, the sender will first send a meta-data response, on which the receiver will update the local cache, and reallocate the result/proxy tensors if required. When the receiver sends the tensor request, it will contain also the meta-data currently stored in its local cache, so the sender can compare it to see if there was a change.
30 5. With the addition of tensor pre-allocation, we noticed there is a large code similarity between sending the first tensor request and re-sending the request in case of meta-data changes. After implementing a common method for tensor pre-allocation, it turned out that implementation becomes much simpler by encapsulating the process of request sending/re-sending, meta-data response callback and content response callback, all in a single "Request" class. The request class holds all the relevant request information, which reduces excessive parameter passing and lambda capturing. This decision is purely for elegance and code simplicity, and we decided to implement it in first stage because it makes the implementation much easier.
46 ### Protocol changes:
  /build/blueprint/pathtools/
glob.go 41 // to rerun the primary builder when the list of matching files changes.
63 // containing directories to know about changes.
350 // to rerun the primary builder when the list of matching files changes.
368 // changes were made by a rule.
  /build/kati/testcase/
parse_benchcmp.go 17 performance changes.
  /build/soong/cc/
coverage.go 59 // For static libraries, the only thing that changes our object files
  /external/flatbuffers/tests/MyGame/Example/
MonsterStorage_grpc.go 2 //If you make any local changes, they will be lost
  /external/libunwind/doc/
unw_set_caching_policy.tex 39 changes in a way that could affect the validity of cached information.
  /external/libyuv/files/tools_libyuv/valgrind/
libyuv_tests.bat 10 :: This script is a copy of chrome_tests.bat with the following changes:

Completed in 1304 milliseconds

1 2 3 4 5 6 7 891011>>