HomeSort by relevance Sort by last modified time
    Searched full:remember (Results 151 - 175 of 1642) sorted by null

1 2 3 4 5 67 8 91011>>

  /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 172 // Remember that this instruction is 8-bytes, increase the size of the
173 // 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/av/libvideoeditor/lvpp/
VideoEditorSRC.cpp 233 // just remember the fact that the format has changed, and let
244 // So just remember the fact and let read() call stop().
  /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 514 // Remember this settings
516 CheckBox rememberCheckbox = (CheckBox) view.findViewById(R.id.remember);
518 // check "Remember setting" by default if no value was saved
568 // Called when the "Remember" Checkbox is clicked
573 Log.d(TAG, "onCheckedChanged: Remember Settings = " + isChecked);
    [all...]
  /external/llvm/include/llvm/ADT/
PointerUnion.h 161 /// pointer type, setting the discriminator to remember what it came from.
294 /// pointer type, setting the discriminator to remember what it came from.
403 /// pointer type, setting the discriminator to remember what it came from.
  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 220 /// Defs, Uses - Remember where defs and uses of each register are as we
230 /// PendingLoads - Remember where unknown loads are after the most recent
239 /// DbgValues - Remember instruction that precedes DBG_VALUE.
  /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.
  /external/freetype/include/freetype/
ftoutln.h 477 * remember that in TrueType, everything that is to the right of
482 * remember that in PostScript, everything that is to the left of
  /external/icu4c/i18n/
plurfmt.cpp 375 // We remember the first "other" sub-message if we have not seen any
377 // We remember the first matching-keyword sub-message if we have not seen
  /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
  /external/llvm/lib/CodeGen/
MachineCopyPropagation.cpp 197 // Remember Def is defined by the copy.
210 // Remember source that's copied to Def. Once it's clobbered, then
  /external/llvm/lib/Support/
SmallPtrSet.cpp 122 // If this is a tombstone, remember it. If Ptr ends up not in the set, we
125 Tombstone = Array+Bucket; // Remember the first tombstone found.
  /external/proguard/src/proguard/classfile/editor/
MemberReferenceFixer.java 173 // Remember that the stack sizes of the methods in this class
229 // Remember that the stack sizes of the methods in this class
  /external/webkit/Source/WebKit/mac/Panels/
WebAuthenticationPanel.m 229 credential = [[NSURLCredential alloc] initWithUser:[username stringValue] password:[password stringValue] persistence:([remember state] == NSOnState) ? NSURLCredentialPersistencePermanent : NSURLCredentialPersistenceForSession];
258 credential = [[NSURLCredential alloc] initWithUser:[username stringValue] password:[password stringValue] persistence:([remember state] == NSOnState) ? NSURLCredentialPersistencePermanent : NSURLCredentialPersistenceForSession];

Completed in 1507 milliseconds

1 2 3 4 5 67 8 91011>>