HomeSort by relevance Sort by last modified time
    Searched defs:registration (Results 1 - 17 of 17) sorted by null

  /external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java 41 import org.jivesoftware.smack.packet.Registration;
456 private static Registration parseRegistration(XmlPullParser parser) throws Exception {
457 Registration registration = new Registration(); local
480 registration.setInstructions(value);
485 registration.addExtension(
498 registration.setAttributes(fields);
499 return registration;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /external/v8/src/
spaces.cc 651 MemoryAllocationCallbackRegistration registration = local
653 if ((registration.space & space) == space &&
654 (registration.action & action) == action)
655 registration.callback(space, action, static_cast<int>(size));
674 MemoryAllocationCallbackRegistration registration(callback, space, action);
676 return memory_allocation_callbacks_.Add(registration);
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 1291 int *registration; local
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 289 milliseconds