HomeSort by relevance Sort by last modified time
    Searched refs:class_name (Results 76 - 100 of 180) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/win8/metro_driver/
file_picker.cc 275 mswrw::HStringReference class_name(
281 class_name.Get(), picker.GetAddressOf());
444 mswrw::HStringReference class_name(
450 class_name.Get(), picker.GetAddressOf());
  /frameworks/base/core/java/android/emoji/
EmojiFactory.java 242 * @param class_name Name of the factory. This must include complete package name.
246 public static native EmojiFactory newInstance(String class_name);
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 358 r'which is of non-class type \'(.*::)*(?P<class_name>.+)\*\'')
360 r'\'(?P<class_name>.*?) *\' is a pointer; '
369 class %(class_name)s : public ... {
376 %(class_name)s* mock_ptr = ...
388 'class_name': '%(class_name)s'})],
  /external/chromium_org/sandbox/win/src/
interceptors_64.cc 225 PUNICODE_STRING class_name, ULONG create_options, PULONG disposition) {
229 title_index, class_name, create_options,
interceptors_64.h 141 PUNICODE_STRING class_name, ULONG create_options, PULONG disposition);
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
code_generator_v8.py 154 def includes_for_cpp_class(class_name, relative_dir_posix):
155 return set([posixpath.join('bindings', relative_dir_posix, class_name + '.h')])
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 2587 string class_name; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 199 class_name = None # provide default for instance variable variable in class:CodeGenerator
251 if self.class_name is not None:
252 return misc.mangle(name, self.class_name)
384 self.class_name, self.get_module())
673 gen = GenExprCodeGenerator(node, self.scopes, self.class_name,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 199 class_name = None # provide default for instance variable variable in class:CodeGenerator
251 if self.class_name is not None:
252 return misc.mangle(name, self.class_name)
384 self.class_name, self.get_module())
673 gen = GenExprCodeGenerator(node, self.scopes, self.class_name,
    [all...]
  /external/chromium_org/v8/src/
json-stringifier.h 496 String* class_name = object->class_name(); local
497 if (class_name == isolate_->heap()->String_string()) {
501 } else if (class_name == isolate_->heap()->Number_string()) {
507 ASSERT(class_name == isolate_->heap()->Boolean_string());
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /external/wpa_supplicant_8/src/drivers/
ndis_events.c 395 IWbemServices *pSvc, const char *class_name)
401 L"SELECT * FROM %S", class_name);
408 class_name, (int) hr);
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 222 String class_name = entry.getKey(); local
223 if (regexp.matcher(class_name).matches()) {
224 findClass(class_name, zipClasses, inOutFound);
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 704 TCHAR class_name[1024]; local
705 if (!RealGetWindowClass(window, class_name,
706 sizeof(class_name)/sizeof(TCHAR))) {
711 if (wcscmp(class_name, L"SWFlash_PlaceholderX"))
    [all...]
webplugin_delegate_impl.h 371 LPWSTR class_name, LPDWORD class_size, PFILETIME last_write_time);
  /external/chromium_org/base/message_loop/
message_pump_win.cc 274 string16 class_name = StringPrintf(kWndClassFormat, this); local
281 wc.lpszClassName = class_name.c_str();
  /external/chromium_org/remoting/host/win/
rdp_client_window.cc 58 // Finds a child window with the class name matching |class_name|. Unlike
62 HWND FindWindowRecursively(HWND parent, const string16& class_name) {
69 // See if the window class name matches |class_name|.
72 if (string16(name, length) == class_name)
  /external/chromium_org/v8/test/cctest/
test-declarative-accessors.cc 94 const char* class_name,
108 context->Global()->Set(v8_str(class_name), constructor->GetFunction());
  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 59 cls.name = event->u.class_load.class_name;
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 970 const char *class_name; member in struct:field
    [all...]
  /frameworks/base/media/mca/filterfw/jni/
jni_util.h 281 const std::string& class_name);
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.cc 439 const wchar_t* class_name, DWORD control_style,
446 *wnd = ::CreateWindowEx(ex_style, class_name, L"", style,
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py     [all...]
  /art/runtime/
utils.h 250 std::string DotToDescriptor(const char* class_name);

Completed in 1869 milliseconds

1 2 34 5 6 7 8