HomeSort by relevance Sort by last modified time
    Searched refs:instances (Results 101 - 125 of 226) sorted by null

1 2 3 45 6 7 8 910

  /libcore/luni/src/test/java/libcore/java/lang/reflect/
AnnotationsTest.java 401 private <T> Set<T> set(T... instances) {
402 return new HashSet<T>(Arrays.asList(instances));
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
install-sh 415 # Don't fail if two instances are running concurrently.
429 # Don't fail if two instances are running concurrently.
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Renderer11.cpp     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
navigation_list_model.js 139 // Use the old instances if they just move.
145 // Create missing instances.
  /external/qemu/qobject/
json-parser.c 654 * strtoll() indicates these instances by setting errno to ERANGE
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.apache.commons.logging_1.0.4.v201005080501.jar 
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 600 int num_instances, btmce_mas_instance_t *instances)
607 ALOGV("%s: Status is: %d, Instances: %d", __FUNCTION__, status, num_instances);
643 jstring name = callbackEnv->NewStringUTF(instances[i].p_name);
646 callbackEnv->SetIntArrayRegion(a_scn, i, 1, &instances[i].scn);
647 callbackEnv->SetIntArrayRegion(a_masid, i, 1, &instances[i].id);
648 callbackEnv->SetIntArrayRegion(a_msgtype, i, 1, &instances[i].msg_types);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 624 // it last. Remove all other template instances.
634 // For a non empty array, create as many template instances as
636 // template instances are needed as there are values in the
637 // array. If the template is reprocessed, new template instances
639 // instances. Those additional instances are created by
667 // created template instances are inserted *before* the
    [all...]
  /external/chromium_org/third_party/jstemplate/
jstemplate.js 591 // it last. Remove all other template instances.
601 // For a non empty array, create as many template instances as
603 // template instances are needed as there are values in the
604 // array. If the template is reprocessed, new template instances
606 // instances. Those additional instances are created by
634 // created template instances are inserted *before* the
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
file_manager_ui.js 206 // Create the dialog instances.
  /external/chromium_org/v8/test/webkit/
instance-of-immediates.js 26 // A Constructor to use check for instances of, and an instance called obj.
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmStateManager.java 46 * This class handles all the state changes for alarm instances. You need to
47 * register all alarm instances with the state manager if you want them to
49 * then you must also re-register instances to fix their states.
179 // This is a optimization for really old alarm instances. This prevent us
608 * This will delete and unregister all instances associated with alarmId, without affect
612 * @param alarmId to find instances to delete.
616 List<AlarmInstance> instances = AlarmInstance.getInstancesByAlarmId(cr, alarmId); local
617 for (AlarmInstance instance : instances) {
630 // Register all instances after major time changes or when phone restarts
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 159 instances should use one of the HelpFormatter subclasses for
185 maps Option instances to the snippet of help text explaining
907 list of standard options that will be accepted by all instances
915 to the Option instances that implement them. If an Option
920 "--exclude", to the Option instances that implement them.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 159 instances should use one of the HelpFormatter subclasses for
185 maps Option instances to the snippet of help text explaining
907 list of standard options that will be accepted by all instances
915 to the Option instances that implement them. If an Option
920 "--exclude", to the Option instances that implement them.
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 108 // to facilitate cleanup, when instances and parent may be deallocated at different times.
185 service_instance *instances; member in struct:request_state::__anon10572::__anon10574
693 service_instance **p = &srv->request->u.servicereg.instances;
    [all...]
  /external/stlport/test/unit/
deque_test.cpp 327 deque<IncompleteClass> instances; member in class:IncompleteClass
list_test.cpp 465 list<IncompleteClass> instances; member in class:IncompleteClass
  /ndk/tests/device/test-gnustl-full/unit/
deque_test.cpp 327 deque<IncompleteClass> instances; member in class:IncompleteClass
  /ndk/tests/device/test-stlport/unit/
deque_test.cpp 327 deque<IncompleteClass> instances; member in class:IncompleteClass
  /external/chromium_org/third_party/simplejson/
__init__.py 159 may be ``unicode`` instances, subject to normal Python ``str`` to
184 ``encoding`` is the character encoding for str instances, default is UTF-8.
281 ``encoding`` is the character encoding for str instances, default is UTF-8.
  /external/chromium-trace/
script.js     [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
hidgnubbydevice.js 12 * @param {Gnubbies} gnubbies The gnubbies instances this device is enumerated
437 * @param {Gnubbies} gnubbies The gnubbies instances this device is enumerated
usbgnubbydevice.js 12 * @param {Gnubbies} gnubbies The gnubbies instances this device is enumerated
446 * @param {Gnubbies} gnubbies The gnubbies instances this device is enumerated

Completed in 1307 milliseconds

1 2 3 45 6 7 8 910