Home
last modified time | relevance | path

Searched refs:relationship (Results 1 – 25 of 255) sorted by relevance

1234567891011

/third_party/benchmark/test/
Doutput_test.h159 #define CHECK_RESULT_VALUE_IMPL(entry, getfn, var_type, var_name, relationship, value) \ argument
160 CONCAT(BM_CHECK_, relationship) \
166 << " to be " #relationship " to " << (value) << "\n"
170 #define CHECK_FLOAT_RESULT_VALUE_IMPL(entry, getfn, var_type, var_name, relationship, value, eps_fa… argument
171 CONCAT(BM_CHECK_FLOAT_, relationship) \
177 << " to be " #relationship " to " << (value) << "\n" \
187 #define CHECK_RESULT_VALUE(entry, var_type, var_name, relationship, value) \ argument
188 CHECK_RESULT_VALUE_IMPL(entry, GetAs, var_type, var_name, relationship, value)
190 #define CHECK_COUNTER_VALUE(entry, var_type, var_name, relationship, value) \ argument
191 CHECK_RESULT_VALUE_IMPL(entry, GetCounterAs, var_type, var_name, relationship, value)
[all …]
/third_party/jsframework/runtime/main/extend/mediaquery/
DmediaQuery.ts266 const relationship = condition.match(/[><=]+/g); constant
268 return calculateExpression(statusValue, relationship[0], conditionValue, failReason);
294 const relationship = condition.match(/[><=]+/g); constant
295 return calculateExpression(conditionValue, relationship[0], statusValue, failReason);
313 let relationship: string;
315 relationship = '<=';
317 relationship = '>=';
324 return calculateExpression(statusValue, relationship, conditionValue, failReason);
439 let relationship;
441 relationship = '<=';
[all …]
/third_party/typescript/tests/baselines/reference/
DarrayAssignmentTest1.types151 arr_i1 = arr_i1; // should be ok - subtype relationship - is
156 arr_i1 = arr_c1; // should be ok - subtype relationship - is
161 arr_i1 = arr_c2; // should be ok - subtype relationship - is
171 arr_c1 = arr_c1; // should be ok - subtype relationship - is
176 arr_c1 = arr_c2; // should be ok - subtype relationship - is
191 arr_c2 = arr_c2; // should be ok - subtype relationship - is
196 arr_c2 = arr_c1; // should be an error - subtype relationship - is
201 arr_c2 = arr_i1; // should be an error - subtype relationship - is
DarrayAssignmentTest1.symbols143 arr_i1 = arr_i1; // should be ok - subtype relationship - is
147 arr_i1 = arr_c1; // should be ok - subtype relationship - is
151 arr_i1 = arr_c2; // should be ok - subtype relationship - is
159 arr_c1 = arr_c1; // should be ok - subtype relationship - is
163 arr_c1 = arr_c2; // should be ok - subtype relationship - is
175 arr_c2 = arr_c2; // should be ok - subtype relationship - is
179 arr_c2 = arr_c1; // should be an error - subtype relationship - is
183 arr_c2 = arr_i1; // should be an error - subtype relationship - is
DarrayAssignmentTest1.errors.txt98 arr_i1 = arr_i1; // should be ok - subtype relationship - is
99 arr_i1 = arr_c1; // should be ok - subtype relationship - is
100 arr_i1 = arr_c2; // should be ok - subtype relationship - is
107 arr_c1 = arr_c1; // should be ok - subtype relationship - is
108 arr_c1 = arr_c2; // should be ok - subtype relationship - is
119 arr_c2 = arr_c2; // should be ok - subtype relationship - is
120 arr_c2 = arr_c1; // should be an error - subtype relationship - is
125 arr_c2 = arr_i1; // should be an error - subtype relationship - is
DindependentPropertyVariance.types2 // Verify that properties can vary independently in comparable relationship
DindependentPropertyVariance.symbols2 // Verify that properties can vary independently in comparable relationship
DstrictNullNotNullIndexTypeShouldWork.types64 …return this.attrs.params!; // Return type should maintain relationship with `T` after being not-nu…
DstrictNullNotNullIndexTypeNoLib.types67 …return this.attrs.params!; // Return type should maintain relationship with `T` after being not-nu…
DstrictNullNotNullIndexTypeNoLib.errors.txt53 …return this.attrs.params!; // Return type should maintain relationship with `T` after being not-nu…
DstrictNullNotNullIndexTypeShouldWork.symbols79 …return this.attrs.params!; // Return type should maintain relationship with `T` after being not-nu…
/third_party/tzdata/
Dtime2posix.3.txt32 relationship is assumed by some (usually older) applications. Any
33 programs creating/dissecting time_t's using such a relationship will
51 The following table summarizes the relationship between a time T and
/third_party/pulseaudio/src/daemon/systemd/user/
Dpulseaudio.service.in15 # socket-service relationship, see systemd.socket(5).
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_wait_sync.txt219 3. What is the relationship between EGL sync objects and OpenGL / OpenGL
222 RESPONSE: There is no direct relationship. GL and ES servers may not
276 relationship to GL/ES sync objects.
/third_party/EGL/extensions/KHR/
DEGL_KHR_wait_sync.txt219 3. What is the relationship between EGL sync objects and OpenGL / OpenGL
222 RESPONSE: There is no direct relationship. GL and ES servers may not
276 relationship to GL/ES sync objects.
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_client_extensions.txt184 4. What should be the relationship between the extension string of
187 disjoint? Should the relationship remain undefined?
195 advertise client extensions. By defining a clear relationship between
383 - Resolve issue 4 regarding the relationship among client and display
/third_party/EGL/extensions/EXT/
DEGL_EXT_client_extensions.txt184 4. What should be the relationship between the extension string of
187 disjoint? Should the relationship remain undefined?
195 advertise client extensions. By defining a clear relationship between
383 - Resolve issue 4 regarding the relationship among client and display
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-x509/
DREADME.md28 Example for confirming trust relationship. Notice the PEM in -c must contain not only
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_FUCHSIA_buffer_collection.adoc49 interpreting the relationship between the
DVK_FUCHSIA_buffer_collection.txt49 interpreting the relationship between the
DVK_KHR_present_wait.adoc36 There is no requirement for any precise timing relationship between the
DVK_KHR_present_wait.txt36 There is no requirement for any precise timing relationship between the
/third_party/node/tools/doc/
DREADME.md3 1:1 relationship from `lib/<module>.js` to `doc/api/<module>.md`.
/third_party/libinput/doc/user/
Dtrackpoints.rst59 Illustration of the relationship between reporting rate and delta values on a trackpoint
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dsize_changed_layout_notifier.dart77 // There's a 1:1 relationship between the _RenderSizeChangedWithCallback and

1234567891011