HomeSort by relevance Sort by last modified time
    Searched full:separate (Results 476 - 500 of 7915) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
command_opts.py 27 gsutil supports separate options for the top-level gsutil command and
53 into separate arguments.
112 run in a separate process.
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/gl-matrix/
vec3-spec.js 191 describe("with a separate output vector", function() {
220 describe("with a separate output vector", function() {
249 describe("with a separate output vector", function() {
278 describe("with a separate output vector", function() {
307 describe("with a separate output vector", function() {
336 describe("with a separate output vector", function() {
363 describe("with a separate output vector", function() {
380 describe("with a separate output vector", function() {
439 describe("with a separate output vector", function() {
458 describe("with a separate output vector", function()
    [all...]
vec4-spec.js 57 describe("with a separate output vector", function() {
86 describe("with a separate output vector", function() {
115 describe("with a separate output vector", function() {
144 describe("with a separate output vector", function() {
173 describe("with a separate output vector", function() {
202 describe("with a separate output vector", function() {
229 describe("with a separate output vector", function() {
246 describe("with a separate output vector", function() {
305 describe("with a separate output vector", function() {
324 describe("with a separate output vector", function()
    [all...]
mat4-spec.js 73 describe("with a separate output matrix", function() {
111 describe("with a separate output matrix", function() {
149 describe("with a separate output matrix", function() {
195 describe("with a separate output matrix", function() {
271 describe("with a separate output matrix", function() {
309 describe("with a separate output matrix", function() {
350 describe("with a separate output matrix", function() {
390 describe("with a separate output matrix", function() {
430 describe("with a separate output matrix", function() {
470 describe("with a separate output matrix", function()
    [all...]
  /external/guava/guava-tests/benchmark/com/google/common/base/
Utf8Benchmark.java 122 * maxCodePoint}. A constant seed is used, so separate runs perform
138 * maxCodePoint}. A constant seed is used, so separate runs perform
154 * maxCodePoint}. A constant seed is used, so separate runs perform
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/
CUSTOMIZE 33 If you build FreeType in a directory separate from the source files,
85 directory where you invoke configure if you build in a separate
130 Place those files in a separate directory, e.g.,
  /external/libvpx/libvpx/build/make/
thumb.pm 38 # Convert register indexing with writeback into a separate add
43 # Convert negative register indexing into separate sub/add instructions.
52 # Convert register post indexing to a separate add instruction.
  /external/webrtc/webrtc/base/
sigslot_unittest.cc 134 // MT signal (there are two separate SigslotReceiver which
173 // ST slot, both ST and MT (separate) signal
212 // MT slot, both ST and MT (separate) signal
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
thumb.pm 38 # Convert register indexing with writeback into a separate add
43 # Convert negative register indexing into separate sub/add instructions.
52 # Convert register post indexing to a separate add instruction.
  /hardware/libhardware/modules/usbcamera/
Camera.h 66 // Separate open method for individual devices
68 // Separate initialization method for individual devices when opened
72 // Separate close method for individual devices
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConference.java 80 * @param connection The connection to separate.
87 radioConnection.separate();
89 Log.e(this, e, "Exception thrown trying to separate a conference call");
  /external/pcre/dist/doc/
pcre.3 26 Starting with release 8.30, it is possible to compile two separate PCRE
33 Starting with release 8.32 it is possible to compile a third separate PCRE
86 supported by PCRE are given in separate documents. See the
171 the "man" format, each of these is a separate "man page". In the HTML format,
172 each is a separate page, linked from the index page. In the plain text format,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_misc_state.c 237 * However, on Gen5, D24_UNORM_X8 may be used only if separate
318 /* Find the real separate stencil mt if present. */
327 /* Separate stencil buffer uses 64x64 tiles. */
375 * There exists a separate stencil buffer but no depth buffer.
381 * Enable the hiz bit because it and the separate stencil bit must have
383 * 1.21 "Separate Stencil Enable":
424 (1 << 21) | /* separate stencil enable */
448 /* If using separate stencil, hiz must be enabled. */
485 ((hiz_region ? 1 : 0) << 21) | /* separate stencil enable */
511 * In the 3DSTATE_DEPTH_BUFFER batch emitted above, the 'separate
    [all...]
  /external/curl/docs/
CONTRIBUTE 21 2.3 Write Separate Patches
62 the rest of the package and they make sense. Such "separate parts" can not be
100 fix one bug at a time and send them as separate patches.
102 2.3 Write Separate Patches
113 Also, separate patches enable bisecting much better when we track problems in
185 Keep a copy of the unmodified curl sources. Make your changes in a separate
235 [separate the above single line from the rest with an empty line]
  /external/valgrind/callgrind/docs/
cl-manual.xml 231 threads with <option><xref linkend="opt.separate-threads"/>=yes</option>).</para>
299 command line option <option><xref linkend="opt.separate-threads"/>=yes</option>,
487 <option><xref linkend="opt.separate-recs-num"/>=function</option>.
489 <option><xref linkend="opt.separate-recs"/>=10</option>, but this will
496 <option><xref linkend="opt.separate-callers-num"/>=B</option>
497 <option><xref linkend="opt.separate-callers-num"/>=C</option>,
502 <option><xref linkend="opt.separate-callers"/>=2</option> to get a 2-caller
    [all...]
  /external/v8/src/crankshaft/
hydrogen-uint32-analysis.cc 73 // marked with kUint32 flag and collected in the phis_ list. A separate
84 // collected in phis_ array. Separate pass is required.
102 // collected in phis_ array. Separate pass is required.
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
unittest.cc 101 // conjoined encoder+decoder pair or a separate encoder and decoder that
148 // 1. Encode 3 * 10 ms or 6 * 10 ms. The separate encoder is given the BW
171 // 3. Decode, and get new BW info from the separate decoder.
  /libcore/ojluni/src/main/java/java/text/
AttributedCharacterIterator.java 60 * of attribute/value pairs) are treated as separate runs if the
197 * same set of attribute/value pairs) are treated as separate runs
219 * same set of attribute/value pairs) are treated as separate runs
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_threading_local.py 71 called each time the local object is used in a separate thread. This
94 As before, we can access the data in a separate thread:
122 So, the separate thread:
  /prebuilts/gdb/linux-x86/lib/python2.7/
_threading_local.py 71 called each time the local object is used in a separate thread. This
94 As before, we can access the data in a separate thread:
122 So, the separate thread:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_threading_local.py 71 called each time the local object is used in a separate thread. This
94 As before, we can access the data in a separate thread:
122 So, the separate thread:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_threading_local.py 71 called each time the local object is used in a separate thread. This
94 As before, we can access the data in a separate thread:
122 So, the separate thread:
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
InstructionDuplicator.java 32 * mutation that this CodeMutator can perform, to allow separate
  /cts/libs/deviceutil/src/android/cts/util/
TestThread.java 19 * Thread class for executing a Runnable containing assertions in a separate thread.
  /cts/tests/libcore/ojluni/
AndroidTest.xml 24 <!-- this has the CoreTestRunner which needs to be in a separate APK -->

Completed in 1358 milliseconds

<<11121314151617181920>>