HomeSort by relevance Sort by last modified time
    Searched refs:exposed (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /hardware/qcom/media/mm-video-v4l2/DivxDrmDecrypt/
Android.mk 5 # Deploy the headers that can be exposed
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 242 obj, exposed, gettypeid = id_to_obj[ident]
244 if methodname not in exposed:
246 'method %r of %r object is not in exposed=%r' %
247 (methodname, type(obj), exposed)
379 callable, exposed, method_to_typeid, proxytype = \
388 if exposed is None:
389 exposed = public_methods(obj)
392 exposed = list(exposed) + list(method_to_typeid)
398 self.id_to_obj[ident] = (obj, set(exposed), method_to_typeid
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 242 obj, exposed, gettypeid = id_to_obj[ident]
244 if methodname not in exposed:
246 'method %r of %r object is not in exposed=%r' %
247 (methodname, type(obj), exposed)
379 callable, exposed, method_to_typeid, proxytype = \
388 if exposed is None:
389 exposed = public_methods(obj)
392 exposed = list(exposed) + list(method_to_typeid)
398 self.id_to_obj[ident] = (obj, set(exposed), method_to_typeid
    [all...]
  /external/chromium_org/extensions/renderer/resources/
utils.js 75 * @param {string} name The name of the exposed wrapper class.
80 * readonly: ?Array.<string>}} exposed The names of properties on the
81 * implementation class to be exposed. |superclass| represents the
82 * constructor of the class to be used as the superclass of the exposed
87 function expose(name, cls, exposed) {
88 var publicClass = createClassWrapper(name, cls, exposed.superclass);
90 if ('functions' in exposed) {
91 $Array.forEach(exposed.functions, function(func) {
99 if ('properties' in exposed) {
100 $Array.forEach(exposed.properties, function(prop)
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
enterprise_platform_keys_custom_bindings.js 11 // The latter is exposed by implementing WebCrypto's SubtleCrypto interface.
chrome_web_view_experimental.js 39 * This event is exposed as <webview>.contextMenus.onClicked.
63 * An instance of this class is exposed as <webview>.contextMenus.
app_custom_bindings.js 40 // Tricky; "getIsInstalled" is actually exposed as the getter "isInstalled",
  /device/sample/products/
sample_addon.mk 26 # Copy the jar files for the optional libraries that are exposed as APIs.
  /libnativehelper/
Android.mk 45 # - Relies only on NDK exposed functionality.
  /external/chromium_org/v8/src/
collection.js 54 // want to ever store -0 as the key since the key is directly exposed when
198 // want to ever store -0 as the key since the key is directly exposed when
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
function.pxd 17 # function type. It is exposed to Python programmers as
  /external/chromium_org/v8/test/mjsunit/
debug-constructed-by.js 29 // Get the Debug object exposed from the debug context global object.
debug-liveedit-1.js 29 // Get the Debug object exposed from the debug context global object.
debug-liveedit-compile-error.js 29 // Get the Debug object exposed from the debug context global object.
debug-set-script-source.js 29 // Get the Debug object exposed from the debug context global object.
debug-stepnext-do-while.js 29 // Get the Debug object exposed from the debug context global object.
function-source.js 29 // Get the Debug object exposed from the debug context global object.
global-deleted-property-keyed.js 31 // Regression test that exposed the_hole value from Runtime_KeyedGetPoperty.
  /external/chromium_org/v8/test/mjsunit/harmony/
debug-evaluate-blockscopes.js 49 // Get the Debug object exposed from the debug context global object.
  /external/chromium_org/v8/test/mjsunit/regress/
debug-prepare-step-in.js 29 // Get the Debug object exposed from the debug context global object.
regress-1523.js 31 // Get the Debug object exposed from the debug context global object.
regress-1586.js 44 // Get the Debug object exposed from the debug context global object.
regress-269.js 29 // Get the Debug object exposed from the debug context global object.
regress-94873.js 29 // Get the Debug object exposed from the debug context global object.
regress-998565.js 29 // Get the Debug object exposed from the debug context global object.

Completed in 327 milliseconds

1 2 3 4 5 6