HomeSort by relevance Sort by last modified time
    Searched full:modifying (Results 1 - 25 of 3294) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/javassist/src/main/javassist/expr/
package.html 4 <p>This package contains the classes for modifying a method body.
  /art/openjdkjvmti/
README.md 6 state of the program by modifying dex files in memory and performing other
  /dalvik/dx/tests/135-invoke-custom/
info.txt 4 When modifying this test please ensure that the following produce the same output:
  /frameworks/wilhelm/tools/mphtogen/
README.txt 2 You need to do this after modifying any of the MPH-related files.
  /developers/samples/android/
README.txt 10 during the SDK build process by modifying development/build/sdk.atree.
  /device/google/wahoo/sepolicy/vendor/
hal_tetheroffload_default.te 17 # Allow creating and modifying the PID file
  /external/clang/test/SemaCXX/
warn-shadow.cpp 39 f1 = 3; // expected-warning {{modifying constructor parameter 'f1' that shadows a field of 'A'}}
41 f2++; // expected-warning {{modifying constructor parameter 'f2' that shadows a field of 'A'}}
42 --f3; // expected-warning {{modifying constructor parameter 'f3' that shadows a field of 'A'}}
43 f4 += 2; // expected-warning {{modifying constructor parameter 'f4' that shadows a field of 'A'}}
  /external/tensorflow/tensorflow/docs_src/community/
index.md 9 TensorFlow's documentation conventions. If you are modifying
  /external/valgrind/none/tests/
nestedfns.c 4 modifying code on the stack, at least on x86 and amd64. It now
  /frameworks/base/tests/RemoteDisplayProvider/
README 8 remote display routes. Behavior can be controlled by modifying the
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
AppCompatPopupWindow.java 65 // If we're pre-L, emulate overlapAnchor by modifying the yOff
74 // If we're pre-L, emulate overlapAnchor by modifying the yOff
83 // If we're pre-L, emulate overlapAnchor by modifying the yOff
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
__init__.py 7 This module provides components for modifying and querying Python code. They can
  /external/glide/library/src/main/java/com/bumptech/glide/
MemoryCategory.java 4 * An enum for dynamically modifying the amount of memory Glide is able to use.
  /external/llvm/test/CodeGen/AMDGPU/
si-instr-info-correct-implicit-operands.ll 3 ; register operands in the correct order when modifying the opcode of an
  /external/tpm2/
ReadClock.c 24 // the test expects time readings to be different. Modifying the tests
  /external/webrtc/webrtc/voice_engine/
voe_codec_unittest.cc 130 // Test modifying the |plfreq|
136 // Test modifying the |pacsize|.
142 // Test modifying the |channels|.
148 // Test modifying the |rate|.
  /external/ImageMagick/PerlMagick/demo/
pixel-fx.pl 3 # Example of modifying all the pixels in an image (like -fx).
30 # rather than modifying a clone as FX does.
  /external/eigen/doc/
TutorialReshapeSlicing.dox 12 A reshape operation consists in modifying the sizes of a matrix while keeping the same coefficients.
13 Instead of modifying the input matrix itself, which is not possible for compile-time sizes, the approach consist in creating a different \em view on the storage using class Map.
  /external/iptables/libipq/
ipq_set_verdict.3 72 If simply setting a verdict without modifying the payload data, use zero
79 when modifying packets.
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
UnmodifiableData.java 24 * Data wrapper that prevents modifying the delegated Data node or its tree.
77 * Override in order to not allow modifying children with remove().
  /external/llvm/utils/crosstool/ARM/
README 22 NOTE: simply changing $CROSS_TARGET and modifying the URL accordingly will
27 3. You can override most values in the script without modifying it, e.g.
  /external/swiftshader/third_party/LLVM/utils/crosstool/ARM/
README 22 NOTE: simply changing $CROSS_TARGET and modifying the URL accordingly will
27 3. You can override most values in the script without modifying it, e.g.
  /libcore/ojluni/src/main/java/java/lang/
NullPointerException.java 33 * <li>Accessing or modifying the field of a {@code null} object.
35 * <li>Accessing or modifying the slots of {@code null} as if it
  /packages/apps/Settings/src/com/android/settings/utils/
VoiceSettingsActivity.java 27 * Activity for modifying a setting using the Voice Interaction API. This activity
28 * will only allow modifying the setting if the intent was sent using
  /build/blueprint/
README.md 13 still allowing simple changes to individual modules by modifying easy to

Completed in 625 milliseconds

1 2 3 4 5 6 7 8 91011>>