HomeSort by relevance Sort by last modified time
    Searched refs:cons (Results 101 - 125 of 252) sorted by null

1 2 3 45 6 7 8 91011

  /art/runtime/interpreter/
unstarted_runtime_test.cc 1345 Handle<mirror::Constructor> cons; local
    [all...]
unstarted_runtime.cc 297 ArtMethod* cons = h_klass->FindConstructor("()V", cl->GetImagePointerSize()); local
298 if (cons != nullptr && ShouldBlockAccessToMember(cons, shadow_frame)) {
299 cons = nullptr;
301 if (cons != nullptr) {
304 EnterInterpreterFromInvoke(self, cons, h_obj.Get(), nullptr, nullptr);
    [all...]
  /external/syslinux/gpxe/src/drivers/infiniband/
linda.c 49 unsigned int cons; member in struct:linda_send_work_queue
488 linda_wq->cons = 0;
1060 send_buf = linda_wq->send_buf[linda_wq->cons];
1065 linda_complete_send ( ibdev, qp, linda_wq->cons );
1068 linda_wq->cons = ( ( linda_wq->cons + 1 ) &
    [all...]
  /external/libxml2/
xmlreader.c     [all...]
xmlIO.c 3505 int cons; \/* byte from str consumed *\/ local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_policy.c 967 struct cil_constrain *cons; local
973 cons = i1->data;
975 cil_classperms_to_strings(cons->classperms, classperms_strs);
976 expr_str = cil_cons_expr_to_string(db, cons->datum_expr);
1638 struct cil_constrain *cons; local
    [all...]
cil_write_ast.c 1064 struct cil_constrain *cons = (struct cil_constrain *)node->data; local
1071 rc = cil_unfill_classperms_list(cons->classperms, &classperms, 0);
1075 rc = cil_unfill_expr(cons->str_expr, &expr, 0);
    [all...]
  /frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/
DelegateClassAdapterTest.java 595 Constructor<?> cons = tcvClass.getConstructor(pw.getClass()); local
596 Object tcv = cons.newInstance(pw);
  /external/v8/src/wasm/
wasm-js.cc 811 Handle<JSFunction> cons = factory->NewFunction(name); local
813 cons, Handle<Object>(context->initial_object_prototype(), isolate));
814 cons->shared()->set_instance_class_name(*name);
815 Handle<JSObject> webassembly = factory->NewJSObject(cons, TENURED);
    [all...]
  /libcore/ojluni/src/main/java/java/security/
Provider.java 1647 Constructor<?> cons = clazz.getConstructor(paramClass); local
1712 Constructor[] cons = clazz.getConstructors(); local
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
allegrocl.swg 482 (cl::cons ',mangle args)))
508 (cl::cons ',mangle args)))
554 (cl::cons *swig-module-name*
  /toolchain/binutils/binutils-2.27/gas/config/
tc-mt.c 64 { "word", cons, 4 },
tc-xstormy16.c 84 { "word", cons, 4 },
tc-rl78.c 403 { "3byte", cons, 3 },
404 { "int", cons, 4 },
405 { "word", cons, 4 },
    [all...]
tc-h8300.c 143 cons (Hmode ? 4 : 2);
206 {"data.b", cons, 1},
207 {"data.w", cons, 2},
208 {"data.l", cons, 4},
    [all...]
tc-microblaze.c 379 {"data8", cons, 1}, /* Same as byte. */
380 {"data16", cons, 2}, /* Same as hword. */
381 {"data32", cons, 4}, /* Same as word. */
392 {"word", cons, 4},
    [all...]
  /external/v8/src/runtime/
runtime-strings.cc 67 ConsString* cons = ConsString::cast(*subject); local
68 Handle<String> first = Handle<String>(cons->first());
69 Handle<String> second = Handle<String>(cons->second());
109 // If the cons string tree is too deep, we simply abort the recursion and
224 // in a cons string, it is likely that more indices will be
  /libcore/ojluni/src/main/java/sun/security/x509/
X500Name.java     [all...]
  /external/python/cpython2/Lib/test/
test_weakref.py 909 def check_len_cycles(self, dict_type, cons):
912 dct = dict_type(cons(i, o) for i, o in enumerate(items))
940 def check_len_race(self, dict_type, cons):
948 dct = dict_type(cons(o) for o in items)
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
mtnic.h 264 u32 cons; /* holds the last consumed index */ member in struct:mtnic_ring
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_weakref.py 906 def check_len_cycles(self, dict_type, cons):
909 dct = dict_type(cons(o) for o in items)
932 def check_len_race(self, dict_type, cons):
940 dct = dict_type(cons(o) for o in items)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_weakref.py 906 def check_len_cycles(self, dict_type, cons):
909 dct = dict_type(cons(o) for o in items)
932 def check_len_race(self, dict_type, cons):
940 dct = dict_type(cons(o) for o in items)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 906 def check_len_cycles(self, dict_type, cons):
909 dct = dict_type(cons(o) for o in items)
932 def check_len_race(self, dict_type, cons):
940 dct = dict_type(cons(o) for o in items)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 906 def check_len_cycles(self, dict_type, cons):
909 dct = dict_type(cons(o) for o in items)
932 def check_len_race(self, dict_type, cons):
940 dct = dict_type(cons(o) for o in items)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
stabs.c 361 cons (4);

Completed in 2045 milliseconds

1 2 3 45 6 7 8 91011