HomeSort by relevance Sort by last modified time
    Searched refs:proto_desc (Results 1 - 2 of 2) sorted by null

  /external/v8/test/mjsunit/
builtins.js 52 var proto_desc = Object.getOwnPropertyDescriptor(func, "prototype");
53 assertTrue(proto_desc.hasOwnProperty("value"), name);
54 assertFalse(proto_desc.writable, name);
55 assertFalse(proto_desc.configurable, name);
56 var prototype = proto_desc.value;
  /external/bluetooth/bluez/audio/
avdtp.c 2242 sdp_data_t *proto_desc; local
    [all...]

Completed in 56 milliseconds