HomeSort by relevance Sort by last modified time
    Searched refs:to (Results 476 - 500 of 14121) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/test/chromedriver/extension/
background.js 9 * @param {function(!Error)} errCallback The callback to invoke for error
23 * @param {function(string)} callback The callback to invoke with the base64
25 * @param {function(!Error)} errCallback The callback to invoke for error
46 * @param {function(*)} callback The callback to invoke with the window info.
47 * @param {function(!Error)} errCallback The callback to invoke for error
60 * @param {Object} updateInfo Update info to pass to chrome.windows.update.
62 * @param {function(!Error)} errCallback The callback to invoke for error
78 * @param {string} id The ID of the app to launch.
80 * @param {function(!Error)} errCallback The callback to invoke for erro
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebCache.cpp 15 * contributors may be used to endorse or promote products derived from
20 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
40 // A helper method for coverting a MemoryCache::TypeStatistic to a
43 WebCache::ResourceTypeStat& to)
45 to.count = static_cast<size_t>(from.count);
46 to.size = static_cast<size_t>(from.size);
47 to.liveSize = static_cast<size_t>(from.liveSize);
48 to.decodedSize = static_cast<size_t>(from.decodedSize);
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 43 There are a number of circumstances where an application may wish to
54 texture applied to it. If the transition is from beach sand to
55 grass to rocks to snow, the application will store each texture
57 textures to blend at run-time.
62 Several solutions to this problem have been proposed, but they either
68 TEXTURE_2D_ARRAY, is added that functions identically to TEXTURE_3D in
153 "<zoffset>" to include layers of an array texture.)
155 Additions to Chapter 2 of the OpenGL 2.0 Specification (OpenGL Operation
    [all...]
MESA_pixmap_colormap.spec 34 in order to compute pixel values during rendering.
39 The glXCreateGLXPixmapMESA function is an alternative to glXCreateGLXPixmap
59 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
61 Add to section 3.4.2 Off Screen Rendering
65 to compute pixel values from RGB values Mesa requires a colormap.
72 allows one to create a GLXPixmap with a specific colormap. The image
73 rendered into the pixmap may then be copied to a window (which uses the
MESA_resize_buffers.spec 33 cannot properly respond to window system events. In particular,
38 since most applications call glViewport in response to window size
42 when a window size changes but would still like Mesa to adjust to
43 the new window size. This extension exports a new function to solve
54 Additions to the OpenGL Specification (no particular section)
58 glResizeBuffersMESA causes Mesa to query the current window size
62 Additions to the AGL/GLX/WGL Specifications
  /external/mesa3d/docs/
MESA_texture_array.spec 43 There are a number of circumstances where an application may wish to
54 texture applied to it. If the transition is from beach sand to
55 grass to rocks to snow, the application will store each texture
57 textures to blend at run-time.
62 Several solutions to this problem have been proposed, but they either
68 TEXTURE_2D_ARRAY, is added that functions identically to TEXTURE_3D in
153 "<zoffset>" to include layers of an array texture.)
155 Additions to Chapter 2 of the OpenGL 2.0 Specification (OpenGL Operation
    [all...]
MESA_pixmap_colormap.spec 34 in order to compute pixel values during rendering.
39 The glXCreateGLXPixmapMESA function is an alternative to glXCreateGLXPixmap
59 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
61 Add to section 3.4.2 Off Screen Rendering
65 to compute pixel values from RGB values Mesa requires a colormap.
72 allows one to create a GLXPixmap with a specific colormap. The image
73 rendered into the pixmap may then be copied to a window (which uses the
MESA_resize_buffers.spec 33 cannot properly respond to window system events. In particular,
38 since most applications call glViewport in response to window size
42 when a window size changes but would still like Mesa to adjust to
43 the new window size. This extension exports a new function to solve
54 Additions to the OpenGL Specification (no particular section)
58 glResizeBuffersMESA causes Mesa to query the current window size
62 Additions to the AGL/GLX/WGL Specifications
  /external/chromium_org/media/cast/logging/
log_deserializer.cc 24 // Use 60MB of temp buffer to hold uncompressed data if |compress| is true.
31 linked_ptr<AggregatedPacketEvent> to) {
35 for (int j = 0; j < to->base_packet_event_size(); j++) {
36 BasePacketEvent* to_base_event = to->mutable_base_packet_event(j);
40 // Need special merge logic here because we need to prevent a valid
49 BasePacketEvent* to_base_event = to->add_base_packet_event();
56 linked_ptr<AggregatedFrameEvent> to) {
57 to->mutable_event_type()->MergeFrom(from.event_type());
58 to->mutable_event_timestamp_ms()->MergeFrom(from.event_timestamp_ms());
59 if (!to->has_encoded_frame_size() && from.has_encoded_frame_size()
    [all...]
  /external/chromium_org/third_party/libxml/src/
testAutomata.c 80 int from, to; local
91 to = scanNumber(&ptr);
97 if (states[to] == NULL)
98 states[to] = xmlAutomataNewState(am);
100 xmlAutomataNewTransition(am, states[from], states[to],
104 int from, to; local
115 to = scanNumber(&ptr);
116 if (states[to] == NULL)
117 states[to] = xmlAutomataNewState(am);
118 xmlAutomataNewEpsilon(am, states[from], states[to]);
132 int from, to; local
    [all...]
  /build/core/
cleanspec.mk 9 # Unless required by applicable law or agreed to in writing, software
16 # Just bump this if you want to force a clean build.
31 # If you don't need to do a full clean build but would like to touch
32 # a file or delete some intermediate files, add a clean step to the end
40 # Always use "touch -c" and "rm -f" or "rm -rf" to gracefully deal with
43 # Use $(PRODUCT_OUT) to get to the "out/target/product/blah/" directory.
44 # Use $(OUT_DIR) to refer to the "out" directory
    [all...]
  /external/oprofile/events/x86-64/hammer/
unit_masks 74 0x02 Read to write turnaround
75 0x04 Write to read turnaround
114 0x02 L2 writebacks to system
125 0xa1 Requests Local I/O to Local I/O
126 0xa2 Requests Local I/O to Local Memory
127 0xa3 Requests Local I/O to Local (I/O or Mem)
128 0xa4 Requests Local CPU to Local I/O
129 0xa5 Requests Local (CPU or I/O) to Local I/O
130 0xa8 Requests Local CPU to Local Memory
131 0xaa Requests Local (CPU or I/O) to Local Memor
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
MultipleRecipientManager.java 14 * Unless required by applicable law or agreed to in writing, software
38 * A MultipleRecipientManager allows to send packets to multiple recipients by making use of
40 * It also allows to send replies to packets that were sent to multiple recipients.
47 * Create a cache to hold the 100 most recently accessed elements for a period of
53 * Sends the specified packet to the list of specified recipients using the
55 * packet is going to be sent to the server with the multiple recipient instructions
154 List<String> to = new ArrayList<String>(); local
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
ComposeActivityTest.java 10 * Unless required by applicable law or agreed to in writing, software
126 * Test the cases where: The user's reply-to is one of their custom from's
127 * and they are replying all to a message where their custom from was a
156 String[] to = activity.getToAddresses();
159 String toAsString = TextUtils.join(",", to);
160 assertEquals(3, to.length);
169 * Test the cases where: The user sent a message to one of
170 * their custom froms and just replied to that message
191 String[] to = activity.getToAddresses();
194 String toAsString = TextUtils.join(",", to);
741 final String to = "foo@bar.com"; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 9 // Unless required by applicable law or agreed to in writing, software
25 // String literals defined globally and not to be inlined. (IE6 perf)
41 * Wrapper for the eval() builtin function to evaluate expressions and
43 * that object literals are really evaluated to objects. Without the
57 // Note that using the square brackets as below, "" evals to undefined.
76 * Copies all properties from second object to the first. Modifies to.
78 * @param {Object} to The target object.
81 function copyProperties(to, from) {
83 to[p] = from[p]
    [all...]
  /external/chromium_org/third_party/jstemplate/
util.js 9 // Unless required by applicable law or agreed to in writing, software
21 // String literals defined globally and not to be inlined. (IE6 perf)
37 * Wrapper for the eval() builtin function to evaluate expressions and
39 * that object literals are really evaluated to objects. Without the
53 // Note that using the square brackets as below, "" evals to undefined.
72 * Copies all properties from second object to the first. Modifies to.
74 * @param {Object} to The target object.
77 function copyProperties(to, from) {
79 to[p] = from[p]
    [all...]
  /external/oprofile/events/x86-64/family10/
unit_masks 20 # - Update from BKDG Rev 3.28 to Rev 3.34 (no change)
24 # - Update from BKDG Rev 3.20 to Rev 3.28
30 # - Update from BKDG Rev 3.00 to Rev 3.20
90 0x02 DCT0 Read to write turnaround
91 0x04 DCT0 Write to read turnaround
93 0x10 DCT1 Read to write turnaround
94 0x20 DCT1 Write to read turnaround
133 0x02 L2 writebacks to system
144 0xa1 Requests Local I/O to Local I/O
145 0xa2 Requests Local I/O to Local Memor
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 30 to create tunnel. It does not work in 2.2.0!
32 A: You are right, it does not work. The command written above is split to two commands.
41 Certainly, if you prefer name \verb|tunl1| to \verb|MY-TUNNEL|,
50 to tunnel net 10.0.0.0 via router 193.233.7.65. It does not
53 to 10.0.0.0 via \verb|tunl0| in routing table.
63 not to check for consistency of gateway address.
65 to cheat kernel:
72 Well, if you like such tricks, nobody may prohibit you to use them.
78 Q: In 2.0.36 I used to load \verb|tunnel| device module and \verb|ipip| module.
89 inner packet to outer one. It means that path traversed by tunnele
    [all...]
  /bionic/libc/tools/
genlibgcc_compat.py 5 * references to libgcc.a functions to force the dynamic linker
6 * to copy their definition into the final libc.so binary.
8 * They are required to ensure backwards binary compatibility with
15 * functions used to implement certain operations that are not necessarily
18 * compiler-generated machine code as a call to an __idiv helper function.
20 * Normally, one has to place libgcc.a in the link command used to generate
36 * into libfoo.so. Instead, a symbol import definition will be added to it
40 * flags, the set of helper functions copied to libc.so may change, whic
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
user_event_detail.js 8 * This is the detail object for a CustomEvent that ChromeVox sends to the
9 * current node in the DOM when the user wants to perform a ChromeVox action
12 * ChromeVox events are sent with status "PENDING" and an action that maps to
15 * If a web app wishes to handle the action, it can perform the action then set
16 * the status of the event to either "SUCCESS" or "FAILURE".
18 * When the event bubbles back up to the document, ChromeVox will process it.
22 * If the status is "SUCCESS", then ChromeVox will check to see if an associated
23 * resultNode is added to the event. If this node exists, then ChromeVox will
25 * gotten to this node through ChromeVox's default algorithm. If this field is
27 * speaking/syncing to the result and will do nothing more for this action
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/inspector-wrappers/
inspector-wrappers-test-utils.js 3 // Walk up the caller chain and try to find a reference to the Inspector's window
18 var url = prompt("Test failed. To prove it, I'm going " +
19 "to make a cross-domain XMLHttpRequest. Where " +
20 "would you like me to send it?\n\nHint: You can " +
28 var str = "<p>This test tries to make a cross-domain XMLHttpRequest to " +
30 "<p>View this page from an http:// URL to ensure that it's in a different " +
  /external/chromium_org/tools/perf/measurements/
page_cycler.js 6 // The Mozilla DHTML performance tests need to explicitly call a function to
8 // To meet needs of the DHTML performance tests without forking this head.js
9 // file, use a variable |__install_onload_handler| to indicate whether the
10 // |__onload| handler should be added to onload event listener.
17 // in Chrome running these tests much faster than other browsers. In order to
19 // value to ~15.
27 // Call GC twice to cleanup JS heap before starting a new test.
  /external/libunwind/doc/
unw_get_accessors.tex 8 \begin{Name}{3}{unw\_get\_accessors}{David Mosberger-Tang}{Programming Library}{unw\_get\_accessors}unw\_get\_accessors -- get pointer to accessor call-backs
19 The \Func{unw\_get\_accessors}() routine returns a pointer to a
23 guaranteed to remain valid until address space \Var{as} is destroyed
24 by a call to \Func{unw\_destroy\_addr\_space}(3).
26 Note that \Func{unw\_get\_accessors}() can be used to retrieve the
33 returns a valid (non-\Const{NULL}) pointer to an
39 safe to use from a signal handler.
  /external/mesa3d/src/egl/drivers/dri2/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
8 # to deal in the Software without restriction, including without limitation
9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
10 # and/or sell copies of the Software, and to permit persons to whom the
11 # Software is furnished to do so, subject to the following conditions:
17 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  /external/mesa3d/src/gallium/auxiliary/
Android.mk 6 # Permission is hereby granted, free of charge, to any person obtaining a
8 # to deal in the Software without restriction, including without limitation
9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
10 # and/or sell copies of the Software, and to permit persons to whom the
11 # Software is furnished to do so, subject to the following conditions:
17 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

Completed in 818 milliseconds

<<11121314151617181920>>