Searched refs:on (Results 426 - 450 of 1195) sorted by relevance

<<11121314151617181920>>

/external/googletest/googlemock/
H A DREADME.md36 * Allows arbitrary (partial) ordering constraints on
44 also an IRC channel on OFTC (irc.oftc.net) #gtest available. Please
59 * Read the instructions below on how to build Google Mock.
61 You can also watch Zhanyong's [talk](http://www.youtube.com/watch?v=sYpCyLI47rM) on Google Mock's usage and implementation.
73 posting a question on the
86 Google Mock is implemented on top of [Google Test](
87 http://github.com/google/googletest/), and depends on it.
96 Google Mock depends on advanced C++ features and thus requires a more
141 way to do it depends on which build system you use, and is usually
183 use to build Google Mock on system
[all...]
/external/mesa3d/docs/
H A DMESA_swap_frame_usage.spec31 Based on WGL_I3D_swap_frame_usage version 1.3.
37 "usage" value is a floating point value on the range [0,max] which is
47 depending on the swap interval as set by the GLX_SGI_swap_control or
123 1.0 otherwise. The actual usage value is based on the divisor and is
201 1.0, 3/17/03 Initial version based on WGL_I3D_swap_frame_usage.
H A DMESA_multithread_makecurrent.spec33 create a context per thread which each operate on their own
39 thread starts working on that object is difficult. For them,
133 (5) What requirements should be placed on the user managing contexts
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as40 /** If 0, no backtracking is going on. Safe to exec actions etc...
50 * This is only used if rule memoization is on (which it is by default).
75 /** The line on which the first character of the token resides */
/external/harfbuzz_ng/win32/
H A Ddetectenv-msvc.mak26 # in $(PREFIX)\bin, together with any DLLs they will depend on, if those DLLs are not already
29 # correspond to the build type (i.e. 32-bit Release for 32-bit Release builds, and so on).
115 # as "/Zo" in VS 2013 Update 3, and is turned on by default in VS 2015.
/external/libpcap/msdos/
H A Dndis_0.asm82 push bx ;; Save the old one on to the new stack
84 sub sp,&argsSize ;; Allocate space for arguments on the stack
114 add di,32 ;; Get a pointer to ax on the stack
/external/libunwind/doc/
H A Dlibunwind-setjmp.tex35 system-provided routines. In fact, the time spent on a
46 \item The correct operation of this library depends on the presence of
51 (on those platforms, there is usually a compiler-switch, such as
/external/libunwind_llvm/src/
H A DUnwindRegistersRestore.S28 # set up eax and ret on new stack location
47 pop %eax # eax was already pushed on new stack
48 ret # eip was already pushed on new stack
66 movq 32(%rdi), %rbx # store new rdi on new stack
68 movq 128(%rdi), %rbx # store new rip on new stack
356 @ these registers implies they are, actually, available on the target, so
/external/minijail/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
65 # For processes running in 32-bit compat mode on 64-bit processors.
249 # This is not currently used on Brillo/Android,
/external/netperf/src/
H A Dnetserver.c242 routine as we depend on the control socket being dup()ed out of the
426 int on = 1; local
456 "%s: Sleeping on getaddrinfo EAI_AGAIN\n",
508 (char *)&on ,
509 sizeof(on)) == SOCKET_ERROR) {
725 performance tests on the server. */
763 /* we just flipped-on debugging, dump the request because
765 dump_request() call is conditional on debug being set. raj
1071 /* create the cmdline array based on strlen(program) + 80 chars */
1135 let them go away on thei
1161 int on = 1; local
[all...]
/external/openssh/contrib/redhat/
H A Dopenssh.spec136 commands on a remote machine. SSH is intended to replace rlogin and
151 into and executing commands on a remote machine. This package includes
153 You'll also need to install the openssh package on OpenSSH clients.
157 into and executing commands on a remote machine. This package contains
164 into and executing commands on a remote machine. This package contains
169 into and executing commands on a remote machine. This package contains
299 # And if we only found one, we know the client was relying on the old default
463 - remove dependency on db1-devel, which has just been swallowed up whole
486 - change build dependency on a file from pam-devel to the pam-devel package
499 - configure without --with-ipv4-default on RH
[all...]
/external/webrtc/webrtc/modules/video_coding/test/
H A DplotReceiveTrace.m105 hold on;
185 % hold on;
202 hold on;
/external/ImageMagick/www/api/
H A Ddraw.php9 <title>ImageMagick: MagickCore, C API for ImageMagick: Draw on an Image</title>
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, draw, on, an, image, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
153 <p>DrawClipPath() draws the clip path on the image mask.</p>
188 <p>DrawImage() draws a graphic primitive on your image. The primitive may be represented as a string or filename. Precede the filename with an "at" sign (@) and the contents of the file are drawn on the image. You can affect how text is drawn by setting one or more members of the draw info structure.</p>
219 <p>DrawGradientImage() draws a linear gradient on the image.</p>
289 <p>DrawPrimitive() draws a primitive (line, rectangle, ellipse) on the image.</p>
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm301 have member bits on.
307 that may be called on objects belonging to the classes that the module provides.
335 restrictions on versions, and an indication whether these required modules are
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
H A Dplatform_ExternalUsbPeripherals.py47 def set_hub_power(self, on=True):
50 @param on: To power on the servo-usb hub or not
54 if not on:
55 reset = 'on'
57 self.pluged_status = on
225 - peripherals effect checks on cmd line
311 'and DUT_HUB1_USB on the servo board.')
/external/caliper/caliper/src/main/java/com/google/caliper/options/
H A DParsedOptions.java10 * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
92 return ImmutableSet.copyOf(Splitter.on(delimiter).split(string));
330 List<String> tokens = ImmutableList.copyOf(Splitter.on('=').limit(2).split(propertyString));
381 " -m, --vm comma-separated list of VMs to test on; possible values are",
386 " (default: \"" + Joiner.on(",").join(DEFAULT_INSTRUMENT_NAMES) + "\")",
412 " $HOME/.caliper/config.properties. Properties specified on the command line",
/external/compiler-rt/make/platform/
H A Dclang_darwin.mk3 # not present in the libgcc that shipped on the platform. In such cases, we link
75 # needed on i386.
104 # Darwin 10.6 has a bug in cctools that makes it unable to use ranlib on our ARM
105 # object files. If we are on that platform, strip out all ARM archs. We still
136 # never depend on the environmental overrides. We simply set them to minimum
138 # actually depend on the deployment target.
/external/icu/icu4c/source/test/perf/collationperf/
H A DCollPerf.pl219 <li>For more information on incremental vs. sort key comparison, the importance
222 <li>For general information on ICU collation see <a href=
224 <li>For information on APIs, see <a href="/apiref/icu4c/ucol_8h.html">C</a>,
/external/libvpx/libvpx/vpx_ports/
H A Dx86_abi_support.asm17 ; the preprocessor to get the 32 bit syntax on 32 bit platforms.
83 ; or win64 is defined on the Yasm command line.
144 ; and running quickly. Relies on SHADOW_ARGS_TO_STACK
166 ; argument on the stack (ie, the inverse of this macro is 'pop rsp.')
320 ; store registers 6-n on the stack
367 ; .rodata seems to be an elf-ism, as it doesn't work on OSX.
/external/llvm/lib/Support/Windows/
H A DSignals.inc43 // specifiers on to the MSVCRT entirely, and the CRT understands the ll
48 // back on at the end of the file.
420 // exist on every version of Windows we support), we will bail out since
481 // Crash to stack trace handler on abort.
484 // The following functions are not reliably accessible on MinGW.
640 /// \brief Populate ResultType with a valid MINIDUMP_TYPE based on the value of
824 InterruptFunction = 0; // Don't run it on another CTRL-C.
842 // warnings back on. If MinGW starts to support diagnostic stacks, we can
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
H A DInlineBytecodeGenerator.java161 .to(MockMethodAdvice.class).on(isVirtual()
166 .to(MockMethodAdvice.ForHashCode.class).on(isHashCode()))
169 .to(MockMethodAdvice.ForEquals.class).on(isEquals()))
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb76 not loaded by default when 'antlr3' is required, but it is autloaded on demand
78 on demand
82 the Debug module defined by this library. the Debug module is autoloaded on
88 Main module is autloaded on demand
168 # are autoloaded on-demand
184 # Set up non-essential components to be loaded on-demand
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dll-star.rb23 /** In this rule, the functionHeader left prefix on the last two
/external/boringssl/
H A Drules.mk57 # BoringSSL detects Trusty based on this define and does things like switch to
61 # Define static armcap based on lk build variables
/external/caliper/caliper/src/main/java/com/google/caliper/platform/dalvik/
H A DDalvikPlatform.java11 * distributed under the License is distributed on an "AS IS" BASIS,
50 // Shouldn't happen unless running it on the host and someone forgot to set it.
127 case "dalvikvm": // same as not using --vm (selects 64-bit on 64-bit, 32-bit on 32-bit)
128 case "dalvikvm32": // 32-bit specific dalvikvm (e.g. if running on 64-bit device)
129 case "dalvikvm64": // 64-bit specific dalvikvm (which is already default on 64-bit)
153 Joiner.MapJoiner mapJoiner = Joiner.on(',').withKeyValueSeparator("=");

Completed in 604 milliseconds

<<11121314151617181920>>