HomeSort by relevance Sort by last modified time
    Searched defs:Array (Results 76 - 100 of 103) sorted by null

1 2 34 5

  /libcore/luni/src/main/java/org/apache/harmony/lang/annotation/
AnnotationMember.java 26 import java.lang.reflect.Array;
40 * <li> one-dimensional array of the above
62 * Tag description of an array value type.
64 protected static final char ARRAY = '[';
114 tag = ARRAY;
168 if (tag == ARRAY) {
171 int len = Array.getLength(value);
174 sb.append(Array.get(value, i));
201 if (tag == ARRAY) {
219 * @return true if the value is array and is equal to specified object
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Extension.java 34 import org.apache.harmony.security.utils.Array;
347 sb.append(Array.toString(extnValue, prefix));
  /external/chromium/chrome/browser/resources/
new_new_tab.js     [all...]
  /external/chromium/third_party/libevent/
event_rpcgen.py 53 """Takes an array, add indentation to each entry and prints it."""
77 if entry.Array():
112 if entry.Array():
152 if entry.Array():
220 if not entry.Array():
329 def Array(self):
419 if self.Array():
427 if self.Array() and not self._can_be_array:
429 'Entry "%s" cannot be created as an array '
439 'optional and array around line %d' ) %
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 249 char *Array;
252 ArgvArray() : Array(NULL) {}
255 delete[] Array;
256 Array = NULL;
262 /// Turn a vector of strings into a nice argv style array of pointers to null
272 Array = new char[(InputArgv.size()+1)*PtrSize];
274 DEBUG(dbgs() << "JIT: ARGV = " << (void*)Array << "\n");
286 // Endian safe: Array[i] = (PointerTy)Dest;
287 EE->StoreValueToMemory(PTOGV(Dest), (GenericValue*)(Array+i*PtrSize),
293 (GenericValue*)(Array+InputArgv.size()*PtrSize)
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awk.h 88 typedef struct Array { /* symbol table array */
92 } Array;
95 extern Array *symtab;
108 #define ARR 020 /* this is an array */
  /external/llvm/lib/Analysis/
ValueTracking.cpp 571 // Handle array index arithmetic.
    [all...]
  /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...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 75 var args = Array.prototype.slice.call(arguments);
91 var natives = {'Array': Array, 'Date': Date, 'Function': Function, 'Number': Number, 'RegExp': RegExp, 'String': String};
98 'Array': ["concat", "indexOf", "join", "lastIndexOf", "pop", "push", "reverse", "shift", "slice", "sort", "splice", "toString", "unshift", "valueOf"],
146 Array.implement({
154 Array.alias('forEach', 'each');
158 var l = iterable.length, array = new Array(l);
159 while (l--) array[l] = iterable[l];
160 return array;
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 426 // If we have an array index variable, load it and use it as an offset.
454 const ConstantArrayType *Array = CGF.getContext().getAsConstantArrayType(T);
455 assert(Array && "Array initialization without the array type?");
458 assert(IndexVar && "Array index variable not loaded");
475 uint64_t NumElements = Array->getSize().getZExtValue();
494 Array->getElementType(), Index + 1);
574 const ConstantArrayType *Array
576 if (Array && Constructor->isImplicitlyDefined() &
    [all...]
CGObjCGNU.cpp 208 /// Generates a global array. The vector must contain the same number of
209 /// elements that the array type declares, of the type specified as the array
220 /// Generates a global array, inferring the array type from the specified
336 /// containing a size and an array of structures containing instance variable
344 /// and an array of structures containing method metadata.
426 /// The values in the array are stored in host-endian format, with the least
1744 llvm::Constant *array = llvm::ConstantArray::get(arrayTy, values); local
    [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp 102 Array,
114 "RegExp", "Array", "RTObject", "Object", "Null", "RTArray"};
167 if (object->inherits(&RuntimeArray::s_info)) // RuntimeArray 'inherits' from Array, but not in C++
170 return Array;
243 case Array:
356 if (type == Object || type == Array || type == RTArray) {
388 qConvDebug() << "converting a " << len << " length Array";
394 break; // Failed converting a list entry, so fail the array
401 } else if (type == Array) {
402 JSArray* array = static_cast<JSArray*>(object) local
452 JSArray* array = static_cast<JSArray*>(object); local
683 JSArray* array = static_cast<JSArray *>(object); local
733 JSArray* array = static_cast<JSArray *>(object); local
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 388 // Optionally remove one level of pointer, reference or array indirection.
550 // the type from "array of T" or "function returning T" to "pointer to T"
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 32 | Array
289 external function_type : lltype -> lltype array -> lltype = "llvm_function_type"
290 external var_arg_function_type : lltype -> lltype array -> lltype
294 external param_types : lltype -> lltype array = "llvm_param_types"
297 external struct_type : llcontext -> lltype array -> lltype = "llvm_struct_type"
298 external packed_struct_type : llcontext -> lltype array -> lltype
303 external struct_set_body : lltype -> lltype array -> bool -> unit =
305 external struct_element_types : lltype -> lltype array
310 (*--... Operations on pointer, vector, and array types .....................--*)
391 external mdnode : llcontext -> llvalue array -> llvalue = "llvm_mdnode
    [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 801 /// up to three. Any remaining source locations in this array will be
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/v8/include/
v8.h 87 class Array;
773 * Returns StackTrace as a v8::Array that contains StackFrame objects.
775 Local<Array> AsArray();
887 * Returns true if this value is an array.
941 * Attempts to convert a string to an array index.
    [all...]
  /external/clang/include/clang/AST/
Expr.h 47 /// \brief A simple array of base specifiers.
92 /// array bound of "Chars" in the following example is
219 /// isModifiableLvalue - C99 6.3.2.1: an lvalue that does not have array type,
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 1516 milliseconds

1 2 34 5