Searched
full:base (Results
1576 -
1600 of
4489) sorted by null
<<61626364656667686970>>
/external/guava/src/com/google/common/collect/ |
Lists.java | 21 import com.google.common.base.Function; 38 import static com.google.common.base.Preconditions.checkArgument; 39 import static com.google.common.base.Preconditions.checkElementIndex; 40 import static com.google.common.base.Preconditions.checkNotNull;
|
SingletonImmutableMap.java | 25 import static com.google.common.base.Preconditions.checkNotNull;
|
/external/guava/src/com/google/common/io/ |
LineReader.java | 19 import com.google.common.base.Preconditions;
|
/external/guava/src/com/google/common/primitives/ |
Booleans.java | 31 import static com.google.common.base.Preconditions.checkArgument; 32 import static com.google.common.base.Preconditions.checkElementIndex; 33 import static com.google.common.base.Preconditions.checkNotNull; 34 import static com.google.common.base.Preconditions.checkPositionIndexes;
|
Bytes.java | 20 import static com.google.common.base.Preconditions.checkArgument; 21 import static com.google.common.base.Preconditions.checkElementIndex; 22 import static com.google.common.base.Preconditions.checkNotNull; 23 import static com.google.common.base.Preconditions.checkPositionIndexes;
|
/external/icu4c/common/ |
ucmndata.c | 106 const char *base=(const char *)toc; local 115 fprintf(stderr, "\tx%d: %s\n", start, &base[toc->entry[start].nameOffset]); 130 strResult = uprv_strcmp(tocEntryName, base+entry[number].nameOffset); 147 return (const DataHeader *)(base+entry->dataOffset);
|
uenumimp.h | 107 /* baseContext. For the base class only. Don't touch! */
|
/external/icu4c/common/unicode/ |
dtintrv.h | 68 * . Base* polymorphic_pointer = createPolymorphicObject();
|
/external/icu4c/i18n/unicode/ |
dtptngen.h | 120 * Utility to return a unique base skeleton from a given pattern. This is 129 * @return base skeleton, such as "Md" 298 * Return a list of all the base skeletons (in canonical form) from this class. 302 * @return a StringEnumeration with the base skeletons.
|
numsys.h | 87 * @param radix The radix (base) for this numbering system.
|
tmutamt.h | 116 * . Base* polymorphic_pointer = createPolymorphicObject();
|
udatpg.h | 200 * Get a unique base skeleton from a given pattern. This is the same 216 * @param capacity the capacity of base skeleton. 444 * Return a UEnumeration list of all the base skeletons in canonical form. 449 * @return a UEnumeration list of all the base skeletons
|
/external/icu4c/i18n/ |
windtfmt.h | 101 * . Base* polymorphic_pointer = createPolymorphicObject();
|
/external/icu4c/layout/ |
ThaiLayoutEngine.h | 82 * The character used as a base for vowels and
|
/external/icu4c/tools/ctestfw/unicode/ |
testdata.h | 9 /* Base class for data driven tests */
|
tstdtmod.h | 9 /* Base class for data driven tests */
|
/external/icu4c/tools/gencmn/ |
gencmn.8.in | 85 instead of the default. This name is also used as the base name of the
|
/external/icu4c/tools/makeconv/ |
makeconv.1.in | 32 into a binary file. The binary file has the same base name as
|
/external/icu4c/tools/toolutil/ |
toolutil.h | 84 * that its base address is aligned for any types.
|
/external/ipsec-tools/src/libipsec/ |
ipsec_strerror.c | 77 "Priority offset from base not in valid range [0, 1073741823] for negative offsets and [0, 1073741824] for positive offsets", /* EIPSEC_INVAL_PRIORITY_OFFSET */
|
ipsec_strerror.h | 68 #define EIPSEC_INVAL_PRIORITY_BASE_OFFSET 28 /* priority base offset too
|
/external/ipsec-tools/src/racoon/ |
isakmp_xauth.h | 137 vchar_t *base; member in struct:xauth_ldap_config
|
localconf.h | 88 vchar_t *ident[LC_IDENTTYPE_MAX]; /* base of Identifier payload. */
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample-natt | 62 exchange_mode main,base,aggressive;
|
/external/jdiff/src/jdiff/ |
Options.java | 266 err.msg("No base location specified after -baseURI option."); 422 System.err.println(" -baseURI <base> Use \"base\" as the base location of the various DTDs and Schemas used by JDiff");
|
Completed in 272 milliseconds
<<61626364656667686970>>