/development/samples/ApiDemos/src/com/example/android/apis/os/ |
RotationVectorDemo.java | 34 * {@link SensorEvent#values rotation vector sensor} 118 mRotationMatrix , event.values);
|
/external/chromium/net/http/ |
http_cache_transaction.h | 93 std::string values[kNumValidationHeaders]; member in struct:net::HttpCache::Transaction::ValidationHeaders
|
http_util.h | 40 // charset values are normalized to lowercase. The mime_type and charset 41 // output values are only modified if the content_type_str contains a mime 51 // value is false then values in |ranges| should not be used. The format of 71 // separated list since their values are (or contain) unquoted HTTP-date 72 // values, which may contain a comma (see RFC 2616 section 3.3.1). 154 // over the values in a multi-value header, use ValuesIterator. 164 // is a next header. Use name* and values* methods to access the resultant 165 // header name and values. 196 std::string values() const { function in class:net::HttpUtil::HeadersIterator 208 // Used to iterate over deliminated values in a HTTP header. HTTP LWS i [all...] |
/external/chromium/third_party/icu/source/common/ |
dictbe.cpp | 467 // The katakanaCost values below are based on the length frequencies of all 474 //TODO: fill array with actual values from dictionary! 617 AutoBuffer<uint16_t, maxWordSize> values(numChars); 632 fDictionary->matches(&normalizedText, maxSearchLength, lengths.elems(), count, maxSearchLength, values.elems()); 641 values[count] = maxSnlp; 646 //U_ASSERT(values[j] >= 0 && values[j] <= maxSnlp); 647 uint32_t newSnlp = bestSnlp[i] + values[j]; 709 // while reversing t_bdry and pushing values to foundBreaks.
|
/external/chromium/third_party/icu/source/i18n/ |
uspoof_buildconf.cpp | 427 uint16_t *values = local 435 values[i] = static_cast<uint16_t>(value); 438 rawData->fCFUStringIndex = (char *)values - (char *)rawData; 440 fSpoofImpl->fSpoofData->fCFUValues = values; 460 // While copying into the runtime array do some sanity checks on the values 485 // each consisting of a pair of 16 bit values, hence the divide by 2. 493 // addKeyEntry Construction of the confusable Key and Mapping Values tables. 538 // Includes adding entries to both the key table and the parallel values table. 556 // set the multiple-values flag on it.
|
/external/icu4c/i18n/ |
uspoof_conf.cpp | 427 uint16_t *values = local 435 values[i] = static_cast<uint16_t>(value); 438 rawData->fCFUStringIndex = (int32_t)((char *)values - (char *)rawData); 440 fSpoofImpl->fSpoofData->fCFUValues = values; 460 // While copying into the runtime array do some sanity checks on the values 485 // each consisting of a pair of 16 bit values, hence the divide by 2. 493 // addKeyEntry Construction of the confusable Key and Mapping Values tables. 538 // Includes adding entries to both the key table and the parallel values table. 556 // set the multiple-values flag on it.
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
TCPMessageProcessor.java | 184 Collection en = tcpMessageChannels.values();
|
/external/proguard/src/proguard/evaluation/ |
TracedStack.java | 165 // Account for the extra space required by Category 2 values. 178 // Account for the extra space required by Category 2 values. 318 Value value = this.values[index];
|
/external/skia/src/animator/ |
SkAnimatorScript2.cpp | 305 operand->fArray = new SkOpArray(SkAnimatorScript2::ToOpType(boxedValue->values.getType())); 306 int count = boxedValue->values.count(); 308 memcpy(operand->fArray->begin(), boxedValue->values.begin(), count * sizeof(SkOperand2)); 371 // !!! for SpiderMonkey, iterate through the enum values, and map them to globals 424 original = typedArray->values.getType(); 533 "<typedArray id='intArray' values='[1, 4, 6]' />" 553 { "intArray.values[0]", SkType_Int, 1 }, 567 { "0 ? intArray.values[0] : 1", SkType_Int, 1 },
|
/external/v8/test/mjsunit/ |
mirror-regexp.js | 29 // Test the mirror object for regular expression values 106 // Test Date values.
|
/external/webkit/WebCore/platform/graphics/ |
GraphicsContext3D.h | 581 void vertexAttrib1fv(unsigned long indx, float* values); 583 void vertexAttrib2fv(unsigned long indx, float* values); 585 void vertexAttrib3fv(unsigned long indx, float* values); 587 void vertexAttrib4fv(unsigned long indx, float* values);
|
/frameworks/base/core/java/android/app/backup/ |
BackupHelperDispatcher.java | 138 for (BackupHelper helper: mHelpers.values()) {
|
/frameworks/base/core/java/android/widget/ |
Filter.java | 166 * implementation returns an empty String for null values or the default 177 * <p>Holds the results of a filtering operation. The results are the values 178 * computed by the filtering operation and the number of these values.</p> 186 * <p>Contains all the values computed by the filtering operation.</p> 188 public Object values; field in class:Filter.FilterResults 191 * <p>Contains the number of values computed by the filtering 205 * @param count the number of values computed by the filter
|
/frameworks/base/core/jni/android/graphics/ |
Matrix.cpp | 321 static void getValues(JNIEnv* env, jobject clazz, SkMatrix* matrix, jfloatArray values) { 322 AutoJavaFloatArray autoValues(env, values, 9); 339 static void setValues(JNIEnv* env, jobject clazz, SkMatrix* matrix, jfloatArray values) { 340 AutoJavaFloatArray autoValues(env, values, 9);
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
StkCmdMessage.java | 24 * should call getXXX() to get commands's specific values. 100 mBrowserSettings.mode = LaunchBrowserMode.values()[in.readInt()];
|
/libcore/luni/src/main/java/java/net/ |
CookieStoreImpl.java | 106 for (List<HttpCookie> list : map.values()) {
|
/libcore/luni/src/main/java/java/security/ |
Permissions.java | 102 return new MetaEnumeration(klasses.values().iterator());
|
/packages/apps/Email/src/com/android/email/service/ |
MailService.java | 115 * the values (if any) stored in the account records.
121 for (AccountSyncReport report : mSyncReports.values()) {
283 for (AccountSyncReport newReport : mSyncReports.values()) {
314 for (AccountSyncReport report : mSyncReports.values()) {
443 * @param accountId -1 will rebuild the list if empty. other values will force loading
660 for (AccountSyncReport report : mSyncReports.values()) {
|
/packages/apps/Email/src/com/android/exchange/adapter/ |
ContactsSyncAdapter.java | 960 ContentValues values = new ContentValues(); local 1494 ContentValues values = new ContentValues(); local 1500 cr.update(uriWithAccountAndIsSyncAdapter(groupsUri), values, local [all...] |
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/ |
StrictModeActivity.java | 388 ContentValues values = new ContentValues(); local 389 values.put("name", "dummy_for_testing"); 390 values.put("value", "" + startTime); 391 Uri uri = cr.insert(SYSTEM_SETTINGS_URI, values);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
AdtPrefs.java | 90 for (BuildVerbosity v : values()) {
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/ |
HardwareProperties.java | 63 for (ValueType type : values()) {
|
/external/bluetooth/glib/tests/gobject/ |
gvalue-test.c | 42 GEnumValue values[] = { {0,"0","0"}, {1,"1","1"}}; local 44 type = g_enum_register_static ("TestEnum", values);
|
/external/icu4c/layout/ |
ValueRecords.cpp | 23 le_int16 value = values[valueIndex]; 32 le_int16 value = values[baseIndex + valueIndex];
|
/external/icu4c/layoutex/ |
plruns.cpp | 115 pl_openValueRuns(const le_int32 *values, 119 return (pl_valueRuns *) new ValueRuns(values, limits, count);
|