Searched refs:replaced (Results 1 - 25 of 73) sorted by relevance

123

/external/chromium_org/v8/test/mjsunit/
H A Dregexp-results-cache.js66 var replaced = string.replace(/\b\w+\b/g, function() { return "foo"; }); variable
68 assertEquals(replaced,
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DKeyframeList.cpp48 bool replaced = false; local
52 replaced = true;
64 if (!replaced && !inserted)
67 if (replaced) {
/external/doclava/res/assets/templates/
H A Dcomponents.cs1 <?cs # This default template file is meant to be replaced. ?>
/external/chromium_org/net/base/
H A Durl_util.cc34 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/
H A DUnfoldShortCircuitAST.cpp65 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/
H A Drbug_shader.h88 uint32_t *replaced; member in struct:rbug_proto_shader_info_reply
125 uint32_t *replaced,
H A Drbug_shader.c254 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 */
250 rbug_send_shader_info_reply(struct rbug_connection *__con, uint32_t serial, uint32_t *original, uint32_t original_len, uint32_t *replaced, uint32_t replaced_len, uint8_t disabled, uint32_t *__serial) argument
/external/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_shader.h88 uint32_t *replaced; member in struct:rbug_proto_shader_info_reply
125 uint32_t *replaced,
H A Drbug_shader.c254 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 */
250 rbug_send_shader_info_reply(struct rbug_connection *__con, uint32_t serial, uint32_t *original, uint32_t original_len, uint32_t *replaced, uint32_t replaced_len, uint8_t disabled, uint32_t *__serial) argument
/external/chromium_org/content/shell/browser/
H A Dshell_devtools_frontend.h60 DevToolsAgentHost* agent_host, bool replaced) OVERRIDE;
H A Dshell_devtools_frontend.cc183 DevToolsAgentHost* agent_host, bool replaced) {
182 AgentHostClosed( DevToolsAgentHost* agent_host, bool replaced) argument
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DTokenRewriteStream.js201 var len, pos, searchOp, replaced, prevOp, i;
210 replaced = false;
219 replaced=true;
224 if ( !replaced ) {
/external/chromium_org/net/tools/flip_server/
H A Dacceptor_thread.h58 virtual void OnUnregistration(int fd, bool replaced) OVERRIDE {}
H A Dsm_connection.h90 virtual void OnUnregistration(int fd, bool replaced) OVERRIDE;
/external/chromium_org/net/tools/quic/
H A Dquic_server.h53 virtual void OnUnregistration(int fd, bool replaced) OVERRIDE {}
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.h408 * 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;
412 findAndReplace(const T& element, const SkFlatData* toReplace, bool* added, bool* replaced) argument
/external/skia/src/core/
H A DSkPictureFlat.h405 * 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;
409 findAndReplace(const T& element, const SkFlatData* toReplace, bool* added, bool* replaced) argument
/external/chromium_org/win8/metro_driver/
H A Dfile_picker.cc504 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);
H A Dfile_picker_ash.cc452 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/
H A DMinMaxPriorityQueue.java400 // 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) { argument
440 this.replaced = replaced;
795 skipMe.add(moved.replaced);
/external/chromium_org/native_client_sdk/src/doc/doxygen/
H A Dgenerate_docs.py129 replaced = False
135 replaced = True
139 if replaced:
/external/chromium_org/ui/message_center/
H A Dnotification_list_unittest.cc186 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/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas32/
H A Dgas-macho32.asm16 # [10] Import an external symbol (note: printf replaced by another call)
/external/libpng/projects/visualc71/
H A DREADME_zlib.txt14 been replaced with the "vstudio" project.
/external/chromium_org/content/browser/devtools/
H A Drenderer_overrides_handler_browsertest.cc80 DevToolsAgentHost* agent_host, bool replaced) OVERRIDE {

Completed in 1153 milliseconds

123