HomeSort by relevance Sort by last modified time
    Searched refs:only (Results 276 - 300 of 1356) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/
icu4c.css 24 body .only-milestone,
25 body .only-draft,
26 body .only-rc {
30 body.milestone .only-milestone {
34 body.draft .only-draft {
38 body.rc .only-rc {
  /external/mockito/src/test/java/org/mockitousage/verification/
VerificationWithAfterTest.java 184 verify(mock, after(300).only()).oneArg('1');
197 verify(mock, after(300).only()).oneArg('1');
251 verify(mock, after(10000).only()).oneArg('1');
  /external/protobuf/objectivec/DevTools/
full_mac_build.sh 34 --core-only
99 --core-only )
174 header "Building core Only"
189 objectivec/generate_well_known_types.sh --check-only -j "${NUM_MAKE_JOBS}"
  /external/grpc-grpc/src/csharp/Grpc.Core/
GrpcEnvironment.cs 200 /// Can be only invoked before the <c>GrpcEnviroment</c> is started and cannot be changed afterwards.
201 /// Setting thread pool size is an advanced setting and you should only use it if you know what you are doing.
209 GrpcPreconditions.CheckState(instance == null, "Can only be set before GrpcEnvironment is initialized");
217 /// Can be only invoked before the <c>GrpcEnviroment</c> is started and cannot be changed afterwards.
218 /// Setting the number of completions queues is an advanced setting and you should only use it if you know what you are doing.
226 GrpcPreconditions.CheckState(instance == null, "Can only be set before GrpcEnvironment is initialized");
237 /// Inlining handlers is an advanced setting and you should only use it if you know what you are doing.
246 GrpcPreconditions.CheckState(instance == null, "Can only be set before GrpcEnvironment is initialized");
254 /// Can be only invoked before the <c>GrpcEnviroment</c> is started and cannot be changed afterwards.
255 /// This is an advanced setting and you should only use it if you know what you are doing
    [all...]
  /external/libchrome/third_party/jinja2/
filters.py 120 If the optional third argument ``count`` is given, only the first
231 'You can only sort by either "key" or "value"'
585 third parameter. Strings that only exceed the length by the tolerance
861 It is also possible to sum up only certain attributes:
941 only interested in a certain value of it.
944 of users but you are only interested in a list of usernames:
969 and only selecting the objects with the test succeeding.
1009 attribute of each object, and only selecting the objects with the
1068 Note that this filter is for use in HTML contexts only.
    [all...]
  /external/syzkaller/vendor/golang.org/x/text/secure/bidirule/
bidirule.go 33 // o In a domain name consisting of only labels that satisfy the rule,
37 // o In a domain name consisting of only LDH labels (as defined in the
78 // [2.2] In an RTL label, only characters with the Bidi properties R,
89 // [2.2] In an RTL label, only characters with the Bidi properties R,
100 // [2.5] In an LTR label, only characters with the Bidi properties L,
111 // [2.5] In an LTR label, only characters with the Bidi properties L,
199 // A rule can only be violated for "Bidi Domain names", meaning if one of the
  /external/libunwind/doc/
libunwind-ptrace.tex 59 only portions of the \Prog{\_UPT}-facility. For this reason, the
75 as the only argument. The returned void-pointer then needs to be
91 Since \Func{ptrace}(2) works within a single machine only, the
99 explicit locking is used. As long as only one thread uses
107 current implementation, the only reason this call may fail is when the
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
README.txt 44 For development purposes only, if the feature PCD "gEmbeddedTokenSpaceGuid.
52 Furthermore and again for development purposes only, if the feature PCD
68 returns. The command can be invoked with the "-i" option only and in that
  /device/linaro/bootloader/edk2/
edksetup.bat 19 @REM if the argument, skip is present, only the paths and the
151 @echo This flag is only required if building the
162 @echo will only be copied to target.txt, tools_def.txt and build_rule.txt
  /external/autotest/docs/
test-that.md 11 - Running emerge after python-only test changes is no longer necessary.
20 or a Moblab). This feature is only supported for infrastructure-produced builds
106 - This feature will only work on builds that produced autotest test artifacts.
114 - This will only work with images newer than Sept 20, 2013 (specifically, builds
  /external/libhevc/common/arm/
ihevc_intra_pred_luma_vert.s 223 vbsl d18, d24, d16 @only select row values from q12(predpixel)
264 vbsl d18, d24, d16 @only select row values from q12(predpixel)
294 vbsl d18, d24, d16 @only select row values from q12(predpixel)
350 vbsl d18, d24, d16 @only select row values from q12(predpixel)
378 vbsl d18, d24, d16 @only select row values from q12(predpixel)
402 vbsl d18, d24, d16 @only select row values from q12(predpixel)
  /external/libvpx/libvpx/test/
test.mk 19 ## Black box tests only use the public API.
90 # Currently we only support decoder perf tests for vp9. Also they read from WebM
97 # encode perf tests are vp9 only
  /external/mesa3d/docs/specs/
MESA_multithread_makecurrent.spec 67 In addition, a rendering context can be current for only one
71 only one thread at a time. A direct rendering context may be
94 None. The GLX extension only extends to direct rendering contexts.
  /external/python/cpython3/PCbuild/
get_externals.bat 22 if "%~1"=="--clean-only" (set DO_FETCH=false) & goto clean
95 echo.Valid options: -c, --clean, --clean-only, --organization, --python,
107 echo.Use the --clean-only option to do the same cleaning, without pulling in
  /external/syzkaller/pkg/ifuzz/
decode.go 35 // There are only 2 32-bit instructions that look like VEX-prefixed but are actually not: LDS, LES.
40 // There is only one instruction that looks like XOP-prefixed but is actually not: POP.
94 return 0, fmt.Errorf("no opcode, only prefixes")
  /external/syzkaller/vendor/golang.org/x/net/http2/
write.go 23 // it will only write less than or equal to size bytes, and it
57 // This can only happen if the caller reuses w after it's
159 // only waste 9 bytes anyway.
332 // is encoded only only if k is in keys.
337 // sorter.Keys method is only valid until the sorter
  /build/soong/java/
jacoco.go 123 return "", fmt.Errorf("only '**' or '.**' is supported as recursive wildcard in a filter")
127 return "", fmt.Errorf("'*' is only supported as the last character in a filter")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descrtut.py 64 We can also use the new type in contexts where classic only allows "real"
328 ... raise AttributeError, "this attribute is read-only"
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/
AArch64ArchTimerSupport.S 23 # NOTE - Can only write while at highest implemented EL level (EL3 on model). Else ReadOnly (EL2, EL1, EL0)
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
Flat32.s 38 # This is a bare bones transition to protected mode only
  /external/autotest/client/common_lib/
profiler_manager.py 51 def only(self): member in class:profiler_manager
52 """ Returns True if job is supposed to be run only with profiling
  /external/autotest/client/tests/reaim/
reaim.py 62 if not profilers.only():
  /external/bcc/examples/lua/
sock-parse-dns.lua 27 local ip = pkt.ip -- Accept only UDP messages
29 local udp = ip.udp -- Only messages >12 octets (DNS header)
  /external/boringssl/ios-arm/crypto/fipsmodule/
sha256-armv4.S 50 @ byte in 12.5 cycles or 23% faster than integer-only code. Snapdragon
51 @ S4 does it in 12.5 cycles too, but it's 50% faster than integer-only
67 @ ARMv7 and ARMv8 processors. It does have ARMv8-only code, but those
    [all...]
sha512-armv4.S 50 @ one byte in 23.3 cycles or ~60% faster than integer-only code.
    [all...]

Completed in 454 milliseconds

<<11121314151617181920>>