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

  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
CallbackInfo.java 30 public static Type[] determineTypes(Callback[] callbacks) {
31 Type[] types = new Type[callbacks.length];
33 types[i] = determineType(callbacks[i]);
52 private static final CallbackInfo[] CALLBACKS = {
77 for (int i = 0; i < CALLBACKS.length; i++) {
78 CallbackInfo info = CALLBACKS[i];
93 for (int i = 0; i < CALLBACKS.length; i++) {
94 CallbackInfo info = CALLBACKS[i];
  /external/chromium_org/v8/src/
lookup-inl.h 71 case v8::internal::CALLBACKS:
property.h 109 : Descriptor(key, foreign, attributes, CALLBACKS,
161 // Property callbacks does not include transitions to callbacks.
163 DCHECK(!(details_.type() == CALLBACKS && !IsFound()));
164 return !IsTransition() && details_.type() == CALLBACKS;
property-details.h 53 CALLBACKS = 3
lookup.cc 177 PropertyDetails details(attributes, CALLBACKS, 0);
objects-printer.cc 239 case CALLBACKS:
369 case CALLBACKS:
    [all...]
objects.cc 417 // api style callbacks.
489 // api style callbacks
    [all...]
elements.cc     [all...]
factory.cc     [all...]
bootstrapper.cc 673 // Complete the callbacks.
    [all...]
objects-inl.h     [all...]
heap-snapshot-generator.cc     [all...]
runtime.cc     [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 379 milliseconds