/ndk/tests/device/test-stlport/unit/ |
hash_test.cpp | 186 // (b) Assuming that the multi_map works correctly, we iterate over all its elements and check 206 // (b) iterate over multi_map 221 // iterate over all elements in multi_map
|
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
AgendaByDayAdapter.java | 289 // Skip over the days outside of the adapter's range 293 // Check if we skipped over any empty days 339 // Skip over the days outside of the adapter's range
|
/external/elfutils/src/ |
nm.c | 484 /* Skip over the index entries. */ 662 /* Iterate over all immediate children of the CU DIE. */ 786 /* Iterate over all symbols. */ 864 /* Iterate over all symbols. */ 922 /* Iterate over all symbols. */ 1045 /* Iterate over all symbols. */ [all...] |
/external/guava/src/com/google/common/base/ |
CharMatcher.java | 668 * <p>The default implementation loops over every possible character value, 707 * <p>The default implementation iterates over the sequence, invoking {@link 728 * <p>The default implementation iterates over the sequence, invoking {@link 746 * <p>The default implementation iterates over the sequence in forward order 767 * <p>The default implementation iterates over the sequence in forward order, 793 * <p>The default implementation iterates over the sequence in reverse order [all...] |
/external/llvm/include/llvm/Target/ |
TargetRegisterInfo.h | 118 /// vt_begin / vt_end - Loop over all of the value types that can be 130 /// subregclasses_begin / subregclasses_end - Loop over all of 149 /// superregclasses_begin / superregclasses_end - Loop over all of 176 /// subclasses_begin / subclasses_end - Loop over all of the classes 203 /// superclasses_begin / superclasses_end - Loop over all of the classes 532 /// mode (for the specific register class) if it goes over the limit.
|
/external/tremolo/Tremolo/ |
bitwise.c | 430 /* are the proper number of bits left over? */ 433 report("\nERROR: too many bits reported left over.\n"); 447 /* does EOF stay set over additional bit reads? */ 459 /* are the proper number of bits left over? */ 462 report("\nERROR: too many bits reported left over.\n"); 486 /* does EOF stay set over additional bit reads? */
|
/external/wpa_supplicant_8/src/rsn_supp/ |
wpa_ft.c | 321 * MIC shall be calculated over: 533 * wpa_ft_prepare_auth_request - Generate over-the-air auth request 579 wpa_printf(MSG_DEBUG, "FT: No over-the-DS in progress " 585 wpa_printf(MSG_DEBUG, "FT: No over-the-DS in progress " 1006 * wpa_ft_start_over_ds - Generate over-the-DS auth request 1018 wpa_printf(MSG_DEBUG, "FT: Request over-the-DS with " MACSTR,
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
basic-block.h | 92 /* Loop over all registers in REGSET, starting with MIN, setting REGNUM to the 97 /* Loop over all registers in REGSET1 and REGSET2, starting with MIN, setting 103 /* Loop over all registers in REGSET1 and REGSET2, starting with MIN, setting 453 /* For iterating over basic blocks. */ 467 /* For iterating over insns in basic block. */ 473 /* For iterating over insns in basic block when we might remove the [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
basic-block.h | 92 /* Loop over all registers in REGSET, starting with MIN, setting REGNUM to the 97 /* Loop over all registers in REGSET1 and REGSET2, starting with MIN, setting 103 /* Loop over all registers in REGSET1 and REGSET2, starting with MIN, setting 453 /* For iterating over basic blocks. */ 467 /* For iterating over insns in basic block. */ 473 /* For iterating over insns in basic block when we might remove the [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
basic-block.h | 92 /* Loop over all registers in REGSET, starting with MIN, setting REGNUM to the 97 /* Loop over all registers in REGSET1 and REGSET2, starting with MIN, setting 103 /* Loop over all registers in REGSET1 and REGSET2, starting with MIN, setting 453 /* For iterating over basic blocks. */ 467 /* For iterating over insns in basic block. */ 473 /* For iterating over insns in basic block when we might remove the [all...] |
/build/tools/releasetools/ |
edify_generator.py | 103 """Update the progress bar, advancing it over 'frac' over the next
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/ |
FeatureSummaryActivity.java | 194 // roll over all known features & check whether device reports them 248 // now roll over any remaining features (which are non-standard)
|
/dalvik/docs/ |
verifier.html | 40 of interpreted code over the network and execute them, it can safely 124 over hand" locking techniques, e.g. "lock A; lock B; unlock A; unlock B",
|
/dalvik/vm/jdwp/ |
JdwpMain.cpp | 99 // LOGD("prepping for JDWP over TCP"); 103 // LOGD("prepping for JDWP over ADB");
|
/development/tools/a3dconvert/ |
ObjLoader.cpp | 279 // loop over all the potential candidates and see if any match our guy 290 // Now go over normals
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
ClassInfo.java | 144 * Returns an iterator over all known fields. 158 * Returns an iterator over all known methods.
|
/docs/source.android.com/src/source/ |
using-repo.md | 87 After you select one or more branches, all commits on the selected branches are transmitted to Gerrit over an SSH connection.You will need to configure an SSH key to enable upload authorization. Visit [SSH Keys](http://review.source.android.com/Gerrit#settings,ssh-keys) within the user settings panel to register your public keys with Gerrit. To enable password-less uploads, consider using ssh-agent on your client system. 89 When Gerrit receives the object data over its SSH server, it will turn each commit into a change so that reviewers can comment on each commit individually. To combine several "checkpoint" commits together into a single commit, use git rebase -i before you run repo upload.
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 122 * working over SSL, sends encrypted HTTP request, and receives expected 161 * working over SSL, sends encrypted HTTP request, and receives expected 453 * Tests the behaviour in case of sending the data to the server over [all...] |
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
DateTest.java | 265 // Loop over the array of test timezones 283 // Loop over the array of test times & dates
|
/external/apache-http/src/org/apache/http/conn/ |
ManagedClientConnection.java | 131 * layering a new protocol over the connection. 254 * idle duration must be reset after each request sent over this connection.
|
/external/apache-http/src/org/apache/http/params/ |
HttpConnectionParams.java | 193 * at the risk of getting an I/O error when executing a request over a 210 * at the risk of getting an I/O error when executing a request over a
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorInclude.java | 255 // possible callback to a class that over-rides this method. 333 * over-ride it and do some processing of the source.
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathAPI.java | 40 * over and over.
|
/external/chromium/chrome/browser/extensions/ |
extension_preference_api.cc | 85 // control this extension has over the specified preference. 260 // TODO(bauerb): Only iterate over registered event listeners.
|
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_win.h | 227 // Updates the display cursor to the current cursor if the cursor is over this 260 // Draw our background over the given HDC in the given |rect|. The background
|