HomeSort by relevance Sort by last modified time
    Searched full:modification (Results 201 - 225 of 31717) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/public/web/
WebDOMMutationEvent.h 5 * modification, are permitted provided that the following conditions are
44 Modification = 1,
  /external/netperf/
MODULE_LICENSE_HP 30 REPRODUCTION, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR
41 MODIFICATION, OR DISTRIBUTION OF THE SOFTWARE OR DOCUMENTATION.
NOTICE 30 REPRODUCTION, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR
41 MODIFICATION, OR DISTRIBUTION OF THE SOFTWARE OR DOCUMENTATION.
  /libcore/luni/src/main/java/java/security/spec/
EncodedKeySpec.java 36 // to prevent subsequent modification
49 // to prevent subsequent modification
  /external/guava/guava/src/com/google/common/collect/
BstMutationResult.java 41 * @param targetKey The key targeted for modification. If {@code originalTarget} or {@code
44 * @param changedRoot The root of the subtree, after the modification and any rebalancing.
45 * @param modificationResult The result of the local modification to an entry.
72 * Returns the key which was the target of this modification.
87 * Returns the root of the subtree, after the modification and any rebalancing was performed.
105 * Returns the result of the modification to {@link #getOriginalTarget()}. This should not be
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_action.cc 253 linked_ptr<RequestCookieModification> modification(
256 // Get modification type.
258 modification->type = helpers::ADD;
260 modification->type = helpers::EDIT;
262 modification->type = helpers::REMOVE;
267 if (modification->type == helpers::EDIT ||
268 modification->type == helpers::REMOVE) {
271 modification->filter = ParseRequestCookie(filter);
275 if (modification->type == helpers::ADD) {
278 modification->modification = ParseRequestCookie(value)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
webkit_file_stream_reader_impl_unittest.cc 81 base::Time())); // expected modification time
101 base::Time())); // expected modification time
122 base::Time())); // expected modification time
142 base::Time())); // expected modification time
161 base::Time())); // expected modification time
  /external/kernel-headers/original/linux/can/
gw.h 36 CGW_MOD_AND, /* CAN frame modification binary AND */
37 CGW_MOD_OR, /* CAN frame modification binary OR */
38 CGW_MOD_XOR, /* CAN frame modification binary XOR */
39 CGW_MOD_SET, /* CAN frame modification set alternate values */
118 * Specifies a modification that's done to a received CAN frame before it is
  /frameworks/base/core/java/android/text/
LoginFilter.java 62 SpannableStringBuilder modification = null; local
74 if (modification == null) {
75 modification = new SpannableStringBuilder(source, start, end);
79 modification.delete(modoff, modoff + 1);
97 return modification;
  /external/chromium_org/chrome/browser/policy/
async_policy_loader.cc 45 // Check if there was a recent modification to the underlying files.
53 // Check if there was a modification while reading.
118 // If there was a change since the last recorded modification, wait some more.
  /external/chromium_org/courgette/third_party/
LICENCE 46 modification follow.
49 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION, AND MODIFICATION
57 c) "Modification", below, refers to the act of creating derivative works.
61 This license governs the copying, distribution, and modification of the
75 3. Modification and redistribution under closed license.
87 4. Modification and redistribution under open license.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stat.h 89 struct timespec st_mtim; /* Time of last modification. */
97 __time_t st_mtime; /* Time of last modification. */
98 unsigned long int st_mtimensec; /* Nsecs of last modification. */
150 struct timespec st_mtim; /* Time of last modification. */
158 __time_t st_mtime; /* Time of last modification. */
159 unsigned long int st_mtimensec; /* Nsecs of last modification. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stat.h 89 struct timespec st_mtim; /* Time of last modification. */
97 __time_t st_mtime; /* Time of last modification. */
98 unsigned long int st_mtimensec; /* Nsecs of last modification. */
150 struct timespec st_mtim; /* Time of last modification. */
158 __time_t st_mtime; /* Time of last modification. */
159 unsigned long int st_mtimensec; /* Nsecs of last modification. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stat.h 89 struct timespec st_mtim; /* Time of last modification. */
97 __time_t st_mtime; /* Time of last modification. */
98 unsigned long int st_mtimensec; /* Nsecs of last modification. */
150 struct timespec st_mtim; /* Time of last modification. */
158 __time_t st_mtime; /* Time of last modification. */
159 unsigned long int st_mtimensec; /* Nsecs of last modification. */
  /bionic/libc/include/
ar.h 17 * modification, are permitted provided that the following conditions
57 char ar_date[12]; /* modification time */
  /external/chromium/chrome/browser/policy/
file_based_policy_loader.h 64 // Records last known modification timestamp of |config_file_path_|.
67 // The wall clock time at which the last modification timestamp was
  /external/chromium_org/build/
extract_from_cab.py 54 # The expand utility preserves the modification date and time of the archived
56 # modification times of input and output files to determine whether to do an
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
get_file_for_saving_operation.h 36 // a Drive file whose next modification is monitored and notified to the
51 // cache, and marks it as dirty. The next modification to the cache file is
  /external/chromium_org/content/renderer/
mouse_lock_dispatcher.cc 83 // Callbacks made after all state modification to prevent reentrant errors
99 // Callbacks made after all state modification to prevent reentrant errors
  /external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/
modify-attribute.js 5 * modification, are permitted provided that the following conditions are
31 // ModifyAttribute - measure attribute modification performance
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ClipboardChromiumPosix.cpp 6 * modification, are permitted provided that the following conditions
33 // actually 255 Unicode characters using Apple's modification of Normzliation Form D, but the
  /external/chromium_org/third_party/libwebp/
LICENSE 4 modification, are permitted provided that the following conditions are
44 infringed only as a consequence of further modification of this
  /external/chromium_org/webkit/browser/blob/
file_stream_reader.h 43 // file info *and* its last modification time equals to
44 // expected modification time (rv >= 0 cases).
local_file_stream_reader.h 37 // |expected_modification_time| specifies the expected last modification
39 // actual modification time to see if the file has been modified, and if
  /external/chromium_org/webkit/browser/fileapi/
file_system_file_stream_reader.h 38 // |expected_modification_time| specifies the expected last modification if
40 // modification time to see if the file has been modified, and if it does any

Completed in 1243 milliseconds

1 2 3 4 5 6 7 891011>>