OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:extype
(Results
1 - 7
of
7
) sorted by null
/external/v8/test/webkit/fast/js/kde/
lval-exceptions.js
45
function fnShouldThrow(f,
exType
)
56
if (typeof
exType
== "undefined" || exception instanceof
exType
)
59
testFailed(f + " should throw exception " +
exType
+ ". Threw exception " + exception + ".");
61
testFailed(f + " should throw exception " +
exType
+ ". Was undefined.");
63
testFailed(f + " should throw exception " +
exType
+ ". Was " + _av + ".");
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleData.java
33
*
EXType
for {@link #getExemplarSet(int, int)}.
41
*
EXType
for {@link #getExemplarSet(int, int)}.
49
*
EXType
for {@link #getExemplarSet(int, int)}.
57
*
EXType
for {@link #getExemplarSet(int, int)}.
69
*
EXType
for {@link #getExemplarSet(int, int)}.
117
* the
extype
== {@link #ES_STANDARD}.
150
* @param
extype
The type of exemplar character set to retrieve.
154
public static UnicodeSet getExemplarSet(ULocale locale, int options, int
extype
) {
155
return LocaleData.getInstance(locale).getExemplarSet(options,
extype
);
169
* @param
extype
The type of exemplar set to be retrieved
[
all
...]
/external/guava/guava/src/com/google/common/util/concurrent/
SimpleTimeLimiter.java
179
for (Class<?>
exType
: method.getExceptionTypes()) {
181
if (
exType
== InterruptedException.class) {
/external/icu/icu4c/source/i18n/
ulocdata.c
102
uint32_t options, ULocaleDataExemplarSetType
extype
, UErrorCode *status){
115
exemplarChars = ures_getStringByKey(uld->bundle, exemplarSetTypes[
extype
], &len, &localStatus);
/external/icu/icu4c/source/i18n/unicode/
ulocdata.h
155
* @param
extype
Specifies the type of exemplar set to be retrieved.
166
uint32_t options, ULocaleDataExemplarSetType
extype
, UErrorCode *status);
/external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp
117
QualType
ExType
= Ex->getType();
119
T = LCtx->getAnalysisDeclContext()->getASTContext().getPointerType(
ExType
);
/packages/services/Telecomm/libs/
guava.jar
Completed in 243 milliseconds