/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/ |
bouncing_balls.js | 103 // If a jolt is applied, bump the rollong balls enough for them to 141 //To make sure the floor is air tight, we must be able to process multiple 142 //bounces per time step to avoid the "tunnel effect". 144 // time to hit floor 156 // with elasticity < 1. This is due to power series convergence. 157 // To gard against hanging, we treat the ball as rolling on the ground
|
/external/clang/include/clang/Rewrite/Core/ |
Rewriter.h | 35 /// to map between SourceLocation's in the original input and offsets in the 37 /// locations after the insertion point have to be mapped. 40 /// Deltas - Keep track of all the deltas in the source code due to insertions 45 /// string is a horribly inefficient way to do this, we should use a rope 55 /// \brief Write to \p Stream the result of applying all changes to the 66 /// the buffer is specified relative to the original SourceBuffer. The 74 /// offset in the buffer is specified relative to the original 82 /// offset in the buffer is specified relative to the original SourceBuffer. 113 /// method is used to record that information [all...] |
/external/clang/test/Misc/ |
warning-flags.c | 9 If take an existing warning and add a flag, this test will fail. To 12 (2) It prevents us adding new warnings to Clang that have no -W flag. All 15 If you add a new warning without a flag, this test will fail. To fix 16 this test, simply add a warning group to that warning. 19 The list of warnings below should NEVER grow. It should gradually shrink to 0.
|
/external/e2fsprogs/intl/ |
plural.c | 36 License along with this program; if not, write to the Free Software 40 /* The bison generated parser uses alloca. AIX 3 forces us to put this 57 but we want it to be called PLURAL_PARSE. */ 159 /* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */ 162 /* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */ 246 /* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE 247 doesn't specify something else to do. Zero means the default is an 317 along with this program; if not, write to the Free Software 331 /* All symbols defined below should begin with yy or YY, to avoid 334 There are some unavoidable exceptions within include files to [all...] |
/external/elfutils/src/ |
ldscript.c | 19 along with this program; if not, write to the Free Software 30 Bison output files to be licensed under the GNU General Public 39 /* All symbols defined below should begin with yy or YY, to avoid 42 There are some unavoidable exceptions within include files to 156 with Red Hat elfutils; if not, write to the Free Software Foundation, 163 included package. Should you wish to participate in the Open Invention 186 /* Some helper functions we need to construct the data structures 327 /* Identity function, used to suppress warnings about constant conditions. */ 380 to allow for a few compiler-allocated temporary stack slots. */ 429 /* The size of an array large to enough to hold all stacks, each wit [all...] |
/external/libpcap/ |
grammar.c | 17 along with this program; if not, write to the Free Software 29 /* All symbols defined below should begin with yy or YY, to avoid 32 There are some unavoidable exceptions within include files to 292 * the University nor the names of its contributors may be used to endorse 516 to allow for a few compiler-allocated temporary stack slots. */ 563 /* The size of an array large to enough to hold all stacks, each with 569 /* Copy COUNT objects from FROM to TO. The source and destination do 573 # define YYCOPY(To, From, Count) [all...] |
/external/libvpx/libvpx/examples/includes/geshi/contrib/ |
example.php | 42 // First the initialisation: source code to highlight and the language to use. Make sure 44 // advisory against it in the past because of this. Please try not to use this script on a 48 // Use the PRE_VALID header. This means less output source since we don't have to output 52 // HEADER_DIV puts a <div> tag arount the list (valid!) but needs to replace whitespaces with   56 // Enable CSS classes. You can use get_stylesheet() to output a stylesheet for your code. Using 60 // Enable line numbers. We want fancy line numbers, and we want every 5th line number to be fancy 68 // Set the style for line numbers. In order to get style for line numbers working, the <li> element 81 // note that classes must be enabled for this to work. 161 <p>To use this script, make sure that <strong>geshi.php</strong> is in the parent directory or in you [all...] |
/external/llvm/include/llvm/IR/ |
User.h | 12 // to it. 40 /// OperandList - This is a pointer to the array of Uses for this User. 42 /// prefixed to some derived class instance. For nodes of resizable variable 145 /// Retrieve a pointer to the current Value. 161 // objects that this User refers to. This allows one to 163 // references... First all references are dropped, and all use counts go to 173 /// replaceUsesOfWith - Replaces all references to the "From" definition with 174 /// references to the "To" definition [all...] |
/external/mesa3d/docs/ |
MESA_drm_image.spec | 80 Additions to the EGL 1.4 Specification: 82 To create a DRM EGLImage, call 104 To create a process local handle or a global DRM name for a 113 If <name> is non-NULL, a global name is assigned to the image and 114 written to <name>, the handle (local to the DRM file descriptor, 115 for use with DRM kernel modesetting API) is written to <handle> if 116 non-NULL and the stride (in bytes) is written to <stride>, if 127 indicates that we want to create an EGLImage from scratch? 132 an existing DRM buffer name, it doesn't seem right to overloa [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
NameMap.java | 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST 7 * employees are not subject to copyright protection in the United States 8 * and are considered to be in the public domain. As a result, a formal 9 * license is not needed to use the software. 17 * not limited to the correctness, accuracy, reliability or usefulness of 20 * Permission to use this software is contingent upon your acceptance 34 * Add new classes to this map if you are implementing new header types if 35 * you want some of the introspection based methods to work. 64 /** add an extension header to this map. 67 * the header (does not have to belong to the nist-sip package) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/ |
__init__.py | 5 :mod:`json` exposes an API familiar to users of the standard library 91 Using json.tool from the shell to validate and pretty-print:: 125 """Serialize ``obj`` as a JSON formatted stream to ``fp`` (a 135 ``False``, some chunks written to ``fp`` may be ``unicode`` instances. 138 understands ``unicode`` (as in ``codecs.getwriter``) this is likely to 145 If ``allow_nan`` is false, then it will be a ``ValueError`` to 155 You can use ``separators=(',', ': ')`` to avoid this. 169 To use a custom ``JSONEncoder`` subclass (e.g. one that overrides the 170 ``.default()`` method to serialize additional types), specify it with 196 """Serialize ``obj`` to a JSON formatted ``str`` [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/ |
__init__.py | 5 :mod:`json` exposes an API familiar to users of the standard library 91 Using json.tool from the shell to validate and pretty-print:: 125 """Serialize ``obj`` as a JSON formatted stream to ``fp`` (a 135 ``False``, some chunks written to ``fp`` may be ``unicode`` instances. 138 understands ``unicode`` (as in ``codecs.getwriter``) this is likely to 145 If ``allow_nan`` is false, then it will be a ``ValueError`` to 155 You can use ``separators=(',', ': ')`` to avoid this. 169 To use a custom ``JSONEncoder`` subclass (e.g. one that overrides the 170 ``.default()`` method to serialize additional types), specify it with 196 """Serialize ``obj`` to a JSON formatted ``str`` [all...] |
/system/core/sh/ |
arith.c | 17 along with this program; if not, write to the Free Software 29 /* All symbols defined below should begin with yy or YY, to avoid 32 There are some unavoidable exceptions within include files to 121 * This code is derived from software contributed to Berkeley by 133 * may be used to endorse or promote products derived from this software 137 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 141 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 256 /* The size of an array large to enough to hold all stacks, each with 262 /* Copy COUNT objects from FROM to TO. The source and destination d [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/ |
options.js | 7 // Usually we try to store settings in the "sync" area since a lot of the time 8 // it will be a better user experience for settings to automatically sync 44 // To avoid checking items.css we could specify storage.get({css: ''}) to
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/screenshot/ |
background.js | 5 // To make sure we can uniquely identify each screenshot tab, add an id as a 6 // query param to the url that displays the screenshot. 21 // We are waiting for the tab we opened to finish loading. 28 // There is nothing we need to do for future onUpdated events, so we 29 // use removeListner to stop geting called when onUpdated events fire. 32 // Look through all views to find the window which will display
|
/external/chromium_org/chrome_frame/cfinstall/src/miniclosure/ |
base.js | 8 * the implementation, and the download site, so we need to provide an 32 // statement above into the conditional loop below. To prevent this from 35 // Parentheses added to eliminate strict JS warning in Firefox. 48 // The following line causes the closureBuilder script to recognize this as 67 * @param {Function} fn A function to partially apply. 69 * point to when the function is run.
|
/external/chromium_org/remoting/webapp/ |
menu_button.js | 38 // Create event handlers to show and hide the menu, attached to the button 40 // removed depending on the state of the menu. To prevent both triggering 54 // Attach the click handler to the <html> node so that it includes 82 * @param {HTMLElement} item The menu item to update. 83 * @param {boolean} selected True to select the item, false to deselect it.
|
/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/chromium_org/v8/test/mjsunit/compiler/ |
recursive-deopt.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 31 // Force deopt in both leaf case and when returning. To make
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-39160.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 30 // To reproduce the bug we need an inlined comparison (i.e. in a loop) where 31 // the left hand side is known to be a smi (max smi value is 1073741823). This
|
regress-crbug-40931.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 30 // To reproduce this we need to split a comma separated string and check the 31 // indices which should only contain the numeric indices corresponding to the
|
/external/llvm/lib/Analysis/ |
SparsePropagation.cpp | 30 /// PrintValue - Render the specified lattice value to the specified stream. 46 /// getOrInitValueState - Return the LatticeVal object that corresponds to the 70 // If this value is untracked, don't add it to the map. 77 /// this function notices and adds I to the worklist if needed. 88 /// MarkBlockExecutable - This method can be used by clients to mark all of 89 /// the blocks that are known to be intrinsically live in the processed unit. 93 BBWorkList.push_back(BB); // Add the block to the work list! 96 /// markEdgeExecutable - Mark a basic block as executable, adding it to the BB 100 return; // This edge is already known to be executable! 118 /// getFeasibleSuccessors - Return a vector of booleans to indicate whic [all...] |
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPMessage.java | 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST 7 * employees are not subject to copyright protection in the United States 8 * and are considered to be in the public domain. As a result, a formal 9 * license is not needed to use the software. 17 * not limited to the correctness, accuracy, reliability or usefulness of 20 * Permission to use this software is contingent upon your acceptance 64 import gov.nist.javax.sip.header.To; 152 protected To toHeader; 184 * @param sipHeader is the header to test. 199 * @param sipHeader is the header to test 853 To to = (To) this.getTo(); local [all...] |
/external/v8/test/mjsunit/compiler/ |
recursive-deopt.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 31 // Force deopt in both leaf case and when returning. To make
|
/external/v8/test/mjsunit/regress/ |
regress-crbug-39160.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 30 // To reproduce the bug we need an inlined comparison (i.e. in a loop) where 31 // the left hand side is known to be a smi (max smi value is 1073741823). This
|