HomeSort by relevance Sort by last modified time
    Searched full:temp_ (Results 1 - 19 of 19) sorted by null

  /packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
platformtest.cpp 43 temp_ = (char *)malloc(length_ + 1);
44 memcpy(temp_, json_, length_);
51 c += temp_[i];
57 free(temp_);
61 char *temp_; member in class:Platform
79 EXPECT_EQ(0, memcmp(temp_, json_, length_));
107 ASSERT_EQ(length_, fread(temp_, 1, length_, fp));
118 ASSERT_EQ(length_, _read(fd, temp_, length_));
128 ASSERT_EQ(length_, read(fd, temp_, length_));
rapidjsontest.cpp 39 RapidJson() : temp_(), doc_() {}
45 temp_ = (char *)malloc(length_ + 1);
53 free(temp_);
61 char *temp_; member in class:RapidJson
67 memcpy(temp_, json_, length_ + 1);
68 InsituStringStream s(temp_);
77 memcpy(temp_, json_, length_ + 1);
78 InsituStringStream s(temp_);
114 memcpy(temp_, json_, length_ + 1);
115 InsituStringStream s(temp_);
    [all...]
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
math_agree.rs 187 temp_##type##1 = func( rand_##type##1_0, rand_##type##1_1 ); \
188 if (temp_##type##1 != func##_rand_##type##1_##type##1) { \
193 rsDebug("Renderscript result", temp_##type##1); \
197 temp_##type##2 = func( rand_##type##2_0, rand_##type##2_1 ); \
198 if (temp_##type##2 .x != func##_rand_##type##2_##type##2 .x \
199 || temp_##type##2 .y != func##_rand_##type##2_##type##2 .y) { \
207 rsDebug("Renderscript result .x", temp_##type##2 .x); \
208 rsDebug("Renderscript result .y", temp_##type##2 .y); \
212 temp_##type##3 = func( rand_##type##3_0, rand_##type##3_1 ); \
213 if (temp_##type##3 .x != func##_rand_##type##3_##type##3 .x
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
math_agree.rs 203 temp_##type##1 = func( rand_##type##1_0, rand_##type##1_1 ); \
204 if (temp_##type##1 != func##_rand_##type##1_##type##1) { \
209 rsDebug("Renderscript result", temp_##type##1); \
213 temp_##type##2 = func( rand_##type##2_0, rand_##type##2_1 ); \
214 if (temp_##type##2 .x != func##_rand_##type##2_##type##2 .x \
215 || temp_##type##2 .y != func##_rand_##type##2_##type##2 .y) { \
223 rsDebug("Renderscript result .x", temp_##type##2 .x); \
224 rsDebug("Renderscript result .y", temp_##type##2 .y); \
228 temp_##type##3 = func( rand_##type##3_0, rand_##type##3_1 ); \
229 if (temp_##type##3 .x != func##_rand_##type##3_##type##3 .x
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
math_agree.rs 205 temp_##type##1 = func( rand_##type##1_0, rand_##type##1_1 ); \
206 if (temp_##type##1 != func##_rand_##type##1_##type##1) { \
211 rsDebug("Renderscript result", temp_##type##1); \
215 temp_##type##2 = func( rand_##type##2_0, rand_##type##2_1 ); \
216 if (temp_##type##2 .x != func##_rand_##type##2_##type##2 .x \
217 || temp_##type##2 .y != func##_rand_##type##2_##type##2 .y) { \
225 rsDebug("Renderscript result .x", temp_##type##2 .x); \
226 rsDebug("Renderscript result .y", temp_##type##2 .y); \
230 temp_##type##3 = func( rand_##type##3_0, rand_##type##3_1 ); \
231 if (temp_##type##3 .x != func##_rand_##type##3_##type##3 .x
    [all...]
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_script.cpp 145 L temp_##L = 0; \
146 vector->invoke_vector_test_##L(temp_##L); \
147 U##2 temp_##L##2; \
148 vector->invoke_vector_test_##L##2(temp_##L##2); \
149 U##3 temp_##L##3; \
150 vector->invoke_vector_test_##L##3(temp_##L##3); \
151 U##4 temp_##L##4; \
152 vector->invoke_vector_test_##L##4(temp_##L##4);
  /packages/services/Car/car-usb-handler/src/android/car/usb/handler/
UsbSettingsStorage.java 225 String tempTableName = "temp_" + TABLE_USB_SETTINGS;
  /art/compiler/optimizing/
code_generator_arm64.cc 756 temp_(temp) {
771 DCHECK_NE(ref_.reg(), LocationFrom(temp_).reg());
872 Register temp_; member in class:art::arm64::LoadReferenceWithBakerReadBarrierSlowPathARM64
1100 const Register temp_; member in class:art::arm64::LoadReferenceWithBakerReadBarrierAndUpdateFieldSlowPathARM64
    [all...]
code_generator_x86.cc 544 temp_(temp) {
569 __ movl(temp_, ref_reg);
603 __ cmpl(temp_, ref_reg);
614 // expected value (stored in `temp_`) into EAX.
616 __ movl(EAX, temp_);
629 value = temp_;
680 const Register temp_; member in class:art::x86::ReadBarrierMarkAndUpdateFieldSlowPathX86
    [all...]
code_generator_arm_vixl.cc 989 vixl32::Register temp_; member in class:art::arm::LoadReferenceWithBakerReadBarrierSlowPathARMVIXL
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
make_vms.com 12 $ tmpnam = "temp_" + f$getjpi("","pid")
  /frameworks/support/buildSrc/src/main/kotlin/androidx/build/
DiffAndDocs.kt 108 val configName = "docs-temp_$mavenId"
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 539 temp_##TYPE = GetField<TYPE>(*message1, field1); \
605 SetField<TYPE>(message2, field1, temp_##TYPE); \
    [all...]
  /external/python/cpython2/Modules/zlib/
make_vms.com 30 $ tmpnam = "temp_" + f$getjpi("","pid")
  /external/python/cpython3/Modules/zlib/
make_vms.com 30 $ tmpnam = "temp_" + f$getjpi("","pid")
  /external/zlib/src/
make_vms.com 30 $ tmpnam = "temp_" + f$getjpi("","pid")
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /toolchain/binutils/binutils-2.27/zlib/
make_vms.com 30 $ tmpnam = "temp_" + f$getjpi("","pid")
  /external/freetype/
vms_make.com 39 $ tmpnam = "temp_" + f$getjpi("","pid")
    [all...]

Completed in 749 milliseconds