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

1 2 3 4 5 6 7 8 9

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
FieldWithLocationTest.java 118 private static String getFieldCapabilityName(boolean modification) {
119 return modification ? "canWatchFieldModification" :
123 private static byte getFieldEventKind(boolean modification) {
124 return modification ? JDWPConstants.EventKind.FIELD_MODIFICATION :
128 private void runFieldLocationTest(boolean modification) {
129 final byte eventKind = getFieldEventKind(modification);
130 final String capabilityname = getFieldCapabilityName(modification);
  /frameworks/base/core/java/android/text/
LoginFilter.java 62 SpannableStringBuilder modification = null; local
74 if (modification == null) {
75 modification = new SpannableStringBuilder(source, start, end);
79 modification.delete(modoff, modoff + 1);
97 return modification;
  /external/curl/docs/cmdline-opts/
head.d 8 curl displays the file size and last modification time only.
proto.d 21 subject to later modification by subsequent entries in the comma separated
  /external/openssh/regress/
modpipe.c 44 struct modification { struct
51 parse_modification(const char *s, struct modification *m)
59 errx(1, "Invalid modification spec \"%s\"", s);
62 errx(1, "Invalid modification spec \"%s\"", s);
64 errx(1, "Invalid XOR modification value");
69 errx(1, "Invalid modification spec \"%s\"", s);
71 errx(1, "Invalid AND modification value");
73 errx(1, "Invalid OR modification value");
78 errx(1, "Invalid modification type \"%s\"", what);
88 struct modification mods[MAX_MODIFICATIONS]
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
JDWPEventModifierTestCase.java 176 boolean modification) {
178 if (modification) {
  /external/google-breakpad/android/sample_app/jni/
Application.mk 5 # modification, are permitted provided that the following conditions are
Android.mk 5 # modification, are permitted provided that the following conditions are
  /external/ims/rcs/presencepolling/
Android.mk 5 # modification, are permitted provided that the following conditions are met:
  /external/protobuf/js/
test_bootstrap.js 6 // modification, are permitted provided that the following conditions are
  /external/smali/deodexerant/
Android.mk 5 # modification, are permitted provided that the following conditions are
  /external/v8/samples/
count-hosts.js 3 // modification, are permitted provided that the following conditions are
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
constants.rb 11 modification, are permitted provided that the following conditions
  /external/bison/build-aux/
mdate-sh 2 # Get modification time of a file or directory and pretty-print it.
49 Pretty-print the modification day of FILE, in the format:
  /external/libmicrohttpd/doc/
mdate-sh 2 # Get modification time of a file or directory and pretty-print it.
49 Pretty-print the modification day of FILE, in the format:
  /external/python/cpython2/Modules/_ctypes/libffi/
mdate-sh 2 # Get modification time of a file or directory and pretty-print it.
49 Pretty-print the modification day of FILE, in the format:
  /external/tremolo/Tremolo/
floor1LARM.s 8 @ modification, are permitted provided that the following conditions
  /external/vixl/
Android.mk 5 # modification, are permitted provided that the following conditions
32 # modification, are permitted provided that the following conditions
  /external/ant-glob/
NOTICE 215 with or without modification, for any purpose and without fee or royalty is
  /external/ims/rcs/rcsmanager/
Android.mk 5 # modification, are permitted provided that the following conditions are met:
  /external/ims/rcs/rcsservice/
Android.mk 5 # modification, are permitted provided that the following conditions are met:
  /external/parameter-framework/
LibPfwUtility.mk 4 # Redistribution and use in source and binary forms, with or without modification,
LibRemoteProcessor.mk 4 # Redistribution and use in source and binary forms, with or without modification,
RemoteProcess.mk 4 # Redistribution and use in source and binary forms, with or without modification,
TestPlatform.mk 4 # Redistribution and use in source and binary forms, with or without modification,

Completed in 489 milliseconds

1 2 3 4 5 6 7 8 9