Home
last modified time | relevance | path

Searched full:consistent (Results 1 – 25 of 5871) sorted by relevance

12345678910>>...235

/external/rust/crates/regex/tests/
Dcrates_regex.rs5 consistent!(autoshutdown_0, r"\s*(\d+)(\w)\s*");
8 consistent!(epub_0, r"/");
11 consistent!(rpi_info_0, "^Revision\t+: ([0-9a-fA-F]+)");
14 consistent!(rpi_info_1, "Serial\t+: ([0-9a-fA-F]+)");
17 consistent!(pnet_macros_0, r"^u([0-9]+)(be|le|he)?$");
20 consistent!(iban_validate_0, r"^[A-Z]{2}\d{2}[A-Z\d]{1,30}$");
23 consistent!(markifier_0, r".*\[(?P<percent>.+)%.*\].*");
26 consistent!(mallumo_0, r"(#include) (\S*)(.*)");
29 consistent!(mallumo_1, r"(ERROR: \d+:)(\d+)(: )(.+)");
32 consistent!(mallumo_2, r"(\d+\()(\d+)(?:\) : )(.+)");
[all …]
Dtest_crates_regex.rs33 mod consistent; module
37 macro_rules! consistent { macro
41 use super::consistent::backends_are_consistent;
/external/doclava/src/com/google/doclava/apicheck/
DApiInfo.java64 * Checks to see if this api is consistent with a newer version.
75 * Checks to see if this api is consistent with a newer version.
85 boolean consistent = true; in isConsistent()
102 consistent = false; in isConsistent()
115 consistent = false; in isConsistent()
125 consistent = false; in isConsistent()
134 return consistent; in isConsistent()
/external/cronet/base/trace_event/
Dmemory_dump_request_args.h27 // consistent with memory_instrumentation.mojo and
37 // Keep this consistent with memory_instrumentation.mojo and
48 // total size reported in the root node is consistent. Only the granularity of
62 // Keep this consistent with memory_instrumentation.mojo and
66 // Keep this consistent with memory_instrumentation.mojo and
/external/openthread/src/core/common/
Dtrickle_timer.hpp75 …* suppression behavior, invoking the handler callback independent of number of "consistent" events…
160 … (i.e., handler is always invoked independent of number of "consistent" events).
175 * Indicates to the trickle timer a 'consistent' event.
177 …* The 'consistent' events are used to control suppression behavior. The trickle timer keeps track …
178 …* 'consistent' events in each interval. The timer handler is invoked only if the number of `consis…
218 uint16_t mCounter; // A counter for number of "consistent" transmissions (aka 'c').
/external/cronet/net/base/
Disolation_info.cc22 // Checks that |origin| is consistent with |site_for_cookies|.
26 // all origins consistent. Note that SiteForCookies should never be created in ValidateSameSite()
44 // Checks if these values are consistent. See IsolationInfo::Create() for
45 // descriptions of consistent sets of values. Also allows values used by the
59 // consistent with the |top_frame_origin|. in IsConsistent()
73 // consistent IsolationInfo object. in IsConsistent()
79 // For subframe navigations, the subframe's origin may not be consistent in IsConsistent()
84 // SiteForCookies must consistent with the frame origin as well for in IsConsistent()
/external/libchrome/base/trace_event/
Dmemory_dump_request_args.h28 // consistent with memory_instrumentation.mojo and
38 // Keep this consistent with memory_instrumentation.mojo and
49 // total size reported in the root node is consistent. Only the granularity of
61 // Keep this consistent with memory_instrumentation.mojo and
/external/doclava/src/com/google/doclava/
DFieldInfo.java476 boolean consistent = true; in isConsistent()
480 consistent = false; in isConsistent()
484 consistent = false; in isConsistent()
490 consistent = false; in isConsistent()
496 consistent = false; in isConsistent()
502 consistent = false; in isConsistent()
506 consistent = false; in isConsistent()
512 consistent = false; in isConsistent()
518 consistent = false; in isConsistent()
524 consistent = false; in isConsistent()
[all …]
DMethodInfo.java377 * Returns a name consistent with the {@link com.google.doclava.MethodInfo#getHashableName()}.
837 boolean consistent = true; in isConsistent()
841 consistent = false; in isConsistent()
847 consistent = false; in isConsistent()
853 consistent = false; in isConsistent()
861 consistent = false; in isConsistent()
865 if (!consistent) { in isConsistent()
872 consistent = false; in isConsistent()
878 consistent = false; in isConsistent()
889 consistent = false; in isConsistent()
[all …]
DPackageInfo.java470 * Check if packages are consistent, also record class deltas.
484 * Check if packages are consistent, also record class deltas.
496 boolean consistent = true; in isConsistent()
514 consistent = false; in isConsistent()
530 consistent = false; in isConsistent()
541 consistent = false; in isConsistent()
551 return consistent; in isConsistent()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/
DStringUtils.java39 …* and column of the given Directive. We use this routine to provide a consistent format for displa…
51 … * and column of the given Node. We use this routine to provide a consistent format for displaying
63 * and column. We use this routine to provide a consistent format for displaying
75 * and column. We use this routine to provide a consistent format for displaying
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
DStateCheckingResponseObserver.java43 * ensuring consistent state.
56 * consistent state.
66 * <p>This implementation simply delegates to {@link #onCompleteImpl()} after ensuring consistent
79 * consistent state.
/external/aws-sdk-java-v2/docs/design/http-clients/aws-crt-client/
DDecisionLog.md28 …should add the static factory `create` methods in all HTTP Clients. It's convenient and consistent.
29 2. We should make the configuration classes we expose follow our SDK conventions to be consistent w…
33 5. We should add the service loader class. It's consistent with the way other HTTP clients work and…
/external/tensorflow/tensorflow/core/util/
Dequal_graph_def.h38 // nodes must be consistent.
42 // Returns a hash of `gdef` that is consistent with EqualGraphDef. In other
60 // Returns a hash of `ndef` that is consistent with EqualNodeDef. In other
78 // Returns a hash of `ndefs` that is consistent with EqualRepeatedNodeDef.
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/video/
DFixedFrameRateEstimatorTest.java43 // Frames with consistent durations, working toward establishing sync. in fixedFrameRate_withSingleOutlier_syncsAndResyncs()
67 // Frames with consistent durations, working toward re-establishing sync. in fixedFrameRate_withSingleOutlier_syncsAndResyncs()
99 // Frames with consistent durations, working toward establishing sync. in fixedFrameRate_withOutlierFirstFrameDuration_syncs()
131 // Frames with consistent durations, working toward establishing new sync. in newFixedFrameRate_resyncs()
160 // Frames with consistent durations, working toward establishing sync. in fixedFrameRate_withMillisecondPrecision_syncs()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/video/
DFixedFrameRateEstimatorTest.java43 // Frames with consistent durations, working toward establishing sync. in fixedFrameRate_withSingleOutlier_syncsAndResyncs()
67 // Frames with consistent durations, working toward re-establishing sync. in fixedFrameRate_withSingleOutlier_syncsAndResyncs()
99 // Frames with consistent durations, working toward establishing sync. in fixedFrameRate_withOutlierFirstFrameDuration_syncs()
131 // Frames with consistent durations, working toward establishing new sync. in newFixedFrameRate_resyncs()
160 // Frames with consistent durations, working toward establishing sync. in fixedFrameRate_withMillisecondPrecision_syncs()
/external/google-cloud-java/java-resource-settings/proto-google-cloud-resource-settings-v1/src/main/java/com/google/cloud/resourcesettings/v1/
DSettingOrBuilder.java106 …* consistent with the data type defined in [Setting.metadata][google.cloud.resourcesettings.v1.Set…
120 …* consistent with the data type defined in [Setting.metadata][google.cloud.resourcesettings.v1.Set…
134 …* consistent with the data type defined in [Setting.metadata][google.cloud.resourcesettings.v1.Set…
155 …* consistent with the data type defined in [Setting.metadata][google.cloud.resourcesettings.v1.Set…
179 …* consistent with the data type defined in [Setting.metadata][google.cloud.resourcesettings.v1.Set…
203 …* consistent with the data type defined in [Setting.metadata][google.cloud.resourcesettings.v1.Set…
DSetting.java194 …* consistent with the data type defined in [Setting.metadata][google.cloud.resourcesettings.v1.Set…
211 …* consistent with the data type defined in [Setting.metadata][google.cloud.resourcesettings.v1.Set…
230 …* consistent with the data type defined in [Setting.metadata][google.cloud.resourcesettings.v1.Set…
258 …* consistent with the data type defined in [Setting.metadata][google.cloud.resourcesettings.v1.Set…
285 …* consistent with the data type defined in [Setting.metadata][google.cloud.resourcesettings.v1.Set…
314 …* consistent with the data type defined in [Setting.metadata][google.cloud.resourcesettings.v1.Set…
1183 …* consistent with the data type defined in [Setting.metadata][google.cloud.resourcesettings.v1.Set…
1199 …* consistent with the data type defined in [Setting.metadata][google.cloud.resourcesettings.v1.Set…
1221 …* consistent with the data type defined in [Setting.metadata][google.cloud.resourcesettings.v1.Set…
1245 …* consistent with the data type defined in [Setting.metadata][google.cloud.resourcesettings.v1.Set…
[all …]
/external/llvm/test/Analysis/DependenceAnalysis/
DWeakZeroDstSIV.ll19 ; CHECK: da analyze - consistent input [S]!
56 ; CHECK: da analyze - consistent input [S]!
98 ; CHECK: da analyze - consistent input [S]!
133 ; CHECK: da analyze - consistent input [S]!
168 ; CHECK: da analyze - consistent input [S]!
203 ; CHECK: da analyze - consistent input [S]!
239 ; CHECK: da analyze - consistent input [S]!
DWeakZeroSrcSIV.ll16 ; CHECK: da analyze - consistent output [S]!
53 ; CHECK: da analyze - consistent output [S]!
95 ; CHECK: da analyze - consistent output [S]!
130 ; CHECK: da analyze - consistent output [S]!
165 ; CHECK: da analyze - consistent output [S]!
200 ; CHECK: da analyze - consistent output [S]!
236 ; CHECK: da analyze - consistent output [S]!
/external/rust/crates/unicode-width/src/
Dlib.rs74 /// as 1 column wide. This is consistent with the recommendations for non-CJK
83 /// as 2 columns wide. This is consistent with the recommendations for
104 /// as 1 column wide. This is consistent with the recommendations for
114 /// as 2 column wide. This is consistent with the recommendations for
/external/angle/src/libANGLE/renderer/metal/doc/
DTextureDataCompleteness.md3 The OpenGL spec allows a texture's images to be defined without consistent size and format through
7 if the images are consistent in size and format. Then it uses the texture for rendering.
9 Metal textures (i.e. MTLTexture) on the other hand require consistent defined images at all times.
/external/tensorflow/tensorflow/tools/consistency_integration_test/
Dtype_promotion_tests.py40 * This behavior is consistent with the tensor wrapping rules (i.e.
43 * For getting consistent results back, the suggestion is to explicitly
68 # Explicitly construct tensor for input for getting consistent results
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h153 /// isConsistent - Returns true if this dependence is consistent
227 LoopIndependent(RHS.LoopIndependent), Consistent(RHS.Consistent), in FullDependence()
239 /// isConsistent - Returns true if this dependence is consistent
241 bool isConsistent() const override { return Consistent; } in isConsistent()
275 bool Consistent; // Init to true, then refine. variable
662 /// Set consistent to false.
681 /// Set consistent to false.
699 /// Set consistent to false.
717 /// Set consistent to false.
859 /// in terms of dependence), set consistent to false.
[all …]
/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
DConsistentHashLoadBalancerSettings.java25 * This message defines settings for a consistent hash style load balancer.
78 …ield describes a HTTP cookie that will be used as the hash key for the consistent hash load balanc…
95 …ield describes a HTTP cookie that will be used as the hash key for the consistent hash load balanc…
115 …ield describes a HTTP cookie that will be used as the hash key for the consistent hash load balanc…
427 * This message defines settings for a consistent hash style load balancer.
663 …ield describes a HTTP cookie that will be used as the hash key for the consistent hash load balanc…
679 …ield describes a HTTP cookie that will be used as the hash key for the consistent hash load balanc…
703 …ield describes a HTTP cookie that will be used as the hash key for the consistent hash load balanc…
728 …ield describes a HTTP cookie that will be used as the hash key for the consistent hash load balanc…
751 …ield describes a HTTP cookie that will be used as the hash key for the consistent hash load balanc…
[all …]

12345678910>>...235