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

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 1059 int32_t generation; local
    [all...]
MediaCodec.cpp 2705 int32_t generation; local
2779 int32_t generation; local
3379 uint32_t generation = (getpid() << 10) | (++mSurfaceGeneration & ((1 << 10) - 1)); local
    [all...]
  /frameworks/av/media/libstagefright/bqhelper/
GraphicBufferSource.cpp 744 msg->setInt32("generation", ++mRepeatLastFrameGeneration);
1350 int32_t generation; local
    [all...]
  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 120 int32_t generation; local
121 msg->findInt32("generation", &generation);
123 if (generation != mCodec->mGeneration) {
458 mData->mActivityNotification->setInt32("generation", mData->mGeneration);
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_test_utils.py     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 491 /** Allows the generation of unique Id's for DataConnection objects */
1667 final int generation = apnContext.getConnectionGeneration(); local
2046 final int generation = apnContext.incAndGetConnectionGeneration(); local
3080 final int generation = apnContext.getConnectionGeneration(); local
    [all...]
  /hardware/google/av/media/sfplugin/
CCodecBufferChannel.cpp     [all...]
  /external/webrtc/webrtc/p2p/base/
port.cc     [all...]
  /cts/hostsidetests/sustainedperf/dhrystone/
Drystone-2.1.sh 62 X suppressed code generation for too many statements (by "dead code
113 Xsuppresses code generation for a part of the statements. Therefore in
172 X suppressed code generation for the division.
188 X prevent the suppression of code generation for the assignment to
308 X generation" and "optimization" in compilers: Some compilers perform
    [all...]
  /external/harfbuzz_ng/
git.mk 24 # This enables automatic .gitignore generation. If you need to ignore
204 # Actual .gitignore generation:
  /external/icu/icu4c/source/test/perf/collationperf/
CollPerf.pl 196 <td>Timing for generation of sort keys, used to 'precompile' information so
  /external/kernel-headers/original/uapi/linux/
fuse.h 401 uint64_t generation; /* Inode generation: nodeid:gen must member in struct:fuse_entry_out
  /frameworks/support/v7/recyclerview/src/test/java/androidx/recyclerview/widget/
SortedListTest.java 551 for (int generation = 0; generation < maxGeneration; generation++) {
555 Item item = new Item(uniqueId++, cmpField, generation);
    [all...]
  /libcore/
JavaLibrary.mk 346 # rerun doc generation without recompiling the java
386 # Remember the target that will trigger the code generation.
  /system/core/libappfuse/tests/
FuseAppLoopTest.cc 149 EXPECT_EQ(0u, response_.entry_out.generation);
  /external/apache-http/
Android.mk 133 # Remember the target that will trigger the code generation.
  /external/curl/packages/vms/
compare_curl_source.com 25 $! 1. Files that are not generation 1.
312 $! For missing loop, check the latest generation.
  /external/libunwind/src/dwarf/
Gparser.c 531 if (atomic_read (&as->cache_generation) != atomic_read (&cache->generation))
534 cache->generation = as->cache_generation;
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 272 /// keep track of a generation count of the read, which is compared against
273 /// the current generation count. The current generation count is incremented
276 /// events (such as fences or atomic instructions) increment the generation
283 unsigned Generation;
288 : DefInst(nullptr), Generation(0), MatchingId(-1), IsAtomic(false),
290 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId,
292 : DefInst(Inst), Generation(Generation), MatchingId(MatchingId),
305 /// It uses the same generation count as loads
    [all...]
  /external/robolectric-shadows/
run_robotests.mk 186 # The JAR file containing the report generation tool.
  /external/syslinux/core/fs/btrfs/
btrfs.c 184 if (buf.generation > transid) {
186 transid = buf.generation;
  /external/webrtc/webrtc/p2p/client/
basicportallocator.cc 441 port->set_generation(generation());
650 << component_ << ":" << generation();
906 << "STUN candidate generation.";
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java 1421 final int generation = mGeneration++; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
go.go 222 // Controls generation of DWARF inlined instance records. Zero
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
init.go 175 // Skip DWARF generation due to #21647

Completed in 669 milliseconds

<<11121314151617181920>>