HomeSort by relevance Sort by last modified time
    Searched full:assigns (Results 1 - 25 of 694) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/123-compiler-regressions-mt/
info.txt 6 17689750 GVN assigns the same value names across MONITOR_ENTER and volatile reads.
  /external/skia/src/gpu/glsl/
GrGLSLBlend.h 18 * Appends GLSL code to fsBuilder that assigns a specified blend of the srcColor and dstColor
  /external/libchrome/base/
bind_unittest.cc 101 int* assigns,
105 assigns_(assigns),
118 int* assigns,
122 assigns_(assigns),
197 CopyCounter(int* copies, int* assigns)
198 : counter_(copies, assigns, nullptr, nullptr) {}
736 int assigns = 0; local
739 CopyMoveCounter counter(&copies, &assigns, &move_constructs, &move_assigns);
744 EXPECT_EQ(0, assigns);
900 int assigns = 0 local
978 int assigns = 0; local
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
coverage.txt 10 4 YES - Assigns uninitialized values, but works.
11 5 YES - Assigns uninitialized values, but works.
  /external/libchrome/base/trace_event/
heap_profiler_type_name_deduplicator.h 20 // Data structure that assigns a unique numeric ID to |const char*|s.
  /external/v8/testing/
gtest-support.h 34 // TRACED_FOREACH(type, var, container) expands to a loop that assigns |var|
44 // TRACED_FORRANGE(type, var, low, high) expands to a loop that assigns |var|
  /frameworks/base/core/java/android/provider/
SyncStateContract.java 94 * Assigns the data array as the sync state for the given account.
150 * Creates and returns a ContentProviderOperation that assigns the data array as the
155 * @return the new ContentProviderOperation that assigns the data array as the
171 * Creates and returns a ContentProviderOperation that assigns the data array as the
175 * @return the new ContentProviderOperation that assigns the data array as the
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
core_cmFunc.h 138 This function assigns the given value to the Process Stack Pointer (PSP).
164 This function assigns the given value to the Main Stack Pointer (MSP).
190 This function assigns the given value to the Priority Mask Register.
234 This function assigns the given value to the Base Priority register.
260 This function assigns the given value to the Fault Mask register.
294 This function assigns the given value to the Floating Point Status/Control register.
423 This function assigns the given value to the Process Stack Pointer (PSP).
450 This function assigns the given value to the Main Stack Pointer (MSP).
477 This function assigns the given value to the Priority Mask Register.
528 This function assigns the given value to the Base Priority register
    [all...]
  /art/compiler/optimizing/
escape.h 31 * allocation. The method assigns true to parameter 'is_singleton' if the reference
34 * heap memory, and not passed to another method. In addition, the method assigns
  /libcore/luni/src/main/java/org/xml/sax/ext/
Locator2Impl.java 89 * Assigns the current value of the version property.
98 * Assigns the current value of the encoding property.
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
LoadModuleAtFixedAddress.h 31 EFI_PHYSICAL_ADDRESS SmramBase; ///< SMRAM base address. The build tool assigns an offset relative to the SMRAM base for a SMM driver.
  /external/autotest/client/site_tests/video_WebRtcSanity/
control 20 This test runs a WebRTC getUserMedia call and assigns the camera stream to
  /external/linux-kselftest/tools/testing/selftests/powerpc/alignment/
copy_paste_unaligned_common.c 37 * mask because the compiler assigns the register at RB.
  /external/replicaisland/src/com/replica/replicaisland/
VectorPool.java 41 /** Allocates a vector and assigns the value of the passed source vector to it. */
  /external/webrtc/webrtc/modules/desktop_capture/win/
scoped_thread_desktop.h 37 // Assigns |desktop| to be the calling thread. Returns true if the thread has
desktop.h 35 // Assigns the desktop to the current thread. Returns false is the operation
  /frameworks/base/tools/aapt2/compile/
IdAssigner.h 29 // Assigns IDs to each resource in the table, respecting existing IDs and
  /frameworks/base/core/java/org/apache/http/params/
HttpParams.java 64 * Assigns the value to the parameter with the given name.
101 * Assigns a {@link Long} to the parameter with the given name
122 * Assigns an {@link Integer} to the parameter with the given name
143 * Assigns a {@link Double} to the parameter with the given name
164 * Assigns a {@link Boolean} to the parameter with the given name
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTStringHash.h 56 @brief Assigns the string to the string _Ptr
63 @brief Assigns the string to the string _Str
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
Local.java 40 * Assigns registers to this local.
  /external/iproute2/man/man8/
tc-cgroup.8 51 assigns class ID 1:2 to foobar cgroup:
tc-flower.8 35 filter matches flows to the set of keys specified and assigns an arbitrarily
  /external/libogg/doc/libogg/
ogg_stream_init.html 21 <p>It also assigns the stream a given serial number.
  /external/v8/src/compiler/
node-marker.h 45 // A NodeMarker assigns a local "state" to every node of a graph in constant
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_classifier.cc 28 // This actually assigns the pointer to a static constant struct

Completed in 2532 milliseconds

1 2 3 4 5 6 7 8 91011>>