Searched defs:cons (Results 1 - 25 of 34) 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/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/chromium_org/v8/src/
H A Dexecution.cc771 Handle<JSFunction> cons = InstantiateFunction(cons_template, exc); local
773 Handle<Object> value = New(cons, 0, NULL, exc);
H A Dbootstrapper.cc1041 Handle<JSFunction> cons = factory->NewFunction(name, local
1043 JSFunction::SetInstancePrototype(cons,
1045 cons->SetInstanceClassName(*name);
1046 Handle<JSObject> json_object = factory->NewJSObject(cons, TENURED);
H A Dapi.cc1580 i::Handle<i::FunctionTemplateInfo> cons(constructor);
1596 cons->set_named_property_handler(*obj);
1607 i::Handle<i::FunctionTemplateInfo> cons(constructor);
1608 cons->set_undetectable(true);
1637 i::Handle<i::FunctionTemplateInfo> cons(constructor);
1638 cons->set_access_check_info(*info);
1639 cons->set_needs_access_check(turned_on_by_default);
1656 i::Handle<i::FunctionTemplateInfo> cons(constructor);
1672 cons->set_indexed_property_handler(*obj);
1684 i::Handle<i::FunctionTemplateInfo> cons(constructo
5672 i::Handle<i::ConsString> cons = i::Handle<i::ConsString>::cast(parent); local
[all...]
H A Dheap.cc2474 // When compacting forbid short-circuiting of cons-strings.
3898 // of the new cons string is too large.
4067 ConsString* cons = ConsString::cast(buffer); local
4068 ASSERT(cons->second()->length() == 0);
4069 sliced_string->set_parent(cons->first());
H A Dobjects.cc1207 // cons string is in old space. It can never get GCed until there is
8240 ConsString* cons = ConsString::cast(string); local
8241 if (cons->second()->length() != 0) {
8244 string = cons->first();
8605 // Check for a flattened cons string
8695 // When repeatedly appending to a string, we get a cons string that
/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/v8/src/
H A Dexecution.cc731 Handle<JSFunction> cons = InstantiateFunction(cons_template, exc); local
733 Handle<Object> value = New(cons, 0, NULL, exc);
H A Dbootstrapper.cc1032 Handle<JSFunction> cons = factory->NewFunction(name, local
1034 { MaybeObject* result = cons->SetInstancePrototype(
1038 cons->SetInstanceClassName(*name);
1039 Handle<JSObject> json_object = factory->NewJSObject(cons, TENURED);
H A Dheap.cc1853 // When compacting forbid short-circuiting of cons-strings.
3026 // of the new cons string is too large.
3193 ConsString* cons = ConsString::cast(buffer); local
3194 ASSERT(cons->second()->length() == 0);
3195 sliced_string->set_parent(cons->first());
/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/kernel-headers/original/linux/
H A Dserial_core.h237 struct console *cons; /* struct console, if any */ member in struct:uart_port
344 struct console *cons; member in struct:uart_driver
437 if (port->cons && port->cons->index == port->line) {
/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.c3542 int cons; /* byte from str consumed */ local
3558 cons = len;
3583 &chunk, str, &cons);
3589 if ((out->buffer->use < MINLEN) && (cons == len))
3604 &chunk, str, &cons);
3611 str += cons;
3612 len -= cons;
H A DHTMLparser.c3682 long cons = ctxt->nbChars; local
3750 if (cons == ctxt->nbChars) {
3995 long cons = ctxt->nbChars; local
4117 if (cons == ctxt->nbChars) {
4395 long cons = ctxt->nbChars; local
4531 if (cons == ctxt->nbChars) {
5568 long cons; local
5607 cons = ctxt->nbChars;
5719 if (cons == ctxt->nbChars) {
H A Dparser.c6478 unsigned int cons = ctxt->input->consumed; local
6495 if ((CUR_PTR == check) && (cons == ctxt->input->consumed)) {
6792 unsigned int cons = ctxt->input->consumed; local
6810 if ((CUR_PTR == check) && (cons == ctxt->input->consumed)) {
8027 unsigned int cons = ctxt->input->consumed; local
8039 if ((CUR_PTR == check) && (cons == ctxt->input->consumed)) {
8215 unsigned int cons = ctxt->input->consumed; local
8281 if ((cons == ctxt->input->consumed) && (q == CUR_PTR) &&
8923 unsigned int cons = ctxt->input->consumed; local
9101 if ((cons
9480 unsigned int cons = ctxt->input->consumed; local
11062 unsigned int cons; local
[all...]
/external/qemu/
H A Dqemu-char.c280 int cons[MAX_MUX]; member in struct:__anon25838
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] &&

Completed in 825 milliseconds

12