HomeSort by relevance Sort by last modified time
    Searched refs:info_ (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/browser/extensions/api/system_cpu/
system_cpu_apitest.cc 17 info_.num_of_processors = 4;
18 info_.arch_name = "x86";
19 info_.model_name = "unknown";
21 info_.features.clear();
22 info_.features.push_back("mmx");
23 info_.features.push_back("avx");
25 info_.processors.clear();
26 info_.processors.push_back(linked_ptr<api::system_cpu::ProcessorInfo>(
28 info_.processors[0]->usage.kernel = 1;
29 info_.processors[0]->usage.user = 2
    [all...]
cpu_info_provider.cc 22 return info_;
32 info_.num_of_processors = base::SysInfo::NumberOfProcessors();
33 info_.arch_name = base::SysInfo::OperatingSystemArchitecture();
34 info_.model_name = base::SysInfo::CPUModelName();
35 info_.features = GetFeatures();
37 info_.processors.clear();
39 for (int i = 0; i < info_.num_of_processors; ++i) {
40 info_.processors.push_back(linked_ptr<api::system_cpu::ProcessorInfo>(
44 if (!QueryCpuTimePerProcessor(&info_.processors))
45 info_.processors.clear()
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
feature_info_unittest.cc 53 info_ = new FeatureInfo();
54 info_->Initialize();
59 info_ = new FeatureInfo(command_line);
67 info_ = new FeatureInfo(command_line);
68 info_->Initialize();
73 info_ = new FeatureInfo();
82 info_ = NULL;
86 scoped_refptr<FeatureInfo> info_; member in class:gpu::gles2::FeatureInfoTest
102 EXPECT_FALSE(info_->feature_flags().chromium_framebuffer_multisample);
103 EXPECT_FALSE(info_->feature_flags().use_core_framebuffer_multisample)
    [all...]
  /external/chromium_org/chrome/app/
delay_load_hook_unittest_win.cc 31 info_.cb = sizeof(info_);
32 info_.pidd = NULL;
33 info_.ppfn = &proc_ptr_;
34 info_.szDll = dll_name;
35 info_.dlp.fImportByName = TRUE;
36 info_.dlp.szProcName = "CreateFileA";
37 info_.hmodCur = NULL;
38 info_.pfnCur = NULL;
39 info_.dwLastError = 0
43 DelayLoadInfo info_; member in class:__anon7406::ChromeDelayLoadHookTest
    [all...]
  /external/chromium_org/content/child/service_worker/
service_worker_handle_reference.h 36 const ServiceWorkerObjectInfo& info() const { return info_; }
37 int handle_id() const { return info_.handle_id; }
38 const GURL& scope() const { return info_.scope; }
39 const GURL& url() const { return info_.url; }
40 blink::WebServiceWorkerState state() const { return info_.state; }
41 void set_state(blink::WebServiceWorkerState state) { info_.state = state; }
47 ServiceWorkerObjectInfo info_; member in class:content::ServiceWorkerHandleReference
service_worker_handle_reference.cc 31 : info_(info),
34 info_.handle_id != kInvalidServiceWorkerHandleId) {
37 info_.handle_id));
42 if (info_.handle_id != kInvalidServiceWorkerHandleId) {
45 info_.handle_id));
  /external/chromium_org/content/browser/download/
save_file.h 42 int save_id() const { return info_->save_id; }
43 int render_process_id() const { return info_->render_process_id; }
44 int render_view_id() const { return info_->render_view_id; }
45 int request_id() const { return info_->request_id; }
47 return info_->save_source;
52 scoped_ptr<const SaveFileCreateInfo> info_; member in class:content::SaveFile
  /external/chromium_org/gin/
arguments.h 25 return ConvertFromV8(isolate_, info_->Holder(), out);
30 return ConvertFromV8(isolate_, info_->Data(), out);
35 if (next_ >= info_->Length()) {
39 v8::Handle<v8::Value> val = (*info_)[next_++];
45 if (next_ >= info_->Length()) {
49 int remaining = info_->Length() - next_;
52 v8::Handle<v8::Value> val = (*info_)[next_++];
60 if (next_ >= info_->Length())
67 return info_->Length();
72 info_->GetReturnValue().Set(ConvertToV8(isolate_, val))
84 const v8::FunctionCallbackInfo<v8::Value>* info_; member in class:gin::Arguments
    [all...]
arguments.cc 14 info_(NULL),
21 info_(&info),
30 if (next_ >= info_->Length())
32 return (*info_)[next_];
  /external/chromium_org/content/renderer/pepper/
pepper_url_request_unittest.cc 65 info_ = new URLRequestInfoResource(
76 URLRequestInfoData data = info_->GetData();
84 URLRequestInfoData data = info_->GetData();
92 URLRequestInfoData data = info_->GetData();
100 URLRequestInfoData data = info_->GetData();
107 return info_->SetBooleanProperty(prop, b);
110 return info_->SetStringProperty(prop, s);
118 scoped_refptr<URLRequestInfoResource> info_; member in class:content::URLRequestInfoTest
133 EXPECT_EQ(info_, info_->AsPPB_URLRequestInfo_API())
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svsfnt.h 75 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \
78 load_, get_, info_ \
83 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \
89 clazz->table_info = info_; \
  /external/freetype/include/internal/services/
svsfnt.h 75 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \
78 load_, get_, info_ \
83 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \
89 clazz->table_info = info_; \
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
svsfnt.h 75 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \
78 load_, get_, info_ \
83 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \
89 clazz->table_info = info_; \
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
svsfnt.h 75 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \
78 load_, get_, info_ \
83 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \
89 clazz->table_info = info_; \
  /external/chromium_org/chrome/browser/extensions/api/system_memory/
memory_info_provider.cc 22 return info_;
32 info_.capacity = static_cast<double>(base::SysInfo::AmountOfPhysicalMemory());
33 info_.available_capacity =
system_memory_apitest.cc 18 info_.capacity = 4096;
19 info_.available_capacity = 1024;
memory_info_provider.h 35 // |info_| is accessed on the UI thread while |is_waiting_for_completion_| is
38 api::system_memory::MemoryInfo info_; member in class:extensions::MemoryInfoProvider
  /external/chromium_org/third_party/libjingle/source/talk/base/
latebindingsymboltable.cc 80 : info_(info),
96 ASSERT(info_->dll_name != NULL);
97 return LoadFromPath(info_->dll_name);
142 for (int i = 0; i < info_->num_symbols; ++i) {
143 if (!LoadSymbol(handle_, info_->symbol_names[i], &table_[i])) {
170 memset(table_, 0, sizeof(void *) * info_->num_symbols);
latebindingsymboltable.h 76 const TableInfo *info_; member in class:talk_base::LateBindingSymbolTable
  /external/chromium_org/third_party/webrtc/base/
latebindingsymboltable.cc 63 : info_(info),
79 ASSERT(info_->dll_name != NULL);
80 return LoadFromPath(info_->dll_name);
125 for (int i = 0; i < info_->num_symbols; ++i) {
126 if (!LoadSymbol(handle_, info_->symbol_names[i], &table_[i])) {
153 memset(table_, 0, sizeof(void *) * info_->num_symbols);
latebindingsymboltable.h 59 const TableInfo *info_; member in class:rtc::LateBindingSymbolTable
  /external/chromium_org/mojo/system/
core_test_base.cc 28 : info_(info) {
29 CHECK(info_);
30 info_->IncrementCtorCallCount();
40 info_->IncrementDtorCallCount();
45 info_->IncrementCloseCallCount();
54 info_->IncrementWriteMessageCallCount();
74 info_->IncrementReadMessageCallCount();
87 info_->IncrementWriteDataCallCount();
96 info_->IncrementBeginWriteDataCallCount();
103 info_->IncrementEndWriteDataCallCount()
155 CoreTestBase::MockHandleInfo* const info_; member in class:mojo::system::test::__anon12881::MockDispatcher::CoreTestBase
    [all...]
  /external/chromium_org/v8/src/
safepoint-table.h 20 SafepointEntry() : info_(0), bits_(NULL) {}
22 SafepointEntry(unsigned info, uint8_t* bits) : info_(info), bits_(bits) {
29 return info_ == other.info_ && bits_ == other.bits_;
33 info_ = 0;
39 return DeoptimizationIndexField::decode(info_);
59 return ArgumentsField::decode(info_);
64 return SaveDoublesField::decode(info_);
76 unsigned info_; member in class:v8::internal::BASE_EMBEDDED
lithium-codegen.h 27 CompilationInfo* info() const { return info_; }
28 Isolate* isolate() const { return info_->isolate(); }
63 CompilationInfo* const info_; member in class:v8::internal::BASE_EMBEDDED
  /external/chromium_org/chrome/browser/task_manager/
web_contents_resource_provider.cc 70 : updating_(false), task_manager_(task_manager), info_(info.Pass()) {}
104 info_->GetAll(new_web_contents_callback);
105 info_->StartObservingCreation(new_web_contents_callback);
112 info_->StopObservingCreation();
132 DCHECK(info_->CheckOwnership(web_contents));
154 scoped_ptr<RendererResource> resource = info_->MakeResource(web_contents);

Completed in 1028 milliseconds

1 2 3 4 5