HomeSort by relevance Sort by last modified time
    Searched refs:objects (Results 176 - 200 of 716) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/openssl/crypto/x509/
x509type.c 62 #include <openssl/objects.h>
  /external/openssl/ssl/
ssl_algs.c 60 #include <openssl/objects.h>
  /external/smack/src/org/xbill/DNS/
Type.java 197 private HashMap objects; field in class:Type.TypeMnemonic
203 objects = new HashMap();
209 objects.put(Mnemonic.toInteger(val), proto);
220 return (Record) objects.get(toInteger(val));
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
AlbumDataAdapter.java 49 int resource, List<PhotoSource.AlbumData> objects) {
50 super(context, resource, objects);
56 mValidAlbumIds = new HashSet<String>(objects.size());
57 for (PhotoSource.AlbumData albumData: objects) {
  /external/jmonkeyengine/engine/src/blender/com/jme3/asset/
BlenderKey.java 79 /** This variable determines if assets that are not linked to the objects should be loaded. */
91 * User's default material that is set fo objects that have no material definition in blender. The default value is
265 * If not then only objects on selected layers will be loaded and their assets if required.
276 * If not then only objects on selected layers will be loaded and their assets if required.
334 * This method sets the default material for objects.
475 int OBJECTS = 0x0000000B;
494 /** Objects from all scenes. */
495 private List<Node> objects; field in class:BlenderKey.LoadingResults
496 /** Materials from all objects. */
498 /** Textures from all objects. */
    [all...]
  /libcore/luni/src/main/java/java/text/
Bidi.java 530 * Reorders a range of objects according to their specified levels. This is
532 * of objects at {@code index} from {@code objectStart} to {@code
540 * @param objects
543 * the start offset of the range of objects.
545 * the count of the range of objects to reorder.
549 * if {@code count > objects.length - objectStart}.
552 Object[] objects, int objectStart, int count) {
555 || count > objects.length - objectStart) {
557 ", levelStart=" + levelStart + ", objects=" + objects.length
571 System.arraycopy(result.toArray(), 0, objects, objectStart, count); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 203 * @param objects The currently selected items. Only the first one is used if it is an
206 private void setLastUsedXmlName(Object[] objects) {
208 objects != null &&
209 objects.length > 0 &&
210 objects[0] instanceof ElementDescriptor) {
211 ElementDescriptor desc = (ElementDescriptor) objects[0];
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader2.java 145 public RssDataAdapter(Context context, int resource, List objects) {
146 super(context, resource, objects);
MyRssReader3.java 153 public RssDataAdapter(Context context, int resource, List objects) {
154 super(context, resource, objects);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncFormatNumb.java 34 import org.apache.xpath.objects.XObject;
35 import org.apache.xpath.objects.XString;
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyTable.java 36 import org.apache.xpath.objects.XNodeSet;
37 import org.apache.xpath.objects.XObject;
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncExtFunction.java 32 import org.apache.xpath.objects.XNull;
33 import org.apache.xpath.objects.XObject;
  /external/guava/guava/src/com/google/common/base/
Objects.java 34 public final class Objects {
35 private Objects() {}
38 * Determines whether two possibly-null objects are equal. Returns:
47 * <p>This assumes that any non-null objects passed to this function conform
63 * return Objects.hashCode(getX(), getY(), getZ());
69 public static int hashCode(@Nullable Object... objects) {
70 return Arrays.hashCode(objects);
79 * Objects.toStringHelper(this)
83 * Objects.toStringHelper(this)
88 * Objects.toStringHelper("MyObject"
    [all...]
  /external/v8/test/mjsunit/
error-constructors.js 35 // properties on error objects in prototypes.
53 // name property with a getter can leaks error objects from different
55 // disallow changes to the name property on error objects.
62 // Check that message and name are not enumerable on Error objects.
  /external/webkit/LayoutTests/fast/dom/TreeWalker/script-tests/
filter-throw.js 1 description('Test JS objects as NodeFilters.');
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
document-create-touch-list.js 12 // Test createTouchList with Touch objects as arguments.
  /frameworks/base/core/tests/coretests/src/android/widget/
ListViewTest.java 131 public Adapter(Context context, int resource, List<T> objects) {
132 super(context, resource, objects);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
YearPickerView.java 107 public YearAdapter(Context context, int resource, List<String> objects) {
108 super(context, resource, objects);
  /libcore/luni/src/main/java/java/lang/reflect/
AccessibleObject.java 42 * a flag controlling access checks for these objects. By default, accessing a
49 * objects.
77 * Attempts to set the value of the accessible flag for all the objects in
82 * @param objects
83 * the accessible objects
89 public static void setAccessible(AccessibleObject[] objects, boolean flag) {
91 for (AccessibleObject object : objects) {
  /ndk/build/core/
build-executable.mk 27 # we are building target objects
build-shared-library.mk 27 # we are building target objects
build-static-library.mk 26 # we are building target objects
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
FilterExprIterator.java 27 import org.apache.xpath.objects.XNodeSet;
HasPositionalPredChecker.java 29 import org.apache.xpath.objects.XNumber;
UnionChildIterator.java 25 import org.apache.xpath.objects.XObject;

Completed in 1980 milliseconds

1 2 3 4 5 6 78 91011>>