Searched defs:to (Results 251 - 275 of 758) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPointList.cpp16 * along with this library; see the file COPYING.LIB. If not, write to
89 // ',' requires the list to be continued
163 float SVGPointList::calculateDistance(PassRefPtr<SVGPropertyBase> to, SVGElement*) argument
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathNodeSet.cpp59 static void sortBlock(unsigned from, unsigned to, WillBeHeapVector<NodeSetVector>& parentMatrix, bool mayContainAttributeNodes) argument
61 // Should not call this function with less that two nodes to sort.
62 ASSERT(from + 1 < to);
64 for (unsigned i = from; i < to; ++i) {
79 for (unsigned i = from + 1; i < to; ++i) {
93 // document order. Find it and move it to the beginning.
94 for (unsigned i = from; i < to; ++i) {
97 if (from + 2 < to)
98 sortBlock(from + 1, to, parentMatrix, mayContainAttributeNodes);
106 // the children of the element. The namespace nodes are defined to occu
256 unsigned to = m_nodes.size() - 1; local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DColor.h69 // Color is currently limited to 32bit RGBA, perhaps some day we'll support better colors
85 // Returns the color serialized according to HTML5
89 // Returns the color serialized according to CSSOM
153 inline Color blend(const Color& from, const Color& to, double progress, bool blendPremultiplied = true) argument
156 // Contrary to the name, RGBA32 actually stores ARGB, so we can initialize Color directly from premultipliedARGBFromColor().
159 Color premultTo = to.alpha() ? premultipliedARGBFromColor(to) : 0;
169 return Color(blend(from.red(), to.red(), progress),
170 blend(from.green(), to.green(), progress),
171 blend(from.blue(), to
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformOperationsTest.cpp47 const TransformOperations& to,
54 EXPECT_TRUE(to.blendedBoundsForBox(box, from, minProgress, maxProgress, &bounds));
62 TransformOperations operations = from.blend(to, t);
209 // If the normal is off-plane, we can have up to 6 exrema (min/max in each
229 // we revert to matrix interpolation for which inflated bounds cannot be
276 // Zeros in the components of the axis osf rotation turned out to be tricky to
278 // axes to ensure sane behavior.
46 EmpiricallyTestBounds(const TransformOperations& from, const TransformOperations& to, const double& minProgress, const double& maxProgress) argument
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dmontgomery.c6 * The implementation was written so as to conform with Netscapes SSL.
9 * the following conditions are aheared to. The following conditions
10 * apply to all code found in this distribution, be it the RC4, RSA,
16 * the code are not to be removed.
77 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
154 BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to, BN_MONT_CTX *from) { argument
155 if (to == from) {
156 return to;
159 if (!BN_copy(&to->RR, &from->RR) ||
160 !BN_copy(&to
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Devp.c6 * The implementation was written so as to conform with Netscapes SSL.
9 * the following conditions are aheared to. The following conditions
10 * apply to all code found in this distribution, be it the RC4, RSA,
16 * the code are not to be removed.
154 int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) { argument
155 if (to->type != from->type) {
166 return from->ameth->param_copy(to, from);
/external/chromium_org/third_party/boringssl/src/crypto/
H A Dex_data_impl.c6 * The implementation was written so as to conform with Netscapes SSL.
9 * the following conditions are aheared to. The following conditions
10 * apply to all code found in this distribution, be it the RC4, RSA,
16 * the code are not to be removed.
77 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
168 /* class_free is a callback function from lh_doall to free the EX_CLASS_ITEM
268 /* TODO(fork): this loop appears to only ever run once. */
286 * for the given class. If there are some pointers, it sets |*out| to point to
287 * a fresh stack of them. Otherwise it sets |*out| to NUL
342 dup_ex_data(int class_value, CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from) argument
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx_name.c6 * The implementation was written so as to conform with Netscapes SSL.
9 * the following conditions are aheared to. The following conditions
10 * apply to all code found in this distribution, be it the RC4, RSA,
16 * the code are not to be removed.
118 * form and caches encodings so we have to process the internal form and convert
119 * to the external form.
204 /* Convert internal representation to X509_NAME structure */
313 * In it all strings are converted to UTF8, leading, trailing and
314 * multiple spaces collapsed, converted to lower case and the leading
404 unsigned char *to, *fro local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddadrcal.cpp106 // build to calendar
107 // Headers { "locale","from","operation","params","to" }
113 errln(caseString+": Unable to get param '"+param+"' "
120 errln(caseString+": Unable to instantiate calendar for "
130 errln(caseString+": Unable to get parameter '"+param+"' "
140 errln(caseString+": Failed to parse '"+param+"' parameter: "
150 errln(caseString+": Unable to get parameter '"+param+"' "
155 errln(caseString+": Failed to parse '"+param+"' parameter: "
166 errln(caseString+": Unable to get parameter '"+param+"' "
172 errln(caseString+": Failed to pars
180 UnicodeString to = testSetting=currentCase->getString(param, status); local
421 UnicodeString to = currentCase->getString("to", status); local
[all...]
H A Dtfsmalls.cpp43 int32_t to = 5; local
44 ParsePosition pp2( to );
248 UnicodeString* ucs_ptr = new UnicodeString("pointed-to-unicode-string");
383 default: name = ""; break; //needed to end loop
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmessages.h13 * 3. The name of the author may not be used to endorse or promote products
37 #include "talk/p2p/base/sessiondescription.h" // Needed to delete contents.
72 // In general, used to communicate actions related to a p2p session,
85 std::string to; member in struct:cricket::SessionMessage
98 // TODO: Break up this class so we don't have to typedef it into
145 // Used during parsing and writing to map component to channel name
147 // signalling to new ICE candidate classes.
/external/chromium_org/third_party/libxml/src/
H A Derror.c65 * @msg: the message to display/transmit
87 * to the builtin error function.
103 * Function to reset the handler and the error context for out of
107 * be passed as first argument to @handler
108 * One can simply force messages to be emitted to another FILE * than
109 * stderr by setting @ctx to this file handle and @handler to NULL.
126 * Function to reset the handler and the error context for out of
130 * be passed as first argument to
452 xmlErrorPtr to = &xmlLastError; local
948 xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) argument
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfFont.cpp111 a comma and the style name (one of Bold, Italic, or BoldItalic) are appended to the
175 // TODO(edisonn): report warning to be used in testing.
187 // TODO(edisonn): report warning to be used in testing.
220 // failed to load font descriptor
234 // if is a dict, reserve a few bytes to encode type of dict, and so on like in a tree
337 // Since font will be cached, the font has to sit in the per doc allocator, not to be
378 int to = skstoi(token.fObject); local
381 fCMapEncoding[from] = to;
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dllex.c132 table has no metatable, so it does not need to invalidate cache */
191 ** change all characters 'from' in buffer to 'to'
193 static void buffreplace (LexState *ls, char from, char to) { argument
197 if (p[n] == from) p[n] = to;
209 ** in case of format error, try to change decimal point separator to
246 trydecpoint(ls, seminfo); /* try to update decimal point separator */
276 break; /* to avoid warnings */
329 for (i = 0; i < 3 && lisdigit(ls->current); i++) { /* read up to
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Ddfa.c47 if(s->to){
49 fprintf(o, " %u; ", s->to->label);
120 void *to; member in struct:GoTo
153 if(!(j2->c.link = goTo[j2->c.value - lb].to))
155 goTo[j2->c.value - lb].to = j2;
165 i = (Ins*) go->to;
168 go->to = DFA_findState(d, work, cP - work);
173 State *to = (State*) goTo[rep[j]].to; local
174 while(++j < nc && goTo[rep[j]].to
[all...]
H A Ddfa.h45 struct State *to; member in struct:Span
/external/chromium_org/tools/emacs/
H A Dflymake-chromium.el15 "Relative path from chromium's src/ directory to the
16 build.ninja file to use.")
22 "Return the absolute path to the current buffer, or nil if the
39 "Return the relative path from chromium's src/ directory to the
47 (defun cr-flymake-from-build-to-src-root ()
48 "Return a path fragment for getting from the build.ninja file to src/."
61 "Strip cruft from the passed-in filename to help flymake find the real file."
72 (concat (cr-flymake-from-build-to-src-root)
80 "If flymake has something to say, let it say it; otherwise
81 revert to norma
[all...]
/external/chromium_org/tools/gn/
H A Dtarget.cc20 // Merges the public configs from the given target to the given config list.
28 // additionally adds all configs to the all_dependent_configs_ of the dest
41 Err MakeTestOnlyError(const Target* from, const Target* to) { argument
45 to->label().GetUserVisibleName(false) + "\n"
52 Err MakeStaticLibDepsError(const Target* from, const Target* to) { argument
58 to->label().GetUserVisibleName(false) +
119 // Copy our own dependent configs to the list of configs applying to us.
123 // Copy our own libs and lib_dirs to the final set. This will be from our
241 // already, so we don't need to bothe
[all...]
/external/chromium_org/tools/gyp/tools/emacs/
H A Dgyp.el32 ;; is a list of section symbols (see gyp-section-name and gyp-parse-to)
38 "Hook function to configure python indentation to suit gyp mode."
45 (add-to-list 'auto-mode-alist '("\\.gyp\\'" . gyp-mode))
46 (add-to-list 'auto-mode-alist '("\\.gypi\\'" . gyp-mode))
47 (add-to-list 'auto-mode-alist '("/\\.gclient\\'" . gyp-mode))
53 "Regular expression to introduce 'dependencies' section")
58 "Regular expression to introduce 'sources' sections")
62 "Regular expression to introduce conditions sections")
66 "Regular expression to introduc
[all...]
/external/chromium_org/tools/site_compare/commands/
H A Dcompare2.py5 """SiteCompare command to invoke the same page in two versions of a browser.
9 that specify which URLs to check, which browser to use, where to store results,
14 import tempfile # Get a temporary directory to hold intermediates namespace
20 import scrapers # Functions that know how to capture a render from namespace
33 ["-b1", "--browser1"], "Full path to first browser's executable",
36 ["-b2", "--browser2"], "Full path to second browser's executable",
39 ["-b", "--browser"], "Which browser to use", type="string",
47 "directory to hol
[all...]
/external/chromium_org/v8/src/arm/
H A Dregexp-macro-assembler-arm.cc27 * - r5 : Pointer to current code object (Code*) including heap object tag.
32 * - r8 : Points to tip of backtrack stack
34 * - r10 : End of input (points to byte after last character in input).
35 * - r11 : Frame pointer. Used to access arguments, local variables and
38 * - r13/sp : Points to tip of C stack.
41 * Each call to a public method should retain this convention.
47 * - fp[48] stack_area_base (high end of the memory area to use as
61 * - fp[-20] success counter (only for global regexps to count matches).
63 * position -1). Used to initialize capture registers to
857 GoTo(Label* to) argument
[all...]
/external/chromium_org/v8/src/compiler/
H A Dgeneric-algorithm.h20 // execution stack to avoid stack overflow. Although GenericGraphVisit is
21 // primarily intended to traverse networks of nodes through their
22 // dependencies and uses, it also can be used to visit any graph-like network
36 // void PreEdge(Traits::Node* from, int index, Traits::Node* to);
37 // void PostEdge(Traits::Node* from, int index, Traits::Node* to);
83 Traits::to(top.first));
84 current = Traits::to(top.first);
89 Traits::to(top.first));
106 void PreEdge(GenericNode<B, S>* from, int index, GenericNode<B, S>* to) {} argument
107 void PostEdge(GenericNode<B, S>* from, int index, GenericNode<B, S>* to) {} argument
[all...]
H A Dgeneric-node-inl.h62 use->from->GetInputRecordPtr(use->input_index)->to = replace_to;
89 use->from->GetInputRecordPtr(use->input_index)->to = replace_to;
105 if (new_input_count == input_count_) return; // Nothing to do.
125 GenericNode* old_to = this->to;
126 if (new_to == old_to) return; // Nothing to do.
127 // Snip out the use from where it used to be
131 to = new_to;
159 new_input.to = to_append;
241 GenericNode* to = *inputs++; local
242 input->to
[all...]
H A Dgraph-visualizer.cc32 GenericGraphVisit::Control PreEdge(Node* from, int index, Node* to);
80 Node* to) {
82 // When going from def to use, only consider white -> other edges, which are
120 static bool IsLikelyBackEdge(Node* from, int index, Node* to) { argument
124 return control->opcode() != IrOpcode::kMerge && control != to && index != 0;
202 Node* to = edge.to(); local
203 bool unconstrained = IsLikelyBackEdge(from, index, to);
205 if (all_nodes_.count(to) == 0) {
210 NodeProperties::GetControlInput(from) != to)) {
79 PreEdge(Node* from, int index, Node* to) argument
[all...]
/external/chromium_org/v8/src/
H A Dcpu-profiler.h63 Address to; member in class:v8::internal::CodeMoveEventRecord
81 Address to; member in class:v8::internal::SharedFunctionInfoMoveEventRecord
143 // stack frame entries are filled.) This method returns a pointer to the
149 // can fulfil, so we need to provide our own new/delete here.
234 virtual void CodeMoveEvent(Address from, Address to);
240 virtual void SharedFunctionInfoMoveEvent(Address from, Address to);

Completed in 653 milliseconds

<<11121314151617181920>>