/external/v8/src/debug/ |
debug.cc | 103 bool first = break_index_ == -1; local 105 if (!first) reloc_iterator_.next(); 106 first = false; 628 // source position of the first function. 757 return frames.first(); [all...] |
/external/valgrind/coregrind/m_debuginfo/ |
storage.c | 1036 DiAddrRange *first, *last, *range; local [all...] |
/external/webp/src/enc/ |
quant.c | 578 const int first = (coeff_type == 0) ? 1 : 0; local 590 const int last_proba = probas[VP8EncBands[first]][ctx0][0]; 593 last = first - 1; 594 for (n = 15; n >= first; --n) { 614 ss_cur[m].costs = costs[first][ctx0]; 619 for (n = first; n <= last; ++n) { 703 memset(in + first, 0, (16 - first) * sizeof(*in)); 704 memset(out + first, 0, (16 - first) * sizeof(*out)) [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_registrar.c | 402 struct wps_pbc_session *first = NULL; local 426 if (first && 427 os_memcmp(pbc->uuid_e, first->uuid_e, WPS_UUID_LEN) == 0) { 436 if (first == NULL) 437 first = pbc; [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
MyHandler.h | 59 // If no access units arrive for the first 10 secs after starting the 586 // The first "track" is merely session meta 632 // The first "track" is merely session meta 1005 int32_t first; local [all...] |
/frameworks/av/services/camera/libcameraservice/ |
CameraService.cpp | 198 // Setup vendor tags before we call get_camera_info the first time 399 int newUid = iter->second.first; 819 bool first = true; local 821 if (first) { 823 first = false; [all...] |
/frameworks/base/core/java/android/widget/ |
RemoteViews.java | 175 F first; field in class:RemoteViews.MutablePair 178 MutablePair(F first, S second) { 179 this.first = first; 189 return Objects.equal(p.first, first) && Objects.equal(p.second, second); 194 return (first == null ? 0 : first.hashCode()) ^ (second == null ? 0 : second.hashCode()); 356 // We first copy the new RemoteViews, as the process of merging modifies the way the actions 469 // Break the for loop on the first encounter of [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternView.java | 418 final Cell first = mPattern.get(0); local 419 mInProgressX = getCenterXForColumn(first.getColumn()); 420 mInProgressY = getCenterYForRow(first.getRow()); 572 // Dispatch to onHoverEvent first so mPatternInProgress is up to date when the [all...] |
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/ |
ExprModelTest.java | 158 final Expr first = readFirst.get(0); local 159 assertSame(a, first); 161 final BitSet shouldReadFlags = first.getShouldReadFlags(); 175 List<Expr> first = getReadFirst(shouldRead); local 176 assertExactMatch(first, ternaryExpr.getPred()); 180 first = getReadFirst(shouldRead); 181 assertExactMatch(first, a, b); 185 first = filterOut(getReadFirst(shouldRead, justRead), justRead); 186 assertExactMatch(first, ternaryExpr); 272 // now it should read cond2 or c, depending on the flag from first 320 final Expr first = readFirst.get(0); local [all...] |
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
PduParser.java | 189 // should take only the first part. 1007 int first = temp & 0xFF; local 1035 int first = temp & 0xFF; local 1388 int first = extractByteValue(pduDataStream); local 1548 int first = (temp & 0xFF); local [all...] |
/hardware/qcom/audio/hal/ |
audio_hw.c | 1572 bool first = true; local [all...] |
/hardware/qcom/audio/msm8909/hal/ |
audio_hw.c | 603 /* Make sure the previous devices to be disabled first and then enable the 672 /* Make sure the previous devices to be disabled first and then enable the 1875 bool first = true; local [all...] |
/hardware/ti/omap4-aah/hwc/ |
rgz_2d.c | 160 * number of layers in the hregion until the first layer which doesn't require 836 * meminfos must come first 1377 int first = 1; local [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentSkipListMap.java | 2344 public K first() { return m.firstKey(); } method in class:ConcurrentSkipListMap.KeySet [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
cxa_demangle.cpp | 37 const char* parse_type(const char* first, const char* last, C& db); 39 const char* parse_encoding(const char* first, const char* last, C& db); 41 const char* parse_name(const char* first, const char* last, C& db, 44 const char* parse_expression(const char* first, const char* last, C& db); 46 const char* parse_template_args(const char* first, const char* last, C& db); 48 const char* parse_operator_name(const char* first, const char* last, C& db); 50 const char* parse_unqualified_name(const char* first, const char* last, C& db); 52 const char* parse_decltype(const char* first, const char* last, C& db); 61 printf("{%s#%s}\n", s.first.c_str(), s.second.c_str()); 71 printf("{%s#%s}", s.first.c_str(), s.second.c_str()) 4854 StrT first; member in struct:__cxxabiv1::__anon35243::string_pair [all...] |
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
AgendaWindowAdapter.java | 61 listview.setSelection() in 2 rapid secessions but it dropped or didn't process the first one. 197 // defines if to pop-up the current event when the agenda is first shown 474 // and it is the first day with events after yesterday. 586 * The two will differ for multi-day events after the first day. 1131 DayAdapterInfo first = mAdapterInfos.getFirst(); local [all...] |
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
PduParser.java | 186 // should take only the first part. 1004 int first = temp & 0xFF; local 1032 int first = temp & 0xFF; local 1385 int first = extractByteValue(pduDataStream); local 1545 int first = (temp & 0xFF); local [all...] |
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
BugleNotifications.java | 280 newChildren.add(child.mConversationIds.first()); 417 final String conversationId = state.mConversationIds.first(); 455 state.mConversationIds.first(), 629 groupChildIds.add(child.mConversationIds.first()); [all...] |
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
PduParser.java | 211 // should take only the first part. 1038 int first = temp & 0xFF; local 1067 int first = temp & 0xFF; local 1422 int first = extractByteValue(pduDataStream); local 1582 int first = (temp & 0xFF); local [all...] |
/packages/apps/PackageInstaller/src/android/support/wearable/view/ |
WearableListView.java | 283 * By default the first element of the list is initially positioned in the center of the screen. 559 // If we are flinging towards empty space (before first element or after last), we reuse 672 // If first view top was below the central top, it means it was never centered. 719 * Animate the list so that the first view is back to its initial position. 1157 int first = 0; local [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
StringUtil.java | 128 * Return the first index in the string of any of the specified characters, 136 * @param fromIndex the index of the first character to examine in the input 140 * @return the index of the first match, or {@code -1} if no match was found. 736 * Convert a string of hex digits to a byte array, with the first 823 * Returns a string consisting of "s", with each of the first "len" characters 2823 char first = s.charAt(0); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
pcm.h | 389 /** offset to first sample in bits */ 390 unsigned int first; member in struct:_snd_pcm_channel_area [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
pcm.h | 404 /** offset to first sample in bits */ 405 unsigned int first; member in struct:_snd_pcm_channel_area [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
map.h | 477 : first(other_first), second(other_second) {} 478 explicit MapPair(const Key& other_first) : first(other_first), second() {} 480 : first(other.first), second(other.second) {} 487 return std::pair<T1, T2>(first, second); 490 const Key first; member in class:google::protobuf::MapPair 504 // assert(m0.begin()->first == m1.begin()->first); // Bug! 543 Map(const InputIt& first, const InputIt& last, bool old_style = true) 548 insert(first, last) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridModel.java | 254 // Place it before the first spacer 267 * baseline, and returns the first such match. 910 INode first = selectedChildren.get(0); local 1123 INode first = selectedChildren.get(0); local [all...] |