OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpSet
(Results
1 - 11
of
11
) sorted by null
/external/llvm/include/llvm/Analysis/
DominanceFrontier.h
93
std::set<BasicBlock *>
tmpSet
;
96
tmpSet
.insert(*I);
102
if (
tmpSet
.erase(Node) == 0)
107
if (!
tmpSet
.empty())
/external/icu4c/i18n/
uspoof_impl.cpp
268
UnicodeSet *
tmpSet
= NULL;
308
tmpSet
= new UnicodeSet(0, 0x10ffff);
309
if (fAllowedLocales == NULL ||
tmpSet
== NULL) {
313
tmpSet
->freeze();
315
fAllowedCharsSet =
tmpSet
;
335
tmpSet
= static_cast<UnicodeSet *>(allowedChars.clone());
337
if (
tmpSet
== NULL || tmpLocalesList == NULL) {
343
tmpSet
->freeze();
345
fAllowedCharsSet =
tmpSet
;
369
UnicodeSet
tmpSet
;
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c
368
USet *
tmpSet
;
374
tmpSet
= uset_open(0, 0x10ffff);
375
TEST_ASSERT(uset_equals(
tmpSet
, set));
382
uset_remove(
tmpSet
, goodLatin[1]);
383
uspoof_setAllowedChars(sc,
tmpSet
, &status);
385
uset_close(
tmpSet
);
/external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp
264
UnicodeSet *
tmpSet
= NULL;
304
tmpSet
= new UnicodeSet(0, 0x10ffff);
305
if (fAllowedLocales == NULL ||
tmpSet
== NULL) {
309
tmpSet
->freeze();
311
fAllowedCharsSet =
tmpSet
;
331
tmpSet
= static_cast<UnicodeSet *>(allowedChars.clone());
333
if (
tmpSet
== NULL || tmpLocalesList == NULL) {
339
tmpSet
->freeze();
341
fAllowedCharsSet =
tmpSet
;
365
UnicodeSet
tmpSet
;
[
all
...]
/external/icu4c/test/cintltst/
spooftest.c
392
USet *
tmpSet
;
398
tmpSet
= uset_open(0, 0x10ffff);
399
TEST_ASSERT(uset_equals(
tmpSet
, set));
406
uset_remove(
tmpSet
, goodLatin[1]);
407
uspoof_setAllowedChars(sc,
tmpSet
, &status);
409
uset_close(
tmpSet
);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java
344
private final HashSet<View>
tmpSet
= new HashSet<View>();
373
tmpSet
.clear();
379
tmpSet
.add(squatter);
383
for (final View squatter :
tmpSet
) {
/external/valgrind/main/coregrind/
m_redir.c
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
jquery.js
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
jquery-1.6.4.js
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 343 milliseconds