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

1 2 3 4 5

  /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...]
  /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-trace/trace-viewer/third_party/Paste/paste/evalexception/
middleware.py 128 wsgiapp_wrapper.exposed = True
201 if not getattr(method, 'exposed', False):
214 media.exposed = True
223 mochikit.exposed = True
236 summary.exposed = True
253 view.exposed = True
  /external/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/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.
debug-break-inline.js 36 // Get the Debug object exposed from the debug context global object.
debug-clearbreakpoint.js 29 // Get the Debug object exposed from the debug context global object.
debug-constructor.js 29 // Get the Debug object exposed from the debug context global object.
  /external/v8/test/mjsunit/harmony/
debug-evaluate-blockscopes.js 49 // Get the Debug object exposed from the debug context global object.
  /external/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.
  /hardware/qcom/media/mm-core/
Android.mk 48 # Deploy the headers that can be exposed

Completed in 550 milliseconds

1 2 3 4 5