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

1 2 3 45 6 7

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 101 for cons in itertools.chain.from_iterable(constructors):
102 c = cons(a)
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...]
test_set.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 101 for cons in itertools.chain.from_iterable(constructors):
102 c = cons(a)
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...]
test_set.py     [all...]
  /external/chromium_org/third_party/libxml/src/
xmlreader.c     [all...]
xmlIO.c 3416 int cons; \/* byte from str consumed *\/ local
    [all...]
HTMLparser.c 3677 long cons = ctxt->nbChars; local
3990 long cons = ctxt->nbChars; local
4390 long cons = ctxt->nbChars; local
5563 long cons; local
    [all...]
parser.c 6415 unsigned int cons = ctxt->input->consumed; local
6730 unsigned int cons = ctxt->input->consumed; local
7982 unsigned int cons = ctxt->input->consumed; local
8170 unsigned int cons = ctxt->input->consumed; local
8886 unsigned int cons = ctxt->input->consumed; local
9451 unsigned int cons = ctxt->input->consumed; local
11043 unsigned int cons; local
    [all...]
  /external/libxml2/
xmlreader.c     [all...]
xmlIO.c 3575 int cons; \/* byte from str consumed *\/ local
    [all...]
HTMLparser.c 3753 long cons = ctxt->nbChars; local
4067 long cons = ctxt->nbChars; local
4467 long cons = ctxt->nbChars; local
5682 long cons; local
    [all...]
  /art/test/046-reflect/src/
Main.java 357 Constructor<Target> cons; local
361 cons = target.getConstructor(new Class[] { int.class,float.class });
363 System.out.println("cons modifiers=" + cons.getModifiers());
364 targ = cons.newInstance(args);
  /external/chromium_org/v8/test/cctest/
test-regexp.cc     [all...]
test-api.cc 289 v8::Handle<v8::FunctionTemplate> cons = v8::FunctionTemplate::New(isolate); local
290 cons->SetClassName(v8_str("Cons"));
292 isolate, v8::Handle<v8::FunctionTemplate>(), 1, &cons);
298 env->Global()->Set(v8_str("Cons"), cons->GetFunction());
304 v8::Handle<Value> value2 = CompileRun("Fun1(new Cons()) == '[object Cons]';");
675 CompileRun("function cons(a, b) { return a + b; }"
677 // Create a cons string that will land in old pointer space
678 Local<String> cons = Local<String>::Cast(CompileRun( local
10641 Local<Function> cons = templ->GetFunction(); local
10853 Local<Function> cons = templ->GetFunction(); local
15234 Handle<String> cons = v8_compile("cons")->Run().As<String>(); local
18003 v8::Local<v8::String> cons = local
18025 v8::Local<v8::String> cons = local
19123 i::ConsString* cons = i::ConsString::cast(*string); local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-embedder-3.2.1.jar 
  /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*
  /external/chromium_org/v8/src/
execution.cc 623 Handle<JSFunction> cons; local
625 isolate, cons, InstantiateFunction(cons_template), JSObject);
626 ASSIGN_RETURN_ON_EXCEPTION(isolate, result, New(cons, 0, NULL), JSObject);
json-stringifier.h 486 Handle<String> cons; local
488 isolate_, cons,
491 set_accumulator(cons);
api.cc 7025 i::Handle<i::String> cons = isolate->factory()->NewConsString( local
    [all...]
  /external/qemu/
qemu-char.c 280 int cons[MAX_MUX]; member in struct:__anon13767
421 while (d->prod[m] != d->cons[m] &&
425 &d->buffer[m][d->cons[m]++ & MUX_BUFFER_MASK], 1);
435 if ((d->prod[m] - d->cons[m]) < MUX_BUFFER_SIZE)
453 if (d->prod[m] == d->cons[m] &&
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_alu.c 1156 static const float cons[4] = {0.15915494309189535, 0.5, 6.28318530717959, -3.14159265358979}; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_alu.c 1156 static const float cons[4] = {0.15915494309189535, 0.5, 6.28318530717959, -3.14159265358979}; local
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 3575 milliseconds

1 2 3 45 6 7