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

<<41424344454647484950>>

  /external/llvm/test/CodeGen/SystemZ/
int-sub-03.ll 40 ; Check the next word up, which needs separate address logic.
78 ; Check the next word down, which needs separate address logic.
int-sub-05.ll 55 ; Test the next doubleword up, which requires separate address logic for SLG.
73 ; Test the next doubleword after that, which requires separate logic for
int-sub-06.ll 82 ; Check the next word up, which must use separate address logic.
132 ; Check the next word down, which needs separate address logic.
or-01.ll 60 ; Check the next word up, which needs separate address logic.
95 ; Check the next word down, which needs separate address logic.
shift-08.ll 107 ; Check the next value up, which without masking must use a separate
149 ; Check the next value down, which without masking must use a separate
vec-move-02.ll 80 ; Test the next offset up, which requires separate address logic,
91 ; Test negative offsets, which also require separate address logic,
vec-move-03.ll 80 ; Test the next offset up, which requires separate address logic,
91 ; Test negative offsets, which also require separate address logic,
xor-01.ll 60 ; Check the next word up, which needs separate address logic.
95 ; Check the next word down, which needs separate address logic.
  /external/llvm/tools/lli/
RemoteMemoryManager.cpp 96 // We're going to go through the list twice to separate code and data, but
113 // Adjust to keep code and data aligned on separate pages.
  /external/mesa3d/src/mesa/program/
arbprogparse.c 50 having three separate program parameter arrays.
135 * there's no hardware that wants to do fog in a discrete stage separate
  /external/nanopb-c/
CHANGELOG.txt 56 Add support for defining the nanopb options in a separate file (issue 12)
75 Separate PB_HTYPE to PB_ATYPE and PB_HTYPE
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
config.hpp 26 // separate compilation by defining either ASIO_SEPARATE_COMPILATION or
27 // ASIO_DYN_LINK (as a DLL/shared library implies separate compilation).
  /external/protobuf/vsprojects/
readme.txt 14 5) Run extract_includes.bat to copy all the public headers into a separate
32 issues with Win32's use of a separate heap for each DLL, as well as binary
  /external/squashfs-tools/RELEASE-READMEs/
README-3.1 22 2. File input and filesystem output is peformed in parallel on separate
30 4. File duplicate checking has been optimised, and split into two separate
  /external/toybox/toys/pending/
expr.c 24 Each constant and operator must be a separate command line argument.
28 Parentheses may be used (as separate arguments) to elevate the priority
  /external/v8/build/config/android/
BUILD.gn 14 # is applied to all targets. It is here to separate out the logic that is
119 # config that is applied to all targets. It is here to separate out the logic
  /external/v8/src/
execution.h 72 // The simulator uses a separate JS stack. Limits on the JS stack might have
185 // JavaScript stacks are separate. Each of the two stack limits have two
  /external/vulkan-validation-layers/layers/
README.md 43 layers/core\_validation.cpp (name=VK\_LAYER\_LUNARG\_core\_validation) - The core\_validation layer does the bulk of the API validation that requires storing state. Some of the state it tracks includes the Descriptor Set, Pipeline State, Shaders, and dynamic state, and memory objects and bindings. It performs some point validation as states are created and used, and further validation Draw call and QueueSubmit time. Of primary interest is making sure that the resources bound to Descriptor Sets correctly align with the layout specified for the Set. Also, all of the image and buffer layouts are validated to make sure explicit layout transitions are properly managed. Related to memory, core\_validation includes tracking object bindings, memory hazards, and memory object lifetimes. It also validates several other hazard-related issues related to command buffers, fences, and memory mapping. Additionally core\_validation include shader validation (formerly separate shader\_checker layer) that inspects the SPIR-V shader images and fixed function pipeline stages at PSO creation time. It flags errors when inconsistencies are found across interfaces between shader stages. The exact behavior of the checks depends on the pair of pipeline stages involved. If a Dbg callback function is registered, this layer will use callback function(s) for reporting, otherwise uses stdout.
49 layers/image.cpp (name=VK_LAYER_LUNARG_image) - The image layer is intended to validate image parameters, formats, and correct use. Images are a significant enough area that they were given a separate layer. If a Dbg callback function is registered, this layer will use callback function(s) for reporting, otherwise uses stdout.
  /external/webrtc/talk/session/media/
channelmanager.h 49 // ChannelManager allows the MediaEngine to run on a separate thread, and takes
53 // channels are stored in separate vectors, to easily allow operations on just
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
transform.c 97 /* Use symmetry to separate into two complex vectors and center frames in time around zero */
201 /* Demodulate and separate */
  /frameworks/base/services/core/java/com/android/server/am/
NativeCrashListener.java 41 * Note that this component runs in a separate thread.
59 * separate thread so that the listener can go immediately back to
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyCapabilities.java 119 * and hangup or separate individual callers.)
149 * the in-call UI may provide separate buttons or menu items for these
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetEncoderTest.java 104 // Writing the two halves of the surrogate pair in separate writes should work just fine.
107 // On the RI, writing the two halves of the surrogate pair in separate writes
  /libcore/ojluni/src/main/java/java/text/
DecimalFormatSymbols.java 262 * Gets the character used to separate positive and negative subpatterns
270 * Sets the character used to separate positive and negative subpatterns
462 * Returns the character used to separate the mantissa from the exponent.
469 * Returns the string used to separate the mantissa from the exponent.
482 * Sets the character used to separate the mantissa from the exponent.
491 * Sets the string used to separate the mantissa from the exponent.
    [all...]
Normalizer.java 58 * or as two separate characters (the "decomposed" form):
73 * Similarly, the string "ffi" can be encoded as three separate letters:

Completed in 1309 milliseconds

<<41424344454647484950>>