HomeSort by relevance Sort by last modified time
    Searched full:unbound (Results 26 - 50 of 235) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium_org/base/
callback.h.pump 39 // A callback with no unbound input parameters (base::Callback<void(void)>)
100 // PASSING UNBOUND INPUT PARAMETERS
102 // Unbound parameters are specified at the time a callback is Run(). They are
120 // A callback with no unbound input parameters (base::Callback<void(void)>)
139 // When calling a function bound parameters are first, followed by unbound
187 // function. A callback with no parameters or no unbound parameters is called a
273 // - Returning an Callback<> with an arity matching the number of unbound
callback_unittest.cc 74 // Ensure we can create unbound callbacks. We need this to be able to store
callback.h 34 // A callback with no unbound input parameters (base::Callback<void(void)>)
95 // PASSING UNBOUND INPUT PARAMETERS
97 // Unbound parameters are specified at the time a callback is Run(). They are
115 // A callback with no unbound input parameters (base::Callback<void(void)>)
134 // When calling a function bound parameters are first, followed by unbound
182 // function. A callback with no parameters or no unbound parameters is called a
273 // - Returning an Callback<> with an arity matching the number of unbound
  /libcore/luni/src/main/java/javax/xml/namespace/
NamespaceContext.java 106 * <td>unbound prefix</td>
168 * <td>unbound Namespace URI</td>
229 * <td>unbound Namespace URI</td>
  /external/chromium_org/content/renderer/java/
java_bridge_dispatcher.cc 55 // Note that we have to (re)bind all objects, as they will have been unbound
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_texture_mailbox.txt 51 texture object is destroyed (deleted from all context groups, and unbound
  /external/chromium_org/v8/src/
optimizing-compiler-thread.h 37 #include "unbound-queue-inl.h"
unbound-queue-inl.h 31 #include "unbound-queue.h"
  /external/llvm/test/DebugInfo/X86/
empty-array.ll 38 !13 = metadata !{i32 786465, i64 0, i64 -1} ; [ DW_TAG_subrange_type ] [unbound]
  /frameworks/base/services/java/com/android/server/am/
IntentBindRecord.java 45 /** Set when we still need to tell the service all clients are unbound. */
  /external/chromium_org/ppapi/api/
ppb_graphics_2d.idl 204 * <strong>Unbound contexts</strong>
214 * example, scrolled out of view) it will behave like the "unbound context"
219 * callbacks will be converted into the "unbound context" case.
  /external/chromium_org/ppapi/c/
ppb_graphics_2d.h 207 * <strong>Unbound contexts</strong>
217 * example, scrolled out of view) it will behave like the "unbound context"
222 * callbacks will be converted into the "unbound context" case.
  /external/chromium_org/ppapi/cpp/
graphics_2d.h 213 /// <strong>Unbound contexts</strong>
224 /// behave like the "unbound context" case.
228 /// pending flush callbacks will be converted into the "unbound context"
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_context.h 236 * the specified range will be unbound after this call.
455 * the specified range will be unbound after this call.
471 * between [first, first + count - 1] are unbound after this call.
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 236 * the specified range will be unbound after this call.
455 * the specified range will be unbound after this call.
471 * between [first, first + count - 1] are unbound after this call.
  /external/pixman/pixman/
pixman-radial-gradient.c 61 * Error can be unbound in some special cases.
81 * - discr can have an unbound error (if b*b-a*c is very small),
311 * This would mean a worst case of unbound relative error or
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_funcattrs.py 44 "set attribute on unbound method implementation in "
47 "set attribute on unbound method implementations, "
237 self.fail("setting arbitrary attribute in unbound function "
test_extcall.py 230 TypeError: unbound method method() must be called with Foo instance as \
236 TypeError: unbound method method() must be called with Foo instance as \
test_repr.py 296 # Unbound methods first
298 '<unbound method aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.amethod>')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_funcattrs.py 44 "set attribute on unbound method implementation in "
47 "set attribute on unbound method implementations, "
237 self.fail("setting arbitrary attribute in unbound function "
test_extcall.py 230 TypeError: unbound method method() must be called with Foo instance as \
236 TypeError: unbound method method() must be called with Foo instance as \
test_repr.py 296 # Unbound methods first
298 '<unbound method aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.amethod>')
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SerializerMessages.java 282 "The replacement text of the entity node \"{0}\" contains an element node \"{1}\" with an unbound prefix \"{2}\"."
286 "The replacement text of the entity node \"{0}\" contains an attribute node \"{1}\" with an unbound prefix \"{2}\"."
  /external/chromium_org/tools/cr/cr/
plugin.py 107 def unbound(context, *args, **kwargs): function in function:Plugin.activemethod.__get__
122 return unbound
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteProgramTest.java 84 fail("Should throw exception (unbound value)");

Completed in 1330 milliseconds

12 3 4 5 6 7 8 910