Searched refs:newHead (Results 1 - 13 of 13) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
H A DExecutionListBenchmark.java516 RunnableExecutorPair newHead = new RunnableExecutorPair(runnable, executor);
523 newHead.execute();
526 // Try to make newHead the new head of the stack at runnables.
527 newHead.next = oldHead;
528 } while (!UNSAFE.compareAndSwapObject(this, HEAD_OFFSET, oldHead, newHead));
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscnvrt.c118 _cmsIntentsPluginChunkType newHead = { NULL }; local
140 if (newHead.Intents == NULL)
141 newHead.Intents = newEntry;
144 ctx ->chunks[IntentPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsIntentsPluginChunkType));
H A Dcmsxform.c477 _cmsTransformPluginChunkType newHead = { NULL }; local
499 if (newHead.TransformCollection == NULL)
500 newHead.TransformCollection = newEntry;
503 ctx ->chunks[TransformPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTransformPluginChunkType));
H A Dcmsgamma.c74 _cmsCurvesPluginChunkType newHead = { NULL }; local
98 if (newHead.ParametricCurves == NULL)
99 newHead.ParametricCurves = newEntry;
102 ctx ->chunks[CurvesPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsCurvesPluginChunkType));
H A Dcmsopt.c1653 _cmsOptimizationPluginChunkType newHead = { NULL }; local
1678 if (newHead.OptimizationCollection == NULL)
1679 newHead.OptimizationCollection = newEntry;
1682 ctx ->chunks[OptimizationPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsOptimizationPluginChunkType));
H A Dcmstypes.c5275 _cmsTagTypePluginChunkType newHead = { NULL }; local
5297 if (newHead.TagTypes == NULL)
5298 newHead.TagTypes = newEntry;
5301 ctx ->chunks[loc] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTagTypePluginChunkType));
5476 _cmsTagPluginChunkType newHead = { NULL }; local
5498 if (newHead.Tag == NULL)
5499 newHead.Tag = newEntry;
5502 ctx ->chunks[TagPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsTagPluginChunkType));
H A Dcmspack.c3234 _cmsFormattersPluginChunkType newHead = { NULL }; local
3258 if (newHead.FactoryList == NULL)
3259 newHead.FactoryList = newEntry;
3262 ctx ->chunks[FormattersPlugin] = _cmsSubAllocDup(ctx->MemPool, &newHead, sizeof(_cmsFormattersPluginChunkType));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.jobs_3.7.0.v20150330-2103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 249 milliseconds