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

1 23 4 5 6 7 8 91011>>

  /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.$$
122 # Apply the style guide on new and modified files and collect its diff
  /external/sqlite/android/
Android.mk 35 # to easily check what they modified works well or not.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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.$$
122 # 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/chromium_org/chrome/installer/util/
channel_info.cc 118 // Returns true if |ap_value| is modified.
301 bool modified = false; local
305 modified = SetModifier(index, false, &value_) || modified;
308 return modified;
installer_state.cc 721 bool modified = false; local
724 modified |= (*scan)->SetChannelFlags(set, channel_info);
726 return modified;
753 bool modified = channel_info.SetMultiInstall(true); local
756 modified |= SetChannelFlags(true, &channel_info);
761 if (modified)
  /external/chromium_org/tools/git/
for-all-touched-files.py 7 Invokes the specified (quoted) command for all files modified
11 flag) is replaced with each of the filenames of new or modified files.
21 %prog -t "~~BINGO~~" "echo I modified ~~BINGO~~"
51 """Provides a list of all new and modified files listed by [git diff
76 """For each new or modified file output by [git diff branch_name],
  /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;
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListSet.java 36 * inaccurate results if this collection is modified during traversal.
294 boolean modified = false;
297 modified = true;
298 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);
  /packages/apps/Launcher3/src/com/android/launcher3/
AllAppsList.java 48 /** The list of apps that have been modified since the last notify() call. */
49 public ArrayList<AppInfo> modified = new ArrayList<AppInfo>(); field in class:AllAppsList
85 modified.clear();
163 modified.add(applicationInfo);
  /external/chromium_org/chrome/browser/search_engines/
template_url_parser.cc 422 bool modified = false; local
433 modified = true;
437 if (!modified)
442 modified = true;
448 if (modified) {
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java 63 private boolean modified; field in class:CodeAttributeEditor
131 modified = false;
180 modified = true;
207 modified = true;
231 modified = true;
256 modified = true;
278 modified = true;
304 modified = true;
323 modified = true;
364 * Returns whether the code has been modified in any way
    [all...]
  /external/mksh/src/
edit.c 68 static int modified; /* buffer has been "modified" */ variable
118 modified = 1;
1126 if (!modified) {
1128 modified = 1;
    [all...]
  /external/chromium_org/third_party/libxml/src/
libxml2.spec 16 at parse time or later once the document has been modified. The output
35 at parse time or later once the document has been modified. The output
56 at parse time or later once the document has been modified.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
Helpers.java 99 boolean modified = false;
101 modified |= addTo.add(e);
103 return modified;
246 * modified via a nefarious implementation of equals. This is used for testing
  /art/runtime/gc/accounting/
card_table.h 92 * Visitor is expected to take in a card and return the new value. When a value is modified, the
96 * modified: Whenever the visitor modifies a card, this visitor is called on the card. Enables
101 const ModifiedVisitor& modified);
  /external/chromium_org/net/disk_cache/memory/
mem_entry_impl.h 135 void UpdateRank(bool modified);
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
x_name.c 142 ret->modified=1;
213 nm.x->modified = 0;
228 if(a->modified) {
285 a->modified = 0;
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509cset.c 132 c->crl->enc.modified = 1;
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_head.h 77 SK_OT_LONGDATETIME modified; member in struct:SkOTTableHead
  /external/chromium_org/tools/cr/cr/
plugin.py 330 modified = True
331 while modified:
332 modified = False
336 modified = True
  /external/guava/guava/src/com/google/common/collect/
Iterators.java 191 boolean modified = false;
195 modified = true;
198 return modified;
215 boolean modified = false;
219 modified = true;
222 return modified;
237 boolean modified = false;
241 modified = true;
244 return modified;
348 * @return {@code true} if {@code collection} was modified as a result of thi
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterators.java 189 boolean modified = false;
193 modified = true;
196 return modified;
213 boolean modified = false;
217 modified = true;
220 return modified;
235 boolean modified = false;
239 modified = true;
242 return modified;
330 * @return {@code true} if {@code collection} was modified as a result of thi
    [all...]

Completed in 1201 milliseconds

1 23 4 5 6 7 8 91011>>