HomeSort by relevance Sort by last modified time
    Searched defs:proto (Results 1 - 25 of 847) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/es6/
regexp-prototype.js 12 var proto = proto_desc.value; variable
13 assertFalse(proto instanceof RegExp);
14 assertEquals(undefined, Object.getOwnPropertyDescriptor(proto, "valueOf"));
15 assertEquals(proto.valueOf, Object.prototype.valueOf);
16 var proto_constr = Object.getOwnPropertyDescriptor(proto, "constructor");
  /external/v8/test/mjsunit/
element-read-only.js 23 var proto = {};
26 o.__proto__ = proto;
30 Object.defineProperty(proto, index, {value: 100, writable: false});
38 var proto = {3: 10000};
41 o.__proto__ = proto;
45 Object.defineProperty(proto, index, {value: 100, writable: false});
53 var proto = f(100);
56 o.__proto__ = proto;
60 Object.defineProperty(proto, index, {value: 100, writable: false});
68 var proto = f(100, 200, 300, 400)
83 var proto = [0, 1, 2, 3]; variable
115 var proto = []; variable
131 var proto = [0, 1, 2, 3]; variable
    [all...]
array-functions-prototype.js 35 var proto = { length:3, 0:'zero', 1:'one', 2:'two' }
37 constructor.prototype = proto;
  /external/v8/test/mjsunit/regress/
regress-crbug-571517.js 6 function Proto() { this.proto = "proto"; }
14 var proto = rec.__proto__.__proto__; variable
21 var p2 = new Proto();
23 proto.__proto__ = p2;
regress-crbug-594574-concat-leak-2.js 16 var proto = array.__proto__; variable
20 proto, 1, {
26 return "value from proto";
33 assertEquals(concatted_array[1], "value from proto");
  /external/v8/test/webkit/
dictionary-prototype-caching.js 30 var proto = {protoProp: "PASS", propToRemove: "foo"};
31 var o = { __proto__: proto };
33 delete proto.propToRemove;
35 // Prototype lookup caching will attempt to convert proto back to an ordinary structure
40 delete proto.protoProp;
41 proto.fakeProtoProp = "FAIL";
48 var proto = {a:1, b:"meh", c:2};
49 var o = { __proto__: proto };
51 delete proto.b;
52 proto.d = 3
    [all...]
  /external/curl/src/
tool_libinfo.c 80 const char *const *proto; local
90 for(proto = curlinfo->protocols; *proto; proto++) {
92 if(curlx_raw_equal(*proto, p->proto_name)) {
tool_help.c 171 " --proto PROTOCOLS Enable/disable PROTOCOLS",
172 " --proto-default PROTOCOL Use PROTOCOL for any URL missing a scheme",
173 " --proto-redir PROTOCOLS Enable/disable PROTOCOLS on redirect",
307 const char *const *proto; local
312 for(proto = curlinfo->protocols; *proto; ++proto) {
313 printf("%s ", *proto);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array type
25 type func = Function of proto * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array type
25 type func = Function of proto * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array type
25 type func = Function of proto * expr
  /external/v8/test/cctest/
test-global-object.cc 45 v8::Local<v8::Object> proto = v8::Object::New(CcTest::isolate()); local
48 proto->Set(context.local(), var_name, v8_num(100)).FromJust();
49 global->SetPrototype(context.local(), proto).FromJust();
  /external/v8/test/mjsunit/bugs/
bug-1344252.js 53 var proto = new Object(); class
54 proto.__defineSetter__('y', function (value) { result_y = value; });
57 f.__proto__ = proto;
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_ecn.h 40 } proto; member in struct:xt_ecn_info
  /bionic/libc/kernel/uapi/linux/netfilter_ipv4/
ipt_ECN.h 39 } proto; member in struct:ipt_ECN_info
  /dalvik/libdex/
DexProto.h 121 * Return the utf-8 encoded descriptor string from the proto of a MethodId.
126 DexProto proto; local
128 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
129 return dexProtoGetMethodDescriptor(&proto, pCache);
134 * proto of a MethodId. The returned pointer must be free()ed by the
140 DexProto proto; local
142 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
143 return dexProtoCopyMethodDescriptor(&proto);
188 int dexProtoCompareToDescriptor(const DexProto* proto, const char* descriptor);
195 int dexProtoCompareToParameterDescriptors(const DexProto* proto,
203 const DexProto* proto; member in struct:DexParameterIterator
    [all...]
  /development/ndk/platforms/android-21/include/linux/netfilter/
xt_ecn.h 40 } proto; member in struct:xt_ecn_info
  /development/ndk/platforms/android-21/include/linux/netfilter_ipv4/
ipt_ECN.h 39 } proto; member in struct:ipt_ECN_info
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /external/clang/test/PCH/
types.h 36 typedef float proto(float, float, ...); typedef
  /external/clang/test/Sema/
knr-def-call.c 32 void proto(int);
33 void proto(x) function
39 proto(42.1); // expected-warning{{implicit conversion from 'double' to 'int' changes value from 42.1 to 42}}
40 (&proto)(42.1); // expected-warning{{implicit conversion from 'double' to 'int' changes value from 42.1 to 42}}
  /external/iptables/include/linux/netfilter/
xt_ecn.h 30 } proto; member in struct:xt_ecn_info
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ECN.h 30 } proto; member in struct:ipt_ECN_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_ecn.h 32 } proto; member in struct:xt_ecn_info
  /external/kernel-headers/original/uapi/linux/netfilter_ipv4/
ipt_ECN.h 30 } proto; member in struct:ipt_ECN_info

Completed in 909 milliseconds

1 2 3 4 5 6 7 8 91011>>