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

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/reflect/
makefunc.go 17 // Any changes should be reflected in all three.
78 // Any changes should be reflected in all three.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
encode.go 105 // SetMaxDynamicTableSize changes the dynamic header table size to v.
119 // SetMaxDynamicTableSizeLimit changes the maximum value that can be
  /prebuilts/go/linux-x86/src/reflect/
makefunc.go 17 // Any changes should be reflected in all three.
78 // Any changes should be reflected in all three.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
encode.go 105 // SetMaxDynamicTableSize changes the dynamic header table size to v.
119 // SetMaxDynamicTableSizeLimit changes the maximum value that can be
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java 226 List<Change> changes = new ArrayList<Change>(); local
228 return changes;
233 changes.add(change);
330 return changes;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 131 * -- versions where the <b>templates</b> are doing conditional changes. To
702 List<Change> changes = templateValues.computeChanges(); local
703 if (!changes.isEmpty()) {
706 changes.toArray(new Change[changes.size()]));
    [all...]
  /prebuilts/tools/common/m2/repository/me/tatarka/gradle-retrolambda/3.2.4/
gradle-retrolambda-3.2.4.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 236 /** The changes being processed by the template handler */
321 // Add the changes in the order where merges are shown first, then text files,
323 List<Change> changes = new ArrayList<Change>(); local
324 changes.addAll(mMergeChanges);
325 changes.addAll(mTextChanges);
326 changes.addAll(mOtherChanges);
327 return changes;
    [all...]
  /external/libchrome/base/debug/
activity_tracker.cc 605 // Defined in .h for analyzer access. Increment this if structure changes!
640 // A memory location used to indicate if changes have been made to the data
793 // above that may be read by another thread once the recorded depth changes,
825 // Do an atomic decrement of the depth. No changes to stack entries guarded
    [all...]
  /external/tensorflow/tensorflow/contrib/makefile/
README.md 442 you make changes to the files that are included in the build.
445 make header changes you will need to run this command to recompile cleanly:
466 Because the main development of TensorFlow is done using Bazel, changes to the
  /prebuilts/go/darwin-x86/src/runtime/
netpoll.go 28 // or, alternatively, concurrent io notification changes the state to READY,
29 // or, alternatively, concurrent timeout/close changes the state to nil.
31 // io notification or timeout/close changes the state to READY or nil respectively
  /prebuilts/go/linux-x86/src/runtime/
netpoll.go 28 // or, alternatively, concurrent io notification changes the state to READY,
29 // or, alternatively, concurrent timeout/close changes the state to nil.
31 // io notification or timeout/close changes the state to READY or nil respectively
  /external/ImageMagick/MagickCore/
morphology.c 2570 *changes, local
    [all...]
  /build/blueprint/
doc.go 23 // while still allowing simple changes to individual modules by modifying easy
  /build/make/core/
soong_config.mk 39 # but only updates soong.variables if it changes
  /build/soong/cmd/javac_wrapper/
javac_wrapper.go 23 // if soong_javac_wrapper changes. That means that soong_javac_wrapper must
  /build/soong/ui/build/
environment.go 83 // Copy returns a copy of the Environment so that independent changes may be made.
  /compatibility/cdd/5_multimedia/
5_4_audio-recording.md 58 levels linearly track input SPL changes over at least a 30 dB range from -18
  /external/boringssl/src/ssl/test/runner/poly1305/
poly1305_test.go 96 // This test can be used to sanity-check significant changes. It can
  /external/icu/icu4c/source/data/mappings/
ucmfiles.mk 12 # Then, you can have your local changes remain even if you upgrade or re
  /external/mesa3d/docs/specs/OLD/
MESA_program_debug.spec 305 Third draft. Lots of fundamental changes. (Brian Paul)
  /external/python/cpython2/Doc/
make.bat 57 echo. suspicious, linkcheck, changes, doctest

Completed in 2726 milliseconds

<<11121314151617181920>>