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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
KeyframeList.cpp 48 bool replaced = false; local
52 replaced = true;
64 if (!replaced && !inserted)
67 if (replaced) {
  /external/chromium_org/net/base/
url_util.cc 34 bool replaced = false; local
49 // Check |replaced| as only the first pair should be replaced.
50 if (!replaced && key == param_name) {
51 replaced = true;
63 if (!replaced) {
  /external/chromium_org/third_party/angle/src/compiler/translator/
UnfoldShortCircuitAST.cpp 65 bool replaced = entry.parent->replaceChildNode( local
67 ASSERT(replaced);
71 // be replaced, we need to make sure we don't update the replaced
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_shader.h 88 uint32_t *replaced; member in struct:rbug_proto_shader_info_reply
125 uint32_t *replaced,
rbug_shader.c 254 uint32_t *replaced,
267 LEN_ARRAY(4, replaced); /* replaced */
281 WRITE_ARRAY(4, uint32_t, replaced); /* replaced */
464 READ_ARRAY(4, uint32_t, replaced); /* replaced */
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_shader.h 88 uint32_t *replaced; member in struct:rbug_proto_shader_info_reply
125 uint32_t *replaced,
rbug_shader.c 254 uint32_t *replaced,
267 LEN_ARRAY(4, replaced); /* replaced */
281 WRITE_ARRAY(4, uint32_t, replaced); /* replaced */
464 READ_ARRAY(4, uint32_t, replaced); /* replaced */
  /packages/services/Mms/src/com/android/mms/service/
MmsHttpClient.java 335 StringBuilder replaced = null; local
337 if (replaced == null) {
338 replaced = new StringBuilder();
342 replaced.append(value.substring(nextStart, matchedStart));
347 replaced.append(macroValue);
353 if (replaced != null && nextStart < value.length()) {
354 replaced.append(value.substring(nextStart));
356 return replaced == null ? value : replaced.toString();
  /external/chromium_org/content/shell/browser/
shell_devtools_frontend.h 60 DevToolsAgentHost* agent_host, bool replaced) OVERRIDE;
  /external/chromium_org/net/tools/flip_server/
acceptor_thread.h 58 virtual void OnUnregistration(int fd, bool replaced) OVERRIDE {}
sm_connection.h 90 virtual void OnUnregistration(int fd, bool replaced) OVERRIDE;
  /external/chromium_org/net/tools/quic/
quic_server.h 53 virtual void OnUnregistration(int fd, bool replaced) OVERRIDE {}
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
xml_formatted_writer.py 49 given name already exists then it will be replaced.
  /external/chromium_org/ui/webui/resources/js/
local_strings.js 27 * Returns a formatted string where $1 to $9 are replaced by the second to the
74 * Returns a formatted localized string where $1 to $9 are replaced by the
  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 408 * added and whether the old one was replaced. The parameters added and
409 * replaced are required to be non-NULL. Rather than returning the index of
415 bool* replaced) {
416 SkASSERT(added != NULL && replaced != NULL);
424 *replaced = false;
431 *replaced = false;
447 *replaced = true;
  /external/skia/src/core/
SkPictureFlat.h 405 * added and whether the old one was replaced. The parameters added and
406 * replaced are required to be non-NULL. Rather than returning the index of
412 bool* replaced) {
413 SkASSERT(added != NULL && replaced != NULL);
421 *replaced = false;
428 *replaced = false;
444 *replaced = true;
  /external/chromium_org/v8/test/webkit/fast/js/
JSON-parse-reviver.js 56 currentHolder[2] = "a replaced value";
62 shouldBe("currentHolder[2]", '"a replaced value"');
138 currentHolder['and another property'] = "a replaced value";
143 shouldBe("currentHolder['and another property']", '"a replaced value"');
147 shouldBe("value", '"a replaced value"');
  /external/chromium_org/win8/metro_driver/
file_picker.cc 504 boolean replaced = FALSE;
505 hr = choices->Insert(description.Get(), list.Get(), &replaced);
508 DCHECK_EQ(FALSE, replaced);
539 boolean replaced = FALSE;
540 hr = choices->Insert(description.Get(), list.Get(), &replaced);
543 DCHECK_EQ(FALSE, replaced);
file_picker_ash.cc 452 boolean replaced = FALSE;
453 hr = choices->Insert(description.Get(), list.Get(), &replaced);
456 DCHECK_EQ(FALSE, replaced);
487 boolean replaced = FALSE;
488 hr = choices->Insert(description.Get(), list.Get(), &replaced);
491 DCHECK_EQ(FALSE, replaced);
  /external/guava/guava/src/com/google/common/collect/
MinMaxPriorityQueue.java 400 // The trickled element is back before index, but the replaced element
402 return new MoveDesc<E>(actualLastElement, changes.replaced);
436 final E replaced; field in class:MinMaxPriorityQueue.MoveDesc
438 MoveDesc(E toTrickle, E replaced) {
440 this.replaced = replaced;
795 skipMe.add(moved.replaced);
  /external/chromium_org/native_client_sdk/src/doc/doxygen/
generate_docs.py 129 replaced = False
135 replaced = True
139 if replaced:
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
TokenRewriteStream.js 201 var len, pos, searchOp, replaced, prevOp, i;
210 replaced = false;
219 replaced=true;
224 if ( !replaced ) {
  /external/chromium_org/tools/grit/grit/
pseudo.py 68 have been replaced with the corresponding value. If also_p is true, this
  /external/chromium_org/ui/message_center/
notification_list_unittest.cc 186 std::string replaced = id0 + "_replaced"; local
190 replaced,
202 EXPECT_EQ(replaced, (*notifications.begin())->id());
416 std::string replaced = id0 + "_replaced"; local
423 replaced,
436 EXPECT_EQ(replaced, (*notifications.begin())->id());
532 std::string notification_id = "replaced-web-notification";
660 const std::string replaced("test-replaced-id");
663 replaced,
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/string/
string.js 32 * {@code %s} has been replaced an argument from {@code var_args}.

Completed in 2176 milliseconds

1 2 3 4 5 6 7 8