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

1 2 3 4 5

  /external/bluetooth/glib/tests/
scannerapi.c 31 scanner_fixture_setup (ScannerFixture *fix,
34 fix->scanner = g_scanner_new (NULL);
35 g_assert (fix->scanner != NULL);
38 scanner_fixture_teardown (ScannerFixture *fix,
41 g_assert (fix->scanner != NULL);
42 g_scanner_destroy (fix->scanner);
54 test_scanner_warn (ScannerFixture *fix,
57 fix->scanner->msg_handler = scanner_msg_func;
58 g_scanner_warn (fix->scanner, "test");
62 test_scanner_error (ScannerFixture *fix,
    [all...]
  /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/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
  /build/core/combo/arch/arm/
armv7-a.mk 22 -Wl,--fix-cortex-a8
armv7-a-neon.mk 24 -Wl,--fix-cortex-a8
  /frameworks/base/services/camera/tests/CameraServiceTest/
Android.mk 25 # chance to fix this test, we don't want to break normal builds.
  /libcore/dalvik/src/main/native/
sub.mk 13 # TODO: fix this requirement
  /development/tools/emulator/system/gps/
gps_qemu.c 188 GpsLocation fix; member in struct:__anon1371
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...]
  /sdk/emulator/gps/
gps_qemu.c 188 GpsLocation fix; member in struct:__anon25612
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...]
  /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));
  /ndk/
GNUmakefile 33 $(error,Please fix the problem by reinstalling to a different location.)
  /prebuilt/linux-x86/toolchain/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);
  /prebuilt/ndk/android-ndk-r5/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);
  /prebuilt/ndk/android-ndk-r6/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);
  /external/webrtc/src/modules/audio_processing/agc/main/source/
Android.mk 40 # Duplicate the static libraries to fix circular references
  /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...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 621 #define fix(x, n) (int)((x)*(1 << (n)) + .5) macro
625 #define C0_707 fix( 0.707106781f, fixb )
626 #define C0_924 fix( 0.923879533f, fixb )
627 #define C0_541 fix( 0.541196100f, fixb )
628 #define C0_382 fix( 0.382683432f, fixb )
629 #define C1_306 fix( 1.306562965f, fixb )
631 #define C1_082 fix( 1.082392200f, fixb )
632 #define C1_414 fix( 1.414213562f, fixb )
633 #define C1_847 fix( 1.847759065f, fixb )
634 #define C2_613 fix( 2.613125930f, fixb
    [all...]
  /dalvik/vm/mterp/x86/
cvtfp_int.S 37 je .L${opcode}_special_case # fix up result
  /external/chromium/net/data/proxy_resolver_v8_unittest/
passthrough.js 14 // non-alphanumeric character with a dot, then fix up the oddly placed dots.
  /external/strace/
Android.mk 21 # way to fix this would be to upgrade to a version of strace that does support
  /external/webkit/LayoutTests/fast/dom/HTMLFormElement/script-tests/
elements-not-in-document.js 24 // This has to be the first expression tested, because reporting the result will fix the bug.
  /external/webkit/Tools/Scripts/
check-Xcode-source-file-types 65 'f|fix' => \$shouldFixIssues,
78 -f|--fix fix mismatched types in Xcode project file
  /ndk/build/core/
setup-imports.mk 26 $(call __ndk_info,Please fix the error and start again.)

Completed in 4525 milliseconds

1 2 3 4 5