Searched defs:cons (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/v8/test/mjsunit/
H A Dregexp-capture-3.js140 var cons = base + base + base + base; variable
141 no_last_match(function() { cons.replace("x", "y"); });
142 no_last_match(function() { cons.replace("e", "E"); });
/external/clang/test/SemaTemplate/
H A Dexample-typelist.cpp4 // A simple cons-style typelist
8 struct cons { struct
28 struct length<cons<Head, Tail> > {
37 typedef cons<unsigned char,
38 cons<unsigned short,
39 cons<unsigned int,
40 cons<unsigned long> > > > unsigned_inttypes;
55 typedef cons<typename reversed_tail::head,
56 typename reverse<cons<typename T::head, most_of_tail> >::type> type;
60 class reverse<cons<Hea
[all...]
/external/javassist/src/main/javassist/
H A DCtMember.java78 void addConstructor(CtMember cons) { argument
79 cons.next = consTail.next;
80 consTail.next = cons;
82 fieldTail = cons;
84 consTail = cons;
H A DCtClassType.java974 CtMember cons = memCache.consHead();
976 int cnum = CtMember.Cache.count(cons, consTail);
983 while (cons != consTail) {
984 cons = cons.next();
985 cb[i++] = (CtBehavior)cons;
998 CtMember cons = memCache.consHead();
1002 CtMember mem = cons;
1011 mem = cons;
1022 private static boolean isPubCons(CtConstructor cons) { argument
[all...]
/external/chromium_org/v8/src/
H A Dexecution.cc598 Handle<JSFunction> cons; local
600 isolate, cons, InstantiateFunction(cons_template), JSObject);
601 ASSIGN_RETURN_ON_EXCEPTION(isolate, result, New(cons, 0, NULL), JSObject);
H A Djson-stringifier.h481 Handle<String> cons; local
483 isolate_, cons,
486 set_accumulator(cons);
H A Dbootstrapper.cc1087 Handle<JSFunction> cons = factory->NewFunction(name); local
1088 JSFunction::SetInstancePrototype(cons,
1090 cons->SetInstanceClassName(*name);
1091 Handle<JSObject> json_object = factory->NewJSObject(cons, TENURED);
H A Druntime.cc3293 // in a cons string, it is likely that more indices will be
4289 ConsString* cons = ConsString::cast(*subject); local
4290 Handle<String> first = Handle<String>(cons->first());
4291 Handle<String> second = Handle<String>(cons->second());
4333 // If the cons string tree is too deep, we simply abort the recursion and
4374 // Extract flattened substrings of cons strings before determining asciiness.
H A Dapi.cc1401 i::Handle<i::FunctionTemplateInfo> cons(constructor);
1417 cons->set_named_property_handler(*obj);
1428 i::Handle<i::FunctionTemplateInfo> cons(constructor);
1429 cons->set_undetectable(true);
1458 i::Handle<i::FunctionTemplateInfo> cons(constructor);
1459 cons->set_access_check_info(*info);
1460 cons->set_needs_access_check(turned_on_by_default);
1477 i::Handle<i::FunctionTemplateInfo> cons(constructor);
1493 cons->set_indexed_property_handler(*obj);
1505 i::Handle<i::FunctionTemplateInfo> cons(constructo
6994 i::Handle<i::String> cons = isolate->factory()->NewConsString( local
[all...]
H A Dobjects.cc1031 Handle<String> String::SlowFlatten(Handle<ConsString> cons, argument
1034 ASSERT(cons->second()->length() != 0);
1035 Isolate* isolate = cons->GetIsolate();
1036 int length = cons->length();
1037 PretenureFlag tenure = isolate->heap()->InNewSpace(*cons) ? pretenure
1040 if (cons->IsOneByteRepresentation()) {
1044 WriteToFlat(*cons, flat->GetChars(), 0, length);
1050 WriteToFlat(*cons, flat->GetChars(), 0, length);
1053 cons->set_first(*result);
1054 cons
8405 ConsString* cons = ConsString::cast(string); local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c1156 static const float cons[4] = {0.15915494309189535, 0.5, 6.28318530717959, -3.14159265358979}; local
1171 constant = rc_constants_add_immediate_vec4(&c->Program.Constants, cons);
/external/javassist/src/main/javassist/util/proxy/
H A DProxyFactory.java650 Constructor cons = c.getConstructor(paramTypes);
651 return cons.newInstance(args);
947 Constructor[] cons = SecurityActions.getDeclaredConstructors(superClass);
950 for (int i = 0; i < cons.length; i++) {
951 Constructor c = cons[i];
1054 private static MethodInfo makeConstructor(String thisClassName, Constructor cons, argument
1056 String desc = RuntimeSupport.makeDescriptor(cons.getParameterTypes(),
1059 minfo.setAccessFlags(Modifier.PUBLIC); // cons.getModifiers() & ~Modifier.NATIVE
1060 setThrows(minfo, cp, cons.getExceptionTypes());
1082 int s = addLoadParameters(code, cons
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_alu.c1156 static const float cons[4] = {0.15915494309189535, 0.5, 6.28318530717959, -3.14159265358979}; local
1171 constant = rc_constants_add_immediate_vec4(&c->Program.Constants, cons);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast.h267 cons(false)
275 cons(true)
282 return cons;
292 bool cons; member in class:ast_function_expression
/external/mesa3d/src/glsl/
H A Dast.h267 cons(false)
275 cons(true)
282 return cons;
292 bool cons; member in class:ast_function_expression
/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c3416 int cons; /* byte from str consumed */ local
3432 cons = len;
3457 &chunk, str, &cons);
3463 if ((out->buffer->use < MINLEN) && (cons == len))
3478 &chunk, str, &cons);
3485 str += cons;
3486 len -= cons;
H A DHTMLparser.c3677 long cons = ctxt->nbChars; local
3745 if (cons == ctxt->nbChars) {
3990 long cons = ctxt->nbChars; local
4112 if (cons == ctxt->nbChars) {
4390 long cons = ctxt->nbChars; local
4526 if (cons == ctxt->nbChars) {
5563 long cons; local
5602 cons = ctxt->nbChars;
5714 if (cons == ctxt->nbChars) {
H A Dparser.c6415 unsigned int cons = ctxt->input->consumed; local
6432 if ((CUR_PTR == check) && (cons == ctxt->input->consumed)) {
6730 unsigned int cons = ctxt->input->consumed; local
6748 if ((CUR_PTR == check) && (cons == ctxt->input->consumed)) {
7982 unsigned int cons = ctxt->input->consumed; local
7994 if ((CUR_PTR == check) && (cons == ctxt->input->consumed)) {
8170 unsigned int cons = ctxt->input->consumed; local
8236 if ((cons == ctxt->input->consumed) && (q == CUR_PTR) &&
8886 unsigned int cons = ctxt->input->consumed; local
9066 if ((cons
9451 unsigned int cons = ctxt->input->consumed; local
11043 unsigned int cons; local
[all...]
/external/libxml2/
H A DxmlIO.c3575 int cons; /* byte from str consumed */ local
3592 cons = len;
3617 &chunk, str, &cons);
3622 if ((xmlBufUse(out->buffer) < MINLEN) && (cons == len))
3636 ret = escaping(xmlBufEnd(out->buffer), &chunk, str, &cons);
3642 str += cons;
3643 len -= cons;
H A DHTMLparser.c3753 long cons = ctxt->nbChars; local
3821 if (cons == ctxt->nbChars) {
4067 long cons = ctxt->nbChars; local
4189 if (cons == ctxt->nbChars) {
4467 long cons = ctxt->nbChars; local
4603 if (cons == ctxt->nbChars) {
5682 long cons; local
5727 cons = ctxt->nbChars;
5839 if (cons == ctxt->nbChars) {
H A Dparser.c6737 unsigned int cons = ctxt->input->consumed; local
6754 if ((CUR_PTR == check) && (cons == ctxt->input->consumed)) {
7052 unsigned int cons = ctxt->input->consumed; local
7070 if ((CUR_PTR == check) && (cons == ctxt->input->consumed)) {
8338 unsigned int cons = ctxt->input->consumed; local
8350 if ((CUR_PTR == check) && (cons == ctxt->input->consumed)) {
8526 unsigned int cons = ctxt->input->consumed; local
8592 if ((cons == ctxt->input->consumed) && (q == CUR_PTR) &&
9278 unsigned int cons = ctxt->input->consumed; local
9458 if ((cons
9850 unsigned int cons = ctxt->input->consumed; local
11451 unsigned int cons; local
[all...]
/external/qemu/
H A Dqemu-char.c280 int cons[MAX_MUX]; member in struct:__anon29195
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] &&
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc288 v8::Handle<v8::FunctionTemplate> cons = v8::FunctionTemplate::New(isolate); local
289 cons->SetClassName(v8_str("Cons"));
291 isolate, v8::Handle<v8::FunctionTemplate>(), 1, &cons);
297 env->Global()->Set(v8_str("Cons"), cons->GetFunction());
672 CompileRun("function cons(a, b) { return a + b; }"
674 // Create a cons string that will land in old pointer space.
675 Local<String> cons = Local<String>::Cast(CompileRun( local
676 "cons('abcdefghijklm', 'nopqrstuvwxyz');"));
688 bool success = cons->MakeExternal(
10503 Local<Function> cons local
10715 Local<Function> cons = templ->GetFunction(); local
15219 Handle<String> cons = v8_compile("cons")->Run().As<String>(); local
17942 v8::Local<v8::String> cons = local
17964 v8::Local<v8::String> cons = local
19062 i::ConsString* cons = i::ConsString::cast(*string); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 808 milliseconds

12