/frameworks/base/core/java/android/text/format/ |
Time.java | 671 Time temp = new Time(this); local 672 temp.monthDay += sThursdayOffset[weekDay]; 673 temp.normalize(true /* ignore isDst */); 674 return temp.yearDay / 7 + 1;
|
/frameworks/base/graphics/java/android/graphics/ |
RectF.java | 527 float temp = left; local 529 right = temp; 532 float temp = top; local 534 bottom = temp;
|
/frameworks/wilhelm/src/itf/ |
IPlay.c | 166 SLmillisecond temp; local 169 result = android_audioPlayer_getDuration(thiz, &temp); 172 result = android_Player_getDuration(thiz, &temp); 179 duration = temp;
|
/libcore/libart/src/main/java/java/lang/ |
ClassLoader.java | 327 byte[] temp = new byte[b.remaining()]; 328 b.get(temp); 329 return defineClass(name, temp, 0, temp.length, protectionDomain);
|
/ndk/build/tools/ |
build-docs.sh | 98 TMP_FILE=$TEMP_DIR/$(basename "$DST_FILE").temp
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_image_homography.cpp | 242 double *temp,*temp_p; local 260 temp= *X++; 262 r[0]=(*temp++)-c[0]; 263 r[1]=(*temp++)-c[1];
|
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_image_homography.cpp | 242 double *temp,*temp_p; local 260 temp= *X++; 262 r[0]=(*temp++)-c[0]; 263 r[1]=(*temp++)-c[1];
|
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/ |
WorldClockAdapter.java | 99 Object[] temp = new Object[mCitiesList.length + 1]; local 100 temp[0] = c; 102 temp[i + 1] = mCitiesList[i]; 104 return temp;
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_image_homography.cpp | 242 double *temp,*temp_p; local 260 temp= *X++; 262 r[0]=(*temp++)-c[0]; 263 r[1]=(*temp++)-c[1];
|
/packages/inputmethods/PinyinIME/jni/share/ |
userdict.cpp | [all...] |
/external/chromium_org/v8/src/ia32/ |
lithium-codegen-ia32.cc | 1925 Register temp = ToRegister(instr->temp()); local 2709 Register temp = ToRegister(instr->temp()); local 2734 Register temp = ToRegister(instr->temp()); local 2757 Register temp = ToRegister(instr->temp()); local 2825 Register temp = ToRegister(instr->temp()); local 2924 Register temp = ToRegister(instr->temp()); local 2982 Register temp = ToRegister(instr->temp()); local 3041 Register temp = ToRegister(instr->temp()); local 3252 Register temp = ToRegister(instr->temp()); local 3334 Register temp = ToRegister(instr->temp()); local 4471 Register temp = ToRegister(instr->temp()); local 4519 Register temp = access.IsInobject() ? ToRegister(instr->temp()) : object; local 4789 Register temp = ToRegister(instr->temp()); local 4999 LOperand* temp = instr->temp(); local 5459 LOperand* temp = instr->temp(); local 5582 Register temp = ToRegister(instr->temp()); local 5901 Register temp = ToRegister(instr->temp()); local 6168 Register temp = ToRegister(instr->temp()); local [all...] |
lithium-ia32.cc | 1109 LOperand* temp = needs_temp ? TempRegister() : NULL; local 1170 LOperand* temp = TempRegister(); local 1297 LOperand* temp = FixedTemp(xmm4); local 1361 LOperand* temp = TempRegister(); local 1475 LOperand* temp = FixedTemp(edx); local 1513 LOperand* temp = FixedTemp(edx); local 1537 LOperand* temp = TempRegister(); local 1594 LOperand* temp = NULL; local 1784 LOperand* temp = TempRegister(); local 1791 LOperand* temp = TempRegister(); local 1985 LOperand* temp = TempRegister(); local 2014 LOperand* temp = FLAG_inline_new ? TempRegister() : NULL; local 2030 LOperand* temp = needs_temp ? TempRegister() : NULL; local 2042 LOperand* temp = CpuFeatures::IsSupported(SSE2) ? FixedTemp(xmm1) local 2063 LOperand* temp = FixedTemp(xmm1); local 2091 LOperand* temp = TempRegister(); local 2138 LOperand* temp = FixedTemp(xmm1); local 2169 LOperand* temp = value_is_zero ? NULL : TempRegister(); local 2226 LOperand* temp; local 2435 LOperand* temp = TempRegister(); local 2491 LOperand* temp = (!is_in_object || needs_write_barrier || local 2558 LOperand* temp = TempRegister(); local [all...] |
/device/lge/mako/camera/ |
QCameraHWI_Parm.cpp | 700 rat_t temp = {num, denom}; local 701 return temp; 1696 camera_iso_mode_type temp = (camera_iso_mode_type) value; local 2400 camera_antibanding_type temp = (camera_antibanding_type) value; local 2532 denoise_param_t temp; local 3000 int temp = (int8_t)value; local 3076 int8_t temp = (int8_t)value; local 3151 exp_bracketing_t temp; local 3171 exp_bracketing_t temp; local 3243 int8_t temp = (int8_t)value; local 4112 rat_t temp; local [all...] |
/external/bluetooth/bluedroid/stack/a2dp/ |
a2d_api.c | 174 UINT8 temp[8]; local 205 p = temp; 208 (UINT32)2, (UINT8*)temp);
|
/external/chromium/base/i18n/ |
rtl.cc | 235 string16 temp = WideToUTF16(*text); local 236 if (AdjustStringForLocaleDirection(&temp)) { 238 *text = UTF16ToWide(temp);
|
/external/chromium/base/win/ |
event_trace_controller_unittest.cc | 142 FilePath temp; local 144 ASSERT_HRESULT_SUCCEEDED(file_util::CreateTemporaryFile(&temp)); 148 temp.value().c_str());
|
/external/chromium_org/chrome/test/chromedriver/net/ |
websocket.cc | 250 net::CompletionCallback temp = connect_callback_; local 252 CHECK(!temp.is_null()); 253 temp.Run(code);
|
/external/chromium_org/content/child/npapi/ |
plugin_url_fetcher.cc | 256 base::Time temp; local 260 if (info.headers->GetLastModifiedValue(&temp)) 261 last_modified = static_cast<uint32>(temp.ToDoubleT());
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
pngshim.c | 43 int temp = ( alpha * color ) + 0x80; local 46 return ( temp + ( temp >> 8 ) ) >> 8;
|
/external/chromium_org/third_party/icu/source/common/ |
propname.h | 267 uint8_t *temp, int32_t pos, 331 uint8_t *temp, int32_t pos, 398 uint8_t *temp, int32_t pos,
|
/external/chromium_org/third_party/icu/source/io/ |
ufmt_cmn.c | 72 UChar *left, *right, temp; local 91 temp = *left; 93 *right = temp;
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
opt_array_splitting.cpp | 308 ir_variable *temp = new(entry->mem_ctx) ir_variable(deref_array->type, local 311 entry->components[0]->insert_before(temp); 312 *deref = new(entry->mem_ctx) ir_dereference_variable(temp);
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
gl_XML.py | 360 temp = element.nsProp( "count", None ) 361 if not temp or temp == "?": 365 c = int(temp) 367 raise RuntimeError('Invalid count value "%s" for enum "%s" in function "%s" when an integer was expected.' % (temp, self.name, n)) 411 temp = element.nsProp( "variable_param", None ) 412 if temp: 413 self.count_parameter_list = temp.split( ' ' ) 936 temp = [None for i in range(0, max_offset + 1)] 939 temp[ func.offset ] = fun [all...] |
/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsSimplify.cpp | 191 SkPath temp; local 192 temp.setFillType(fillType); 193 SkPathWriter assembled(temp);
|
/external/freetype/src/sfnt/ |
pngshim.c | 43 int temp = ( alpha * color ) + 0x80; local 46 return ( temp + ( temp >> 8 ) ) >> 8;
|