Searched defs:replaced (Results 1 - 25 of 33) sorted by relevance

12

/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/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/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/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/base/files/
H A Dfile_path_unittest.cc924 FilePath replaced = path.ReplaceExtension(cases[i].inputs[1]); local
925 EXPECT_EQ(cases[i].expected, replaced.value()) << "i: " << i <<
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_screenlock_state_handler_unittest.cc34 base::string16 replaced = ReplaceStringPlaceholders(input, subst, &offsets); local
/external/chromium_org/content/shell/browser/
H A Dshell_devtools_frontend.cc183 DevToolsAgentHost* agent_host, bool replaced) {
182 AgentHostClosed( DevToolsAgentHost* agent_host, bool replaced) argument
/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/net/tools/flip_server/
H A Dsm_connection.cc236 void SMConnection::OnUnregistration(int fd, bool replaced) { argument
/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/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/third_party/libevent/
H A Dhttp.c289 const char *replaced = html_replace(html[i], scratch_space); local
291 strcpy(p, replaced);
292 p += strlen(replaced);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1613 // get non-replaced sources of ri
1617 // get replaced sources of st
1620 // skip replaced sources of ri
1622 // get non-replaced sources after values covered by st
2186 unsigned int replaced; local
2191 replaced = 0;
2234 ++replaced;
2239 } while (replaced);
/external/chromium_org/third_party/skia/src/pipe/
H A DSkGPipeWrite.cpp405 // return ~(index-base-1) if an old flattenable was replaced
413 bool added, replaced; local
415 &added, &replaced);
428 if (replaced) {
1277 bool replaced = index < 0; local
1278 if (replaced) {
1286 if (index != fCurrFlatIndex[i] || replaced) {
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1613 // get non-replaced sources of ri
1617 // get replaced sources of st
1620 // skip replaced sources of ri
1622 // get non-replaced sources after values covered by st
2186 unsigned int replaced; local
2191 replaced = 0;
2234 ++replaced;
2239 } while (replaced);
/external/skia/src/pipe/
H A DSkGPipeWrite.cpp394 // return ~(index-base-1) if an old flattenable was replaced
402 bool added, replaced; local
404 &added, &replaced);
417 if (replaced) {
1141 bool replaced = index < 0; local
1142 if (replaced) {
1150 if (index != fCurrFlatIndex[i] || replaced) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 783 milliseconds

12