HomeSort by relevance Sort by last modified time
    Searched refs:fix (Results 1 - 25 of 203) sorted by null

1 2 3 4 5 6 7 8 9

  /external/srec/tools/grxmlcompile/
sub_min.cpp 65 int fix, six, fnxt, snxt, tof, tos, count; local
68 fix= FindFromIndex (firstId);
70 if (fix < 0 || six < 0)
77 while (fix < numArc && arc[forwardList[fix]]->GetFromId() == firstId
78 && arc[forwardList[fix]]->GetToId() == DISCARD_LABEL)
79 fix++;
80 if (fix < numArc && arc[forwardList[fix]]->GetFromId() == firstId)
81 fnxt= arc[forwardList[fix]]->GetFromId()
184 int fix, six, firstId, secondId, vertEnd; local
260 int fix, six, fmiss, smiss, nmatch, symTst, newId; local
359 int fix, six, symTst, numStart; local
    [all...]
sub_phon.cpp 210 int ii, fix, bix, firstId, newId, modelCount, followCount, currId, count; local
227 fix= FindToIndex (arc[ii]->GetFromId());
228 if (fix < 0)
230 while (fix < sortRevNum
231 && arc[backwardList[fix]]->GetToId() == arc[ii]->GetFromId()) {
234 left= arc[backwardList[fix]]->GetLeft();
247 currId= arc[backwardList[fix]]->GetFromId();
251 arc[backwardList[fix]]->GetOutput(), currId, newId);
270 fix++;
307 fix++
    [all...]
  /external/v8/test/mjsunit/harmony/
proxies-hash.js 43 function TestSet(construct, fix) {
44 TestWithProxies(TestSet2, construct, fix)
47 function TestSet2(construct, fix, create) {
48 var handler = {fix: function() { return {} }}
52 fix(p3)
61 fix(p1)
62 fix(p2)
80 function TestMap(construct, fix) {
81 TestWithProxies(TestMap2, construct, fix)
84 function TestMap2(construct, fix, create)
    [all...]
  /external/javassist/src/main/javassist/
ClassMap.java 83 * <code>fix</code> method.
87 * @see #fix(String)
143 public void fix(CtClass clazz) { method in class:ClassMap
144 fix(clazz.getName());
150 public void fix(String name) { method in class:ClassMap
  /device/generic/goldfish/gps/
gps_qemu.c 188 GpsLocation fix; member in struct:__anon1558
232 r->fix.size = sizeof(r->fix);
242 if (cb != NULL && r->fix.flags != 0) {
243 D("%s: sending latest fix to new callback", __FUNCTION__);
244 r->callback( &r->fix );
245 r->fix.flags = 0;
283 r->fix.timestamp = (long long)fix_time * 1000;
353 r->fix.flags |= GPS_LOCATION_HAS_LAT_LONG;
354 r->fix.latitude = lat
    [all...]
  /build/core/combo/arch/arm/
armv7-a-neon.mk 24 -Wl,--fix-cortex-a8
armv7-a.mk 16 -Wl,--fix-cortex-a8
  /libcore/dalvik/src/main/native/
sub.mk 13 # TODO: fix this requirement
  /frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
FixVibrateSetting.java 50 mFix = findViewById(R.id.fix);
83 fix(); method
101 private void fix() { method in class:FixVibrateSetting
  /frameworks/ex/common/java/com/android/common/
Rfc822Validator.java 75 * to fix them. This can be used to strip results of incorrectly formatted
79 * attempt to fix them
141 String fix = removeIllegalCharacters(text.substring(0, index)); local
142 if (TextUtils.isEmpty(fix)) {
150 tokens[i].setAddress(fix + "@" + (!emptyDomain ? domain : mDomain));
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRFileStream.m 96 #pragma mark fix these NSLog calls
101 #pragma mark fix these NSLog calls
  /ndk/
GNUmakefile 33 $(error,Please fix the problem by reinstalling to a different location.)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
TypoFix.java 111 TypoFix fix = new TypoFix(mId, mMarker); local
112 fix.mTypo = typo;
113 fix.mReplacement = replacement;
114 allFixes.add(fix);
  /external/strace/
strace.spec 110 - build fix for newer kernel headers (#457291)
111 - fix CLONE_VFORK handling (#455078)
117 - fix biarch stat64 decoding (#222275)
118 - fix spurious "..." in printing of environment strings (#358241)
120 - fix hang wait on exited child with exited child (#354261)
121 - fix biarch fork/vfork (-f) tracing (#447475)
122 - fix biarch printing of negative argument kill (#430585)
123 - fix biarch decoding of error return values (#447587)
124 - fix -f tracing of CLONE_VFORK (#455078)
125 - fix ia64 register clobberation in -f tracing (#453438
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 84 other.m_p_root = other.fix(other.m_p_root);
110 base_type::m_p_root = fix(base_type::m_p_root);
218 p_lhs = fix(p_rhs);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 84 other.m_p_root = other.fix(other.m_p_root);
110 base_type::m_p_root = fix(base_type::m_p_root);
218 p_lhs = fix(p_rhs);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 84 other.m_p_root = other.fix(other.m_p_root);
110 base_type::m_p_root = fix(base_type::m_p_root);
218 p_lhs = fix(p_rhs);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 84 other.m_p_root = other.fix(other.m_p_root);
110 base_type::m_p_root = fix(base_type::m_p_root);
218 p_lhs = fix(p_rhs);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 84 other.m_p_root = other.fix(other.m_p_root);
110 base_type::m_p_root = fix(base_type::m_p_root);
218 p_lhs = fix(p_rhs);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 84 other.m_p_root = other.fix(other.m_p_root);
110 base_type::m_p_root = fix(base_type::m_p_root);
218 p_lhs = fix(p_rhs);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 84 other.m_p_root = other.fix(other.m_p_root);
110 base_type::m_p_root = fix(base_type::m_p_root);
218 p_lhs = fix(p_rhs);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 84 other.m_p_root = other.fix(other.m_p_root);
110 base_type::m_p_root = fix(base_type::m_p_root);
218 p_lhs = fix(p_rhs);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 75 other.m_p_root = other.fix(other.m_p_root);
94 base_type::m_p_root = fix(base_type::m_p_root);
185 p_lhs = fix(p_rhs);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 104 fix(it.m_p_e);
112 fix(entry_pointer p_e)
  /external/opencv/cv/src/
cvcolor.cpp 471 #define fix(x,n) (int)((x)*(1 << (n)) + 0.5) macro
480 #define cscGr fix(cscGr_32f,csc_shift)
481 #define cscGg fix(cscGg_32f,csc_shift)
482 #define cscGb /*fix(cscGb_32f,csc_shift)*/ ((1 << csc_shift) - cscGr - cscGg)
682 #define yuvYr fix(yuvYr_32f,yuv_shift)
683 #define yuvYg fix(yuvYg_32f,yuv_shift)
684 #define yuvYb fix(yuvYb_32f,yuv_shift)
685 #define yuvCr fix(yuvCr_32f,yuv_shift)
686 #define yuvCb fix(yuvCb_32f,yuv_shift)
696 #define yuvRCr fix(yuvRCr_32f,yuv_shift
    [all...]

Completed in 2324 milliseconds

1 2 3 4 5 6 7 8 9