/external/icu/icu4c/source/i18n/ |
csrutf8.h | 35 UBool match(InputText *input, CharsetMatch *results) const;
|
csrmbcs.h | 74 UBool match(InputText* input, CharsetMatch *results) const = 0; 103 UBool match(InputText* input, CharsetMatch *results) const; 125 UBool match(InputText* input, CharsetMatch *results) const = 0; 147 UBool match(InputText* input, CharsetMatch *results) const; 162 UBool match(InputText* input, CharsetMatch *results) const; 180 UBool match(InputText* input, CharsetMatch *results) const; 199 UBool match(InputText* input, CharsetMatch *results) const;
|
/external/protobuf/gtest/test/ |
gtest-test-part_test.cc | 170 TestPartResultArray results; local 171 EXPECT_EQ(0, results.size()); 177 TestPartResultArray results; local 178 results.Append(r1_); 179 EXPECT_EQ(1, results.size()); 180 EXPECT_STREQ("Failure 1", results.GetTestPartResult(0).message()); 186 TestPartResultArray results; local 187 results.Append(r1_); 188 results.Append(r2_); 189 EXPECT_EQ(2, results.size()) 199 TestPartResultArray results; local [all...] |
/external/vogar/ |
.vogarconfig.example | 16 # where to find results against which to compare test runs 17 --results-dir <HOME_DIR>/.vogar/results/
|
/frameworks/base/core/java/android/hardware/camera2/ |
TotalCaptureResult.java | 28 * <p>The total assembled results of a single image capture from the image sensor.</p> 57 * Takes ownership of the passed-in camera metadata and the partial results 59 * @param partials a list of partial results; {@code null} will be substituted for an empty list 62 public TotalCaptureResult(CameraMetadataNative results, CaptureRequest parent, 64 super(results, parent, extras); 81 public TotalCaptureResult(CameraMetadataNative results, int sequenceId) { 82 super(results, sequenceId); 89 * Get the read-only list of partial results that compose this total result. 98 * @return unmodifiable list of partial results
|
/frameworks/base/core/java/android/speech/ |
IRecognitionListener.aidl | 23 * This gives you both the final recognition results, as well as various 67 * Called when recognition results are ready. 69 * @param results a Bundle containing the most likely results (N-best list). 71 void onResults(in Bundle results); 74 * Called when recognition partial results are ready. 76 * @param results a Bundle containing the current most likely result. 78 void onPartialResults(in Bundle results);
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-test-part_test.cc | 170 TestPartResultArray results; local 171 EXPECT_EQ(0, results.size()); 177 TestPartResultArray results; local 178 results.Append(r1_); 179 EXPECT_EQ(1, results.size()); 180 EXPECT_STREQ("Failure 1", results.GetTestPartResult(0).message()); 186 TestPartResultArray results; local 187 results.Append(r1_); 188 results.Append(r2_); 189 EXPECT_EQ(2, results.size()) 199 TestPartResultArray results; local [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
TestUtility.java | 39 StringBuffer results = new StringBuffer(); local 43 results.append(replacement); 46 results.append(source.charAt(i)); 49 return results.toString(); 53 StringBuffer results = new StringBuffer(); local 58 results.append(replacement); 60 UTF16.append(results, cp); 63 return results.toString();
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
AbstractTriangle.java | 45 public int collideWith(Collidable other, CollisionResults results){ 46 return other.collideWith(this, results);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_methodattrs.py | 21 def transform(self, node, results): 22 attr = results["attr"][0]
|
fix_paren.py | 37 def transform(self, node, results): 38 target = results["target"]
|
fix_repr.py | 18 def transform(self, node, results): 19 expr = results["expr"].clone()
|
fix_renames.py | 51 results = match(node) 52 if results: 55 return results 62 def transform(self, node, results): 63 mod_name = results.get("module_name") 64 attr_name = results.get("attr_name") 65 #bare_name = results.get("bare_name") 66 #import_mod = results.get("module")
|
fix_throw.py | 26 def transform(self, node, results): 29 exc = results["exc"].clone() 35 val = results.get(u"val") 46 throw_args = results["args"] 48 if "tb" in results: 49 tb = results["tb"].clone()
|
fix_has_key.py | 72 def transform(self, node, results): 73 assert results 80 negation = results.get("negation") 81 anchor = results["anchor"] 83 before = [n.clone() for n in results["before"]] 84 arg = results["arg"].clone() 85 after = results.get("after")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_methodattrs.py | 21 def transform(self, node, results): 22 attr = results["attr"][0]
|
fix_paren.py | 37 def transform(self, node, results): 38 target = results["target"]
|
fix_repr.py | 18 def transform(self, node, results): 19 expr = results["expr"].clone()
|
fix_renames.py | 51 results = match(node) 52 if results: 55 return results 62 def transform(self, node, results): 63 mod_name = results.get("module_name") 64 attr_name = results.get("attr_name") 65 #bare_name = results.get("bare_name") 66 #import_mod = results.get("module")
|
fix_throw.py | 26 def transform(self, node, results): 29 exc = results["exc"].clone() 35 val = results.get(u"val") 46 throw_args = results["args"] 48 if "tb" in results: 49 tb = results["tb"].clone()
|
fix_has_key.py | 72 def transform(self, node, results): 73 assert results 80 negation = results.get("negation") 81 anchor = results["anchor"] 83 before = [n.clone() for n in results["before"]] 84 arg = results["arg"].clone() 85 after = results.get("after")
|
/external/libcxxabi/src/ |
cxa_personality.cpp | 512 const scan_results& results) 517 static_cast<uintptr_t>(results.ttypeIndex)); 518 _Unwind_SetIP(context, results.landingPad); 542 static void scan_eh_tab(scan_results &results, _Unwind_Action actions, 546 // Initialize results to found nothing but an error 547 results.ttypeIndex = 0; 548 results.actionRecord = 0; 549 results.languageSpecificData = 0; 550 results.landingPad = 0; 551 results.adjustedPtr = 0 939 scan_results results; local 1108 scan_results results; local [all...] |
/external/valgrind/memcheck/tests/ |
vcpu_fbench.stdout.exp | 6 to normalise for reporting results. For archival results, 10 No errors in results.
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
cxa_personality.cpp | 504 const scan_results& results) 509 static_cast<uintptr_t>(results.ttypeIndex)); 510 _Unwind_SetIP(context, results.landingPad); 536 scan_eh_tab(scan_results& results, _Unwind_Action actions, bool native_exception, 540 // Initialize results to found nothing but an error 541 results.ttypeIndex = 0; 542 results.actionRecord = 0; 543 results.languageSpecificData = 0; 544 results.landingPad = 0; 545 results.adjustedPtr = 0 932 scan_results results; local 1099 scan_results results; local [all...] |
/external/junit/src/org/junit/internal/runners/ |
TestClass.java | 42 List<Method> results= new ArrayList<Method>(); local 47 if (annotation != null && ! isShadowed(eachMethod, results)) 48 results.add(eachMethod); 52 Collections.reverse(results); 53 return results; 60 private boolean isShadowed(Method method, List<Method> results) { 61 for (Method each : results) { 81 ArrayList<Class<?>> results= new ArrayList<Class<?>>(); local 84 results.add(current); 87 return results; [all...] |