HomeSort by relevance Sort by last modified time
    Searched refs:generation (Results 1 - 25 of 592) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/gpu/gl/
GrGLGLSL.cpp 13 bool GrGLGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation) {
14 SkASSERT(generation);
23 *generation = k420_GrGLSLGeneration;
25 *generation = k400_GrGLSLGeneration;
27 *generation = k330_GrGLSLGeneration;
29 *generation = k150_GrGLSLGeneration;
31 *generation = k140_GrGLSLGeneration;
33 *generation = k130_GrGLSLGeneration;
35 *generation = k110_GrGLSLGeneration;
41 *generation = k320es_GrGLSLGeneration
    [all...]
GrGLGLSL.h 20 * Gets the most recent GLSL Generation compatible with the OpenGL context.
22 bool GrGLGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation);
  /frameworks/support/v7/recyclerview/src/android/support/v7/util/
ThreadUtil.java 23 void updateItemCount(int generation, int itemCount);
25 void addTile(int generation, TileList.Tile<T> tile);
27 void removeTile(int generation, int position);
32 void refresh(int generation);
MessageThreadUtil.java 40 public void updateItemCount(int generation, int itemCount) {
41 sendMessage(SyncQueueItem.obtainMessage(UPDATE_ITEM_COUNT, generation, itemCount));
45 public void addTile(int generation, TileList.Tile<T> tile) {
46 sendMessage(SyncQueueItem.obtainMessage(ADD_TILE, generation, tile));
50 public void removeTile(int generation, int position) {
51 sendMessage(SyncQueueItem.obtainMessage(REMOVE_TILE, generation, position));
98 public void refresh(int generation) {
99 sendMessageAtFrontOfQueue(SyncQueueItem.obtainMessage(REFRESH, generation, null));
  /external/autotest/client/common_lib/cros/fake_device_server/
meta_handler.py 17 def __init__(self, generation):
20 @param generation: string unique token for this server (e.g. a UUID).
23 self._generation = generation
27 if ['generation'] == list(args):
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16e-jrc.s 1 # Test the generation of jalrc/jrc opcodes
mips16-jalx.s 1 # Test the generation of jalx opcodes
mips-jalx.s 1 # Test the generation of jalx opcodes
  /external/toolchain-utils/bestflags/
steering.py 4 """The framework stage that produces the next generation of tasks to run.
15 """The core method template that produces the next generation of tasks to run.
17 This method waits for the results of the tasks from the previous generation.
19 next generation of tasks.
21 The main logic of producing the next generation from previous generation is
25 in the concrete subclasses of the class Generation to produce the next
26 application-specific generation. The steering method invokes the 'Next'
27 method, produces the next generation and submits the tasks in this generation
    [all...]
generation_test.py 4 """Generation unittest.
14 from generation import Generation
20 # The number of tasks to be put in a generation to be tested.
29 """This class test the Generation class.
31 Given a set of tasks in the generation, if there is any task that is pending,
38 Produce a generation with a set of tasks. Set the cost of the task one by
48 # The tasks for the generation to be tested.
51 gen = Generation(set(tasks), None)
57 # The Done method of the Generation should return false before all the task
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arm-it-bad-3.d 1 #name: Test automatic IT generation in Thumb-1 architectures.
  /frameworks/base/libs/hwui/font/
FontCacheHistoryTracker.cpp 27 glyph.startX, glyph.startY, glyph.bitmapW, glyph.bitmapH, glyph.generation);
32 log.appendFormat(" glyph skipped in gen: %d\n", entry.glyph.generation);
43 glyph.generation);
65 entry.glyph.generation = generation;
78 glyph.generation = generation;
88 glyph.generation = generation;
97 generation++
    [all...]
FontCacheHistoryTracker.h 41 uint16_t generation; member in struct:android::uirenderer::FontCacheHistoryTracker::CachedGlyph
60 uint16_t generation = 0; member in class:android::uirenderer::FontCacheHistoryTracker
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Main.java 38 GenerateResults generation = new GenerateResults(); local
40 generation.run(args);
  /external/libunwind/src/mi/
dyn-cancel.c 33 ++_U_dyn_info_list.generation;
dyn-register.c 35 ++_U_dyn_info_list.generation;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
unalign.s 1 # Test unaligned reloc generation
  /libcore/ojluni/src/main/java/java/util/concurrent/
CyclicBarrier.java 142 * Each use of the barrier is represented as a generation instance.
143 * The generation changes whenever the barrier is tripped, or
149 * There need not be an active generation if there has been a break
152 private static class Generation {
164 /** The current generation */
165 private Generation generation = new Generation(); field in class:CyclicBarrier
169 * on each generation. It is reset to parties on each new
170 * generation or when broken
    [all...]
  /frameworks/av/media/libaaudio/src/utility/
HandleTracker.cpp 33 // where each letter is 4 bits, t=type, g=generation, i=index
107 handle_tracker_generation_t generation = (mHandleHeaders[index] + 1) & GENERATION_MASK; local
108 // Avoid generation zero so that 0x0 is not a valid handle.
109 if (generation == GENERATION_INVALID) {
110 generation++;
112 return generation;
133 // Cycle the generation counter so stale handles can be detected.
134 handle_tracker_generation_t generation = nextGeneration_l(index); // reads header table local
135 handle_tracker_header_t inputHeader = buildHeader(type, generation);
196 // Invalidate the header type but preserve the generation count
197 handle_tracker_generation_t generation = mHandleHeaders[index] & GENERATION_MASK; local
    [all...]
  /external/v8/src/
compilation-cache.cc 41 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) {
42 DCHECK(generation < generations_);
44 if (tables_[generation]->IsUndefined(isolate())) {
46 tables_[generation] = *result;
49 CompilationCacheTable::cast(tables_[generation]);
57 // Don't directly age single-generation caches.
70 // Set the first generation as unborn.
96 // Probe the script generation tables. Make sure not to leak handles
99 for (int generation = 0; generation < generations(); generation++)
149 int generation; local
210 int generation; local
252 int generation; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHal.java 64 int generation);
90 int generation = mStreamConfigGenerations.get(deviceId, 0); local
91 if (generation != streamConfig.getGeneration()) {
107 int generation = mStreamConfigGenerations.get(deviceId, 0); local
108 if (generation != streamConfig.getGeneration()) {
128 int generation = mStreamConfigGenerations.get(deviceId, 0) + 1; local
129 mStreamConfigs.put(deviceId, nativeGetStreamConfigs(mPtr, deviceId, generation));
130 mStreamConfigGenerations.put(deviceId, generation);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
hexprefix.s 1 # Test for correct generation of hex prefixes.
  /frameworks/base/media/java/android/media/tv/
TvStreamConfig.java 55 generation(source.readInt()).build();
144 public Builder generation(int generation) { method in class:TvStreamConfig.Builder
145 mGeneration = generation;
  /frameworks/support/compat/tests/java/android/support/v4/provider/
SelfDestructiveThreadTest.java 104 Integer generation = thread.postAndWait(new Callable<Integer>() { local
110 assertNotNull(generation);
119 assertNotEquals(generation.intValue(), nextGeneration.intValue());
127 Integer generation = thread.postAndWait(new Callable<Integer>() { local
133 assertNotNull(generation);
142 assertEquals(generation.intValue(), nextGeneration.intValue());
150 Integer generation = thread.postAndWait(new Callable<Integer>() { local
156 assertNotNull(generation);
157 int firstGeneration = generation.intValue();
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
ThreadUtilTest.java 63 public void updateItemCount(int generation, int itemCount) {
65 setResultData("updateItemCount", generation, itemCount);
69 public void addTile(int generation, TileList.Tile<Integer> data) {
71 setResultData("addTile", generation, data);
75 public void removeTile(int generation, int position) {
77 setResultData("removeTile", generation, position);
84 public void refresh(int generation) {
86 setResultData("refresh", generation);

Completed in 1652 milliseconds

1 2 3 4 5 6 7 8 91011>>