/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_inline_literals.c | 93 &c->Program.Constants.Constants[src_reg->Index];
|
radeon_program.h | 165 struct rc_constant_list Constants;
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
TestAppLoadingScreen.java | 91 ProgramVertexFixedFunction.Constants va = new ProgramVertexFixedFunction.Constants(mRS);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppBtEnablingActivity.java | 58 private static final boolean D = Constants.DEBUG; 60 private static final boolean V = Constants.VERBOSE;
|
BluetoothOppLiveFolder.java | 73 Constants.ACTION_OPEN, BluetoothShare.CONTENT_URI));
|
BluetoothOppObexClientSession.java | 63 private static final boolean D = Constants.DEBUG; 64 private static final boolean V = Constants.VERBOSE; 288 Constants.updateShareStatus(mContext1, mInfo.mId, status); 314 Constants.updateShareStatus(mContext1, mInfo.mId, fileInfo.mStatus); 350 Constants.updateShareStatus(mContext1, mInfo.mId, BluetoothShare.STATUS_RUNNING); 365 Constants.updateShareStatus(mContext1, mInfo.mId, status); 381 Constants.updateShareStatus(mContext1, mInfo.mId, status); 528 Constants.updateShareStatus(mContext1, mInfo.mId, status); 546 Constants.updateShareStatus(mContext1, mInfo.mId, status);
|
TestActivity.java | 118 Log.v(Constants.TAG, " Get share intent with Uri " + stream + " mimetype is " 120 // Log.v(Constants.TAG, " trying Uri function " + 134 * Log.v(Constants.TAG, "insert contentUri: " + contentUri); 172 * String id = contentUri.getPathSegments().get(1); Log.v(Constants.TAG, 205 * BluetoothShare.TIMESTAMP}, null, null, null); Log.v(Constants.TAG, 222 Log.v(Constants.TAG, "Send to address " + address); 231 Log.v(Constants.TAG, "Send media no. " + media); 262 Log.v(Constants.TAG, "parseInt " + records); 269 Log.v(Constants.TAG, "insert contentUri: " + contentUri); 271 Log.v(Constants.TAG, "currentInsert = " + currentInsert) [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardParams.java | 23 import com.android.inputmethod.latin.Constants; 97 if (key.getCode() == Constants.CODE_SHIFT) {
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
AuthenticatorActivity.java | 19 import com.example.android.samplesync.Constants; 173 final Account account = new Account(mUsername, Constants.ACCOUNT_TYPE); 194 final Account account = new Account(mUsername, Constants.ACCOUNT_TYPE); 204 intent.putExtra(AccountManager.KEY_ACCOUNT_TYPE, Constants.ACCOUNT_TYPE);
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemTextLiteral.java | 175 * Constants class. 176 * @see org.apache.xalan.templates.Constants 180 return Constants.ELEMNAME_TEXTLITERALRESULT;
|
ElemVariable.java | 196 * Constants class. 197 * @see org.apache.xalan.templates.Constants 201 return Constants.ELEMNAME_VARIABLE; 211 return Constants.ELEMNAME_VARIABLE_STRING; 414 if (Constants.ELEMNAME_VALUEOF == etype) 427 else if (Constants.ELEMNAME_TEXTLITERALRESULT == etype)
|
ElemNumber.java | 243 private int m_level = Constants.NUMBERLEVEL_SINGLE; 528 * @see org.apache.xalan.templates.Constants 534 return Constants.ELEMNAME_NUMBER; 544 return Constants.ELEMNAME_NUMBER_STRING; 812 if (Constants.NUMBERLEVEL_ANY == m_level) 821 Constants.NUMBERLEVEL_SINGLE == m_level); 859 if (Constants.NUMBERLEVEL_ANY == m_level) 949 if (Constants.NUMBERLEVEL_ANY == m_level) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
PrefixResolverDefault.java | 85 namespace = Constants.S_XMLNAMESPACEURI;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_program.h | 165 struct rc_constant_list Constants;
|
/frameworks/base/docs/html/ |
gcm_navtree_data.js | 4 , null ], [ "com.google.android.gcm.server", "reference/com/google/android/gcm/server/package-summary.html", [ [ "Classes", null, [ [ "Constants", "reference/com/google/android/gcm/server/Constants.html", null, null ], [ "Message", "reference/com/google/android/gcm/server/Message.html", null, null ], [ "Message.Builder", "reference/com/google/android/gcm/server/Message.Builder.html", null, null ], [ "MulticastResult", "reference/com/google/android/gcm/server/MulticastResult.html", null, null ], [ "MulticastResult.Builder", "reference/com/google/android/gcm/server/MulticastResult.Builder.html", null, null ], [ "Result", "reference/com/google/android/gcm/server/Result.html", null, null ], [ "Result.Builder", "reference/com/google/android/gcm/server/Result.Builder.html", null, null ], [ "Sender", "reference/com/google/android/gcm/server/Sender.html", null, null ] ]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
KeyboardActionListener.java | 19 import com.android.inputmethod.latin.Constants; 50 * {@link Constants#NOT_A_COORDINATE}. If it's called on insertion from the 51 * suggestion strip, it should be {@link Constants#SUGGESTION_STRIP_COORDINATE}. 54 * {@link Constants#NOT_A_COORDINATE}.If it's called on insertion from the 55 * suggestion strip, it should be {@link Constants#SUGGESTION_STRIP_COORDINATE}.
|
MainKeyboardView.java | 59 import com.android.inputmethod.latin.Constants; 132 private int mLanguageOnSpacebarAnimAlpha = Constants.Color.ALPHA_OPAQUE; 148 private int mAltCodeKeyWhileTypingAnimAlpha = Constants.Color.ALPHA_OPAQUE; 302 if (typedCode == Constants.CODE_SPACE || typedCode == Constants.CODE_ENTER) { 457 Constants.Color.ALPHA_OPAQUE); 617 mSpaceKey = keyboard.getKey(Constants.CODE_SPACE); 619 ? mSpaceKey.getIcon(keyboard.mIconsSet, Constants.Color.ALPHA_OPAQUE) : null; [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LastComposedWord.java | 50 new InputPointers(Constants.DICTIONARY_MAX_WORD_LENGTH);
|
SubtypeSwitcher.java | 19 import static com.android.inputmethod.latin.Constants.Subtype.ExtraValue.REQ_NETWORK_CONNECTIVITY; 64 + "," + Constants.Subtype.ExtraValue.ASCII_CAPABLE 66 + Constants.Subtype.ExtraValue.EMOJI_CAPABLE, 74 + Constants.Subtype.ExtraValue.EMOJI_CAPABLE,
|
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/ |
TrampolineActivity.java | 35 import com.android.providers.downloads.Constants; 77 Log.d(Constants.TAG, "Found " + id + " with status " + status + ", reason " + reason); 109 final Intent intent = new Intent(Constants.ACTION_LIST); 110 intent.setPackage(Constants.PROVIDER_PACKAGE_NAME);
|
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/ |
GalaxyRS.java | 36 private ProgramVertexFixedFunction.Constants mPvOrthoAlloc; 37 private ProgramVertexFixedFunction.Constants mPvProjectionAlloc; 181 mPvOrthoAlloc = new ProgramVertexFixedFunction.Constants(mRS); 190 mPvProjectionAlloc = new ProgramVertexFixedFunction.Constants(mRS);
|
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorJava.h | 44 VideoEditJava_Constant g##m_class##Constants [] = 54 &g##m_class##Constants[0], \ 55 (sizeof(g##m_class##Constants) / sizeof(VideoEditJava_Constant)), \ 60 void videoEditJava_init##m_class##Constants( \ 135 videoEditJava_init##m_class##Constants( \
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadNotifier.java | 23 import static com.android.providers.downloads.Constants.TAG; 166 final Intent intent = new Intent(Constants.ACTION_LIST, 182 action = Constants.ACTION_LIST; 185 action = Constants.ACTION_OPEN; 187 action = Constants.ACTION_LIST; 197 final Intent hideIntent = new Intent(Constants.ACTION_HIDE,
|
/libcore/luni/src/test/java/libcore/sqlite/ |
OldDatabaseTest.java | 23 import SQLite.Constants; 264 assertEquals(errors.get(0), db.error_string(Constants.SQLITE_LOCKED)); 338 // db.error_string(Constants.SQLITE_LOCKED)); 369 // // db.error_string(Constants.SQLITE_LOCKED)); 429 db.error_string(Constants.SQLITE_LOCKED)); 584 db.function_type("myaggfunc", Constants.SQLITE3_TEXT); 622 db.function_type("sin", Constants.SQLITE_FLOAT); 632 db.function_type("sin", Constants.SQLITE_BLOB); 646 assertEquals(db.last_error(), Constants.SQLITE_OK); 653 assertEquals(db.last_error(),Constants.SQLITE_ERROR) [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
wallpaper_manager.js | 175 WallpaperUtil.saveToStorage(Constants.AccessManifestKey, manifest, false); 182 var accessManifestKey = Constants.AccessManifestKey; 184 Constants.WallpaperLocalStorage.get(accessManifestKey, function(items) { 200 WallpaperUtil.saveToStorage(Constants.AccessSurpriseMeEnabledKey, 236 Constants.WallpaperLocalStorage.get(Constants.AccessSurpriseMeEnabledKey, 238 if (items[Constants.AccessSurpriseMeEnabledKey]) { 247 Constants.WallpaperSourceEnum.Online, function(lists) { 258 Constants.HighResolutionSuffix; 316 if (!item || item.source != Constants.WallpaperSourceEnum.Custom [all...] |