HomeSort by relevance Sort by last modified time
    Searched full:temp (Results 226 - 250 of 5497) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
BNF.java 84 String temp = showDiff(ruleSet, variables); local
85 if (temp.length() != 0) temp = "Warning: Defined but not used: " + temp;
86 if (msg.length() == 0) msg = temp;
87 else if (temp.length() != 0) {
88 msg = msg + "; " + temp;
96 String temp = showDiff(ruleSet, variables); local
97 if (temp.length() != 0) temp = "Defined but not used: " + temp
128 Set temp = new HashSet(); local
162 Object temp = map.get(s); local
234 Pick temp = getAlternation(); local
272 Pick temp = getSequence(); local
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
BNF.java 83 String temp = showDiff(ruleSet, variables); local
84 if (temp.length() != 0) temp = "Warning: Defined but not used: " + temp;
85 if (msg.length() == 0) msg = temp;
86 else if (temp.length() != 0) {
87 msg = msg + "; " + temp;
95 String temp = showDiff(ruleSet, variables); local
96 if (temp.length() != 0) temp = "Defined but not used: " + temp
127 Set temp = new HashSet(); local
161 Object temp = map.get(s); local
233 Pick temp = getAlternation(); local
271 Pick temp = getSequence(); local
    [all...]
  /external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/
open_pointer.pass.cpp 20 std::string temp = get_temp_file_name(); local
23 assert(f.open(temp.c_str(), std::ios_base::out) != 0);
29 assert(f.open(temp.c_str(), std::ios_base::in) != 0);
35 std::remove(temp.c_str());
38 assert(f.open(temp.c_str(), std::ios_base::out) != 0);
44 assert(f.open(temp.c_str(), std::ios_base::in) != 0);
50 remove(temp.c_str());
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/
open_pointer.pass.cpp 23 std::string temp = get_temp_file_name(); local
30 fs.open(temp.c_str());
35 std::ifstream fs(temp.c_str());
40 std::remove(temp.c_str());
47 fs.open(temp.c_str());
52 std::wifstream fs(temp.c_str());
57 std::remove(temp.c_str());
open_string.pass.cpp 23 std::string temp = get_temp_file_name(); local
30 fs.open(temp);
35 std::ifstream fs(temp.c_str());
40 std::remove(temp.c_str());
47 fs.open(temp);
52 std::wifstream fs(temp.c_str());
57 std::remove(temp.c_str());
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_list.c 47 struct rc_list * temp; local
54 for (temp = *list; temp->Next; temp = temp->Next);
56 temp->Next = new_value;
57 new_value->Prev = temp;
  /external/opencv3/samples/cpp/
segment_objects.cpp 28 Mat temp; local
30 dilate(mask, temp, Mat(), Point(-1,-1), niters);
31 erode(temp, temp, Mat(), Point(-1,-1), niters*2);
32 dilate(temp, temp, Mat(), Point(-1,-1), niters);
34 findContours( temp, contours, hierarchy, RETR_CCOMP, CHAIN_APPROX_SIMPLE );
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
FO_1I_D32F32Cll_TRC_WRA_01_Init.c 44 LVM_INT32 temp; local
48 temp=pCoef->A1;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A0;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->B1;
53 pBiquadState->coefs[2]=temp;
  /frameworks/base/obex/javax/obex/
ObexPacket.java 59 byte[] temp = null;
62 temp = new byte[length - 3];
63 bytesReceived = is.read(temp);
64 while (bytesReceived != temp.length) {
65 bytesReceived += is.read(temp, bytesReceived, temp.length - bytesReceived);
68 newPacket.mPayload = temp;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.members/
open_pointer.pass.cpp 20 std::string temp = get_temp_file_name(); local
23 assert(f.open(temp.c_str(), std::ios_base::out) != 0);
29 assert(f.open(temp.c_str(), std::ios_base::in) != 0);
35 std::remove(temp.c_str());
38 assert(f.open(temp.c_str(), std::ios_base::out) != 0);
44 assert(f.open(temp.c_str(), std::ios_base::in) != 0);
50 remove(temp.c_str());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
open_pointer.pass.cpp 23 std::string temp = get_temp_file_name(); local
30 fs.open(temp.c_str());
35 std::ifstream fs(temp.c_str());
40 std::remove(temp.c_str());
47 fs.open(temp.c_str());
52 std::wifstream fs(temp.c_str());
57 std::remove(temp.c_str());
open_string.pass.cpp 23 std::string temp = get_temp_file_name(); local
30 fs.open(temp);
35 std::ifstream fs(temp.c_str());
40 std::remove(temp.c_str());
47 fs.open(temp);
52 std::wifstream fs(temp.c_str());
57 std::remove(temp.c_str());
  /packages/apps/Camera2/src/com/android/camera/data/
Location.java 86 long temp; local
87 temp = Double.doubleToLongBits(mLatitude);
88 result = (int) (temp ^ (temp >>> 32));
89 temp = Double.doubleToLongBits(mLongitude);
90 result = 31 * result + (int) (temp ^ (temp >>> 32));
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_random.h 77 int temp,temp2,i,j; local
81 temp=db_RandomInt(r_seed,pool_size-1-i);
85 if(s[j]<=temp) temp++;
89 temp2=temp;
90 temp=s[j];
94 s[i]=temp;
  /external/guava/guava-testlib/src/com/google/common/testing/
ClusterException.java 70 ArrayList<Throwable> temp = new ArrayList<Throwable>(); local
71 temp.addAll(exceptions);
72 this.exceptions = Collections.unmodifiableCollection(temp);
79 ArrayList<Throwable> temp = new ArrayList<Throwable>(); local
81 temp.add(exception);
83 return create(temp);
113 Throwable temp = exceptions.iterator().next(); local
114 if (temp instanceof RuntimeException) {
115 return (RuntimeException)temp;
117 return new RuntimeException(temp);
    [all...]
  /external/llvm/test/CodeGen/Thumb/
large-stack.ll 35 ; CHECK: ldr [[TEMP:r[0-7]]],
36 ; CHECK: add sp, [[TEMP]]
37 ; EABI: ldr [[TEMP:r[0-7]]],
38 ; EABI: add sp, [[TEMP]]
47 ; CHECK: ldr [[TEMP:r[0-7]]],
48 ; CHECK: add sp, [[TEMP]]
49 ; CHECK: ldr [[TEMP]],
50 ; CHECK: add [[TEMP]], sp
51 ; EABI: ldr [[TEMP:r[0-7]]],
52 ; EABI: add sp, [[TEMP]]
    [all...]
  /external/webrtc/webrtc/base/
stringutils_unittest.cc 82 EXPECT_EQ("temp", string_trim("\n\r\t temp \n\r\t"));
83 EXPECT_EQ("temp\n\r\t temp", string_trim(" temp\n\r\t temp "));
84 EXPECT_EQ("temp temp", string_trim("temp temp"));
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 42 int temp, SBE, offset; local
60 temp = *topL++ - orgY[j];
61 SBE += ((temp >= 0) ? temp : -temp);
62 temp = *(leftL += picPitch) - *(orgY_2 += orgPitch);
63 SBE += ((temp >= 0) ? temp : -temp);
76 temp = *topL++ - orgY_2[j]
728 uint32 temp, DC; local
2012 int component, SubBlock_indx, temp; local
    [all...]
  /prebuilts/go/darwin-x86/src/math/
atanh.go 63 var temp float64
66 temp = x
68 temp = x + x
69 temp = 0.5 * Log1p(temp+temp*x/(1-x))
71 temp = 0.5 * Log1p((x+x)/(1-x))
74 temp = -temp
76 return temp
    [all...]
  /prebuilts/go/linux-x86/src/math/
atanh.go 63 var temp float64
66 temp = x
68 temp = x + x
69 temp = 0.5 * Log1p(temp+temp*x/(1-x))
71 temp = 0.5 * Log1p((x+x)/(1-x))
74 temp = -temp
76 return temp
    [all...]
  /system/core/libpixelflinger/codeflinger/
blending.cpp 32 component_t& temp, // incomming fragment / output
40 integer_t fragment(temp.reg, temp.h, temp.flags);
41 if (!(temp.flags & CORRUPTIBLE)) {
42 temp.reg = regs.obtain();
43 temp.flags |= CORRUPTIBLE;
59 build_blendFOneMinusF(temp, factor, fragment, fogColor);
64 component_t& temp, // incomming fragment / output
77 if (!temp.size())
    [all...]
  /art/runtime/
stride_iterator.h 53 StrideIterator<T> temp = *this; local
55 return temp;
59 StrideIterator<T> temp = *this; local
60 temp += delta;
61 return temp;
  /bionic/libc/upstream-netbsd/lib/libc/stdlib/
_rand48.c 41 unsigned short temp[2]; local
47 temp[0] = (unsigned short) accu; /* lower 16 bits */
51 temp[1] = (unsigned short) accu; /* middle 16 bits */
54 xseed[0] = temp[0];
55 xseed[1] = temp[1];
  /external/autotest/client/common_lib/
autotemp_unittest.py 11 temp = autotemp.tempfile(unique_id='file')
12 self.assertTrue(os.path.exists(temp.name))
16 temp = autotemp.tempfile(unique_id='clean')
18 name = temp.name
20 temp.clean()
  /external/chromium-trace/catapult/devil/devil/android/
device_temp_file.py 5 """A temp file that automatically gets pushed and deleted from a device."""
26 suffix: The suffix of the name of the temp file.
27 prefix: The prefix of the name of the temp file.
28 dir: The directory on the device where to place the temp file.
46 # It shouldn't matter when the temp file gets deleted, so do so

Completed in 1828 milliseconds

1 2 3 4 5 6 7 8 91011>>