Home
last modified time | relevance | path

Searched defs:only (Results 1 – 25 of 25) sorted by relevance

/external/clang/test/SemaCXX/
Dtrailing-return-0x.cpp4 struct only struct
6 only(T) {} in only() argument
9 only(U) in only() function
Ddependent-auto.cpp4 struct only { struct
/external/curl/docs/cmdline-opts/
Dcacert.d22 (iOS and macOS only) If curl is built against Secure Transport, then this variable
28 (Schannel only) This option is supported for Schannel in Windows 7 or later with variable
Dftp-port.d15 e.g. "eth0" to specify which interface's IP address you want to use (Unix only) variable
Dcert.d33 (iOS and macOS only) If curl is built against Secure Transport, then the variable
/external/python/cpython3/Doc/library/
Didle.rst211 .. _run-module:
222 .. _run-custom:
229 .. _check-module:
238 .. _python-shell:
/external/clang/test/CXX/expr/expr.unary/expr.new/
Dp2-cxx0x.cpp4 struct only { struct
/external/mockito/src/main/java/org/mockito/verification/
DVerificationWithTimeout.java87 VerificationMode only(); in only() method
DVerificationAfterDelay.java62 VerificationMode only(); in only() method
/external/mockito/src/main/java/org/mockito/internal/verification/
DVerificationModeFactory.java20 public static VerificationMode only() { in only() method in VerificationModeFactory
DVerificationWrapper.java44 public VerificationMode only() { in only() method in VerificationWrapper
/external/mockito/src/test/java/org/mockito/internal/verification/
DOnlyTest.java22 Only only = new Only(); field in OnlyTest
/external/scapy/doc/scapy/
Dinstallation.rst367 .. _windows_installation:
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp4.cpp6 struct only { struct
Dp6.cpp5 struct only { struct
/external/skia/site/user/modules/
Dpathkit.md815 #### `PathKit.LTRBRect(left, top, right, bottom)` ####
823 #### `SkPath.dump()` ####
/external/skqp/site/user/modules/
Dpathkit.md816 #### `PathKit.LTRBRect(left, top, right, bottom)` ####
824 #### `SkPath.dump()` ####
/external/autotest/client/common_lib/
Dprofiler_manager.py51 def only(self): member in profiler_manager
/external/dagger2/javatests/dagger/functional/producers/cancellation/
DProducerTester.java128 void only() { in only() method in ProducerTester.Only
/external/arm-trusted-firmware/docs/design/
Dfirmware-design.rst623 Required CPU state when calling ``bl31_entrypoint()`` during cold boot
712 Required CPU state for BL31 Warm boot initialization
/external/mockito/src/main/java/org/mockito/
DMockito.java2780 public static VerificationMode only() { in only() method in Mockito
/external/libchrome/third_party/jinja2/
Dnodes.py148 def iter_fields(self, exclude=None, only=None): argument
164 def iter_child_nodes(self, exclude=None, only=None): argument
/external/guice/core/src/com/google/inject/matcher/
DMatchers.java219 public static Matcher<Object> only(Object value) { in only() method in Matchers
/external/python/setuptools/pkg_resources/
D__init__.py1864 def find_distributions(path_item, only=False): argument
1871 def find_eggs_in_zip(importer, path_item, only=False): argument
1901 def find_nothing(importer, path_item, only=False): argument
1934 def find_on_path(importer, path_item, only=False): argument
1966 def dist_factory(path_item, entry, only): argument
/external/mesa3d/src/panfrost/bifrost/
Dbi_pack.c1022 ASSERTED bool only = clause->constant_count <= (index + 1); in bi_pack_constants() local