HomeSort by relevance Sort by last modified time
    Searched refs:Array (Results 1301 - 1325 of 1578) sorted by null

<<51525354555657585960>>

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 210 than one children -- functions like an array of
312 class BaseTree < ::Array
424 stack.push( Array[ *cursor ] ) unless cursor.empty?
1240 class RewriteRuleElementStream # < Array
1251 if elements.instance_of?( Array )
    [all...]
  /external/boringssl/src/ssl/
ssl_cipher.cc 159 // kCiphers is an array of all supported ciphers, sorted by id.
997 Array<int> number_uses;
    [all...]
tls13_client.cc 368 Array<uint8_t> dhe_secret;
tls13_server.cc 76 Array<uint8_t> dhe_secret;
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 761 case DeclaratorChunk::Array:
    [all...]
  /external/eigen/blas/testing/
dblat1.f     [all...]
sblat1.f     [all...]
  /external/libvncserver/webclients/novnc/include/
ui.js 814 kbi.value = new Array(UI.defaultKeyboardinputLen).join("_");
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 414 : TypeRecord(TypeRecordKind::Array), ElementType(ElementType),
874 ulittle32_t NamesLen; // Length of subsequent names array in bytes.
    [all...]
  /external/llvm/include/llvm/IR/
Metadata.h     [all...]
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 211 STRINGIFY_CODE(TYPE_CODE, ARRAY)
643 if (!Op.isEncoding() || Op.getEncoding() != BitCodeAbbrevOp::Array)
645 assert(i + 2 == e && "Array op not second to last");
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Metadata.h     [all...]
  /external/v8/src/ast/
ast-types.h 42 // Array < Object
50 // Array(T) < Array
54 // Both structural Array and Function types are invariant in all parameters;
56 // There is no subtyping relation between Array, Function, or Context types
543 // Array types.
724 static AstType* Array(AstType* element, Zone* zone) {
    [all...]
  /external/v8/src/
d8.cc 74 // array buffers storing the lengths as a SMI internally.
310 Local<Array> v8_array = Local<Array>::Cast(value);
    [all...]
factory.cc 159 Object* array = NULL; local
160 if (!allocation.To(&array)) return MaybeHandle<FixedArray>();
161 return Handle<FixedArray>(FixedArray::cast(array), isolate());
225 Handle<FixedArrayBase> array = NewFixedDoubleArray(size, pretenure); local
227 Handle<FixedDoubleArray>::cast(array)->FillWithHoles(0, size);
229 return array;
910 Handle<FixedArray> array = local
927 Handle<FixedArray> array = local
941 Handle<FixedArray> array = NewFixedArray(1); local
953 Handle<FixedArray> array = local
970 Handle<FixedArray> array = NewFixedArray(length); local
998 Handle<FixedArray> array = NewFixedArray(Context::MIN_CONTEXT_SLOTS + 1); local
1019 Handle<FixedArray> array = NewFixedArray(Context::MIN_CONTEXT_SLOTS + 2); local
1037 Handle<FixedArray> array = NewFixedArray(Context::MIN_CONTEXT_SLOTS); local
1052 Handle<FixedArray> array = NewFixedArray(scope_info->ContextLength()); local
1618 Handle<FixedArray> array = NewFixedArray(length, TENURED); local
1625 Handle<FixedArray> array = NewFixedArray(ModuleInfo::kLength, TENURED); local
1842 Handle<JSArray> array = NewJSArray(elements_kind, pretenure); local
1852 Handle<JSArray> array = NewJSArray(elements_kind, pretenure); local
    [all...]
  /external/v8/tools/
tickprocessor.js 451 padLeft[padLength] = new Array(padLength + 1).join(' ');
502 var array = re.exec(name);
503 if (!array) {
506 return {line: array[1], column: array[2]};
889 s = s + (new Array(len - s.length + 1).join(' '));
  /frameworks/base/tools/aapt2/format/binary/
TableFlattener.cpp 135 void Visit(Array* array) override {
136 for (auto& item : array->elements) {
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 63 slangAssert(false && "Non-array type post identifier?");
966 case clang::APValue::Array:
979 "array type variable currently");
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
LinkedBlockingDeque.java 879 * Returns an array containing all of the elements in this deque, in
882 * <p>The returned array will be "safe" in that no references to it are
884 * a new array). The caller is thus free to modify the returned array.
886 * <p>This method acts as bridge between array-based and collection-based
889 * @return an array containing all of the elements in this deque
907 * Returns an array containing all of the elements in this deque, in
908 * proper sequence; the runtime type of the returned array is that of
909 * the specified array. If the deque fits in the specified array, i
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 376 : TypeRecord(TypeRecordKind::Array), ElementType(ElementType),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Metadata.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeRecord.h 381 : TypeRecord(TypeRecordKind::Array), ElementType(ElementType),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Metadata.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeRecord.h 381 : TypeRecord(TypeRecordKind::Array), ElementType(ElementType),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Metadata.h     [all...]

Completed in 1351 milliseconds

<<51525354555657585960>>