/device/google/marlin/dataservices/datatop/src/ |
datatop_stat_poll.c | 132 /* Assigns each line read from the file, a length */ 151 /* Assigns the dp value to the dp struct */ 243 /* Assigns each line read from the file, a length */
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
Code.java | 271 * Assigns registers to locals. From the spec: 317 * Assigns {@code target} to this code. 614 * Calls the constructor {@code constructor} using {@code args} and assigns 628 * Calls the static method {@code method} using {@code args} and assigns the 640 * using {@code args} and assigns the result to {@code target}. 653 * Calls {@code method} of {@code instance} using {@code args} and assigns 668 * instance} using {@code args} and assigns the result to {@code target}. 680 * {@code args} and assigns the result to {@code target}. 780 * Assigns {@code target} to a newly allocated array of length {@code [all...] |
/external/google-breakpad/src/testing/test/ |
gmock_stress_test.cc | 112 // Assigns from pointer2 where the LHS was empty. 117 // Assigns from pointer2 where the LHS was not empty. 128 // Another thread assigns to p2. This will cause the same
|
/external/googletest/googlemock/test/ |
gmock_stress_test.cc | 112 // Assigns from pointer2 where the LHS was empty. 117 // Assigns from pointer2 where the LHS was not empty. 128 // Another thread assigns to p2. This will cause the same
|
/external/v8/testing/gmock/test/ |
gmock_stress_test.cc | 112 // Assigns from pointer2 where the LHS was empty. 117 // Assigns from pointer2 where the LHS was not empty. 128 // Another thread assigns to p2. This will cause the same
|
/dalvik/dx/src/com/android/dx/merge/ |
SortableType.java | 75 * Assigns this type's depth if the depths of its supertype and implemented
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/ |
AcpiPlatformHooksLib.h | 67 functions. The OEM assigns each dissimilar table a new OEM Table ID.
|
/external/guava/guava/src/com/google/common/eventbus/ |
AsyncEventBus.java | 43 * events. Assigns {@code identifier} as the bus's name for logging purposes.
|
/external/jmdns/src/javax/jmdns/ |
NetworkTopologyDiscovery.java | 81 * Assigns <code>delegate</code> as NetworkTopologyDiscovery's class delegate. The class delegate is optional.
|
/external/llvm/lib/Target/WebAssembly/ |
WebAssemblyRegNumbering.cpp | 11 /// \brief This file implements a pass which assigns WebAssembly register
|
/external/protobuf/python/google/protobuf/pyext/ |
extension_dict.h | 107 // Assigns a value to an extension in the dict. Can only be used for singular
|
/external/skia/src/core/ |
SkUtils.h | 14 /** Similar to memset(), but it assigns a 16, 32, or 64-bit value into the buffer.
|
/external/swiftshader/third_party/LLVM/test/MC/MachO/ |
zerofill-3.s | 4 // orders the symbols, then assigns addresses. :(
|
/frameworks/base/core/java/android/view/textclassifier/ |
TextSelection.java | 132 * Sets an entity type for the classified text and assigns a confidence score.
|
/frameworks/base/tools/aapt2/link/ |
ReferenceLinker.h | 33 * Resolves all references to resources in the ResourceTable and assigns them
|
/libcore/luni/src/test/native/ |
libcore_java_lang_ThreadTest.cpp | 62 // runtime assigns a name according to the usual thread naming scheme.
|
/prebuilts/go/darwin-x86/src/go/doc/ |
headscan.go | 37 // ToHTML in comment.go assigns a (possibly blank) ID to each heading
|
/prebuilts/go/linux-x86/src/go/doc/ |
headscan.go | 37 // ToHTML in comment.go assigns a (possibly blank) ID to each heading
|
/system/chre/core/include/chre/core/ |
nanoapp.h | 48 * Assigns an instance ID to this Nanoapp. This must be called prior to
|
/system/update_engine/payload_generator/ |
block_mapping_unittest.cc | 66 // The BlockMapping just assigns the block ids in order, so it doesn't matter
|
/external/libavc/encoder/ |
ih264e_me.h | 241 * It evaluates skip, full-pel an half-pel and assigns the correct MV in proc 260 * It evaluates skip, full-pel an half-pel and assigns the correct MV in proc
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Protocol/ |
IsaAcpi.h | 205 Assigns resources to an ISA controller.
207 Assigns the I/O, MMIO, DMA, and interrupt resources specified by ResourceList
|
/external/clang/test/SemaCXX/ |
pass-object-size.cpp | 36 void Assigns() { 72 void Assigns() {
|
/external/junit/src/main/java/org/junit/experimental/categories/ |
Categories.java | 369 private static boolean hasAssignableTo(Set<Class<?>> assigns, Class<?> to) { 370 for (final Class<?> from : assigns) {
|
/external/skia/src/gpu/ |
GrResourceProvider.h | 73 /** Assigns a unique key to the texture. The texture will be findable via this key using 217 * Assigns a unique key to a resource. If the key is associated with another resource that
|