Searched refs:REPLACE (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/net/android/java/src/org/chromium/net/
H A DNetStringUtil.java81 decoder.onMalformedInput(CodingErrorAction.REPLACE);
82 decoder.onUnmappableCharacter(CodingErrorAction.REPLACE);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dconflict_dialog.js61 this.hideWithResult_.bind(this, ConflictDialog.Result.REPLACE));
82 REPLACE: 'replace'
/external/chromium_org/third_party/icu/source/data/rbnf/
H A Drbnflocal.mk12 # * To REPLACE the default list and only build with a few
H A Drbnffiles.mk20 # * To REPLACE the default list and only build with a few
/external/chromium_org/third_party/icu/source/data/translit/
H A Dtrnsfiles.mk19 # * To REPLACE the default list and only build with a few
/external/icu/icu4c/source/data/translit/
H A Dtrnsfiles.mk19 # * To REPLACE the default list and only build with a few
/external/chromium_org/third_party/icu/source/data/misc/
H A Dmiscfiles.mk19 # * To REPLACE the default list and only build a subset of files:
/external/chromium_org/third_party/icu/source/data/sprep/
H A Dsprepfiles.mk19 # * To REPLACE the default list and only build a subset of files:
H A Dspreplocal.mk9 # * To REPLACE the default list and only build a subset of files:
/external/icu/icu4c/source/data/misc/
H A Dmiscfiles.mk19 # * To REPLACE the default list and only build a subset of files:
/external/icu/icu4c/source/data/sprep/
H A Dsprepfiles.mk19 # * To REPLACE the default list and only build a subset of files:
/external/chromium_org/chrome/browser/resources/uber/
H A Duber.js11 REPLACE: 2, // Replace the current history state.
234 else if (historyOption == HISTORY_STATE_OPTION.REPLACE)
255 replace ? HISTORY_STATE_OPTION.REPLACE : HISTORY_STATE_OPTION.PUSH;
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
H A DIsValidUtf8TestUtil.java317 .onMalformedInput(CodingErrorAction.REPLACE)
318 .onUnmappableCharacter(CodingErrorAction.REPLACE);
320 .onMalformedInput(CodingErrorAction.REPLACE)
321 .onUnmappableCharacter(CodingErrorAction.REPLACE);
/external/icu/icu4c/source/data/brkitr/
H A Dbrkfiles.mk20 # * To REPLACE the default list and only build with a few
/external/icu/icu4c/source/data/rbnf/
H A Drbnffiles.mk20 # * To REPLACE the default list and only build with a few
/external/icu/icu4c/source/data/coll/
H A Dcolfiles.mk20 # * To REPLACE the default list and only build with a few
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_triangle.c333 #define REPLACE COPY_CHAN4(dest, sample) macro
476 SPAN_LINEAR(LINEAR_RGB;REPLACE,3);
504 SPAN_LINEAR(LINEAR_RGBA;REPLACE,4);
746 SPAN_LINEAR(LINEAR_RGB;REPLACE,3);
774 SPAN_LINEAR(LINEAR_RGBA;REPLACE,4);
/external/mesa3d/src/mesa/swrast/
H A Ds_triangle.c333 #define REPLACE COPY_CHAN4(dest, sample) macro
476 SPAN_LINEAR(LINEAR_RGB;REPLACE,3);
504 SPAN_LINEAR(LINEAR_RGBA;REPLACE,4);
746 SPAN_LINEAR(LINEAR_RGB;REPLACE,3);
774 SPAN_LINEAR(LINEAR_RGBA;REPLACE,4);
/external/chromium_org/third_party/icu/source/data/coll/
H A Dcollocal.mk20 # * To REPLACE the default list and only build with a few
/external/chromium_org/third_party/icu/source/data/lang/
H A Dresfiles.mk20 # * To REPLACE the default list and only build with a few
/external/chromium_org/third_party/icu/source/data/mappings/
H A Ducmfiles.mk27 # * To REPLACE the default list and only build with a few
/external/chromium_org/third_party/icu/source/data/region/
H A Dresfiles.mk20 # * To REPLACE the default list and only build with a few
/external/chromium_org/third_party/icu/source/data/zone/
H A Dresfiles.mk20 # * To REPLACE the default list and only build with a few
/external/icu/icu4c/source/data/mappings/
H A Ducmfiles.mk27 # * To REPLACE the default list and only build with a few
/external/chromium_org/content/renderer/pepper/
H A Dpepper_graphics_2d_host.cc142 enum Type { PAINT, SCROLL, REPLACE, }; enumerator in enum:content::PepperGraphics2DHost::QueuedOperation::Type
158 // Valid when type == REPLACE.
496 QueuedOperation operation(QueuedOperation::REPLACE);
606 case QueuedOperation::REPLACE:

Completed in 568 milliseconds

12