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

<<71727374757677787980>>

  /toolchain/binutils/binutils-2.25/include/aout/
encap.h 84 separate GNU nm for every architecture!!? Unfortunately, it needs to
  /toolchain/binutils/binutils-2.25/include/nlm/
common.h 87 /* Alpha information. This should probably be in a separate Alpha
  /toolchain/binutils/binutils-2.25/include/vms/
dst.h 201 /* Separate type specification. */
  /toolchain/binutils/binutils-2.25/ld/emultempl/
cr16elf.em 114 of different alignment in separate sections. */
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
crossref.exp 36 # Xtensa targets currently default to putting literal values in a separate
  /toolchain/binutils/binutils-2.25/libiberty/
cp-demint.c 35 be found in that file. We put these functions in a separate file
fnmatch.c 39 /* This is a separate conditional since some stdc systems
getopt1.c 29 /* This is a separate conditional since some stdc systems
  /external/deqp/modules/gles31/functional/
es31fIndexedStateQueryTests.cpp     [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 1036 const GLboolean separate = p->state->separate_specular; local
1067 if (separate)
1085 if (separate)
1098 if (separate) {
1108 if (twoside && separate) {
    [all...]
  /external/ImageMagick/MagickCore/
channel.c 91 % A channel without an operation symbol implies separate (i.e, semicolon).
660 #define SeparateImageTag "Separate/Image"
679 Initialize separate image attributes.
699 Separate image.
789 % SeparateImages() returns a separate grayscale image for each channel
    [all...]
  /external/squashfs-tools/
CHANGES 170 1.3 Kernel code split into separate files along functional lines.
178 2.3 Unsquashfs code restructured and split into separate files.
223 3.2 Progress bar improved, and moved to separate thread.
336 separate threads to maximise I/O performance. Even on single
343 separate phases. Only files which are considered possible
  /frameworks/base/docs/html/guide/topics/media/
mediarouter.jd 220 CATEGORY_REMOTE_PLAYBACK} &mdash; Play video or audio on a separate device that handles media
580 separate from the app activity that created the object. Having a secondary
582 display that is separate from your app's display on the local Android device.
583 Specifically, the secondary display needs a separate context because it may need to load
621 separate physical display device chosen by the user. The controller layer can simply be a method
  /frameworks/base/graphics/java/android/graphics/
ImageFormat.java 190 * <p>Images in this format are always represented by three separate buffers
228 * <p>Images in this format are always represented by three separate buffers
265 * <p>Images in this format are always represented by three separate buffers
301 * <p>Images in this format are always represented by three separate buffers
328 * <p>Images in this format are always represented by four separate buffers
  /external/clang/docs/
Modules.rst 80 However, this module import behaves quite differently from the corresponding ``#include <stdio.h>``: when the compiler sees the module import above, it loads a binary representation of the ``std.io`` module and makes its API available to the application directly. Preprocessor definitions that precede the import declaration have no impact on the API provided by ``std.io``, because the module itself was compiled as a separate, standalone module. Additionally, any linker flags required to use the ``std.io`` module will automatically be provided when the module is imported [#]_
103 To enable modules, pass the command-line flag ``-fmodules``. This will make any modules-enabled software libraries available as modules as well as introducing any modules-specific syntax. Additional `command-line parameters`_ are described in a separate section later.
156 Module maps are specified as separate files (each named ``module.modulemap``) alongside the headers they describe, which allows them to be added to existing software libraries without having to change the library headers themselves (in most cases [#]_). The actual `Module map language`_ is described in a later section.
219 Modules are modeled as if each submodule were a separate translation unit, and a module import makes names from the other translation unit visible. Each submodule starts with a new preprocessor state and an empty translation unit.
329 Within a module map file, modules are referred to by a *module-id*, which uses periods to separate each part of a module's name:
479 **Example:** The C header ``assert.h`` is an excellent candidate for a textual header, because it is meant to be included multiple times (possibly with different ``NDEBUG`` settings). However, declarations within it should typically be split into a separate modular header.
    [all...]
  /external/libjpeg-turbo/
structure.txt 54 We feel that lossless JPEG is better handled by a separate library.
167 programming to separate out the different possibilities.
170 as two separate modules that present the same external interface; at runtime,
245 2. Data buffering control. A separate control module exists for each
315 separate component planes. Processes one pixel row at a time.
376 defined as separate objects in order to simplify application-specific
448 and change data layout from separate component planes to pixel-interleaved.
582 Note that each color component is stored in a separate array; we don't use the
    [all...]
  /external/valgrind/callgrind/
dump.c 1101 /* if we do not separate among threads, this gives all */
1105 /* even if we do not separate among threads,
1246 VG_(fprintf)(fp, "desc: Option: --separate-recs=%d\n",
1248 VG_(fprintf)(fp, "desc: Option: --separate-callers=%d\n",
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormatSymbols.java 310 * Returns the character used to separate positive and negative subpatterns
319 * Sets the character used to separate positive and negative subpatterns
521 * <strong>[icu]</strong> Returns the string used to separate the mantissa from the exponent.
532 * <strong>[icu]</strong> Sets the string used to separate the mantissa from the exponent.
    [all...]
IDNA.java 555 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
591 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
627 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormatSymbols.java 333 * Returns the character used to separate positive and negative subpatterns
343 * Sets the character used to separate positive and negative subpatterns
564 * {@icu} Returns the string used to separate the mantissa from the exponent.
576 * {@icu} Sets the string used to separate the mantissa from the exponent.
    [all...]
IDNA.java 572 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
607 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
642 * into separate labels, decide whether to apply allowUnassigned and useSTD3ASCIIRules on each,
    [all...]
  /external/llvm/docs/
DeveloperPolicy.rst 97 script, please separate out those changes into a separate patch from the rest
297 * Separate the commit message into title, body and, if you're not the original
319 * `Attribution of Changes`_ should be in a separate line, after the end of
468 API. This implementation change is logically separate from the API
640 and GPL-containing subprojects are kept in separate SVN repositories whose
  /build/tools/droiddoc/templates-ndk/assets/
GPL-LICENSE.txt 116 and can be reasonably considered independent and separate works in
118 sections when you distribute them as separate works. But when you
  /build/tools/droiddoc/templates-sac/assets/
GPL-LICENSE.txt 116 and can be reasonably considered independent and separate works in
118 sections when you distribute them as separate works. But when you
  /build/tools/droiddoc/templates-sdk/assets/
GPL-LICENSE.txt 116 and can be reasonably considered independent and separate works in
118 sections when you distribute them as separate works. But when you

Completed in 1899 milliseconds

<<71727374757677787980>>