/system/keymaster/include/keymaster/ |
keymaster_enforcement.h | 132 * need not have any relation to any external time standard (other than the duration of
|
/external/autotest/frontend/afe/ |
model_logic.py | 355 raise ValueError('%s has no relation to %s' % [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
gtest-internal.h | [all...] |
/external/gtest/include/gtest/internal/ |
gtest-internal.h | [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-internal.h | [all...] |
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-internal.h | [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
gtest-internal.h | [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-internal.h | [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
BagFormatter.java | 248 abstract public static class Relation { 252 static class NullRelation extends Relation { 256 private Relation r = new NullRelation(); 258 public BagFormatter setRelation(Relation r) { 263 public Relation getRelation() { [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/ |
BagFormatter.java | 247 abstract public static class Relation { 251 static class NullRelation extends Relation { 255 private Relation r = new NullRelation(); 257 public BagFormatter setRelation(Relation r) { 262 public Relation getRelation() { [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |
/external/valgrind/helgrind/docs/ |
hg-manual.xml | 414 "happens-before relation". Once you understand the happens-before 415 relation, it is easy to see how Helgrind finds races in your code. 416 Fortunately, the happens-before relation is itself easy to understand, 499 two accesses are ordered by the happens-before relation. If so, 502 <para>It is important to understand that the happens-before relation 521 threads are ordered by the happens-before relation? It means that 705 relation.</para> 708 any happens-before relation between the two accesses. If 710 also cannot find any such relation, even on detailed inspection [all...] |
/external/ImageMagick/ImageMagick/script/ |
fx.html | 220 <dt> <var>x</var> <code><</code> <var>y</var></dt><dd> boolean relation, return value 1.0 if <var>x</var> < <var>y</var>, otherwise 0.0</dd> 221 <dt> <var>x</var> <code><=</code> <var>y</var></dt><dd> boolean relation, return value 1.0 if <var>x</var> <= <var>y</var>, otherwise 0.0</dd> 222 <dt> <var>x</var> <code>></code> <var>y</var></dt><dd> boolean relation, return value 1.0 if <var>x</var> > <var>y</var>, otherwise 0.0</dd> 223 <dt> <var>x</var> <code>>=</code> <var>y</var></dt><dd> boolean relation, return value 1.0 if <var>x</var> >= <var>y</var>, otherwise 0.0</dd> 224 <dt> <var>x</var> <code>==</code> <var>y</var></dt><dd> boolean relation, return value 1.0 if <var>x </var>==<var> y</var>, otherwise 0.0</dd> 225 <dt> <var>x</var> <code>!=</code> <var>y</var></dt><dd> boolean relation, return value 1.0 if <var>x </var>!=<var> y</var>, otherwise 0.0</dd>
|
/external/ImageMagick/www/ |
fx.html | 224 <dt> <var>x</var> <code><</code> <var>y</var></dt><dd> boolean relation, return value 1.0 if <var>x</var> < <var>y</var>, otherwise 0.0</dd> 225 <dt> <var>x</var> <code><=</code> <var>y</var></dt><dd> boolean relation, return value 1.0 if <var>x</var> <= <var>y</var>, otherwise 0.0</dd> 226 <dt> <var>x</var> <code>></code> <var>y</var></dt><dd> boolean relation, return value 1.0 if <var>x</var> > <var>y</var>, otherwise 0.0</dd> 227 <dt> <var>x</var> <code>>=</code> <var>y</var></dt><dd> boolean relation, return value 1.0 if <var>x</var> >= <var>y</var>, otherwise 0.0</dd> 228 <dt> <var>x</var> <code>==</code> <var>y</var></dt><dd> boolean relation, return value 1.0 if <var>x </var>==<var> y</var>, otherwise 0.0</dd> 229 <dt> <var>x</var> <code>!=</code> <var>y</var></dt><dd> boolean relation, return value 1.0 if <var>x </var>!=<var> y</var>, otherwise 0.0</dd>
|
/external/llvm/utils/llvm-build/llvmbuild/ |
main.py | 143 '%r (%s)' % (ci.name, relation) 144 for relation,ci in current_stack) 163 for relation,referent_name in ci.get_component_references(): 168 ci.name, referent_name, relation)) 171 current_stack.append((relation,ci)) 182 # about only checking cycles by relation type. If we do that, it falls [all...] |
/cts/tests/tests/widget/src/android/widget/cts/util/ |
ListScenario.java | 41 * of items, how tall each item should be (in relation to the screen height), and 147 * Set the factor that determines how tall each item is in relation to the
|
/external/aac/libSBRenc/include/ |
sbr_encoder.h | 176 INT downSampleFactor; /*!< Sampling rate relation between the SBR and the core encoder. */ 326 * \param downSampleFactor Input: Relation between SBR and core coder sampling rate;
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityCache.java | 487 Log.e(LOG_TAG, "Invalid parent-child relation between parent: " 499 Log.e(LOG_TAG, "Invalid child-parent relation between child: "
|
/frameworks/base/core/tests/coretests/src/android/util/ |
ListScenario.java | 41 * of items, how tall each item should be (in relation to the screen height), and 147 * Set the factor that determines how tall each item is in relation to the
|
/libcore/luni/src/main/java/java/util/concurrent/ |
package-info.java | 203 * <i>happens-before</i> relation on memory operations such as reads and 218 * the <i>happens-before</i> relation is transitive, all actions
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-jdk-annotations/0.12.613/ |
kotlin-jdk-annotations-0.12.613.jar | |
/external/aac/libSBRenc/src/ |
sbr.h | 145 INT downSampleFactor; /* Sampling rate relation between the SBR and the core encoder. */
|
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/builder/ |
BuilderTest.java | 182 // Make sure grandchildren from newer children have no relation to the older ones.
|
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/ |
DoubleMath.java | 130 * equivalence relation and <em>not</em> suitable for use in {@link Object#equals}
|
/external/kernel-headers/original/uapi/linux/ |
pkt_cls.h | 452 * R(2) ::= relation to next ematch
|