/frameworks/support/room/runtime/src/main/java/androidx/room/util/ |
StringUtil.java | 93 * @return Comma separated string composed of integers in the list. If the list is null, return
|
/hardware/libhardware/include/hardware/ |
sound_trigger.h | 47 * library composed of the "sound_trigger." prefix, one of the base names below and
|
/hardware/qcom/display/msm8998/libqdutils/ |
qdMetaData.h | 67 int32_t displayId; /* on which display S3D is composed by client */
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
CompositeImageRequest.java | 37 * individual sub images are composed into the final image onto their respective target rects
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LastComposedWord.java | 28 * This class encapsulates data about a word previously composed, but that has been
|
/system/extras/ioshark/ |
README | 37 Each IOshark workload file is composed of the following
|
/system/update_engine/payload_generator/ |
filesystem_interface.h | 23 // partition composed by fixed-size blocks, since that's the interface used in
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
autoregressive.py | 64 where the ellipses (`...`) represent `n-2` composed calls to `fn`, `fn` 125 num_steps: Number of times `distribution_fn` is composed from samples,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
unordered_set.h | 155 * @brief A standard container composed of unique keys (containing 204 * @brief A standard container composed of equivalent keys
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
unordered_set.h | 155 * @brief A standard container composed of unique keys (containing 204 * @brief A standard container composed of equivalent keys
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/ |
log.h | 88 // Calls the given |consumer| by supplying the message composed according to the 136 // Calls the given |consumer| by supplying the error message composed according
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
select.so | |
/external/llvm/utils/TableGen/ |
CodeGenRegisters.h | 83 CompMap::const_iterator I = Composed.find(Idx); 84 return I == Composed.end() ? nullptr : I->second; 93 Composed.insert(std::make_pair(A, B)); 111 const CompMap &getComposites() const { return Composed; } 113 // Compute LaneMask from Composed. Return LaneMask. 117 CompMap Composed;
|
/external/tensorflow/tensorflow/contrib/image/python/ops/ |
image_ops.py | 281 *transforms: List of image projective transforms to be composed. Each 287 A composed transform tensor. When passed to `tf.contrib.image.transform`, 293 composed = flat_transforms_to_matrices(transforms[0]) 296 composed = math_ops.matmul(composed, flat_transforms_to_matrices(tr)) 297 return matrices_to_flat_transforms(composed)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ |
UsbMassBot.c | 137 BOT transfer is composed of three phases: Command, Data, and Status.
218 BOT transfer is composed of three phases: Command, Data, and Status.
296 BOT transfer is composed of three phases: Command, Data, and Status.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/ |
ComposableFunction.java | 25 * Base class for {@link UnivariateRealFunction} that can be composed with other functions. 276 * The composed function h created by {@code h = g.of(f)} is such 295 * The composed function h created by {@code h = g.postCompose(f)} is such
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemVariable.java | 365 * This after the template's children have been composed. We have to get 383 // * This after the template's children have been composed. 449 * control how this element is composed.
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-hangul.cc | 179 * - <L,V> and <L,V,T> we should compose if the whole thing can be composed. 181 * - <LV,T> we should compose if the whole thing can be composed, otherwise we should 264 /* We've got a syllable <L,V,T?>; see if it can potentially be composed. */
|
/frameworks/base/core/java/android/text/method/ |
QwertyKeyListener.java | 183 int composed = event.getDeadChar(accent, i); local 185 if (composed != 0) { 186 i = composed;
|
/external/icu/icu4c/source/test/intltest/ |
idnaref.h | 36 * separated by dots; for e.g." "www.example.com" is composed of 3 labels 75 * separated by dots; for e.g." "www.example.com" is composed of 3 labels
|
/external/llvm/include/llvm/Analysis/ |
IntervalIterator.h | 14 // 1. A Function* object, composed of BasicBlock nodes. 15 // 2. An IntervalPartition& object, composed of Interval nodes.
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
IntervalIterator.h | 14 // 1. A Function* object, composed of BasicBlock nodes. 15 // 2. An IntervalPartition& object, composed of Interval nodes.
|
/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/ |
image_ops_test.py | 122 composed = image_ops.compose_transforms(rotation, translation) 123 image_transformed = image_ops.transform(image, composed)
|
/hardware/google/apf/ |
apf.h | 22 // APF machine is composed of: 36 // Each instruction starts with a byte composed of:
|
/hardware/google/av/media/sfplugin/ |
CCodecConfig.h | 47 * Component domains are composed by or-ing the individual IS_ constants, e.g. 50 * Config specifiers are composed by or-ing the individual mask constants, and
|