Searched refs:replacement (Results 51 - 75 of 241) sorted by relevance

12345678910

/external/chromium_org/v8/src/compiler/
H A Djs-builtin-reducer-unittest.cc77 EXPECT_THAT(r.replacement(), IsFloat64Sqrt(p0));
95 EXPECT_THAT(r.replacement(), IsNumberConstant(-V8_INFINITY));
110 EXPECT_THAT(r.replacement(), p0);
132 r.replacement(),
166 EXPECT_THAT(r.replacement(), IsInt32Mul(p0, p1));
H A Dvalue-numbering-reducer-unittest.cc80 EXPECT_EQ(n1, r2.replacement());
103 EXPECT_EQ(n, r.replacement());
107 EXPECT_EQ(n, r.replacement());
/external/chromium_org/net/dns/
H A Dmock_host_resolver.h162 // a replacement host string. It then uses the system host resolver to return
163 // a socket address. Generally the replacement should be an IPv4 literal so
170 // replacement value. Usually, replacement should be an IP address literal.
172 const std::string& replacement);
177 const std::string& replacement);
179 // Same as AddRule(), but the replacement is expected to be an IPv4 or IPv6
191 const std::string& replacement,
/external/lldb/source/Target/
H A DPathMappingList.cpp78 const ConstString &replacement,
82 m_pairs.push_back(pair(path, replacement));
103 const ConstString &replacement,
113 m_pairs.insert(insert_iter, pair(path, replacement));
120 const ConstString &replacement,
128 m_pairs[index] = pair(path, replacement);
77 Append(const ConstString &path, const ConstString &replacement, bool notify) argument
102 Insert(const ConstString &path, const ConstString &replacement, uint32_t index, bool notify) argument
119 Replace(const ConstString &path, const ConstString &replacement, uint32_t index, bool notify) argument
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_handle.cc118 PrerenderContents* contents, PrerenderContents* replacement) {
128 replacement->AddObserver(this);
117 OnPrerenderCreatedMatchCompleteReplacement( PrerenderContents* contents, PrerenderContents* replacement) argument
H A Dprerender_handle.h47 // Signals that this prerender has just become a MatchComplete replacement.
113 PrerenderContents* contents, PrerenderContents* replacement) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElement.h76 virtual void setRangeText(const String& replacement, ExceptionState&);
77 virtual void setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState&);
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-js-context-specialization.cc93 Node* new_context_input = NodeProperties::GetValueInput(r.replacement(), 0);
97 ContextAccess access = OpParameter<ContextAccess>(r.replacement());
109 CHECK(r.replacement() != load);
111 HeapObjectMatcher<Object> match(r.replacement());
173 Node* new_context_input = NodeProperties::GetValueInput(r.replacement(), 0);
177 ContextAccess access = OpParameter<ContextAccess>(r.replacement());
244 Node* replacement = value_use->InputAt(0); local
245 HeapObjectMatcher<Object> match(replacement);
H A Dtest-machine-operator-reducer.cc103 CHECK_NE(n, reduction.replacement());
104 CHECK_EQ(expect, ValueOf<T>(reduction.replacement()->op()));
115 CHECK_EQ(expect, reduction.replacement());
127 CHECK_EQ(binop, reduction.replacement()->op());
128 CHECK_EQ(left_expect, reduction.replacement()->InputAt(0));
129 CHECK_EQ(right_expect, reduction.replacement()->InputAt(1));
142 CHECK_EQ(op_expect->opcode(), r.replacement()->op()->opcode());
143 CHECK_EQ(left_expect, ValueOf<T>(r.replacement()->InputAt(0)->op()));
144 CHECK_EQ(right_expect, r.replacement()->InputAt(1));
157 CHECK_EQ(op_expect->opcode(), r.replacement()
[all...]
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dinfobar_android.h47 // Tells the Java-side counterpart of this InfoBar to point to the replacement
49 void ReassignJavaInfoBar(InfoBarAndroid* replacement);
/external/chromium_org/chrome/common/
H A Dspellcheck_messages.h25 IPC_STRUCT_TRAITS_MEMBER(replacement)
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextChecking.h67 String replacement; member in struct:blink::TextCheckingResult
/external/chromium_org/third_party/polymer/components-chromium/core-input/
H A Dcore-input-extracted.js279 setRangeText: function(replacement, start, end, selectMode) {
282 this.$.input.setRangeText(replacement, start, end, selectMode);
/external/chromium_org/ui/views/controls/webview/
H A Dwebview.cc56 void WebView::SetWebContents(content::WebContents* replacement) { argument
57 if (replacement == web_contents())
60 WebContentsObserver::Observe(replacement);
61 // web_contents() now returns |replacement| from here onwards.
63 if (wc_owner_ != replacement)
/external/chromium_org/url/
H A Durl_canon_host.cc140 unsigned char replacement = kHostCharLookup[source]; local
141 if (!replacement) {
145 } else if (replacement == kEsc) {
152 output->push_back(replacement);
H A Durl_canon_etc.cc107 char replacement = 0; local
112 replacement = kSchemeCanonical[ch];
114 replacement = kSchemeCanonical[ch];
118 if (replacement) {
119 output->push_back(replacement);
264 // character" as IE seems to (ReadUTFChar puts the unicode replacement
/external/chromium_org/v8/test/mjsunit/
H A Dregexp-global.js176 replacement) {
181 assertEquals(result_expectation, subject.replace(regexps[i], replacement));
251 var replacement = "\x80"; variable
252 var result = subject.replace(/~/g, replacement);
/external/chromium_org/v8/src/
H A Dhydrogen-escape-analysis.cc127 // Insert a newly created value check as a replacement for map checks.
145 HValue* replacement = load_value; local
152 replacement = new_instr;
154 return replacement;
193 HValue* replacement = local
195 load->DeleteAndReplaceWith(replacement);
198 replacement->id(), replacement->Mnemonic());
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dxmlparser.cpp587 UnicodeString replacement; local
596 replacement.setTo((UChar)x_AMP);
598 replacement.setTo((UChar)x_LT);
600 replacement.setTo((UChar)x_GT);
602 replacement.setTo((UChar)x_APOS);
604 replacement.setTo((UChar)x_QUOT);
612 replacement.setTo(val);
620 replacement.setTo(val);
625 replacement = mAmps.group((int32_t)0, status);
627 mAmps.appendReplacement(result, replacement, statu
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp587 UnicodeString replacement; local
596 replacement.setTo((UChar)x_AMP);
598 replacement.setTo((UChar)x_LT);
600 replacement.setTo((UChar)x_GT);
602 replacement.setTo((UChar)x_APOS);
604 replacement.setTo((UChar)x_QUOT);
612 replacement.setTo(val);
620 replacement.setTo(val);
625 replacement = mAmps.group((int32_t)0, status);
627 mAmps.appendReplacement(result, replacement, statu
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlist.h173 void replace_with(exec_node *replacement) argument
175 replacement->prev = this->prev;
176 replacement->next = this->next;
178 this->prev->next = replacement;
179 this->next->prev = replacement;
/external/mesa3d/src/glsl/
H A Dlist.h173 void replace_with(exec_node *replacement) argument
175 replacement->prev = this->prev;
176 replacement->next = this->next;
178 this->prev->next = replacement;
179 this->next->prev = replacement;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dregex.h1336 * with the given replacement string. This is a convenience function that
1342 * replacement string. The replacement string may contain references to
1345 * @param replacement a string containing the replacement text.
1350 virtual UnicodeString replaceAll(const UnicodeString &replacement, UErrorCode &status);
1355 * with the given replacement string. This is a convenience function that
1361 * replacement string. The replacement string may contain references to
1364 * @param replacement
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dregex.h1327 * with the given replacement string. This is a convenience function that
1333 * replacement string. The replacement string may contain references to
1336 * @param replacement a string containing the replacement text.
1341 virtual UnicodeString replaceAll(const UnicodeString &replacement, UErrorCode &status);
1346 * with the given replacement string. This is a convenience function that
1352 * replacement string. The replacement string may contain references to
1355 * @param replacement
[all...]
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGPaintState.cpp151 SkString replacement("url(#mask");
152 replacement.append(current.f_fill.c_str() + 1);
153 replacement.appendUnichar(')');
154 current.f_fill.set(replacement);
158 SkString replacement("url(#mask");
159 replacement.append(current.f_stroke.c_str() + 1);
160 replacement.appendUnichar(')');
161 current.f_stroke.set(replacement);

Completed in 4617 milliseconds

12345678910