/external/iptables/extensions/ |
libxt_connbytes.c | 16 " [!] --connbytes from:[to]\n" 40 sinfo->count.to = cb->val.u64_range[0]; 42 sinfo->count.to = cb->val.u64_range[1]; 45 sinfo->count.from = sinfo->count.to; 46 sinfo->count.to = i; 115 if (sinfo->count.from > sinfo->count.to) 117 (unsigned long long)sinfo->count.to, 122 (unsigned long long)sinfo->count.to); 135 if (sinfo->count.from > sinfo->count.to) 137 (unsigned long long)sinfo->count.to, [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_variance_impl_mmx.asm | 97 movq mm0, [rax] ; Copy eight bytes to mm0 98 movq mm1, [rbx] ; Copy eight bytes to mm1 102 punpcklbw mm0, mm6 ; unpack to higher prrcision 104 punpckhbw mm2, mm6 ; unpack to higher prrcision 106 psubsw mm0, mm1 ; A-B (low order) to MM0 107 psubsw mm2, mm3 ; A-B (high order) to MM2 116 movq mm1, [rbx] ; Copy eight bytes to mm1 122 movq mm0, [rax] ; Copy eight bytes to mm0 126 punpcklbw mm0, mm6 ; unpack to higher prrcision 128 punpckhbw mm2, mm6 ; unpack to higher prrcisio [all...] |
/frameworks/base/media/mca/filterfw/ |
Android.mk | 9 # Unless required by applicable law or agreed to in writing, software 46 # to add this library to the prelink map and set this to true. However, 47 # it's difficult to do this for applications that are not supplied as
|
/ndk/build/core/ |
prebuilt-static-library.mk | 9 # Unless required by applicable law or agreed to in writing, software 16 # this file is included from Android.mk files to build a target-specific 27 # Prebuilt static libraries don't need to be copied to TARGET_OUT 28 # to facilitate debugging, so use the prebuilt version directly
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
code.c | 17 * may fail due to unsufficient privileges. 85 if(g->span[j].to != g->span[i].to){ 86 ++i; g->span[i].to = g->span[j].to; 97 s->to = NULL; 99 if(b->to == x){ 103 if(b->to != s->to){ 107 s->to = b->to 476 State *to; local 558 State *to = g->span[i].to; local 596 State *prev = NULL, *to; local 863 State *to = s->go.span[i].to; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSFontFace.h | 14 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 72 UnicodeRange(UChar32 from, UChar32 to) 74 , m_to(to) 79 UChar32 to() const { return m_to; } function in struct:WebCore::CSSFontFace::UnicodeRange 89 void add(UChar32 from, UChar32 to) { m_ranges.append(UnicodeRange(from, to)); }
|
/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/tools/metrics/actions/ |
extract_actions.py | 9 This program generates the list of known actions we expect to see in the 10 user behavior logs. It walks the Chrome source, looking for calls to 33 # Files that are known to use content::RecordComputedAction(), which means 35 # To add a new file, add it to this list and add the appropriate logic to 36 # generate the known actions to AddComputedActions() below. 61 # language is added to app/l10n_util.cc, as follows: 82 'ta', 'te', 'tg', 'th', 'ti', 'tk', 'to', 'tr', 'tt', 'tw', 'ug', 'uk', 87 # new input method is added to [all...] |
/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...] |
/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...] |
/build/core/ |
definitions.mk | 10 # Unless required by applicable law or agreed to in writing, software 20 ## are used by others to construct the final targets. 23 # These are variables we use to collect overall lists 26 # Full paths to all of the documentation 40 # Full paths to targets that should be added to the "make droid" 46 # to a corresponding ALL_MODULE_TAGS.<tagname> variable 50 # Similar to ALL_MODULE_TAGS, but contains the short names 52 # won't have the list of tags; ust ALL_MODULE_TAGS to get 58 # Full paths to all prebuilt files that will be copie [all...] |
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...] |
java_library.mk | 75 $(copy-file-to-target) 77 $(add-java-resources-to-package) 81 $(copy-file-to-target) 89 $(add-dex-to-package) 92 $(add-java-resources-to-package) 101 $(call copy-file-to-target) 106 $(call copy-file-to-target) 120 $(call copy-file-to-target) 129 $(call copy-file-to-target)
|
/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...] |
/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...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
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/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/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
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/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/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimatedColor.cpp | 15 * along with this library; see the file COPYING.LIB. If not, write to 43 void SVGAnimatedColorAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) 46 ASSERT(from->type() == to->type()); 47 to->color() = ColorDistance::addColors(from->color(), to->color()); 65 void SVGAnimatedColorAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) 71 Color toColor = to->color(); 106 Color to = SVGColor::colorFromRGBColorString(toString); 107 if (!to.isValid()) 109 return ColorDistance(from, to).distance() [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...] |
/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 " +
|