Searched defs:class_name (Results 26 - 50 of 77) sorted by relevance

1234

/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DImportExport.c235 static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, size_t size, int strict); /*proto*/
243 static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, argument
258 py_name = __Pyx_PyIdentifier_FromString(class_name);
271 module_name, class_name);
289 module_name, class_name);
299 module_name, class_name);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dwindow_capturer_win.cc43 WCHAR class_name[kClassLength]; local
44 GetClassName(hwnd, class_name, kClassLength);
48 if (wcscmp(class_name, L"Progman") == 0 || wcscmp(class_name, L"Button") == 0)
/external/chromium_org/v8/test/cctest/
H A Dtest-declarative-accessors.cc93 const char* class_name,
108 context->Global()->Set(v8_str(class_name), constructor->GetFunction());
91 CreateConstructor( v8::Handle<v8::Context> context, const char* class_name, int internal_field, const char* descriptor_name = NULL, v8::Handle<v8::DeclaredAccessorDescriptor> descriptor = v8::Handle<v8::DeclaredAccessorDescriptor>()) argument
/external/chromium_org/win8/test/
H A Dui_automation_client.cc43 base::string16 class_name,
183 base::string16 class_name,
194 class_name_ = class_name;
328 base::string16 class_name(V_BSTR(&var));
331 if (class_name.size() == class_name_.size() &&
332 std::equal(class_name.begin(), class_name.end(), class_name_.begin(),
605 void UIAutomationClient::Begin(const wchar_t* class_name, argument
621 base::string16(class_name),
181 Initialize( scoped_refptr<base::SingleThreadTaskRunner> client_runner, base::string16 class_name, base::string16 item_name, UIAutomationClient::InitializedCallback init_callback, UIAutomationClient::ResultCallback result_callback) argument
/external/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp101 const char *class_name,
107 m_class_name (class_name),
98 BreakpointResolverName( Breakpoint *bkpt, const char *class_name, const char *method, Breakpoint::MatchType type, bool skip_prologue ) argument
/external/lldb/source/DataFormatters/
H A DNSDictionary.cpp110 const char* class_name = descriptor->GetClassName().GetCString(); local
112 if (!class_name || !*class_name)
115 if (!strcmp(class_name,"__NSDictionaryI"))
123 else if (!strcmp(class_name,"__NSDictionaryM"))
131 /*else if (!strcmp(class_name,"__NSCFDictionary"))
177 const char* class_name = descriptor->GetClassName().GetCString(); local
179 if (!class_name || !*class_name)
182 if (!strcmp(class_name,"__NSDictionary
[all...]
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp118 const char *class_name = name + strlen(vtable_demangled_prefix); local
119 class_type_or_name.SetName (class_name);
129 ConstString(class_name),
141 ConstString(class_name),
/external/chromium_org/base/message_loop/
H A Dmessage_pump_win.cc233 string16 class_name = StringPrintf(kWndClassFormat, this); local
240 wc.lpszClassName = class_name.c_str();
/external/chromium_org/chrome/browser/ui/views/
H A Dkeyboard_access_browsertest.cc256 wchar_t class_name[MAX_PATH] = {0}; local
258 class_name, local
259 arraysize(class_name));
260 if (LowerCaseEqualsASCII(class_name, "#32768")) {
/external/chromium_org/remoting/host/win/
H A Drdp_client_window.cc58 // Finds a child window with the class name matching |class_name|. Unlike
62 HWND FindWindowRecursively(HWND parent, const base::string16& class_name) { argument
69 // See if the window class name matches |class_name|.
72 if (base::string16(name, length) == class_name)
/external/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py107 if class_data.class_name() == '_NSZombie_OriginalClass':
272 if self.class_name().startswith("NSKVONotifying_"):
283 return self.class_name() == '__NSCFType' or self.class_name() == 'NSCFType'
295 def class_name(self): member in class:Class_Data_V2
371 if self.class_name().startswith("NSKVONotifying_"):
382 return self.class_name() == '__NSCFType' or self.class_name() == 'NSCFType'
394 def class_name(self): member in class:Class_Data_V1
472 def class_name(sel member in class:TaggedClass_Data
[all...]
/external/lldb/source/Target/
H A DObjCLanguageRuntime.cpp45 ObjCLanguageRuntime::AddClass (ObjCISA isa, const ClassDescriptorSP &descriptor_sp, const char *class_name) argument
50 // class_name is assumed to be valid
51 m_hash_to_isa_map.insert(std::make_pair(MappedHash::HashStringUsingDJB(class_name), isa));
410 const ConstString &class_name = GetClassName(); local
412 strm.Printf("+[%s %s]", class_name.GetCString(), selector.GetCString());
415 strm.Printf("-[%s %s]", class_name.GetCString(), selector.GetCString());
420 strm.Printf("+[%s(%s) %s]", class_name.GetCString(), category.GetCString(), selector.GetCString());
423 strm.Printf("-[%s(%s) %s]", class_name.GetCString(), category.GetCString(), selector.GetCString());
519 ObjCLanguageRuntime::GetClassDescriptorFromClassName (const ConstString &class_name) argument
521 ISAToDescriptorIterator pos = GetDescriptorIterator (class_name);
[all...]
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_tagged.cpp389 CFX_ByteString class_name = pArray->GetString(i); local
390 CPDF_Dictionary* pClassDict = pClassMap->GetDict(class_name);
397 CFX_ByteString class_name = pC->GetString(); local
398 CPDF_Dictionary* pClassDict = pClassMap->GetDict(class_name);
/external/chromium_org/base/android/linker/
H A Dlinker_jni.cc79 // Find the jclass JNI reference corresponding to a given |class_name|.
82 bool InitClassReference(JNIEnv* env, const char* class_name, jclass* clazz) { argument
83 *clazz = env->FindClass(class_name);
85 LOG_ERROR("Could not find class for %s", class_name);
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_android.cc208 const char* class_name = NULL; local
215 class_name = "android.widget.EditText";
218 class_name = "android.widget.SeekBar";
221 class_name = "android.widget.Spinner";
226 class_name = "android.widget.Button";
229 class_name = "android.widget.CheckBox";
232 class_name = "android.widget.RadioButton";
235 class_name = "android.widget.ToggleButton";
239 class_name = "android.widget.Image";
242 class_name
[all...]
/external/chromium_org/sandbox/win/src/
H A Dinterceptors_64.cc209 PUNICODE_STRING class_name, ULONG create_options, PULONG disposition) {
213 title_index, class_name, create_options,
206 TargetNtCreateKey64( PHANDLE key, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, ULONG title_index, PUNICODE_STRING class_name, ULONG create_options, PULONG disposition) argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc525 printer_->Print("class $class_name$(_service.Service):\n",
526 "class_name", descriptor.name());
538 printer_->Print("class $class_name$_Stub($class_name$):\n",
539 "class_name", descriptor.name());
873 const string& class_name, const string& serialized_options) const {
877 string full_class_name = "descriptor_pb2." + class_name;
872 OptionsValue( const string& class_name, const string& serialized_options) const argument
/external/chromium_org/v8/src/
H A Djson-stringifier.h498 String* class_name = object->class_name(); local
499 if (class_name == isolate_->heap()->String_string()) {
504 } else if (class_name == isolate_->heap()->Number_string()) {
511 DCHECK(class_name == isolate_->heap()->Boolean_string());
/external/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h175 const char* class_name = GetClassName().AsCString(); local
176 if (class_name && *class_name)
177 m_is_kvo = (LazyBool)(strstr(class_name,"NSKVONotifying_") == class_name);
189 const char* class_name = GetClassName().AsCString(); local
190 if (class_name && *class_name)
191 m_is_cf = (LazyBool)(strcmp(class_name,"__NSCFType") == 0 ||
192 strcmp(class_name,"NSCFTyp
[all...]
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc496 printer_->Print("class $class_name$(service.Service):\n",
497 "class_name", descriptor.name());
509 printer_->Print("class $class_name$_Stub($class_name$):\n",
510 "class_name", descriptor.name());
827 const string& class_name, const string& serialized_options) const {
831 string full_class_name = "descriptor_pb2." + class_name;
826 OptionsValue( const string& class_name, const string& serialized_options) const argument
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dndis_events.c395 IWbemServices *pSvc, const char *class_name)
401 L"SELECT * FROM %S", class_name);
408 class_name, (int) hr);
394 notification_query(IWbemObjectSink *pDestSink, IWbemServices *pSvc, const char *class_name) argument
/external/wpa_supplicant_8/src/drivers/
H A Dndis_events.c395 IWbemServices *pSvc, const char *class_name)
401 L"SELECT * FROM %S", class_name);
408 class_name, (int) hr);
394 notification_query(IWbemObjectSink *pDestSink, IWbemServices *pSvc, const char *class_name) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dndis_events.c395 IWbemServices *pSvc, const char *class_name)
401 L"SELECT * FROM %S", class_name);
408 class_name, (int) hr);
394 notification_query(IWbemObjectSink *pDestSink, IWbemServices *pSvc, const char *class_name) argument
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.cc595 std::string class_name = command_line->GetProgram().BaseName().value(); local
596 if (!class_name.empty())
597 class_name[0] = base::ToUpperASCII(class_name[0]);
598 return class_name;
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain_wnd.cc462 const wchar_t* class_name, DWORD control_style,
469 *wnd = ::CreateWindowEx(ex_style, class_name, L"", style,
461 CreateChildWindow(HWND* wnd, MainWnd::ChildWindowID id, const wchar_t* class_name, DWORD control_style, DWORD ex_style) argument

Completed in 856 milliseconds

1234