/prebuilts/go/linux-x86/test/fixedbugs/ |
bug257.go | [all...] |
/toolchain/binutils/binutils-2.25/libiberty/ |
random.c | 207 Note that for efficiency of random, we remember the first location of 210 Also, we remember the last location, since this is more efficient than 224 type is the trivial no-state-information type, just remember the seed. 318 Note: It is important that we also remember the locations of the pointers
|
/dalvik/libdex/ |
DexDebugInfo.cpp | 88 // Remember, encoded string indicies have 1 added to them. 104 // Remember, encoded type indicies have 1 added to them.
|
/development/ide/emacs/ |
android-compile.el | 22 ;; Instead it relies solely on 'buildspec.mk', remember that when you 134 ;; Remember the new end for next time around.
|
/external/clang/include/clang/Lex/ |
MultipleIncludeOpt.h | 106 // If a token is read, remember that we have seen a side-effect in this file. 135 // Remember that we're in the #if and that we have the macro.
|
/external/llvm/lib/Target/MSP430/ |
MSP430BranchSelector.cpp | 168 // Remember that this instruction is NewSize bytes, increase the size of the 169 // block by NewSize-2, remember to iterate.
|
/frameworks/base/docs/html/training/notify-user/ |
display-progress.jd | 75 either case, remember to update the notification text to show that the operation is complete. 149 remember to change the notification text to indicate that the operation is complete.
|
/toolchain/binutils/binutils-2.25/bfd/ |
archive64.c | 195 symbol, and remember to keep the offsets padded out. */ 217 /* remember about the even alignment */
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CollationElementIterator.java | 386 // Otherwise remember the trailing offset in case we need to 491 string_ = source; // TODO: do we need to remember the source string in a field? 513 string_ = source.getText(); // TODO: do we need to remember the source string in a field? 518 // TODO: do we need to remember the cloned iterator in a field? 550 // TODO: do we need to remember the iterator in a field? 555 string_ = src.getText(); // TODO: do we need to remember the source string in a field?
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
CollationElementIterator.java | 397 // Otherwise remember the trailing offset in case we need to 506 string_ = source; // TODO: do we need to remember the source string in a field? 529 string_ = source.getText(); // TODO: do we need to remember the source string in a field? 534 // TODO: do we need to remember the cloned iterator in a field? 567 // TODO: do we need to remember the iterator in a field? 572 string_ = src.getText(); // TODO: do we need to remember the source string in a field?
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
OffsetTracker.java | 30 * The idea in a nutshell is that for every Offsettable item we read, we remember 32 * written out. We also remember every Offset we read in, and its value. Then, after reading 37 * for the time being, remember where that blank value was written, and put the Offset into a 90 * so: we remember the position in the offsettable_table after we read the map list, 284 * Called after reading in the map list, to remember the point to be skipped
|
/external/e2fsprogs/ext2ed/ |
dir_com.c | 196 5. If the required entry is found, we dispatch a remember command to insert the current inode (remember that 264 dispatch ("remember internal_variable"); /* Move the inode into the objects memory */ 541 This is overrided here because we don't remember a directory - It is too complicated. Instead, we remember the
|
init.c | 88 add_user_command (&general_commands,"remember","Saves the current position and data information",remember); 283 add_user_command (&ptr->type_commands,"remember","Saves the file\'s inode position for later reference",type_file___remember); 304 add_user_command (&ptr->type_commands,"remember","Remember the inode of the current directory entry",type_dir___remember);
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DockService.java | 526 // Remember this settings 528 CheckBox rememberCheckbox = (CheckBox) view.findViewById(R.id.remember); 530 // check "Remember setting" by default if no value was saved 580 // Called when the "Remember" Checkbox is clicked 585 Log.d(TAG, "onCheckedChanged: Remember Settings = " + isChecked); [all...] |
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/ |
mox.py | 321 raise TypeError('Cannot mock a MockAnything! Did you remember to ' 379 raise TypeError('Cannot mock a MockAnything! Did you remember to ' [all...] |
/external/chromium-trace/catapult/third_party/mox3/mox3/ |
mox.py | 321 raise TypeError('Cannot mock a MockAnything! Did you remember to ' 379 raise TypeError('Cannot mock a MockAnything! Did you remember to ' [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_clock.cc | 151 // Remember that this thread has acquired this clock. 190 // First, remember whether we've acquired dst. 209 // If we've acquired dst, remember this fact,
|
/external/eigen/Eigen/ |
Core | 45 // Remember that usage of defined() in a #define is undefined by the standard. 52 // Remember that usage of defined() in a #define is undefined by the standard 235 // we use size_t frequently and we'll never remember to prepend it with std:: everytime just to
|
/external/llvm/include/llvm/ADT/ |
PointerUnion.h | 165 /// pointer type, setting the discriminator to remember what it came from. 321 /// pointer type, setting the discriminator to remember what it came from. 436 /// pointer type, setting the discriminator to remember what it came from.
|
/external/llvm/lib/Target/AMDGPU/ |
SIInsertWaits.cpp | 295 // Remember which export instructions we have seen 309 // Remember which registers we define 362 // Remember on what we have waited on.
|
/frameworks/base/docs/html/training/in-app-billing/ |
preparing-iab-app.jd | 90 <li>Modify the sample to create your own application. Remember to copy the Base64 public license key for your application from the Developer Console over to your {@code MainActivity.java}.</li> 105 <li>Add the helper classes from the {@code /util} directory of the {@code TrivialDrive} sample to your project. Remember to change the package name declarations in those files accordingly so that your project compiles correctly.</li> 149 <p class="note"><strong>Important:</strong> Remember to unbind from the In-app Billing service when you are done with your activity. If you don?t unbind, the open service connection could cause your device?s performance to degrade. To unbind and free your system resources, call the {@code IabHelper}'s {@code dispose} method when your {@code Activity} is destroyed.</p>
|
/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/ |
phFriNfc_NdefMap.h | 399 /* Used to remember how many bytes were written, to update 403 /*used to remember number of L byte Remaining to be written */ 406 /* Pointer Used to remember and return how many bytes were read,
|
/external/deqp/framework/qphelper/ |
qpTestLog.h | 90 /* Add new values here if needed, remember to update relevant code in qpTestLog.c and change format revision */ 103 /* Add new values here if needed, remember to update relevant code in qpTestLog.c and change format revision */
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
CompactByteArray.java | 229 // remember its index. 264 * Remember that a specified block was "touched", i.e. had a value set.
|
/external/llvm/docs/HistoricalNotes/ |
2000-11-18-EarlyDesignIdeasResp.txt | 177 > BTW, on an unrelated note, after the meeting yesterday, I did remember 180 > it yesterday, I didn't remember where the idea had come from but I
|