/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_zip.py | 24 def transform(self, node, results):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
categoryquery.py | 42 def results(self): member in class:CategoryQuery 44 self.log.info("Generating results from {0.policy}".format(self))
|
commonquery.py | 46 def results(self): member in class:CommonQuery 48 self.log.info("Generating results from {0.policy}".format(self))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/ |
categoryquery.py | 42 def results(self): member in class:CategoryQuery 44 self.log.info("Generating results from {0.policy}".format(self))
|
commonquery.py | 46 def results(self): member in class:CommonQuery 48 self.log.info("Generating results from {0.policy}".format(self))
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
AudioFrequencySpeakerActivity.java | 342 private class Results { 349 public Results(String label) { 353 //append results 407 * compute test results 411 Results resultsBase = new Results("Base"); 413 Results resultsLeft = new Results("Left"); 415 Results resultsRight = new Results("Right") [all...] |
AudioFrequencyLineActivity.java | 302 private class Results { 308 public Results(String label) { 312 //append results 363 * compute test results 366 Results resultsLeft = new Results("Left"); 368 Results resultsRight = new Results("Right"); 376 private void computeResultsForVector(VectorAverage freqAverage,Results results) { [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
DictionaryProvider.java | 222 * @param sortOrder ignored. The results are always returned in no particular order. 345 final Cursor results = local 348 if (null == results) { 353 final int idIndex = results.getColumnIndex(MetadataDbHelper.WORDLISTID_COLUMN); 354 final int localeIndex = results.getColumnIndex(MetadataDbHelper.LOCALE_COLUMN); 356 results.getColumnIndex(MetadataDbHelper.LOCAL_FILENAME_COLUMN); 358 results.getColumnIndex(MetadataDbHelper.RAW_CHECKSUM_COLUMN); 359 final int statusIndex = results.getColumnIndex(MetadataDbHelper.STATUS_COLUMN); 360 if (results.moveToFirst()) { 362 final String wordListId = results.getString(idIndex) [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cg7coll.c | 106 const static int32_t results[TESTLOCALES][TOTALTESTSET] = { variable 188 doTest(myCollation, testCases[results[i][j]], testCases[results[i][n]], UCOL_LESS); 220 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS); 250 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], UCOL_LESS); 280 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], UCOL_LESS); 309 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], UCOL_LESS) [all...] |
/external/icu/icu4c/source/test/intltest/ |
g7coll.cpp | 59 static const int32_t results[G7CollationTest::TESTLOCALES][G7CollationTest::TOTALTESTSET] = { variable 141 doTest(myCollation.getAlias(), testCases[results[i][j]], testCases[results[i][n]], Collator::LESS); 173 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], Collator::LESS); 207 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], Collator::LESS); 241 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], Collator::LESS); 270 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], Collator::LESS) [all...] |
lcukocol.cpp | 60 const Collator::EComparisonResult LotusCollationKoreanTest::results[] = { member in class:LotusCollationKoreanTest 70 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
|
/cts/suite/cts/utils/ |
grapher.py | 46 results = tests[benchmark] 53 for r in results: 54 score = r.get('result', 'no results') 63 if score != 'no results':
|
/dalvik/dx/src/com/android/dx/cf/code/ |
BaseMachine.java | 72 /** {@code non-null;} results */ 73 private TypeBearer[] results; field in class:BaseMachine 76 * {@code >= -1;} count of the results, or {@code -1} if no results 94 results = new TypeBearer[6]; 401 ((resultCount == 0) ? "no" : "multiple") + " results"); 404 TypeBearer result = results[0]; 439 * Clears the results. 446 * Sets the results list to be the given single value. 458 results[0] = result [all...] |
/development/apps/Development/src/com/android/development/ |
InstrumentationList.java | 176 public void instrumentationStatus(ComponentName name, int resultCode, Bundle results) { 177 if (results != null) { 178 for (String key : results.keySet()) { 180 "INSTRUMENTATION_STATUS_RESULT: " + key + "=" + results.get(key)); 186 int resultCode, Bundle results) { 187 if (results != null) { 188 for (String key : results.keySet()) { 190 "INSTRUMENTATION_RESULT: " + key + "=" + results.get(key));
|
/external/deqp/modules/gles31/functional/ |
es31fNegativeTestShared.cpp | 53 tcu::ResultCollector& results, 59 , m_results (results)
|
/external/icu/icu4c/source/i18n/ |
csrutf8.cpp | 27 UBool CharsetRecog_UTF8::match(InputText* input, CharsetMatch *results) const { 104 results->set(input, this, confidence);
|
/external/lldb/tools/lldb-perf/common/clang/ |
lldb_perf_clang.cpp | 13 #include "lldb-perf/lib/Results.h" 186 WriteResults (Results &results) 188 Results::Dictionary& results_dict = results.GetDictionary(); 190 m_time_set_bp_main.WriteAverageAndStandardDeviation(results); 199 m_time_create_target.WriteAverageAndStandardDeviation(results); 200 m_expr_first_evaluate.WriteAverageAndStandardDeviation(results); 201 m_expr_frame_zero.WriteAverageAndStandardDeviation(results); 202 m_expr_frame_non_zero.WriteAverageAndStandardDeviation(results); [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
WebPlatformTestRun.java | 27 * platform tests</a>. This class serves as a Gson model for browser test results. 35 List<TestResult> results; field in class:WebPlatformTestRun 38 for (TestResult result : results) {
|
/external/skia/src/core/ |
SkRTree.h | 45 void search(const SkRect& query, SkTDArray<unsigned>* results) const override; 79 void search(Node* root, const SkRect& query, SkTDArray<unsigned>* results) const;
|
/frameworks/base/core/java/android/view/ |
KeyCharacterMap.java | 554 * @param results A {@link KeyData} instance that will be filled with the results. 555 * @return True if the key was mapped. If the key was not mapped, results is not modified. 561 public boolean getKeyData(int keyCode, KeyData results) { 562 if (results.meta.length < KeyData.META_LENGTH) { 564 "results.meta.length must be >= " + KeyData.META_LENGTH); 572 results.displayLabel = displayLabel; 573 results.number = nativeGetNumber(mPtr, keyCode); 574 results.meta[0] = nativeGetCharacter(mPtr, keyCode, 0); 575 results.meta[1] = nativeGetCharacter(mPtr, keyCode, KeyEvent.META_SHIFT_ON) [all...] |
/frameworks/rs/ |
run_rs_cts.sh | 15 CTS_RESULTS=$ANDROID_BUILD_TOP/cts-results 16 RESULTS=$CTS_RESULTS/renderscript 18 rm -rf $RESULTS 19 mkdir $RESULTS 20 find $TMP_PATH -name 'testResult.xml' -exec cp {} $RESULTS/ \;
|
/frameworks/support/v4/api20/android/support/v4/app/ |
RemoteInputCompatApi20.java | 60 Intent intent, Bundle results) { 61 RemoteInput.addResultsToIntent(fromCompat(remoteInputs), intent, results); local
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
gscan.h | 113 // low, the firmware should choose to generate results as 120 * REPORT_EVENTS_FULL_RESULTS => forward scan results (beacons/probe responses + IEs) 159 WIFI_SCAN_FLAG_INTERRUPTED = 1 // Indicates that scan results are not complete because 163 /* Get the GSCAN cached scan results */ 169 wifi_scan_result results[MAX_AP_CACHE_PER_SCAN]; // scan results - one for each bssid member in struct:__anon24940 173 int max, wifi_cached_scan_results *results, int *num); 178 unsigned num_results, wifi_scan_result *results); 180 unsigned num_results, wifi_scan_result *results); 205 unsigned num_results, wifi_scan_result *results); [all...] |
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
gscan_event_handler.h | 74 wifi_scan_result *results, 79 wifi_scan_result *results,
|
/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
ContactRecipientAdapter.java | 81 * results. 84 // Used to sort filtered contacts when it has combined results from email and phone. 88 * Returns a cursor containing the filtered results in contacts given the search text, 89 * and a boolean indicating whether the results are sorted. 95 * return the merged results. 119 final FilterResults results = new FilterResults(); local 121 // No query, return empty results. 124 return results; 129 // Query for auto-complete results, since performFiltering() is not done on the 162 results.values = entries [all...] |