Searched refs:fro (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/drd/
H A Ddrd_load_store.h41 void DRD_(set_first_race_only)(const Bool fro);
H A Ddrd_load_store.c89 void DRD_(set_first_race_only)(const Bool fro) argument
91 tl_assert(fro == False || fro == True);
92 s_first_race_only = fro;
/external/v8/tools/gyp/pylib/gyp/
H A Dinput.py2042 def MergeLists(to, fro, to_file, fro_file, is_paths=False, append=True):
2058 for item in fro:
2082 # applied to |to| and |fro|, not sublists of |fro|. append shouldn't
2114 def MergeDicts(to, fro, to_file, fro_file):
2116 for k, v in fro.iteritems():
2118 # copy semantics. Something else may want to merge from the |fro| dict
2181 if list_incompatible in fro:
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
H A DTimeZoneTest.java1333 long fro = ftz.getRawOffset();
1344 } else if (fro != cro) {
1345 logln("offset (" + funkyName + ", " + correctName + ") expected: " + cro + " but got: " + fro);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneTest.java1329 long fro = ftz.getRawOffset();
1340 } else if (fro != cro) {
1341 logln("offset (" + funkyName + ", " + correctName + ") expected: " + cro + " but got: " + fro);

Completed in 149 milliseconds