Home
last modified time | relevance | path

Searched refs:Only (Results 1 – 25 of 1757) sorted by relevance

12345678910>>...71

/external/selinux/mcstrans/share/examples/pipes/
Dpipes.test1 Restricted Handle Via Iron Pipes Only==s2:c102,c200.c511
2 Restricted Handle Via Copper Pipes Only==s2:c103,c200.c511
3 Restricted Handle Via Plastic Pipes Only==s2:c101,c200.c511
4 Restricted Handle Via Galvanized Pipes Only==s2:c104,c200.c511
5 Restricted Handle Via Plastic,Iron,Copper Pipes Only==s2:c101.c103,c200.c511
6 Restricted Handle Via Iron,Plastic,Copper Pipes Only=s2:c101.c103,c200.c511
/external/mksh/
DAndroid.patch.txt1 Only in src: FAQ.htm
52 Only in src: main.c.orig
53 Only in src: Rebuild.sh
54 Only in src: rlimits.gen
55 Only in src: sh_flags.gen
56 Only in src: signames.inc
57 Only in src: test.sh
/external/dagger2/javatests/dagger/functional/producers/cancellation/
DProducerTester.java74 Only assertStarted(String... nodes) { in assertStarted()
79 Only assertCancelled(String... nodes) { in assertCancelled()
84 Only assertNotStarted(String... nodes) { in assertNotStarted()
89 Only assertNotCancelled(String... nodes) { in assertNotCancelled()
100 private Only assertAboutNodes(Predicate<? super TestFuture> assertion, String... nodes) { in assertAboutNodes()
107 return new Only(builder.build(), assertion); in assertAboutNodes()
114 final class Only { class in ProducerTester
119 Only(ImmutableSet<TestFuture> expected, Predicate<? super TestFuture> assertion) { in Only() method in ProducerTester.Only
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
Dcoverage.txt14 8 YES Only a stub.
23 17 YES Only a stub.
24 18 YES Only a stub.
25 19 YES Only a stub.
/external/libxml2/result/schemas/
Dsrc-element2-2_0_0.err4 … : Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'type': Only the attributes 'min…
5 …lement '{http://www.w3.org/2001/XMLSchema}element', attribute 'nillable': Only the attributes 'min…
6 …Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'default': Only the attributes 'min…
7 …: Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'fixed': Only the attributes 'min…
8 … : Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'form': Only the attributes 'min…
9 …: Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'block': Only the attributes 'min…
/external/webrtc/modules/audio_processing/test/py_quality_assessment/
DBUILD.gn43 visibility = [ ":*" ] # Only targets in this file can depend on this.
75 visibility = [ ":*" ] # Only targets in this file can depend on this.
83 visibility = [ ":*" ] # Only targets in this file can depend on this.
90 visibility = [ ":*" ] # Only targets in this file can depend on this.
103 visibility = [ ":*" ] # Only targets in this file can depend on this.
159 visibility = [ ":*" ] # Only targets in this file can depend on this.
166 visibility = [ ":*" ] # Only targets in this file can depend on this.
/external/llvm-project/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h95 static inline SourcePred onlyType(Type *Only) { in onlyType() argument
96 auto Pred = [Only](ArrayRef<Value *>, const Value *V) { in onlyType()
97 return V->getType() == Only; in onlyType()
99 auto Make = [Only](ArrayRef<Value *>, ArrayRef<Type *>) { in onlyType()
100 return makeConstantsWithType(Only); in onlyType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h95 static inline SourcePred onlyType(Type *Only) { in onlyType() argument
96 auto Pred = [Only](ArrayRef<Value *>, const Value *V) { in onlyType()
97 return V->getType() == Only; in onlyType()
99 auto Make = [Only](ArrayRef<Value *>, ArrayRef<Type *>) { in onlyType()
100 return makeConstantsWithType(Only); in onlyType()
/external/llvm-project/llvm/test/TableGen/
Dprep-diag1.td7 // DIAG1: error: Only comments are supported after #define NAME
19 // DIAG2: error: Only comments are supported after #ifdef NAME
22 // DIAG3: error: Only comments are supported after #ifdef NAME
Dprep-diag2.td5 // DIAG1: error: Only comments are supported after #else
8 // DIAG2: error: Only comments are supported after #else
Dprep-diag3.td5 // DIAG1: error: Only comments are supported after #endif
8 // DIAG2: error: Only comments are supported after #endif
/external/rust/crates/itertools/src/
Dwith_position.rs46 Only(T), enumerator
56 Position::Only(x) => x, in into_inner()
74 None => Some(Position::Only(item)), in next()
/external/icu/android_icu4j/resources/android/icu/
DICUConfig.properties27 # [Internal Use Only]
49 # [Internal Use Only]
56 # [Internal Use Only]
62 # [Internal Use Only]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/
DICUConfig.properties27 # [Internal Use Only]
49 # [Internal Use Only]
56 # [Internal Use Only]
62 # [Internal Use Only]
/external/tensorflow/tensorflow/lite/delegates/coreml/
DREADME.md66 * Only certain shapes are broadcastable. In Core ML tensor layout,
77 * Only supports single-batch case. Input dimensions should be 1, except
83 * Only 4D input with `REFLECT` mode is supported. Padding should be
86 * Only certain shapes are broadcastable. In Core ML tensor layout,
90 * Only 4D input is supported. Padding should be constant, and is only
96 * Only supported when target Core ML version is 2, not supported when
/external/openscreen/third_party/boringssl/
DBUILD.gn28 visibility = [ ":*" ] # Only targets in this file can depend on this.
42 visibility = [ ":*" ] # Only targets in this file can depend on this.
51 visibility = [ ":*" ] # Only targets in this file can depend on this.
/external/guice/core/src/com/google/inject/matcher/
DMatchers.java220 return new Only(value); in only()
223 private static class Only extends AbstractMatcher<Object> implements Serializable { class in Matchers
226 public Only(Object value) { in Only() method in Matchers.Only
237 return other instanceof Only && ((Only) other).value.equals(value); in equals()
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster.proto74 // Only callable by the Bootloader.
76 // Only callable by the Bootloader.
78 // Only callable at the Device Factory.
80 // Only callable at the Device Factory.
98 // Only callable once per boot.
387 // Only callable by the Bootloader.
397 // Only callable by the Bootloader.
412 // Only callable at the Device Factory
431 // Only callable at the Device Factory
/external/parameter-framework/upstream/test/xml-generator/testVector/
Dsecond.pfw21 # Only inherits from "EddGroup" domainGroup
27 # Only inherits from "EddGroup" domainGroup
/external/python/dateutil/docs/
Dtz.rst44 Only available on Windows
58 Only available on Windows
/external/llvm-project/clang/test/Driver/XRay/
Dlit.local.cfg5 # Only run the tests in platforms where XRay instrumentation is supported.
11 # Only on platforms we support.
/external/cros/system_api/dbus/seneschal/
Dseneschal_service.proto77 // The handle with which to refer to this server in future requests. Only
81 // The reason why the server failed to start, if any. Only valid when
97 // The reason why the server could not be stopped, if any. Only valid when
128 // accessed. Only valid if |success| is true.
131 // The reason why the path could not be shared, if any. Only valid when
/external/autotest/client/site_tests/cellular_MbimComplianceDescriptor/
Dcontrol.DES028 MBIM Compliance Test: Descriptors Validation for MBIM Only Functions.
21 Descriptors Validation for MBIM Only Functions.
/external/llvm-project/clang/test/Modules/Inputs/System/usr/include/
Dmodule.map2 // Only in compiler support directory
7 // Only in system headers directory
/external/clang/test/Modules/Inputs/System/usr/include/
Dmodule.map2 // Only in compiler support directory
7 // Only in system headers directory

12345678910>>...71