HomeSort by relevance Sort by last modified time
    Searched full:scattering (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
union_domain.h 16 CloogScattering *scattering; /**< Scattering function for domain. */ member in struct:cloognameddomainlist
24 * A structure representing the input domains and scattering functions.
40 const char *name, CloogDomain *domain, CloogScattering *scattering,
program.h 58 int nb_scattdims ; /**< Scattering dimension number. */
66 * scattering dimension is scalar or not.
106 CloogScatteringList *scattering, CloogOptions *options);
108 CloogScatteringList *scattering, CloogOptions *options);
110 CloogScatteringList *scattering, CloogOptions *options);
names.h 58 int nb_scattering ; /**< Scattering iterator number. */
62 char ** scattering ; /**< The scattering names (an array of strings). */ member in struct:cloognames
statement.h 54 * scattering function.
block.h 50 * with exactly the same domain/scattering pair (possibly differing by only one
domain.h 169 int cloog_scattering_fully_specified(CloogScattering *scattering,
options.h 83 * of scattering iterators).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
union_domain.h 16 CloogScattering *scattering; /**< Scattering function for domain. */ member in struct:cloognameddomainlist
24 * A structure representing the input domains and scattering functions.
40 const char *name, CloogDomain *domain, CloogScattering *scattering,
program.h 58 int nb_scattdims ; /**< Scattering dimension number. */
66 * scattering dimension is scalar or not.
106 CloogScatteringList *scattering, CloogOptions *options);
108 CloogScatteringList *scattering, CloogOptions *options);
110 CloogScatteringList *scattering, CloogOptions *options);
names.h 58 int nb_scattering ; /**< Scattering iterator number. */
62 char ** scattering ; /**< The scattering names (an array of strings). */ member in struct:cloognames
statement.h 54 * scattering function.
  /system/update_engine/update_manager/
chromeos_policy.h 44 // Parameters for update scattering, as returned by UpdateScattering.
181 // A private policy for checking whether scattering is due. Writes in |result|
188 // contain the last scattering period returned by this function, or zero if no
190 // threshold, or zero if no such threshold is known. If not scattering, or if
191 // any of the scattering values has changed, returns |EvalStatus::kSucceeded|;
policy.h 117 // Information pertaining to update scattering.
119 // The currently knwon (persisted) scattering wallclock-based wait period and
155 // allowed (backoff, scattering) there may still be other means for download
179 // The scattering wait period and check threshold.
chromeos_policy.cc 333 // scattering) to the same values presented in the update state. The reason is
380 // Check whether scattering applies to this update attempt. We should not be
381 // scattering if this is an interactive update check, or if OOBE is enabled
384 // Note: current code further suppresses scattering if a "deadline"
387 // which we suppress scattering anyway.
403 // Compute scattering values.
451 // P2P download is allowed; if backoff or scattering are active, be sure
    [all...]
chromeos_policy_unittest.cc 173 // There is no active scattering wait period (max 7 days allowed) nor check
    [all...]
  /frameworks/base/core/java/android/ddm/
DdmRegister.java 23 * Just a place to stick handler registrations, instead of scattering
  /system/update_engine/
update_attempter.cc 93 // By default autest bypasses scattering. If we want to test scattering,
471 LOG(INFO) << "Scattering disabled since scatter factor is set to 0";
473 LOG(INFO) << "Scattering disabled as this is an interactive update check";
476 LOG(INFO) << "Scattering disabled since OOBE is enabled but not complete "
480 LOG(INFO) << "Scattering is enabled";
484 // This means the scattering policy is turned on.
489 // 2. Admin has changed the scattering policy value.
490 // (new scattering value will be different from old one in this case).
503 // distribution for scattering
    [all...]
omaha_request_action.cc     [all...]
omaha_request_params.h 323 // True if scattering is enabled, in which case waiting_period_ specifies the
329 // True if scattering is enabled to denote the number of update checks
payload_state_interface.h 186 // Returns the current (persisted) scattering wallclock-based wait period.
189 // Sets and persists the scattering wallclock-based wait period.
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
VirtioBlk.h 66 // header. See description of historical scattering at the end of Appendix D:
  /libcore/ojluni/src/main/java/java/nio/channels/
ScatteringByteChannel.java 35 * <p> A <i>scattering</i> read operation reads, in a single invocation, a
37 * Scattering reads are often useful when implementing network protocols or
GatheringByteChannel.java 40 * <i>scattering</i> read operations are defined in the {@link
  /libcore/ojluni/src/main/java/sun/nio/ch/
UnixAsynchronousSocketChannelImpl.java 404 boolean scattering = isScatteringRead;
413 if (scattering) {
451 Number result = (exc != null) ? null : (scattering) ?
496 * Initiates a read or scattering read operation
691 * Initiates a read or scattering read operation
  /external/deqp/doc/testspecs/GLES31/
functional.tessellation_geometry_interaction.txt 29 + Scattering render tests where result primitives are scattered all

Completed in 646 milliseconds

1 2 3 4 5