HomeSort by relevance Sort by last modified time
    Searched refs:results (Results 126 - 150 of 2740) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4c/source/i18n/
csr2022.h 65 UBool match(InputText *textIn, CharsetMatch *results) const;
75 UBool match(InputText *textIn, CharsetMatch *results) const;
86 UBool match(InputText *textIn, CharsetMatch *results) const;
csrecog.h 41 * Try the given input text against this Charset, and fill in the results object
47 virtual UBool match(InputText *textIn, CharsetMatch *results) const = 0;
csrsbcs.h 76 virtual UBool match(InputText *det, CharsetMatch *results) const = 0;
85 virtual UBool match(InputText *det, CharsetMatch *results) const;
93 virtual UBool match(InputText *det, CharsetMatch *results) const;
144 virtual UBool match(InputText *det, CharsetMatch *results) const;
154 virtual UBool match(InputText *det, CharsetMatch *results) const;
164 virtual UBool match(InputText *det, CharsetMatch *results) const;
176 virtual UBool match(InputText *det, CharsetMatch *results) const;
186 virtual UBool match(InputText *det, CharsetMatch *results) const;
196 virtual UBool match(InputText *det, CharsetMatch *results) const;
208 virtual UBool match(InputText *det, CharsetMatch *results) const
    [all...]
csrucode.h 39 UBool match(InputText* textIn, CharsetMatch *results) const = 0;
51 UBool match(InputText* textIn, CharsetMatch *results) const;
62 UBool match(InputText* textIn, CharsetMatch *results) const;
75 UBool match(InputText* textIn, CharsetMatch *results) const;
csrutf8.h 35 UBool match(InputText *input, CharsetMatch *results) const;
  /external/libchrome/base/strings/
string_split_unittest.cc 153 std::vector<std::string> results; local
154 SplitStringUsingSubstr(std::string(), "DELIMITER", &results); local
155 ASSERT_EQ(1u, results.size());
156 EXPECT_THAT(results, ElementsAre(""));
234 std::vector<std::string> results; local
235 SplitStringUsingSubstr("alongwordwithnodelimiter", "DELIMITER", &results);
236 ASSERT_EQ(1u, results.size());
237 EXPECT_THAT(results, ElementsAre("alongwordwithnodelimiter"));
241 std::vector<std::string> results; local
245 &results);
251 std::vector<std::string> results; local
261 std::vector<std::string> results; local
272 std::vector<base::StringPiece> results = local
280 std::vector<base::StringPiece> results = SplitStringPieceUsingSubstr( local
288 std::vector<base::StringPiece> results = SplitStringPieceUsingSubstr( local
296 std::vector<base::StringPiece> results = SplitStringPieceUsingSubstr( local
305 std::vector<base::StringPiece> results = SplitStringPieceUsingSubstr( local
313 std::vector<base::StringPiece> results = SplitStringPieceUsingSubstr( local
321 std::vector<base::StringPiece> results = SplitStringPieceUsingSubstr( local
329 std::vector<base::StringPiece> results = SplitStringPieceUsingSubstr( local
380 std::vector<std::string> results = base::SplitString( local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_dict.py 55 def transform(self, node, results):
56 head = results["head"]
57 method = results["method"][0] # Extract node for method name
58 tail = results["tail"]
73 results["parens"].clone()]
94 results = {}
96 self.p1.match(node.parent.parent, results) and
97 results["node"] is node):
100 return results["func"].value in iter_exempt
103 return results["func"].value in fixer_util.consuming_call
    [all...]
fix_xreadlines.py 19 def transform(self, node, results):
20 no_call = results.get("no_call")
25 node.replace([x.clone() for x in results["call"]])
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_dict.py 55 def transform(self, node, results):
56 head = results["head"]
57 method = results["method"][0] # Extract node for method name
58 tail = results["tail"]
73 results["parens"].clone()]
94 results = {}
96 self.p1.match(node.parent.parent, results) and
97 results["node"] is node):
100 return results["func"].value in iter_exempt
103 return results["func"].value in fixer_util.consuming_call
    [all...]
fix_xreadlines.py 19 def transform(self, node, results):
20 no_call = results.get("no_call")
25 node.replace([x.clone() for x in results["call"]])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_dict.py 55 def transform(self, node, results):
56 head = results["head"]
57 method = results["method"][0] # Extract node for method name
58 tail = results["tail"]
73 results["parens"].clone()]
94 results = {}
96 self.p1.match(node.parent.parent, results) and
97 results["node"] is node):
100 return results["func"].value in iter_exempt
103 return results["func"].value in fixer_util.consuming_call
    [all...]
fix_xreadlines.py 19 def transform(self, node, results):
20 no_call = results.get("no_call")
25 node.replace([x.clone() for x in results["call"]])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_dict.py 55 def transform(self, node, results):
56 head = results["head"]
57 method = results["method"][0] # Extract node for method name
58 tail = results["tail"]
73 results["parens"].clone()]
94 results = {}
96 self.p1.match(node.parent.parent, results) and
97 results["node"] is node):
100 return results["func"].value in iter_exempt
103 return results["func"].value in fixer_util.consuming_call
    [all...]
fix_xreadlines.py 19 def transform(self, node, results):
20 no_call = results.get("no_call")
25 node.replace([x.clone() for x in results["call"]])
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
v8_gc_latency.py 40 def AddResults(self, model, renderer_thread, interaction_records, results):
42 self._AddV8MetricsToResults(model, interaction_records, results)
45 interaction_records, results):
46 self._AddV8EventStatsToResults(model, interaction_records, results)
48 def _AddV8EventStatsToResults(self, model, interactions, results):
104 results.AddValue(scalar.ScalarValue(
105 results.current_page, v8_event_stat.result_name, 'ms',
111 results.AddValue(scalar.ScalarValue(
112 results.current_page, '%s_max' % v8_event_stat.result_name, 'ms',
117 results.AddValue(scalar.ScalarValue
    [all...]
gpu_timeline_unittest.py 65 results = test_page_test_results.TestPageTestResults(self)
66 metric.AddResults(model, renderer_thread, interaction_records, results)
67 return results
70 """Test a simply trace will output all expected results."""
78 results = self.GetResults(metric, model=model, renderer_thread=test_thread,
82 results.AssertHasPageSpecificScalarValue(
84 results.AssertHasPageSpecificScalarValue(
86 results.AssertHasPageSpecificScalarValue(
91 results.AssertHasPageSpecificScalarValue(
94 results.AssertHasPageSpecificScalarValue
    [all...]
  /external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
video_WebRtcPeerConnectionWithCamera.py 92 logging.info('Here are the partial results so far: %s',
116 """Get the WebRTC Peerconnection loopback results."""
121 results = self.tab.EvaluateJavaScript('getResults()')
123 logging.error('Cannot retrieve results from loopback.html page')
125 logging.info('Camera Type: %s', results['cameraType'])
126 logging.info('Camera Errors: %s', results['cameraErrors'])
128 results['peerConnectionStats'])
129 logging.info('FrameStats: %s', results['frameStats'])
130 if results['cameraErrors']:
131 logging.error('Camera error: %s', results['cameraErrors']
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
InformationElementUtilTest.java 80 InformationElement[] results = local
82 assertEquals("parsed results should be empty", 0, results.length);
92 InformationElement[] results = local
94 assertEquals("parsed results should be empty", 0, results.length);
108 InformationElement[] results = local
110 assertEquals("Parsed results should have 1 IE", 1, results.length);
111 assertEquals("Parsed result should be a ssid", InformationElement.EID_SSID, results[0].id)
131 InformationElement[] results = local
154 InformationElement[] results = local
174 InformationElement[] results = local
201 InformationElement[] results = local
231 InformationElement[] results = local
    [all...]
  /external/autotest/client/site_tests/audio_Aplay/
audio_Aplay.py 14 # Expected results of 'aplay -v' commands.
68 The expected results are compared as sets of tuples.
75 results = _play_audio(duration)
76 if not results.startswith("Playing raw data '%s' :" % APLAY_FILE):
77 raise error.TestError('%s: %s' % (error_msg, results))
78 result_set = utils.set_from_keyval_output(results, '[\s]*:[\s]*')
  /external/chromium-trace/catapult/tracing/
PRESUBMIT.py 17 results = []
25 results.append(output_api.PresubmitError(error))
29 results += input_api.RunTests(input_api.canned_checks.GetPylint(
33 return results
  /external/cmockery/cmockery_0_1_2/src/example/
database.h 18 /* Function that takes an SQL query string and sets results to an array of
20 * number of items in the returned array of results. The returned array of
21 * results are statically allocated and should not be deallocated using free()
25 void *** const results);
  /external/google-breakpad/src/testing/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/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/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/skia/src/core/
SkBBoxHierarchy.h 30 * Populate results with the indices of bounding boxes interesecting that query.
32 virtual void search(const SkRect& query, SkTDArray<int>* results) const = 0;

Completed in 176 milliseconds

1 2 3 4 56 7 8 91011>>