Searched defs:results (Results 476 - 500 of 608) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_chromeos.cc200 ash::DriveOperationStatusList results; local
204 results.push_back(status);
206 return results;
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dprint_preview_handler.cc647 base::ListValue* results = new base::ListValue; local
651 base::Unretained(results)),
654 base::Owned(results)));
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc1475 blink::WebScreenInfo* results) {
1478 results->rect = display.bounds();
1480 results->availableRect = display.work_area();
1481 results->deviceScaleFactor = display.device_scale_factor();
1482 results->orientationAngle = display.RotationAsDegree();
1484 results->depth = info.GetBitsPerPixel();
1485 results->depthPerComponent = info.GetBitsPerComponent();
1486 results->isMonochrome = (results->depthPerComponent == 0);
1474 GetDefaultScreenInfo( blink::WebScreenInfo* results) argument
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h172 // The bucket used for results. Public for testing only.
408 GLint* results, GLsizeiptr results_size)
411 results(results),
418 GLint* results; member in struct:gpu::gles2::GLES2Implementation::GetMultipleIntegervState
407 GetMultipleIntegervState(const GLenum* pnames, GLuint pnames_count, GLint* results, GLsizeiptr results_size) argument
/external/chromium_org/net/proxy/
H A Dproxy_service.cc105 // content changes to the script, or to the WPAD auto-discovery results. We are
181 ProxyInfo* results,
217 ProxyInfo* results,
221 results->UsePacString(pac_string_);
737 ProxyInfo* results,
742 results_(results),
816 // Make a note in the results which configuration was in use at the
735 PacRequest(ProxyService* service, const GURL& url, ProxyInfo* results, const net::CompletionCallback& user_callback, const BoundNetLog& net_log) argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDebuggerAgent.cpp589 void InspectorDebuggerAgent::searchInContent(ErrorString* error, const String& scriptId, const String& query, const bool* const optionalCaseSensitive, const bool* const optionalIsRegex, RefPtr<Array<WebCore::TypeBuilder::Page::SearchMatch> >& results) argument
596 results = ContentSearchUtils::searchInTextByLines(it->value.source, query, caseSensitive, isRegex);
H A DInspectorPageAgent.cpp645 void InspectorPageAgent::searchInResource(ErrorString*, const String& frameId, const String& url, const String& query, const bool* const optionalCaseSensitive, const bool* const optionalIsRegex, RefPtr<TypeBuilder::Array<TypeBuilder::Page::SearchMatch> >& results) argument
647 results = TypeBuilder::Array<TypeBuilder::Page::SearchMatch>::create();
669 results = ContentSearchUtils::searchInTextByLines(content, query, caseSensitive, isRegex);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzShaper.cpp159 std::pair<CachedShapingResultsMap::iterator, bool> results = local
162 if (!results.second)
165 CachedShapingResultsLRUNode* node = new CachedShapingResultsLRUNode(results.first);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.cpp334 int extensionGroup, WebVector<v8::Local<v8::Value> >* results)
332 executeScriptInIsolatedWorld( int worldID, const WebScriptSource* sourcesIn, unsigned numSources, int extensionGroup, WebVector<v8::Local<v8::Value> >* results) argument
/external/chromium_org/third_party/icu/source/common/
H A Ducnvmbcs.c140 * - 2-byte and 4-byte fromUnicode results are stored directly as 16/32-bit integers
203 * For single-unit results in the code units table, there is no space to
236 * action codes 4 and 5 may result in roundtrip/fallback/unassigned/illegal results
283 * One trail byte state that results in code points, and one that only
332 * Bits 31..16 contain flags for which stage 3 entries contain roundtrip results
739 const uint16_t *stage2, *stage3, *results; local
742 results=(const uint16_t *)mbcsTable->fromUnicodeBytes;
753 /* use all roundtrip and fallback results */
764 stage3=results+st3;
847 /* Ignore single-byte results (<
1119 const uint16_t *table, *results; local
3502 const uint16_t *results; local
3678 const uint16_t *results; local
4873 const uint16_t *results; local
5176 const uint16_t *results; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_context.h58 struct svga_shader_result *results; member in struct:svga_shader
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dpath.c1158 VGfloat results[8]; local
1202 linearly_interpolate(results, start_coords, end_coords,
1204 vg_float_to_datatype(dst->datatype, common_data, results, snum_coords);
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dspeed.c258 static double results[ALGOR_NUM][SIZE_NUM]; variable
638 memset(results, 0, sizeof(results));
2447 if (results[k][j] > 10000 && !mr)
2448 fprintf(stdout," %11.2fk",results[k][j]/1e3);
2450 fprintf(stdout,mr ? ":%.2f" : " %11.2f ",results[k][j]);
2617 results[alg][run_no]=((double)count)/time_used*lengths[run_no];
2721 results[alg][j]+=atof(sstrsep(&p,sep));
/external/chromium_org/third_party/skia/tests/
H A DPathOpsSkpClipTest.cpp1074 SkTDArray<TestResult> results[dirCount]; local
1075 if (!buildTests(reporter, firstDirNo, lastDirNo, results, NULL)) {
1080 SkTDArray<TestResult>& array = results[dirNo - firstDirNo];
/external/chromium_org/v8/test/cctest/
H A Dtest-strings.cc1064 Handle<Object> results[] = { isolate->factory()->undefined_value(), local
1078 CHECK_EQ(results[i]->IsUndefined(), result->IsUndefined());
1079 CHECK_EQ(results[i]->IsNumber(), result->IsNumber());
1081 CHECK_EQ(Object::ToSmi(isolate, results[i]).ToHandleChecked()->value(),
/external/clang/bindings/python/clang/
H A Dcindex.py19 * string results are returned as Python strings, not CXString objects.
148 """Helper for transforming CXString results."""
2062 _fields_ = [('results', POINTER(CodeCompletionResult)),
2072 return self.results[key]
2086 def results(self): member in class:CodeCompletionResults
/external/deqp/modules/gles3/performance/
H A Des3pDepthTests.cpp551 vector<Sample> results; local
613 results.push_back(sample);
616 logSamples(results, "Samples", "Samples");
617 logAnalysis(results);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-netrexx.jar ... .String[] getCompileOptionsAsArray () java.util.Vector options String[] results private void addExistingToClasspath (java.lang.StringBuffer, java. ...
/external/icu/icu4c/source/common/
H A Ducnvmbcs.c137 * - 2-byte and 4-byte fromUnicode results are stored directly as 16/32-bit integers
200 * For single-unit results in the code units table, there is no space to
233 * action codes 4 and 5 may result in roundtrip/fallback/unassigned/illegal results
280 * One trail byte state that results in code points, and one that only
329 * Bits 31..16 contain flags for which stage 3 entries contain roundtrip results
737 const uint16_t *stage2, *stage3, *results; local
740 results=(const uint16_t *)mbcsTable->fromUnicodeBytes;
751 /* use all roundtrip and fallback results */
762 stage3=results+st3;
845 /* Ignore single-byte results (<
1117 const uint16_t *table, *results; local
3499 const uint16_t *results; local
3675 const uint16_t *results; local
4871 const uint16_t *results; local
5177 const uint16_t *results; local
[all...]
/external/icu/icu4c/source/i18n/
H A Dtzgnames.cpp260 UVector *results = fResults; local
266 return results;
730 // you may get incorrect results because of time overlap at DST->STD
1048 UVector *results = handler.getMatches(maxLen); local
1049 if (results != NULL && ((maxLen == (text.length() - start)) || fGNamesTrieFullyLoaded)) {
1051 gmatchInfo = new TimeZoneGenericNameMatchInfo(results);
1054 delete results;
1060 if (results != NULL) {
1061 delete results;
1101 results
[all...]
H A Dtznames_impl.cpp833 TimeZoneNames::MatchInfoCollection* results = fResults; local
839 return results;
/external/libpng/contrib/libtests/
H A Dpngimage.c489 /* Result masks apply to the result bits in the 'results' field below; these
504 png_uint_32 results; /* A mask of errors seen */ member in struct:display
598 dp->results = 0; /* reset for next time */
631 dp->results |= 1U << level;
1587 RESULT_STRICT(d.results) : RESULT_RELAXED(d.results);
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h84 MarkGlueResults, // Indicate which interior nodes have glue results.
85 CompleteMatch, // Finish a match and update the results.
86 MorphNodeTo // Build a node, finish a match and update results.
957 /// pushing the chain and glue results.
1146 /// CompleteMatchMatcher - Complete a match by replacing the results of the
1153 CompleteMatchMatcher(ArrayRef<unsigned> results, argument
1155 : Matcher(CompleteMatch), Results(results.begin(), results.end()),
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h58 struct svga_shader_result *results; member in struct:svga_shader
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpath.c1158 VGfloat results[8]; local
1202 linearly_interpolate(results, start_coords, end_coords,
1204 vg_float_to_datatype(dst->datatype, common_data, results, snum_coords);

Completed in 1053 milliseconds

<<11121314151617181920>>