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

1 2 3

  /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...]
  /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
  /sdk/emulator/gps/
gps_qemu.c 188 GpsLocation fix; member in struct:__anon17291
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
  /ndk/
GNUmakefile 33 $(error,Please fix the problem by reinstalling to a different location.)
  /frameworks/ex/common/java/com/android/common/
Rfc822Validator.java 121 String fix = removeIllegalCharacters(text.substring(0, index)); local
123 tokens[i].setAddress(fix + "@" + (domain.length() != 0 ? domain : mDomain));
  /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);
insert_fn_imps.hpp 123 base_type::m_p_root = fix(base_type::m_p_root);
129 fix(node_pointer p_nd) const function in class:PB_DS_CLASS_C_DEC
erase_fn_imps.hpp 181 base_type::m_p_root = fix(base_type::m_p_root);
  /dalvik/vm/mterp/x86/
cvtfp_int.S 43 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 23 # way to fix this would be to upgrade to a version of strace that does support
  /ndk/build/core/
setup-imports.mk 26 $(call __ndk_info,Please fix the error and start again.)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 113 fix(it.m_p_e);
120 fix(entry_pointer p_e)
  /frameworks/base/voip/java/android/net/sip/
SipProfile.java 116 URI uri = mAddressFactory.createURI(fix(uriString));
144 private String fix(String uriString) { method in class:SipProfile.Builder
280 mAddressFactory.createURI(fix(mProxyAddress));
  /external/elfutils/
elfutils.spec 208 - update to 0.89 (fix eu-strip)
211 - update to 0.86 (fix eu-strip on s390x/alpha)
218 - upgrade to 0.83 (fix invalid ELf handle on *.so strip, more).
245 - update to 0.75 (eu-strip -g fix)
248 - update to 0.74 (fix for writing with some non-dirty sections)
261 - fix arguments to gelf_getsymshndx and elf_getshstrndx
262 - fix other warnings
  /cts/tools/dasm/src/java_cup/
lalr_state.java 284 Enumeration i, s, fix; local
379 for (fix = linked_items.all(); fix.hasMoreElements(); )
381 fix_itm = (lalr_item)fix.nextElement();
393 /* fix up the item so it points to the existing set */
  /dalvik/libnativehelper/
Android.mk 31 # TODO: fix this requirement
  /external/strace/linux/
syscallent.h 359 #error fix me
381 #error fix me
  /external/strace/strace/linux/s390/
syscallent.h 334 #error fix me
356 #error fix me

Completed in 339 milliseconds

1 2 3