/external/v8/test/cctest/compiler/ |
test-loop-analysis.cc | 620 Node* last = loop; local 623 Node* branch = t.graph.NewNode(t.common.Branch(), cond, last); 626 last = if_true; 633 loop->ReplaceInput(1, last); // form loop backedge. 926 Node* last = t.start; local 930 Node* loop = t.graph.NewNode(t.common.Loop(2), last, t.start); 943 last = exit; 946 Node* ret = t.graph.NewNode(t.common.Return(), t.p0, t.start, last);
|
/external/v8/test/unittests/compiler/ |
scheduler-unittest.cc | 115 BasicBlock* last() { return nodes[count - 1]; } function in struct:v8::internal::compiler::SchedulerRPOTest::TestLoop 176 BasicBlock* last = schedule.start(); local 180 schedule.AddGoto(last, block); 181 last = block; 232 schedule.AddSuccessorForTesting(loop1->last(), schedule.start()); 419 schedule.AddSuccessorForTesting(loop2->last(), E); 442 schedule.AddSuccessorForTesting(loop2->last(), E); 488 schedule.AddSuccessorForTesting(loop2->last(), C); 513 schedule.AddSuccessorForTesting(loop1->last(), E); 537 schedule.AddSuccessorForTesting(loop1->last(), E) [all...] |
/external/valgrind/callgrind/ |
dump.c | 195 Context* last; local 204 last = 0; 214 last = cxt->fn[i-1]->pure_cxt; 216 /* If the last context was the context to print, we are finished */ 217 if ((last == cxt) && (rec_index == 0)) return; 260 * the <last> position, update <last> 263 static Bool print_fn_pos(VgFile *fp, FnPos* last, BBCC* bbcc) 275 if (last->rec_index != bbcc->rec_index) { 277 last->rec_index = bbcc->rec_index [all...] |
/external/valgrind/coregrind/ |
m_redir.c | 588 HChar const* last = VG_(clo_soname_synonyms); local 590 while (*last) { 591 HChar const* first = last; 592 last = advance_to_equal(first); 594 if ((last - first) == sopatt_syn_len 599 first = last + 1; 600 last = advance_to_comma(first); 602 last - first + 1); 603 VG_(strncpy)(replaced_sopatt, first, last - first); 604 replaced_sopatt[last - first] = '\0' [all...] |
/external/webp/src/dsp/ |
enc.c | 626 int last = -1; local 641 if (level) last = n; 647 return (last >= 0); 660 int n, last = -1; local 675 if (level) last = n; 681 return (last >= 0);
|
/external/webp/src/enc/ |
backward_references.c | 438 // Add to the hash_chain (but cannot add the last pixel). 440 const int last = (len < pix_count - 1 - i) ? len : pix_count - 1 - i; local 441 for (k = 2; k < last - 8; k += 2) { 444 for (; k < last; ++k) { 462 // Handle the last pixel(s). 660 // 2) Add to the hash_chain (but cannot add the last pixel) 662 const int last = (len + i < pix_count - 1) ? len + i local 664 for (k = i; k < last; ++k) { 692 // Handle the last pixel. 760 const int last = (len < pix_count - 1 - i) ? len : pix_count - 1 - i local [all...] |
/external/wpa_supplicant_8/hostapd/ |
config_file.c | 666 int val = 0, last; local 682 last = *end == '\0'; 721 if (last) [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_ttls.c | 91 const char *token, *last = NULL; local 93 while ((token = cstr_token(config->phase2, " \t", &last))) { 98 if (last - token == 8 && 102 } else if (last - token == 6 && 106 } else if (last - token == 3 && 110 } else if (last - token == 4 && [all...] |
tncc.c | 887 struct tnc_if_imc *imc, *last; local 890 last = tncc->imc; 891 while (last && last->next) 892 last = last->next; 981 if (last == NULL) 984 last->next = imc; 985 last = imc; 1074 struct tnc_if_imc *imc, *last; local [all...] |
/external/wpa_supplicant_8/src/utils/ |
edit.c | 178 struct edit_history *h, *match = NULL, *last = NULL; local 189 last = h; 200 if (count >= HISTORY_MAX && last) { 201 dl_list_del(&last->list); 202 os_free(last); 561 static enum edit_key_code esc_seq_to_key1_no(char last) 563 switch (last) { 578 static enum edit_key_code esc_seq_to_key1_shift(char last) 580 switch (last) { 595 static enum edit_key_code esc_seq_to_key1_alt(char last) 728 char last, *pos; local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.cpp | 729 bool last = false; local 732 last = true; 756 if (last) [all...] |
wpagui.cpp | 539 bool last = false; local 542 last = true; 583 if (last) 671 bool last = false; local 674 last = true; 696 if (last) 716 if (last) 944 /* Update last message with truncated version of the event */ [all...] |
/frameworks/base/core/java/android/net/ |
UrlQuerySanitizer.java | 352 int last = value.length() - 1; local 353 int end = last; 360 if (start == 0 && end == last) { 558 * <li>the last instance of a repeated parameter is preferred. 581 * <li>the last instance of a repeated parameter is preferred. 736 * False means that the last repeated parameter is preferred.
|
/frameworks/base/core/java/android/view/ |
Choreographer.java | 889 CallbackRecord last = callbacks; local [all...] |
/frameworks/base/core/java/android/widget/ |
AdapterView.java | 105 * Our height after the last layout 145 * True if the data has changed since the last layout 200 * The last selected position we used when notifying 205 * The id of the last selected position we used when notifying 655 * Returns the position within the adapter's data set for the last item 1139 int last = seed; local [all...] |
/frameworks/base/libs/hwui/ |
PathTessellator.cpp | 213 const Vertex* last = &(perimeter[perimeter.size() - 1]); local 215 Vector2 lastNormal = {current->y - last->y, last->x - current->x}; 308 const Vertex* last = &(vertices[0]); local 310 Vector2 lastNormal = {current->y - last->y, last->x - current->x}; 354 const Vertex* last = &(perimeter[perimeter.size() - 1]); local 356 Vector2 lastNormal = {current->y - last->y, last->x - current->x}; 500 // TODO: to support odd numbers of divisions, break here on the last iteratio 591 const Vertex* last = &(vertices[0]); local 659 const Vertex* last = &(perimeter[perimeter.size() - 1]); local [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsState.java | 679 final int last = bytes.length - 1; local 681 for (int i = 0; i < last; i += 2) {
|
/frameworks/base/services/core/java/com/android/server/am/ |
RecentTasks.java | 425 + ": last task " + cur + " has previous affiliate " 454 + ": last task " + prev); 764 final TaskRecord last = mTmpRecents.get(tmpSize - 1); local [all...] |
/frameworks/base/services/core/java/com/android/server/pm/ |
ShortcutPackage.java | 60 private static final String ATTR_LAST_RESET = "last-reset"; 93 * When {@link #mApiCallCount} was reset last time. 315 * Number of calls that the caller has made, since the last reset. 338 final long last = s.getLastResetTimeLocked(); local 350 if (mLastResetTime < last) { 352 Slog.d(TAG, String.format("My last reset=%d, now=%d, last=%d: resetting", 353 mLastResetTime, now, last)); 356 mLastResetTime = last; 507 pw.print("Last known FG: ") [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Path_Delegate.java | 644 * Set the beginning of the next contour relative to the last point on the 660 * Add a line from the last point to the specified point (x,y). 675 * Same as lineTo, but the coordinates are considered relative to the last 700 * Add a quadratic bezier from the last point, approaching control point 714 * Same as quadTo, but the coordinates are considered relative to the last 718 * @param dx1 The amount to add to the x-coordinate of the last point on 720 * @param dy1 The amount to add to the y-coordinate of the last point on 722 * @param dx2 The amount to add to the x-coordinate of the last point on 724 * @param dy2 The amount to add to the y-coordinate of the last point on 739 * Add a cubic bezier from the last point, approaching control point 812 Point2D last = mPath.getCurrentPoint(); local [all...] |
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/ |
LayoutFileParser.java | 490 char last = textWithQuotes.charAt(textWithQuotes.length() - 1); local 491 if (last == '"' || last == '\'') {
|
/frameworks/rs/ |
rsContext.cpp | 171 uint64_t last = mTimeLast; local 173 mTimers[mTimerActive] += mTimeLast - last;
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_copybit.cpp | 120 // Skipping last layer since FrameBuffer layer should not affect 408 uint32_t last = (uint32_t)list->numHwLayers - 1; local 409 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; 482 uint32_t last = 0; local 496 last = (uint32_t)list->numHwLayers - 1; 497 renderBuffer = (private_handle_t *)list->hwLayers[last].handle; 514 if(list->hwLayers[last].acquireFenceFd >=0) { 516 copybit->set_sync(copybit, list->hwLayers[last].acquireFenceFd); 568 list->hwLayers[last].acquireFenceFd >= 0) { 569 close(list->hwLayers[last].acquireFenceFd) [all...] |
/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_copybit.cpp | 173 // Skipping last layer since FrameBuffer layer should not affect 384 int last = (uint32_t)list->numHwLayers - 1; local 385 mDirtyRect = list->hwLayers[last].displayFrame; 513 uint32_t last = (uint32_t)list->numHwLayers - 1; local 514 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; 576 close(list->hwLayers[last].acquireFenceFd); 577 list->hwLayers[last].acquireFenceFd = -1; 589 uint32_t last = 0; local 610 last = (uint32_t)list->numHwLayers - 1; 611 renderBuffer = (private_handle_t *)list->hwLayers[last].handle [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_utils.cpp | 609 uint32_t last = list->numHwLayers - 1; local 610 hwc_rect_t fbDisplayFrame = list->hwLayers[last].displayFrame; 617 for (uint32_t i = 1; i < last; i++) { [all...] |