/hardware/qcom/display/msm8909/sdm/include/core/ |
layer_stack.h | 85 kCompositionSDE, //!< This layer will be composed by SDE. It must not be composed by 88 kCompositionHWCursor, //!< This layer will be composed by SDE using HW Cursor. It must not be 89 //!< composed by GPU or Blit. 93 //!< that need to be composed by a blit engine and update original 94 //!< source rectangle that will be composed by SDE. 98 kCompositionBlit, //!< This layer will be composed using Blit Engine. 113 //!< this layer would be ignored. Else, this layer will be composed 121 //!< in a layer shall be composed onto Nth blit target. 300 LayerBuffer input_buffer = {}; //!< Buffer to be composed [all...] |
/hardware/qcom/display/msm8909w_3100/sdm/include/core/ |
layer_stack.h | 85 kCompositionSDE, //!< This layer will be composed by SDE. It must not be composed by 88 kCompositionHWCursor, //!< This layer will be composed by SDE using HW Cursor. It must not be 89 //!< composed by GPU or Blit. 93 //!< that need to be composed by a blit engine and update original 94 //!< source rectangle that will be composed by SDE. 98 kCompositionBlit, //!< This layer will be composed using Blit Engine. 113 //!< this layer would be ignored. Else, this layer will be composed 121 //!< in a layer shall be composed onto Nth blit target. 300 LayerBuffer input_buffer = {}; //!< Buffer to be composed [all...] |
/hardware/qcom/display/msm8998/sdm/include/core/ |
layer_stack.h | 85 kCompositionSDE, //!< This layer will be composed by SDE. It must not be composed by 88 kCompositionHWCursor, //!< This layer will be composed by SDE using HW Cursor. It must not be 89 //!< composed by GPU or Blit. 93 //!< that need to be composed by a blit engine and update original 94 //!< source rectangle that will be composed by SDE. 98 kCompositionBlit, //!< This layer will be composed using Blit Engine. 113 //!< this layer would be ignored. Else, this layer will be composed 121 //!< in a layer shall be composed onto Nth blit target. 299 LayerBuffer input_buffer = {}; //!< Buffer to be composed [all...] |
/external/google-tv-pairing-protocol/cpp/src/polo/encoding/ |
encodingoption.h | 36 // Text message composed of characters [0-9]. 39 // Text message composed of characters [0-9A-Za-z]+. 42 // Text message composed of characters [0-9A-Fa-f]+.
|
/libcore/ojluni/src/main/java/java/util/function/ |
BiConsumer.java | 56 * Returns a composed {@code BiConsumer} that performs, in sequence, this 59 * composed operation. If performing this operation throws an exception, 63 * @return a composed {@code BiConsumer} that performs in sequence this
|
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/ |
Readme.txt | 4 Dependency check for composed grammars added. 13 introduction of composed grammars, e.g. "import T.g".
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
layer_stack.h | 71 kCompositionSDE, //!< This layer will be handled by SDE. It must not be composed by GPU. 74 //!< composed by GPU 78 //!< need to be composed by a blit engine and update original source 79 //!< rectangle that will be composed by SDE. 81 kCompositionBlit, //!< This layer will be composed using Blit Engine 92 //!< in a layer shall be composed onto Nth blit target. 237 LayerBuffer *input_buffer = NULL; //!< Pointer to the buffer to be composed. 267 //!< to be composed to blit target. Display 270 //!< rectangle shall be composed onto Nth blit 297 /*! @brief This structure defines a layer stack that contains layers which need to be composed an [all...] |
/art/test/092-locale/src/ |
Main.java | 122 String composed = "Bl\u00c1ah"; local 126 res = Normalizer.normalize(composed, Normalizer.Form.NFD); 128 System.out.println("Bad decompose: '" + composed + "' --> '" 133 if (!composed.equals(res)) {
|
/art/test/674-hiddenapi/ |
info.txt | 1 Test whether hidden API access flags are being enforced. The test is composed of
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Main/ |
Main.c | 24 Note that the UEFI command line is composed of 16-bit UCS2 wide characters.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
cryptmodule.c | 36 the hashed password as a string, which will be composed of characters from\n\
|
/external/dagger2/core/src/main/java/dagger/ |
Module.java | 31 * composed. The de-duplicated contributions of the modules in
|
/external/dagger2/producers/src/main/java/dagger/producers/ |
ProducerModule.java | 36 * is composed. The de-duplicated contributions of the modules in {@code includes}, and of their
|
/external/deqp/external/openglcts/docs/specs/ |
CTS_ARB_shader_atomic_counter_ops.txt | 44 All test cases are composed from following steps:
|
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/ |
ArrowType.java | 20 * Arrow symbols that are available from Graphviz. These can be composed by
|
/external/python/cpython2/Doc/includes/ |
email-dir.py | 42 help="""Print the composed message to FILE instead of 102 composed = outer.as_string() 105 fp.write(composed) 109 s.sendmail(opts.sender, opts.recipients, composed)
|
/external/python/cpython2/Modules/ |
cryptmodule.c | 36 the hashed password as a string, which will be composed of characters from\n\
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
seccomp.h | 18 * The ordering ensures that a min_t() over composed return values always
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
crypt.so | |
/external/clang/lib/Driver/ |
Multilib.cpp | 182 Multilib Composed(GCCSuffix, OSSuffix, IncludeSuffix); 184 Multilib::flags_list &Flags = Composed.flags(); 189 return Composed; 193 multilib_list Composed; 203 Composed.push_back(MO); 207 Multilibs = Composed;
|
/art/compiler/optimizing/ |
graph_checker_test.cc | 29 * Create a simple control-flow graph composed of two blocks: 118 // Remove the sole instruction of the exit block (composed of a
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/ |
ResolvedMethodLikeDeclaration.java | 53 * The qualified name of the method composed by the qualfied name of the declaring type 78 * The qualified signature of the method. It is composed by the qualified name of the declaring type
|
/external/libxkbcommon/xkbcommon/xkbcommon/ |
xkbcommon-compose.h | 62 * when the user enters <a>, "á" is "composed", in place of "a". If 70 * A successfuly-composed sequence has two results: a keysym and a UTF-8 135 * the input, and composed keysyms and strings are the output. 376 NOTHING or CANCELLED or COMPOSED => 379 COMPOSED if keysym starts and terminates a single-keysym sequence. 384 COMPOSED if keysym terminates one of the currently possible 431 * Get the result Unicode/UTF-8 string for a composed sequence. 464 * Get the result keysym for a composed sequence.
|
/external/parameter-framework/upstream/utility/ |
Utility.h | 66 * composed of pairs of strings. 77 * composed of pairs of strings.
|
/frameworks/base/core/java/android/bluetooth/le/ |
BluetoothLeUtils.java | 36 * Returns a string composed from a {@link SparseArray}. 55 * Returns a string composed from a {@link Map}.
|