HomeSort by relevance Sort by last modified time
    Searched full:remember (Results 126 - 150 of 1560) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/llvm/lib/Support/
SmallPtrSet.cpp 120 // If this is a tombstone, remember it. If Ptr ends up not in the set, we
123 Tombstone = Array+Bucket; // Remember the first tombstone found.
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 104 /// jump table ids to jump table bases map; remember if codegen relocation
154 /// addPCLabelAddr - Remember the address of the specified PC label.
  /external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp 166 // Remember that this instruction is NewSize bytes, increase the size of the
167 // block by NewSize-2, remember to iterate.
  /external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 160 // Remember that this instruction is 8-bytes, increase the size of the
161 // block by 4, remember to iterate.
  /external/quake/quake/src/QW/client/
r_efrag.c 144 // if this is the first splitter of this bmodel, remember it
184 // remember first splitter
  /external/quake/quake/src/WinQuake/
r_efrag.cpp 144 // if this is the first splitter of this bmodel, remember it
184 // remember first splitter
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Object/
regress-90596-001.js 229 // remember to escape the parens...
244 // remember to escape the braces...
regress-90596-002.js 229 // remember to escape the parens...
244 // remember to escape the braces...
  /frameworks/base/docs/html/resources/articles/
avoiding-memory-leaks.jd 94 that need a context, remember the application object. You can obtain it
99 <p>In summary, to avoid context-related memory leaks, remember the following:</p>
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorSRC.cpp 220 // just remember the fact that the format has changed, and let
231 // So just remember the fact and let read() call stop().
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
diagnostic.h 145 /* Remember the current function as being the last one in which we report
156 /* Remember the current module or file as being the last one in which we
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
diagnostic.h 145 /* Remember the current function as being the last one in which we report
156 /* Remember the current module or file as being the last one in which we
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
diagnostic.h 145 /* Remember the current function as being the last one in which we report
156 /* Remember the current module or file as being the last one in which we
  /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 488 // Remember this settings
493 CheckBox rememberCheckbox = (CheckBox) view.findViewById(R.id.remember);
495 // check "Remember setting" by default if no value was saved
529 // Called when the "Remember" Checkbox is clicked
534 Log.d(TAG, "onCheckedChanged: Remember Settings = " + isChecked);
    [all...]
  /external/llvm/include/llvm/ADT/
DenseMap.h 301 // If we are writing over a tombstone, remember this.
360 // If this is a tombstone, remember it. If Val ends up not in the map, we
363 FoundTombstone = ThisBucket; // Remember the first tombstone found.
PointerUnion.h 158 /// pointer type, setting the discriminator to remember what it came from.
291 /// pointer type, setting the discriminator to remember what it came from.
400 /// pointer type, setting the discriminator to remember what it came from.
  /external/llvm/lib/Analysis/
ProfileEstimatorPass.cpp 168 // loop, remember the edges that do not have any flow on them right now.
259 // flow first and remember the edges that have still now flow attached.
350 // Remember number of open blocks, this is later used to check if progress
  /external/chromium/chrome/browser/chromeos/status/
network_menu.h 57 // If remember >= 0, set the favorite state of the network.
62 int remember) const;
  /external/chromium/chrome/browser/password_manager/
password_form_manager.h 58 // Determines if the user opted to 'never remember' passwords for this form.
79 // A user opted to 'never remember' passwords for this form.
  /external/chromium/chrome/browser/ui/webui/
history2_ui.cc 164 // Need to remember the query string for our results.
190 // Need to remember the query string for our results.
history_ui.cc 164 // Need to remember the query string for our results.
190 // Need to remember the query string for our results.

Completed in 852 milliseconds

1 2 3 4 56 7 8 91011>>