HomeSort by relevance Sort by last modified time
    Searched defs:of (Results 326 - 350 of 910) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /external/robolectric/v3/
shadows-support-v4-3.1-SNAPSHOT.jar 
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTest.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
115 * number of elements won't cause a rehash.
117 * As of jdk7u40, HashMap has an empty-map optimization. The argument to
383 Map<Integer, String> left = ImmutableMap.of(
385 Map<Integer, String> right = ImmutableMap.of(
390 assertEquals(ImmutableMap.of(2, "b", 4, "d"), diff1.entriesOnlyOnLeft());
391 assertEquals(ImmutableMap.of(6, "z"), diff1.entriesOnlyOnRight());
392 assertEquals(ImmutableMap.of(1, "a"), diff1.entriesInCommon());
393 assertEquals(ImmutableMap.of(3
    [all...]
  /external/javassist/src/main/javassist/
CtClassType.java 5 * The contents of this file are subject to the Mozilla Public License Version
7 * the License. Alternatively, the contents of this file may be used under
8 * the terms of the GNU Lesser General Public License Version 2.1 or later.
11 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
431 cf.setAccessFlags(AccessFlag.of(mod));
    [all...]
  /external/libmtp/src/
libmtp.c 11 * modify it under the terms of the GNU Lesser General Public
13 * version 2 of the License, or (at your option) any later version.
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * You should have received a copy of the GNU Lesser General Public
96 * Forward declarations of local (static) functions.
265 * @param description Text description of filetype
436 * @param description Text description of property
5564 uint16_t of = map_libmtp_type_to_ptp_type(filedata->filetype); local
    [all...]
  /external/valgrind/VEX/priv/
guest_amd64_helpers.c 7 This file is part of Valgrind, a dynamic binary instrumentation
14 modify it under the terms of the GNU General Public License as
15 published by the Free Software Foundation; either version 2 of the
19 WITHOUT ANY WARRANTY; without even the implied warranty of
23 You should have received a copy of the GNU General Public License
30 Neither the names of the U.S. Department of Energy nor the
31 University of California nor the names of its contributors may be
51 These calls are of course in the host machine code and
824 ULong of,sf,zf,cf,pf; local
3222 ULong cf=0, of=0, tempcf; local
3290 ULong cf=0, of=0, tempcf; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecLocalDeviceTv.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
65 * Represent a logical device of type TV residing in Android system.
97 // Copy of mDeviceInfos to guarantee thread-safety.
104 // Map-like container of all cec devices including local ones.
105 // device id is used as key of container.
115 // List of the logical address of local CEC devices. Unmodifiable, thread-safe.
124 // Set of physical addresses of CEC switches on the CEC bus. Managed independently fro
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
BaseShortcutManagerTest.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
560 protected static final int USER_P0 = 20; // profile of user 0
562 protected static final UserHandle HANDLE_USER_0 = UserHandle.of(USER_0);
563 protected static final UserHandle HANDLE_USER_10 = UserHandle.of(USER_10);
564 protected static final UserHandle HANDLE_USER_11 = UserHandle.of(USER_11);
565 protected static final UserHandle HANDLE_USER_P0 = UserHandle.of(USER_P0);
    [all...]
ShortcutManagerTest1.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
95 /** Contains a list of <(account, label), unread conversations> */
143 * Class representing the existing notifications, and the number of unread and
154 * Returns the number of key values pairs in the inner map.
161 * Returns a set of key values.
227 // Get the parts of the string that make the notification entry
302 * @return the title of this notification with each account and the number of unread and unseen
359 * @param accountUri The {@link Uri} of the {@link Account} of the notificatio
2026 public static NotificationBuilders of(NotificationCompat.Builder notifBuilder, method in class:NotificationUtils.NotificationBuilders
    [all...]
  /prebuilts/tools/common/api-generator/
api-generator-25.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/10.0.1/
guava-10.0.1.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2.jar 
  /frameworks/base/core/java/android/widget/
GridLayout.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
55 * The grid is composed of a set of infinitely thin lines that separate the
59 * through {@code N} inclusive. Regardless of how GridLayout is
60 * configured, grid index {@code 0} is fixed to the leading edge of the
69 * Each spec defines the set of rows or columns that are to be
70 * occupied; and how children should be aligned within the resulting group of cells.
72 * not prevent children being defined to occupy the same cell or group of cells.
78 * If a child does not specify the row and column indices of the cell i
2264 public static <K, V> Assoc<K, V> of(Class<K> keyType, Class<V> valueType) { method in class:Assoc
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 6 * You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
54 * The grid is composed of a set of infinitely thin lines that separate the
58 * through {@code N} inclusive. Regardless of how GridLayout is
59 * configured, grid index {@code 0} is fixed to the leading edge of the
68 * Each spec defines the set of rows or columns that are to be
69 * occupied; and how children should be aligned within the resulting group of cells.
71 * not prevent children being defined to occupy the same cell or group of cells.
77 * If a child does not specify the row and column indices of the cell i
2157 public static <K, V> Assoc<K, V> of(Class<K> keyType, Class<V> valueType) { method in class:Assoc
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
EnumSetTest.java 6 * the License. You may obtain a copy of the License at
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
124 // which is more than the bits of Long
132 // which is more than twice of the bits of Long
154 assertEquals(EnumSet.of(HugeEnumCount.NO65, HugeEnumCount.NO128), set);
156 assertEquals(EnumSet.of(HugeEnumCount.NO65), set);
179 assertEquals("Size of enumSet should be 64", 64, enumSet.size());
365 assertEquals("Size of set should be 2", 2, set.size());
492 assertEquals("Size of set should be 63:", 63, set.size())
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Character.java 7 * under the terms of the GNU General Public License version 2 only, as
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18 * You should have received a copy of the GNU General Public License version
35 * The {@code Character} class wraps a value of the primitive
36 * type {@code char} in an object. An object of type
46 * The methods and data of class {@code Character} are defined by
47 * the information in the <i>UnicodeData</i> file that is part of the
65 * than 16 bits. The range of legal <em>code point</em>s is now
69 * definition</i></a> of the U+<i>n</i> notation in the Unicode
72 * <p><a name="BMP">The set of characters from U+0000 to U+FFFF i
3003 public static UnicodeBlock of(char c) { method in class:Character.UnicodeBlock
3023 public static UnicodeBlock of(int codePoint) { method in class:Character.UnicodeBlock
4320 public static UnicodeScript of(int codePoint) { method in class:Character.UnicodeScript
    [all...]
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
gradle-tooling-api-1.11.jar 

Completed in 855 milliseconds

<<11121314151617181920>>