Searched refs:first (Results 51 - 75 of 315) sorted by relevance

1234567891011>>

/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeupTimer.java92 MyEvent firstEvent = mEventQueue.first();
122 MyEvent firstEvent = mEventQueue.first();
158 if (mEventQueue.first() == event) {
181 MyEvent firstEvent = mEventQueue.first();
192 } else if (mEventQueue.first() != firstEvent) {
194 firstEvent = mEventQueue.first();
214 MyEvent event = mEventQueue.first();
316 // Sort the events by mMaxPeriod so that the first event can be used to
/frameworks/compile/mclinker/lib/LD/
H A DIdenticalCodeFolding.cpp81 LDSection* sect = (*kept).first;
82 Input* obj = (*kept).second.first;
90 LDSection* kept_sect = (*it).first;
91 Input* kept_obj = (*it).second.first;
110 LDSection* kept_sect = (*(m_KeptSections.begin() + kept_index)).first;
170 (funcptr_access_set.count(candidate->first) == 0)) {
172 m_KeptSections[candidate->first] = ObjectAndId(*obj, index);
174 FoldingCandidate(candidate->first, candidate->second, *obj));
199 for (ChecksumMap::iterator it = ret.first; it != ret.second; ++it) {
H A DEhFrameHdr.cpp30 return (pX.first < pY.first);
105 bst[id++] = (*entry).first - m_EhFrameHdr.addr();
/frameworks/native/libs/binder/
H A DBufferedTextOutput.cpp171 const char* first = txt; local
177 // Special cases for first data on a line.
196 vec.iov_base = (void*)first;
197 vec.iov_len = lastLine-first;
206 err = b->append(first, txt-first);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRetryManager.java64 * <li>4 retries with a 100 as the default randomization value for the first 2 values and
68 * <li>Infinite number of retries with the first one at 1000, the second at 2000 all
207 if (!value.first) return false;
214 if (!value.first) return false;
231 if (!value.first) return false;
239 if (!value.first) return false;
394 * @return Pair.first == true if stringValue an integer >= 0
407 + retVal.first + ", " + retVal.second);
416 * @return Pair.first
/frameworks/native/opengl/libagl/
H A Darray.cpp466 // We never use the first and second entries because they might be in
533 void drawPrimitivesPoints(ogles_context_t* c, GLint first, GLsizei count) argument
546 c->arrays.compileElements(c, v, first, num);
547 first += num;
564 void drawPrimitivesLineStrip(ogles_context_t* c, GLint first, GLsizei count) argument
571 c->arrays.compileElement(c, c->vc.vBuffer, first);
572 first += 1;
583 c->arrays.compileElements(c, v, first, num);
584 first += num;
603 void drawPrimitivesLineLoop(ogles_context_t* c, GLint first, GLsize argument
618 drawPrimitivesLines(ogles_context_t* c, GLint first, GLsizei count) argument
650 drawPrimitivesTriangleFanOrStrip(ogles_context_t* c, GLint first, GLsizei count, int winding) argument
704 drawPrimitivesTriangleStrip(ogles_context_t* c, GLint first, GLsizei count) argument
709 drawPrimitivesTriangleFan(ogles_context_t* c, GLint first, GLsizei count) argument
714 drawPrimitivesTriangles(ogles_context_t* c, GLint first, GLsizei count) argument
951 compileElement__generic(ogles_context_t* c, vertex_t* v, GLint first) argument
965 compileElements__generic(ogles_context_t* c, vertex_t* v, GLint first, GLsizei count) argument
1345 glDrawArrays(GLenum mode, GLint first, GLsizei count) argument
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp67 iterator first = m_pSectionData->getFragmentList().begin(); local
68 assert(first != m_pSectionData->getFragmentList().end() &&
70 AArch64PLT0* plt0 = &(llvm::cast<AArch64PLT0>(*first));
112 // first gotplt1 address
114 // first plt1 address
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp76 iterator first = m_pSectionData->getFragmentList().begin(); local
78 assert(first != m_pSectionData->getFragmentList().end() &&
81 ARMPLT0* plt0 = &(llvm::cast<ARMPLT0>(*first));
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
H A DCodeGenUtil.kt78 var first = true
80 apps(if (first) "" else ",", it.toCode())
81 first = false
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DUtils.java94 boolean first = true;
96 if (first) {
97 first = false;
130 boolean first = true;
132 if (first) {
133 first = false;
/frameworks/base/core/java/android/text/style/
H A DBulletSpan.java86 public int getLeadingMargin(boolean first) { argument
93 boolean first, Layout l) {
90 drawLeadingMargin(Canvas c, Paint p, int x, int dir, int top, int baseline, int bottom, CharSequence text, int start, int end, boolean first, Layout l) argument
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DDuotoneFilter.java46 "uniform vec3 first;\n" +
52 " vec3 new_color = (1.0 - energy) * first + energy * second;\n" +
112 float first[] = { Color.red(mFirstColor)/255f,
119 mProgram.setHostValue("first", first);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DColumnAdapter.java98 final int first = position * mColumns;
107 final int pos = first + i;
/frameworks/compile/mclinker/lib/Support/Unix/
H A DSystem.inc43 std::string Arch = ArchSplit.first;
/frameworks/compile/mclinker/
H A Dmcld-device-build.mk35 # Make sure bionic is first so we can include system headers.
/frameworks/native/libs/gui/tests/
H A DAndroid.mk51 include $(call first-makefiles-under,$(LOCAL_PATH))
/frameworks/native/opengl/tests/EGLTest/
H A DAndroid.mk37 include $(call first-makefiles-under,$(LOCAL_PATH))
/frameworks/base/tools/aapt2/
H A DMockResolver.h79 return p.first;
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DContiguousFIFOAggregator.java32 * The task will be scheduled to run when its corresponding key becomes the first expected key
41 * the first expected key.</li>
42 * <li>Execute task <b>2</b> for key <b>B</b>. The first expected key is <b>A</b>,
46 * the first expected, then we remove key <b>A</b> from the list of keys that we expect.</li>
47 * <li>This causes key <b>B</b> to be the first expected key, and we see that we have previously
49 * <li>Key <b>C</b> is now the first expected key, but it has no task,
51 * cannot run until its corresponding key <b>Z</b> becomes the first expected key. This can
83 * important. Keys that are declared first are guaranteed to have their tasks run first. You
92 * @param callback the callback to notify when the key becomes the first expecte
[all...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp49 if (it->first != 0 || created_surface_) {
50 eglDestroySurface(display(), it->second.first);
62 if (it->first != 0 || created_context_)
233 eglDestroySurface(display(), surface_window_pair->first);
265 return it->first;
/frameworks/base/core/java/android/content/
H A DClipData.java636 * @param item The contents of the first item in the clip.
652 * @param item The contents of the first item in the clip.
877 boolean first;
879 first = !mClipDescription.toShortString(b);
881 first = true;
884 if (!first) {
887 first = false;
894 if (!first) {
897 first = false;
905 public void toShortStringShortItems(StringBuilder b, boolean first) { argument
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp31 return V.first->getType()->isIntOrIntVectorTy();
157 const Value *V = I->first;
184 const llvm::Metadata *MD = I->first;
199 if (LHS.first->getType() != RHS.first->getType())
200 return VE.getTypeID(LHS.first->getType()) <
201 VE.getTypeID(RHS.first->getType());
223 ValueMap[Values[CstStart].first] = CstStart+1;
273 // Visit operands first to minimize RAUW.
515 ValueMap.erase(Values[i].first);
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp31 return V.first->getType()->isIntOrIntVectorTy();
157 const Value *V = I->first;
184 const llvm::Metadata *MD = I->first;
199 if (LHS.first->getType() != RHS.first->getType())
200 return VE.getTypeID(LHS.first->getType()) <
201 VE.getTypeID(RHS.first->getType());
223 ValueMap[Values[CstStart].first] = CstStart+1;
273 // Visit operands first to minimize RAUW.
515 ValueMap.erase(Values[i].first);
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp31 return V.first->getType()->isIntOrIntVectorTy();
157 const Value *V = I->first;
184 const llvm::Metadata *MD = I->first;
199 if (LHS.first->getType() != RHS.first->getType())
200 return VE.getTypeID(LHS.first->getType()) <
201 VE.getTypeID(RHS.first->getType());
223 ValueMap[Values[CstStart].first] = CstStart+1;
273 // Visit operands first to minimize RAUW.
515 ValueMap.erase(Values[i].first);
[all...]
/frameworks/base/core/jni/android/graphics/
H A DPathEffect.cpp31 SkPathEffect* first = reinterpret_cast<SkPathEffect*>(firstHandle); local
33 SkPathEffect* effect = SkSumPathEffect::Create(first, second);

Completed in 995 milliseconds

1234567891011>>