/external/chromium_org/v8/test/mjsunit/ |
double-equals.js | 212 testNotEqual(new Array(42), new Array(42));
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
md5-2.js | 79 * Calculate the MD5 of an array of little-endian words, producing an array 173 * Convert an array of little-endian words to a hex string. 188 * Convert an array of little-endian words to a base64 encoded string. 204 * as an array, and append appropriate padding for MD4/5 calculation. 210 var blks = new Array(nblk * 16) 221 * an array, and append appropriate padding for MD4/5 calculation. 226 var blks = new Array(nblk * 16)
|
/external/chromium_org/v8/tools/ |
profile_view.js | 122 * functions. Must comply with Array.sort sorting function requirements. 214 * functions. Must comply with Array.sort sorting function requirements.
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
Store.h | 114 virtual SVal ArrayToPointer(Loc Array, QualType ElementTy) = 0;
|
/external/doclava/res/assets/templates/assets/ |
search_autocomplete.js | 3 var gMatches = new Array(); 137 gMatches = new Array();
|
/external/eigen/Eigen/src/Core/ |
ArrayBase.h | 20 * \brief Base class for all 1D and 2D array, and related expressions 22 * An array is similar to a dense vector or matrix. While matrices are mathematical 23 * objects with well defined linear algebra operators, an array is just a collection 25 * all operations applied to an array are performed coefficient wise. Furthermore, 30 * This class is the base that is inherited by all array expression types. 32 * \tparam Derived is the derived type, e.g., an array or an expression type. 93 typedef Array<typename internal::traits<Derived>::Scalar, 143 ArrayBase<Derived>& array() { return *this; } function in class:Eigen::ArrayBase 144 const ArrayBase<Derived>& array() const { return *this; } function in class:Eigen::ArrayBase 146 /** \returns an \link MatrixBase Matrix \endlink expression of this array [all...] |
/external/eigen/test/eigen2/ |
eigen2_array.cpp | 11 #include <Eigen/Array> 13 template<typename MatrixType> void array(const MatrixType& m) function 16 Array.cpp 120 CALL_SUBTEST_1( array(Matrix<float, 1, 1>()) ); 121 CALL_SUBTEST_2( array(Matrix2f()) ); 122 CALL_SUBTEST_3( array(Matrix4d()) ); 123 CALL_SUBTEST_4( array(MatrixXcf(3, 3)) ); 124 CALL_SUBTEST_5( array(MatrixXf(8, 12)) ); 125 CALL_SUBTEST_6( array(MatrixXi(8, 12)) );
|
product.h | 11 #include <Eigen/Array>
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
SafeArrayList.java | 40 * direct access to the current array. This List allows modification of the 43 * array is only presenting a snap shot and so can be safely iterated while 56 * as the array can be accessed directly.</p> 102 return (T[])java.lang.reflect.Array.newInstance(type, size); 110 * Returns a current snapshot of this List's backing array that 112 * Changes to this array may or may not be reflected in the list and 122 // Only keep the array or the buffer but never both at 138 // Only keep the array or the buffer but never both at 169 E[] array = getArray(); local 170 if (a.length < array.length) 249 E[] array = getArray(); local 281 E[] array = getArray(); local 295 E[] array = getArray(); local 325 E[] array = getArray(); local 343 private E[] array; field in class:SafeArrayList.ArrayIterator [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
ruby.php | 39 $language_data = array ( 41 'COMMENT_SINGLE' => array(1 => "#"), 42 'COMMENT_MULTI' => array("=begin" => "=end"), 44 'QUOTEMARKS' => array('"', '`','\''), 46 'KEYWORDS' => array( 47 1 => array( 55 2 => array( 59 3 => array( 60 'Array', 'Float', 'Integer', 'String', 'at_exit', 70 4 => array( [all...] |
/external/mesa3d/src/gallium/tools/trace/ |
model.py | 74 class Array(Node):
|
/external/mesa3d/src/mesa/main/ |
get.c | 43 * value and the offset into struct gl_context in an array of structs. Then 50 * struct gl_context but in the drawbuffer, the array object, current texture 56 * struct, it's sort of like an array of opcodes that describe extra 1504 struct gl_client_array *array; local [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_draw_feedback.c | 112 const struct gl_client_array **arrays = ctx->Array._DrawArrays;
|
/external/v8/test/mjsunit/ |
double-equals.js | 212 testNotEqual(new Array(42), new Array(42));
|
object-freeze.js | 33 var non_objects = new Array(undefined, null, 1, -1, 0, 42.43); 126 var arr = new Array(42,43);
|
object-seal.js | 33 var non_objects = new Array(undefined, null, 1, -1, 0, 42.43); 132 var arr = new Array(42,43); 149 // Since the values in the array is still writable this object
|
stack-traces.js | 237 testTrace("testArrayNative", testArrayNative, ["Array.map (native)"]); 251 testTrace("testAnonymousMethod", testAnonymousMethod, ["Array.<anonymous>"]);
|
/external/v8/tools/ |
profile_view.js | 122 * functions. Must comply with Array.sort sorting function requirements. 214 * functions. Must comply with Array.sort sorting function requirements.
|
/libcore/luni/src/main/java/java/security/cert/ |
X509CertSelector.java | 34 import org.apache.harmony.security.utils.Array; 553 * the boolean array in the format as returned by 569 * @return the boolean array in the format as returned by 654 * array specifying the name (in string or ASN.1 DER encoded form) 735 * second entry is byte array specifying the name in ASN.1 DER encoded form) 920 * array specifying the name (in string or ASN.1 DER encoded form) [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
crypto.js | 59 this.array = new Array(); 78 var this_array = this.array; 79 var w_array = w.array; 92 var this_array = this.array; 93 var w_array = w.array; 109 var this_array = this.array; 110 var w_array = w.array; 127 var this_array = this.array; 128 var w_array = w.array; [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
Scala.stg | 94 state.ruleMemo = new Array[java.util.Map[_,_]](<numRules>+1)<\n> <! index from 1..n !> 187 val tokenNames = Array( 224 override def getTokenNames: Array[String] = tokenNames 247 this.state.ruleMemo = new Array[java.util.Map[_,_]](<length(grammar.allImportedRules)>+1)<\n> <! index from 1..n !> 1019 val DFA<dfa.decisionNumber>_transitionS: Array[String] = Array( 1023 val DFA<dfa.decisionNumber>_eot: Array[Short] = DFA.unpackEncodedString(DFA<dfa.decisionNumber>_eotS) 1024 val DFA<dfa.decisionNumber>_eof: Array[Short] = DFA.unpackEncodedString(DFA<dfa.decisionNumber>_eofS) 1025 val DFA<dfa.decisionNumber>_min: Array[Char] = DFA.unpackEncodedStringToUnsignedChars(DFA<dfa.decisionNumber>_minS [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
directory_contents.js | 20 * @param {function(Array.<Entry>)} entriesCallback Called when some chunk of 480 * @param {Array|cr.ui.ArrayDataModel} fileList The new file list. 595 * @param {Array.<Entry>} entries The list of the scanned entries. 643 * @param {Array.<Entry>} entries Files. 651 * @param {Array.<Entry>} entries Files.
|
/external/chromium_org/chrome/browser/resources/inspect/ |
inspect.js | 11 chrome.send(command, Array.prototype.slice.call(arguments, 1)); 135 Array.prototype.forEach.call( 214 Array.prototype.forEach.call( 322 Array.prototype.forEach.call(data.guests, function(guest) { 545 dialog.deactivatedNodes = Array.prototype.filter.call(
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-crypto.js | 51 this.array = new Array(); 70 var this_array = this.array; 71 var w_array = w.array; 84 var this_array = this.array; 85 var w_array = w.array; 101 var this_array = this.array; 102 var w_array = w.array; 119 var this_array = this.array; 120 var w_array = w.array; [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-crypto.js | 51 this.array = new Array(); 70 var this_array = this.array; 71 var w_array = w.array; 84 var this_array = this.array; 85 var w_array = w.array; 101 var this_array = this.array; 102 var w_array = w.array; 119 var this_array = this.array; 120 var w_array = w.array; [all...] |