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

1 2 3 4 5 6 7 8 91011>>

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
FieldWithLocationTest.java 115 private boolean supportFieldCapability(boolean modification) {
117 return modification ? mirror.canWatchFieldModification() :
121 private static String getFieldCapabilityName(boolean modification) {
122 return modification ? "canWatchFieldModification" :
126 private static byte getFieldEventKind(boolean modification) {
127 return modification ? JDWPConstants.EventKind.FIELD_MODIFICATION :
131 private void runFieldLocationTest(boolean modification) {
132 final byte eventKind = getFieldEventKind(modification);
133 final String capabilityname = getFieldCapabilityName(modification);
136 if (supportFieldCapability(modification)) {
    [all...]
  /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/chromium_org/extensions/browser/api/web_request/
web_request_api_helpers.cc 183 NullableEquals(a->modification.get(), b->modification.get());
197 NullableEquals(a->modification.get(), b->modification.get());
228 net::HttpRequestHeaders::Iterator modification(
230 while (modification.GetNext()) {
231 std::string line = modification.name() + ": " + modification.value();
512 if ((*mod)->type != ADD || !(*mod)->modification.get())
514 std::string* new_name = (*mod)->modification->name.get()
    [all...]
web_request_api_helpers.h 108 scoped_ptr<RequestCookie> modification; member in struct:extension_web_request_api_helpers::RequestCookieModification
123 scoped_ptr<ResponseCookie> modification; member in struct:extension_web_request_api_helpers::ResponseCookieModification
136 // Contains the modification an extension wants to perform on an event.
156 // Headers that were added to the response. A modification of a header
201 // that commanded a modification, the installation time of this extension (used
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
writable_expectations.py 95 for modification in modifications:
96 expectations = modification[imagepair.KEY__IMAGEPAIRS__EXPECTATIONS]
99 filepath=modification[imagepair.KEY__IMAGEPAIRS__IMAGE_B_URL])
100 extra_columns = modification[imagepair.KEY__IMAGEPAIRS__EXTRACOLUMNS]
101 dictname = modification[imagepair.KEY__IMAGEPAIRS__SOURCE_JSON_FILE]
  /external/chromium_org/extensions/browser/api/declarative_webrequest/
webrequest_action.cc 291 linked_ptr<RequestCookieModification> modification(
294 // Get modification type.
296 modification->type = helpers::ADD;
298 modification->type = helpers::EDIT;
300 modification->type = helpers::REMOVE;
305 if (modification->type == helpers::EDIT ||
306 modification->type == helpers::REMOVE) {
309 modification->filter = ParseRequestCookie(filter);
313 if (modification->type == helpers::ADD) {
316 modification->modification = ParseRequestCookie(value)
    [all...]
  /external/chromium_org/chrome/browser/history/
visit_database_unittest.cc 145 VisitRow modification(original);
146 modification.url_id = 2;
147 modification.transition = ui::PAGE_TRANSITION_TYPED;
148 modification.visit_time = Time::Now() + TimeDelta::FromDays(1);
149 modification.referring_visit = 9292;
150 UpdateVisitRow(modification);
155 EXPECT_TRUE(IsVisitInfoEqual(modification, final));
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_unittest.cc 767 HeaderModificationTest_Modification modification[10]; member in struct:extensions::HeaderModificationTest
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
JDWPEventModifierTestCase.java 184 boolean modification) {
186 if (modification) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce1.asm 22 ; if we didn't make this modification,
sce3.asm 22 ; if we didn't make this modification,
  /external/chromium_org/v8/samples/
count-hosts.js 3 // modification, are permitted provided that the following conditions are
  /external/chromium_org/v8/test/intl/break-iterator/
wellformed-unsupported-locale.js 3 // modification, are permitted provided that the following conditions are
  /external/chromium_org/v8/test/intl/collator/
wellformed-unsupported-locale.js 3 // modification, are permitted provided that the following conditions are
  /external/chromium_org/v8/test/intl/date-format/
wellformed-unsupported-locale.js 3 // modification, are permitted provided that the following conditions are
  /external/chromium_org/v8/test/intl/number-format/
wellformed-unsupported-locale.js 3 // modification, are permitted provided that the following conditions are
  /external/chromium_org/v8/test/intl/
utils.js 3 // modification, are permitted provided that the following conditions are
  /external/chromium_org/v8/test/message/
isvar.js 3 // modification, are permitted provided that the following conditions are
overwritten-builtins.js 3 // modification, are permitted provided that the following conditions are
paren_in_arg_string.js 3 // modification, are permitted provided that the following conditions are
single-function-literal.js 3 // modification, are permitted provided that the following conditions are
try-catch-finally-no-message.js 3 // modification, are permitted provided that the following conditions are
try-catch-finally-return-in-finally.js 3 // modification, are permitted provided that the following conditions are
try-finally-return-in-finally.js 3 // modification, are permitted provided that the following conditions are
  /external/chromium_org/v8/test/message/regress/
regress-1527.js 3 // modification, are permitted provided that the following conditions are

Completed in 347 milliseconds

1 2 3 4 5 6 7 8 91011>>