Searched refs:first (Results 276 - 300 of 315) sorted by relevance

<<111213

/frameworks/base/tools/aapt/
H A DResource.cpp952 // with the type 0x01, so we're looking for the first attribute
2033 ssize_t first; local
2034 if ((first = symbol.find(":", 0)) >= 0
2035 || (first = symbol.find(".", 0)) >= 0) {
2038 for (size_t i = first; i < size; i++) {
/frameworks/compile/slang/
H A Dslang_backend.cpp291 // Name goes first
292 Pragma.push_back(llvm::MDString::get(mLLVMContext, I->first));
H A Dslang_rs_reflection_cpp.cpp692 mOut << I->first << " " << I->second;
H A Dslang_rs_reflection.cpp2099 mOut << I->first << " " << I->second;
/frameworks/native/opengl/include/GLES/
H A Dgl.h662 GL_API void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
H A Dglext.h1061 typedef void (GL_APIENTRYP PFNGLMULTIDRAWARRAYSEXTPROC) (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h417 GL_APICALL void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h501 GLAPI void APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp337 // we have checked this when it was first loaded.
658 * data encoded. In that case, drop the high bit of the first character and
680 * data encoded. In that case, drop the high bit of the first character and
1601 // and first XML node.
1774 // The smallest 5 bits of the second char are the first alphabet.
1775 const uint8_t first = in[1] & 0x1f; local
1776 // The last three bits of the second char and the first two bits
1777 // of the first char are the second alphabet.
1779 // Bits 3 to 7 (inclusive) of the first char are the third alphabet.
1782 out[0] = first
1806 uint8_t first = (in[0] - base) & 0x007f; local
[all...]
/frameworks/base/core/java/android/app/
H A DActivity.java221 * <li>The <b>entire lifetime</b> of an activity happens between the first call
294 * <td>Called when the activity is first created.
629 * processes (the first ones).
1017 * came from the restored PersistableBundle first
1120 * @param persistentState The data caming from the PersistableBundle first
1385 * the first time that this activity is restarted following the next device reboot.
1446 * the new activity without first killing this one. This is also a good
1696 * is <em>first</em> drawn and displayed. To participate in app launch time
1697 * measurement, you should always call this method after first launch (when
1700 * can safely call this method any time after first launc
3718 onApplyThemeResource(Resources.Theme theme, @StyleRes int resid, boolean first) argument
[all...]
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1255 * manufacturer. As such, applications should use the first suitable codec in the
1456 sizeRange.first.getWidth(),
1459 sizeRange.first.getHeight(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1317 // We want to at least be able collapse the first item and not ending in a weird
1326 * @return the first child which has visibility unequal to GONE
1340 * @return The first child which has visibility unequal to GONE which is currently below the
1692 ExpandableNotificationRow row = eventPair.first;
1913 ExpandableNotificationRow row = eventPair.first;
2472 * @return the y position of the first notification
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java574 // first alarm we've seen in the current delivery generation from this package
2210 // The change is by at least +/- 500 ms (or this is the first change),
2274 // just deliver them first because we generally want non-wakeup
2303 boolean first) {
2307 if (first || mLastWakeLockUnimportantForLogging) {
2302 setWakelockWorkSource(PendingIntent pi, WorkSource ws, int type, String tag, boolean first) argument
H A DAppOpsService.java653 if (report.second == op && report.first.equals(packageName)) {
766 cb.mCallback.opChanged(rep.second, rep.first);
1141 // This is the first time we have seen this package name under this uid,
/frameworks/native/opengl/include/GLES3/
H A Dgl31.h417 GL_APICALL void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
897 GL_APICALL void GL_APIENTRY glDrawArraysInstanced (GLenum mode, GLint first, GLsizei count, GLsizei instancecount);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java788 // There may not be a photo yet if anything but the first contact address
873 // Draw bitmap through shader first.
1388 * default is the selected item (if one is selected), or the first item, in the popup
1434 // let's choose the selected or first entry if only the input text is NOT an email
1440 // Nothing is selected; use the first item
1981 public int compare(DrawableRecipientChip first, DrawableRecipientChip second) {
1982 int firstStart = spannable.getSpanStart(first);
2049 // Take the first <= CHIP_LIMIT addresses and get to the end of the second one.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java1236 mDataRegState = drsRatPair.first;
1465 int drs = drsRatPair.first;
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java257 * file index in SOUND_EFFECT_FILES[] (first column) and indicating if effect
758 // process restarts after a crash, not the first time it is started.
2345 * This method must be called at first when sound effects are enabled
3751 // apply default volume first: by convention this will reset all
3860 // apply default device volume from source stream to all devices first in case
5626 boolean first = true;
5630 if (!first) pw.print(',');
5633 first = false;
5637 if (!first) pw.print(',');
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp668 plt = it->second.first;
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp567 config_.options().excludeLIBS().insert(res.first.str());
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp80 // that the first event be finished. This value extends the ANR timeout by the specified
185 bool first = true; local
189 if (first) {
190 first = false;
1249 // Try to assign the pointer to the first foreground window we find, if there is one.
1422 // If this is the first pointer going down and the touched window has a wallpaper
2298 // The first/last pointer went down/up.
3624 // If the application did not handle a non-fallback key, first check
H A DInputReader.cpp131 // key codes enumerated counter-clockwise with the original (unrotated) key first
982 if (!changes) { // first time only
1659 // current slot index will not be the same as it was when the first event was
2117 if (!changes) { // first time only
2426 if (!changes) { // first time only
2905 if (!changes) { // first time only
2944 // Send reset, unless this is the first time the device has been configured,
5115 // If the gesture ever enters a mode other than TAP, HOVER or TAP_DRAG, without first returning
5204 // active. If the user first puts one finger down to click then adds another
5513 bool first local
6262 bool first = true; local
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java1979 boolean first = true;
1981 if (!first) sb.append(',');
1982 else first = false;
2447 // if mCountryCodeSequence == 0, it is the first time to set country code, always set
3425 // first program the network we want to look for thru the pno API
7519 * Hence, sends a disconnect to supplicant first.
8136 boolean first = true;
8138 if (!first)
8141 first = false;
9833 // Needs to be first thin
[all...]
/frameworks/base/libs/hwui/
H A DDisplayListOp.h827 // worth performing a first iteration to count the exact number
1524 renderer.drawShadow(mCasterAlpha, buffers.first, buffers.second);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp865 /* void glDrawArrays ( GLenum mode, GLint first, GLsizei count ) */
868 (JNIEnv *_env, jobject _this, jint mode, jint first, jint count) {
871 (GLint)first,
867 android_glDrawArrays__III(JNIEnv *_env, jobject _this, jint mode, jint first, jint count) argument

Completed in 2626 milliseconds

<<111213