HomeSort by relevance Sort by last modified time
    Searched refs:modified (Results 51 - 75 of 700) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/misc/cgo/test/issue9400/
gccgo.go 15 // stack gets modified. We don't have a way to do that for gccgo
  /art/runtime/gc/accounting/
card_table-inl.h 129 * Visitor is expected to take in a card and return the new value. When a value is modified, the
133 * modified: Whenever the visitor modifies a card, this visitor is called on the card. Enables
140 const ModifiedVisitor& modified) {
154 modified(card_cur, expected, new_value);
168 modified(card_end, expected, new_value);
201 modified(reinterpret_cast<uint8_t*>(word_cur) + i, expected_byte, new_byte);
  /build/blueprint/parser/
modify.go 19 func AddStringToList(list *List, s string) (modified bool) {
39 func RemoveStringFromList(list *List, s string) (modified bool) {
  /external/boringssl/src/crypto/asn1/
tasn_utl.c 140 enc->modified = 1;
155 enc->modified = 1;
185 enc->modified = 0;
194 if (!enc || enc->modified) {
  /external/ltp/testcases/kernel/security/integrity/ima/tests/
ima_measurements.sh 79 echo $($date) - file modified >> test.txt
90 tst_resm TFAIL "Modified file not measured"
93 tst_resm TPASS "Modified file measured"
  /external/vboot_reference/firmware/include/
gpt_misc.h 31 /* Bit masks for GptData.modified field. */
101 /* Which inputs have been modified? GPT_MODIFIED_* */
102 uint8_t modified; member in struct:__anon38217
129 * On return the modified field may be set, if the GPT data has been modified
182 * On return the modified field may be set, if the GPT data has been modified
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
NetworkPolicyEditor.java 63 boolean modified = false;
69 modified = true;
73 modified = true;
80 if (modified) writeAsync();
  /packages/apps/Launcher3/src/com/android/launcher3/
AllAppsList.java 53 /** The list of apps that have been modified since the last notify() call. */
54 public ArrayList<AppInfo> modified = new ArrayList<>(); field in class:AllAppsList
111 modified.clear();
158 modified.add(info);
203 modified.add(applicationInfo);
  /system/core/toolbox/
Android.mk 54 # We copy the input path so it can't be accidentally modified later.
58 # and the original can't yet have been modified, so this is both sufficient and necessary.
  /external/icu/icu4j/
adjust_icudt_path.mk 3 # appends the path to a dynamically generated modified file to the list of
  /external/libvpx/libvpx/tools/
ftfy.sh 10 options are given, then the modified files are left in the working tree.
70 log "Modified commit message:"
95 MODIFIED_DIFF=modified.diff.$$
121 # Apply the style guide on new and modified files and collect its diff
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RuleLoader.java 179 long modified = file.lastModified(); local
180 if (prevModified.longValue() != modified) {
  /external/toybox/toys/pending/
fdisk.c 60 int modified; member in struct:part_entry
249 partitions[num_parts-1].modified = 1;
307 pe->modified = change;
335 partitions[0].modified = 1;
527 partitions[i].modified = 0;
585 pe->modified = 1;
588 pe->modified = 1;
595 pe->modified = 1;
604 partitions[i].modified = 1;
623 partitions[i-1].modified = 1
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
_h_e_a_d.py 19 modified: Q
43 self.modified = int(time.time() - mac_epoch_diff)
53 if name in ("created", "modified"):
71 if name in ("created", "modified"):
  /frameworks/av/media/mtp/
MtpDatabase.h 38 time_t modified) = 0;
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
snippet.py 137 def modified(self): member in class:TokenSnippet
185 def modified(self): member in class:Symbol
186 return any(child.modified for child in self.children)
  /libcore/ojluni/src/main/java/java/util/concurrent/
ConcurrentSkipListSet.java 77 * inaccurate results if this collection is modified during traversal.
336 boolean modified = false;
339 modified = true;
340 return modified;
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 42 /** The list of apps that have been modified since the last notify() call. */
43 public ArrayList<ApplicationInfo> modified = new ArrayList<ApplicationInfo>(); field in class:AllAppsList
73 modified.clear();
154 modified.add(applicationInfo);
  /prebuilts/go/darwin-x86/src/container/list/
list.go 143 // If mark is not an element of l, the list is not modified.
153 // If mark is not an element of l, the list is not modified.
163 // If e is not an element of l, the list is not modified.
173 // If e is not an element of l, the list is not modified.
183 // If e or mark is not an element of l, or e == mark, the list is not modified.
192 // If e or mark is not an element of l, or e == mark, the list is not modified.
  /prebuilts/go/linux-x86/src/container/list/
list.go 143 // If mark is not an element of l, the list is not modified.
153 // If mark is not an element of l, the list is not modified.
163 // If e is not an element of l, the list is not modified.
173 // If e is not an element of l, the list is not modified.
183 // If e or mark is not an element of l, or e == mark, the list is not modified.
192 // If e or mark is not an element of l, or e == mark, the list is not modified.
  /external/vboot_reference/firmware/lib/cgptlib/
cgptlib_internal.c 335 gpt->modified |= GPT_MODIFIED_HEADER2;
346 gpt->modified |= GPT_MODIFIED_HEADER1;
355 gpt->modified |= GPT_MODIFIED_ENTRIES2;
360 gpt->modified |= GPT_MODIFIED_ENTRIES1;
421 gpt->modified |= GPT_MODIFIED_HEADER1 | GPT_MODIFIED_ENTRIES1;
  /external/mksh/src/
edit.c 75 static int modified; /* buffer has been "modified" */ variable
128 modified = 1;
1170 if (!modified) {
1173 modified = 1;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleDisplayNamesImpl.java 590 ULocale.Builder modified = builder.setLocale(locale); local
592 modified.setScript("");
595 modified.setRegion("");
597 result.add(newRow(modified.build(), capContext));
605 private UiListItem newRow(ULocale modified, DisplayContext capContext) {
606 ULocale minimized = ULocale.minimizeSubtags(modified, ULocale.Minimize.FAVOR_SCRIPT);
607 String tempName = modified.getDisplayName(locale);
610 tempName = modified.getDisplayName(modified);
611 String nameInSelf = capContext == DisplayContext.CAPITALIZATION_FOR_UI_LIST_OR_MENU ? UCharacter.toTitleFirst(modified, tempName) : tempName
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleDisplayNamesImpl.java 586 ULocale.Builder modified = builder.setLocale(locale); local
588 modified.setScript("");
591 modified.setRegion("");
593 result.add(newRow(modified.build(), capContext));
601 private UiListItem newRow(ULocale modified, DisplayContext capContext) {
602 ULocale minimized = ULocale.minimizeSubtags(modified, ULocale.Minimize.FAVOR_SCRIPT);
603 String tempName = modified.getDisplayName(locale);
606 tempName = modified.getDisplayName(modified);
607 String nameInSelf = capContext == DisplayContext.CAPITALIZATION_FOR_UI_LIST_OR_MENU ? UCharacter.toTitleFirst(modified, tempName) : tempName
    [all...]
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java 70 private boolean modified; field in class:CodeAttributeEditor
138 modified = false;
187 modified = true;
213 modified = true;
236 modified = true;
261 modified = true;
283 modified = true;
309 modified = true;
328 modified = true;
369 * Returns whether the code has been modified in any way
    [all...]

Completed in 2480 milliseconds

1 23 4 5 6 7 8 91011>>