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

<<11121314151617181920>>

  /external/python/cpython2/Misc/Vim/
python.vim 143 " statement line; changes behaviour to look at least 2000 lines previously for
  /external/python/cpython3/Doc/
make.bat 72 echo. suspicious, linkcheck, changes, doctest
  /external/sqlite/dist/orig/
sqlite3ext.h 48 int (*changes)(sqlite3*); member in struct:sqlite3_api_routines
339 #define sqlite3_changes sqlite3_api->changes
  /external/sqlite/dist/
sqlite3ext.h 48 int (*changes)(sqlite3*); member in struct:sqlite3_api_routines
339 #define sqlite3_changes sqlite3_api->changes
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityEvent.java 45 * The main purpose of an accessibility event is to communicate changes in the UI to an
198 * {@link android.view.View#setAccessibilityPaneTitle(CharSequence)}. Not that changes
204 * <li>{@link #getContentChangeTypes()} - The type of state changes.</li>
222 * <li>{@link #getContentChangeTypes()} - The type of content changes.</li>
557 * One or more content changes occurred in the the subtree rooted at the source node,
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
PendingIntentRecord.java 269 int changes = finalIntent.fillIn(intent, key.flags); local
270 if ((changes & Intent.FILL_IN_DATA) == 0) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
inl_test.go 20 // changes to the compiler will cause silent performance regressions.
  /prebuilts/go/darwin-x86/src/cmd/trace/
trace_test.go 88 // Test that we handle state changes to selected goroutines
  /prebuilts/go/darwin-x86/src/encoding/json/
bench_test.go 6 // The JSON data is a summary of agl's changes in the
  /prebuilts/go/darwin-x86/src/sync/atomic/
value_test.go 138 // and propagation of the changes to worker goroutines.
  /prebuilts/go/darwin-x86/src/sync/
rwmutex.go 14 // If you make any changes here, see if you should make them there.
  /prebuilts/go/darwin-x86/src/syscall/
syscall_bsd.go 439 func Kevent(kq int, changes, events []Kevent_t, timeout *Timespec) (n int, err error) {
441 if len(changes) > 0 {
442 change = unsafe.Pointer(&changes[0])
447 return kevent(kq, change, len(changes), event, len(events), timeout)
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/cryptobyte/
string.go 110 // anyway in case that changes in the future.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/
poly1305_test.go 96 // This test can be used to sanity-check significant changes. It can
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
inl_test.go 20 // changes to the compiler will cause silent performance regressions.
  /prebuilts/go/linux-x86/src/cmd/trace/
trace_test.go 88 // Test that we handle state changes to selected goroutines
  /prebuilts/go/linux-x86/src/encoding/json/
bench_test.go 6 // The JSON data is a summary of agl's changes in the
  /prebuilts/go/linux-x86/src/sync/atomic/
value_test.go 138 // and propagation of the changes to worker goroutines.
  /prebuilts/go/linux-x86/src/sync/
rwmutex.go 14 // If you make any changes here, see if you should make them there.
  /prebuilts/go/linux-x86/src/syscall/
syscall_bsd.go 439 func Kevent(kq int, changes, events []Kevent_t, timeout *Timespec) (n int, err error) {
441 if len(changes) > 0 {
442 change = unsafe.Pointer(&changes[0])
447 return kevent(kq, change, len(changes), event, len(events), timeout)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/cryptobyte/
string.go 110 // anyway in case that changes in the future.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
poly1305_test.go 96 // This test can be used to sanity-check significant changes. It can
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeRenameParticipant.java 292 // Disable these changes. They sometimes end up
360 private boolean addXmlFileChanges(IFile file, CompositeChange changes,
391 changes.add(change);
  /sdk/find_java/
find_java.bat 17 rem to use. The script changes the "java_exe" env variable. The variable

Completed in 1690 milliseconds

<<11121314151617181920>>