/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
PinyinDecoderService.java | 51 native static int nativeImDelSearch(int pos, boolean is_pos_in_splid, 185 public int imDelSearch(int pos, boolean is_pos_in_splid, 187 return nativeImDelSearch(pos, is_pos_in_splid,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LintTooltipManager.java | 129 Point pos = mCanvas.toDisplay(rect.x, rect.y + rect.height); local 133 mTip.setBounds(pos.x, pos.y, size.x, size.y);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
ChooseConfigurationPage.java | 160 int pos = wsFolderPath.indexOf(AdtConstants.WS_SEP_CHAR); local 161 if (pos >= 0) { 162 wsFolderPath = wsFolderPath.substring(0, pos);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/ |
SourceRevealer.java | 67 int pos = className.indexOf('$'); local 68 if (pos != -1) { 69 className = className.substring(0, pos);
|
/external/wpa_supplicant_8/src/wps/ |
wps_er.c | 371 char *pos; local 380 pos = os_strstr(sid, "uuid:"); 381 if (!pos) { 388 pos += 5; 389 if (uuid_str2bin(pos, ap->sid) < 0) { 540 char *pos; local 585 pos = os_strstr(ap->udn, "uuid:"); 586 if (pos) { 587 pos += 5; 588 if (uuid_str2bin(pos, ap->uuid) < 0 1193 char *pos; local 1275 const char *pos, *end; local [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationCursor.java | 290 if (DEBUG) LogUtils.i(LOG_TAG, "in cache job pos=%s c=%s", mStartPos, 299 final int pos = mCachePos; local 300 if (isCancelled() || pos >= count) { 304 final UnderlyingRowData rowData = mRowCache.get(pos); 308 if (moveToPosition(pos)) { 313 mCachePos = pos + 1; 325 LogUtils.i(LOG_TAG, "ConversationCursor caching complete pos=%s", mCachePos); 480 LogUtils.i(LOG_TAG, "Cancelling caching startPos=%s pos=%s", 559 LogUtils.i(LOG_TAG, "Resuming caching, pos=%s idler=%s", mCachePos, idler); 1242 final int pos = mPosition; local [all...] |
/external/icu4c/test/intltest/ |
dtfmttst.cpp | 288 FieldPosition pos(0); 289 sdf->format(today,fmtOffset, pos); 556 FieldPosition pos(i); 558 df->format(aug13, buf, pos); 560 buf.extractBetween(pos.getBeginIndex(), pos.getEndIndex(), field); 702 ParsePosition pos(0); 703 UDate date2 = formatter->parse(now, pos); 704 if (date2 == 0) then = UnicodeString("Parse stopped at ") + pos.getIndex(); 830 ParsePosition pos(0) 1310 ParsePosition pos; local 1481 FieldPosition pos; local [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
raytrace.js | 202 initialize : function(pos, color, intensity) { 203 this.position = pos; 285 initialize : function(pos, dir) { 286 this.position = pos; 420 initialize : function(pos, radius, material) { 422 this.position = pos; 472 initialize : function(pos, d, material) { 473 this.position = pos; 552 initialize : function(pos, lookAt, up) { 553 this.position = pos; [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-raytrace.js | 197 initialize : function(pos, color, intensity) { 198 this.position = pos; 286 initialize : function(pos, dir) { 287 this.position = pos; 446 initialize : function(pos, radius, material) { 448 this.position = pos; 498 initialize : function(pos, d, material) { 499 this.position = pos; 578 initialize : function(pos, lookAt, up) { 579 this.position = pos; [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-raytrace.js | 197 initialize : function(pos, color, intensity) { 198 this.position = pos; 286 initialize : function(pos, dir) { 287 this.position = pos; 446 initialize : function(pos, radius, material) { 448 this.position = pos; 498 initialize : function(pos, d, material) { 499 this.position = pos; 578 initialize : function(pos, lookAt, up) { 579 this.position = pos; [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-raytrace.js | 197 initialize : function(pos, color, intensity) { 198 this.position = pos; 280 initialize : function(pos, dir) { 281 this.position = pos; 415 initialize : function(pos, radius, material) { 417 this.position = pos; 467 initialize : function(pos, d, material) { 468 this.position = pos; 547 initialize : function(pos, lookAt, up) { 548 this.position = pos; [all...] |
/external/chromium_org/v8/benchmarks/ |
raytrace.js | 202 initialize : function(pos, color, intensity) { 203 this.position = pos; 285 initialize : function(pos, dir) { 286 this.position = pos; 420 initialize : function(pos, radius, material) { 422 this.position = pos; 472 initialize : function(pos, d, material) { 473 this.position = pos; 552 initialize : function(pos, lookAt, up) { 553 this.position = pos; [all...] |
/external/v8/benchmarks/ |
raytrace.js | 202 initialize : function(pos, color, intensity) { 203 this.position = pos; 285 initialize : function(pos, dir) { 286 this.position = pos; 420 initialize : function(pos, radius, material) { 422 this.position = pos; 472 initialize : function(pos, d, material) { 473 this.position = pos; 552 initialize : function(pos, lookAt, up) { 553 this.position = pos; [all...] |
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_channel.c | 1555 struct cam_list *pos = NULL; local 1752 struct cam_list *pos = NULL; local [all...] |
/external/chromium_org/v8/src/ia32/ |
assembler-ia32.h | [all...] |
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
filter_dspr2.c | 2378 unsigned int pos = 16; local 2414 unsigned int pos, Temp1, Temp2; local 2606 unsigned int pos, Temp1, Temp2; local 2751 unsigned int pos; local [all...] |
/external/opencv/cv/src/ |
cvhough.cpp | 233 CVPOS pos; local 399 pos = h_get_tail_pos__index( list ); 400 if( h_get_prev__index( &pos )->value < mcaccum[index] ) 405 while( h_is_pos__index( pos )) 407 if( h_get__index( pos )->value > mcaccum[index] ) 409 h_insert_after__index( list, pos, &vi ); 416 h_get_prev__index( &pos ); 418 if( !h_is_pos__index( pos )) 432 pos = h_get_head_pos__index( list ); 435 if( h_get__index( pos )->rho < 0 [all...] |
/external/v8/src/ia32/ |
assembler-ia32.h | [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
sme.c | 301 u8 *pos = wpa_s->sme.assoc_req_ie + local 303 *pos++ = WLAN_EID_MOBILITY_DOMAIN; 304 *pos++ = sizeof(*mdie); 305 mdie = (struct rsn_mdie *) pos; 342 u8 *pos; local 345 pos = wpa_s->sme.assoc_req_ie + wpa_s->sme.assoc_req_ie_len; 348 res = wpas_p2p_assoc_req_ie(wpa_s, bss, pos, len, 372 u8 *pos = wpa_s->sme.assoc_req_ie; local 373 if (wpa_s->sme.assoc_req_ie_len > 0 && pos[0] == WLAN_EID_RSN) 374 pos += 2 + pos[1] [all...] |
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_channel.c | 1557 struct cam_list *pos = NULL; local 1754 struct cam_list *pos = NULL; local [all...] |
/prebuilts/devtools/tools/lib/ |
jsilver-1.0.0.jar | |
/prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/ |
jsilver-1.0.0.jar | |
/cts/tests/tests/media/src/android/media/cts/ |
AudioTrackTest.java | 359 int pos; local 362 pos = track.getPlaybackHeadPosition(); 364 } while((pos != 0) && (count < TEST_LOOP_CNT)); 365 log(TEST_NAME, "position =" + pos + ", read count ="+count); 366 assertTrue(TEST_NAME, pos == 0); 393 int pos = track.getPlaybackHeadPosition(); local 394 log(TEST_NAME, "position =" + pos); 395 assertTrue(TEST_NAME, pos > 0); 423 int pos = track.getPlaybackHeadPosition(); local 424 log(TEST_NAME, "position after pause =" + pos); [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
DebugEventSocketProxy.cs | 216 public override void Location(int line, int pos) { 217 Transmit("location\t" + line + "\t" + pos); 280 int pos = -1; 283 pos = token.CharPositionInLine; 288 buf.Append(pos);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
DebugEventSocketProxy.cs | 248 public override void Location( int line, int pos ) 250 Transmit( "location\t" + line + "\t" + pos ); 320 int pos = -1; 324 pos = token.CharPositionInLine; 329 buf.Append( pos );
|