HomeSort by relevance Sort by last modified time
    Searched refs:generation (Results 101 - 125 of 529) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
unwind_vxworks.d 2 #name: Unwind table generation
armv8-a-it-bad.s 34 @ Test automatic IT block generation at end of a file.
unwind.s 1 # Test generation of unwind tables
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
insns9s12x.s 1 # Test for correct generation of 9s12x specific insns.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
elf-rel.d 5 # Test the HI16/LO16 generation.
elfel-rel.d 6 # Test the HI16/LO16 generation.
r5900@isa-override-1.d 2 #name: MIPS ISA override code generation
  /external/toolchain-utils/bestflags/
iterative_elimination.py 30 from generation import Generation
83 class IterativeEliminationGeneration(Generation):
103 Generation.__init__(self, exe_set, None)
122 the base line and use the new base line for the new generation.
153 # Turn of the remaining flags one by one for the next generation.
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndex.java 434 * @param generation
435 * @return whether the index is at the given generation and the given device is connected
437 protected boolean isAtGeneration(MtpDevice device, long generation) {
438 return (mGeneration == generation) && (mDevice == device);
441 protected synchronized boolean setIndexingResults(MtpDevice device, long generation,
443 if (!isAtGeneration(device, generation)) {
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68hc11/
far-hc12.s 1 ;;; Test 68HC12 FAR trampoline generation
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c 69 (by "full collection", we mean a collection of the oldest generation).
177 state. The object doesn't live in any generation list, and its
181 The object lives in some generation list, and its tp_traverse is safe to
189 to gc_refs, for each object in the generation being collected.
191 times an object is referenced directly from outside the generation
197 indirectly) from outside the generation into an "unreachable" set.
363 * generation being collected, which can be recognized
421 * generation so we don't care about it, or move_unreachable
595 * weakrefs with callbacks may be moved into the `old` generation. Objects
663 * outside the current generation, CT may be reachable from the
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c 69 (by "full collection", we mean a collection of the oldest generation).
137 state. The object doesn't live in any generation list, and its
141 The object lives in some generation list, and its tp_traverse is safe to
149 to gc_refs, for each object in the generation being collected.
151 times an object is referenced directly from outside the generation
157 indirectly) from outside the generation into an "unreachable" set.
323 * generation being collected, which can be recognized
381 * generation so we don't care about it, or move_unreachable
544 * weakrefs with callbacks may be moved into the `old` generation. Objects
612 * outside the current generation, CT may be reachable from the
    [all...]
  /external/python/cpython2/Modules/
gcmodule.c 69 (by "full collection", we mean a collection of the oldest generation).
177 state. The object doesn't live in any generation list, and its
181 The object lives in some generation list, and its tp_traverse is safe to
189 to gc_refs, for each object in the generation being collected.
191 times an object is referenced directly from outside the generation
197 indirectly) from outside the generation into an "unreachable" set.
363 * generation being collected, which can be recognized
421 * generation so we don't care about it, or move_unreachable
595 * weakrefs with callbacks may be moved into the `old` generation. Objects
663 * outside the current generation, CT may be reachable from th
    [all...]
  /external/webrtc/webrtc/p2p/base/
portallocator.h 141 virtual uint32_t generation() { return generation_; } function in class:cricket::PortAllocatorSession
142 virtual void set_generation(uint32_t generation) { generation_ = generation; }
  /frameworks/av/media/libstagefright/
MediaClock.cpp 238 int32_t generation; local
239 CHECK(msg->findInt32("generation", &generation));
242 if (generation != mGeneration) {
307 msg->setInt32("generation", mGeneration);
  /hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
types.h 275 uint32_t generation,
324 uint32_t generation);
341 uint32_t generation,
  /hardware/google/av/media/codecs/base/
SimpleC2Component.cpp 325 uint64_t generation; local
345 generation = queue->generation();
417 if (queue->generation() != generation) {
418 ALOGD("work form old generation: was %" PRIu64 " now %" PRIu64,
419 queue->generation(), generation);
  /external/libchrome/base/trace_event/
trace_log.cc 221 int generation() const { return generation_; }
250 generation_(trace_log->generation()) {
324 // Return the chunk to the buffer only if the generation matches.
328 // find the generation mismatch and delete this buffer soon.
389 !CheckGeneration(thread_local_event_buffer->generation())) {
874 int gen = generation();
940 void TraceLog::FinishFlush(int generation, bool discard_events) {
945 if (!CheckGeneration(generation))
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_lookup_tables.py 25 return _TelTables.technology_tbl[rat_type]['generation']
28 def network_preference_for_generation(generation, operator, phone_type=None):
30 return _TelTables.operator_network_tbl[operator][generation][
34 generation]['network_preference']
42 def rat_family_for_generation(generation, operator, phone_type=None):
44 return _TelTables.operator_network_tbl[operator][generation][
48 generation]['rat_family']
265 'generation': tel_defines.GEN_3G,
272 'generation': tel_defines.GEN_2G,
279 'generation': tel_defines.GEN_2G
    [all...]
  /external/skia/src/gpu/
GrDrawOpAtlas.h 301 uint64_t generation) {
305 SkASSERT(generation < ((uint64_t)1 << 48));
306 return generation << 16 | plotIdx << 8 | pageIdx;
343 // top 48 bits are reserved for the generation ID
  /external/skqp/src/gpu/
GrDrawOpAtlas.h 293 uint64_t generation) {
297 SkASSERT(generation < ((uint64_t)1 << 48));
298 return generation << 16 | plotIdx << 8 | pageIdx;
335 // top 48 bits are reserved for the generation ID
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2DecoderPassThrough.cpp 96 int32_t generation; local
97 CHECK(msg->findInt32("generation", &generation));
98 return generation != mBufferGeneration;
340 reply->setInt32("generation", mBufferGeneration);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderPassThrough.cpp 97 int32_t generation; local
98 CHECK(msg->findInt32("generation", &generation));
99 return generation != mBufferGeneration;
341 reply->setInt32("generation", mBufferGeneration);
  /libcore/ojluni/src/main/java/java/util/logging/
FileHandler.java 118 * <li> "%g" the generation number to distinguish rotated logs </li>
123 * than one, then the generation number will be added to the end of
131 * Generation numbers follow the sequence 0, 1, 2, etc.
139 * (This will be after any automatically added generation number.)
559 * Generate a file based on a user-supplied pattern, generation number,
562 * @param generation the generation number to distinguish rotated logs
567 private File generate(String pattern, int generation, int unique)
612 word = word + generation;
630 word = word + "." + generation;
    [all...]
  /external/libunwind/include/
libunwind-dynamic.h 153 uint32_t generation; member in struct:unw_dyn_info_list

Completed in 1123 milliseconds

1 2 3 45 6 7 8 91011>>