OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:weaks
(Results
1 - 17
of
17
) sorted by null
/external/opencv3/modules/objdetect/src/
cascadedetect_convert.cpp
111
std::vector<HaarClassifier>
weaks
;
member in struct:cv::haar_cvt::HaarStageClassifier
142
stage.
weaks
.resize(nweaks);
146
HaarClassifier& weak = stage.
weaks
[j];
203
maxWeakCount = std::max(maxWeakCount, (int)stages[i].
weaks
.size());
221
int nweaks = (int)stages[i].
weaks
.size();
227
const HaarClassifier& c = stages[i].
weaks
[j];
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-undefined/
weak-undef.exp
61
# The linker should accept references to undefined
weaks
without error,
/art/runtime/
intern_table_test.cc
107
// We should traverse only the
weaks
...
139
//
Weaks
are always weak.
runtime.h
357
// Sweep system
weaks
, the system weak is deleted if the visitor return null. Otherwise, the
thread.h
[
all
...]
/art/runtime/gc/collector/
garbage_collector.h
187
// and will be used for reading system
weaks
while the GC is running.
mark_sweep.cc
205
// Disallow new system
weaks
to prevent a race which occurs when someone adds a new system
322
// Clean up class loaders after system
weaks
are swept since that is how we know if class
[
all
...]
mark_compact.cc
366
// Update the system
weaks
, these should already have been swept.
concurrent_copying.cc
411
//
weaks
) that may happen concurrently while we processing the mark stack and newly mark/gray
[
all
...]
/art/runtime/lambda/
box_table.h
96
// If the GC has come in and temporarily disallowed touching
weaks
, block until is it allowed.
box_table.cc
61
new_weaks_condition_("lambda box table allowed
weaks
", *Locks::lambda_table_lock_) {}
/toolchain/binutils/binutils-2.25/bfd/
elflink.c
3320
struct elf_link_hash_entry *
weaks
;
local
[
all
...]
ChangeLog-2013
[
all
...]
ChangeLog-0203
[
all
...]
/art/runtime/gc/
heap.cc
[
all
...]
/toolchain/binutils/binutils-2.25/gas/
ChangeLog-2004
269
(symbol_equated_reloc_p): Don't equate
weaks
when relocating
293
(symbol_equated_reloc_p): Equate to
weaks
when relocating.
[
all
...]
/toolchain/binutils/binutils-2.25/ld/testsuite/
ChangeLog-2005
391
* ld-elfweak/size2a.s: Extend test to check size for two
weaks
.
[
all
...]
Completed in 3497 milliseconds