/external/webkit/Source/WebCore/platform/text/mac/ |
character-sets.txt | 42 registry. These aliases that start with "cs" contain the standard 52 Registration Authority), the ISO Registry number is specified as 56 character set entry in the IANA Registry in order to distinguish the 65 Source: ECMA registry 86 Source: ECMA registry 96 Source: ECMA registry 103 Source: ECMA registry 112 Source: ECMA registry 118 Source: ECMA registry 124 Source: ECMA registry [all...] |
/external/chromium/chrome/browser/policy/ |
configuration_policy_provider_delegate_win.h | 25 // Methods to perform type-specific policy lookups in the registry. 28 // Reads a string registry value |name| at the specified |key| and puts the
|
/external/llvm/include/llvm/CodeGen/ |
SchedulerRegistry.h | 11 // pass registry (RegisterScheduler). 39 static MachinePassRegistry Registry; 43 { Registry.Add(this); } 44 ~RegisterScheduler() { Registry.Remove(this); } 53 return (RegisterScheduler *)Registry.getList(); 56 return (FunctionPassCtor)Registry.getDefault(); 59 Registry.setDefault((MachinePassCtor)C); 62 Registry.setListener(L);
|
/external/mesa3d/docs/ |
enums.txt | 2 See the OpenGL ARB enum registry at http://www.opengl.org/registry/api/enum.spec
|
/external/chromium/chrome/browser/extensions/ |
external_registry_extension_loader_win.cc | 12 #include "base/win/registry.h" 18 // The Registry hive where to look for external extensions. 21 // The Registry subkey that contains information about external extensions. 24 // Registry value of of that key that defines the path to the .crx file. 27 // Registry value of that key that defines the current version of the .crx file.
|
/external/llvm/include/llvm/ |
PassRegistry.h | 1 //===- llvm/PassRegistry.h - Pass Information Registry ----------*- C++ -*-===// 41 /// getPassRegistry - Access the global registry object, which is 55 /// registry. Required in order to use the pass with a PassManager. 59 /// registry. 63 // an analysis group) with the registry. Like registerPass, this is required
|
/external/llvm/tools/bugpoint/ |
bugpoint.cpp | 119 PassRegistry &Registry = *PassRegistry::getPassRegistry(); 120 initializeCore(Registry); 121 initializeScalarOpts(Registry); 122 initializeIPO(Registry); 123 initializeAnalysis(Registry); 124 initializeIPA(Registry); 125 initializeTransformUtils(Registry); 126 initializeInstCombine(Registry); 127 initializeInstrumentation(Registry); 128 initializeTarget(Registry); [all...] |
/external/chromium/chrome/common/extensions/docs/static/ |
external_extensions.html | 34 <li> Using the Windows registry (Windows only) </li> 59 Then, before you edit the preferences file or the registry, 83 you might want to use the <a href="#registry">Windows registry</a> 153 <h2 id="registry">Using the Windows registry</h2> 162 registry: 190 in the preferences and registry 197 in the preferences or registry. </p> 202 or registry. </p [all...] |
/external/chromium/base/win/ |
registry.h | 18 // Utility class to read, write and manipulate the Windows Registry. 19 // Registry vocabulary primer: a "key" is like a folder, in which there 92 HKEY key_; // The registry key being iterated. 98 // Iterates the entries found in a particular folder on the registry. 113 // Advances to the next registry entry. 127 // The registry key being iterated. 164 // The registry key being iterated.
|
/hardware/ti/omap3/dspbridge/inc/ |
dbreg.h | 21 * Registry keys for use in Linux. This is the clearinghouse for 22 * registry definitions, hopefully eliminating overlapping between 42 *! 12-Nov-1999 rr: New Registry Defnitions. 68 /* general registry definitions */ 69 #define MAXREGPATHLENGTH 255 /* Max registry path length. Also the 70 max registry value length. */ 78 /* registry */
|
/external/dbus/bus/ |
driver.c | 184 create_unique_client_name (BusRegistry *registry, 233 if (bus_registry_lookup (registry, str) == NULL) 252 BusRegistry *registry; local 287 registry = bus_connection_get_registry (connection); 289 if (!create_unique_client_name (registry, &unique_name)) 312 service = bus_registry_ensure (registry, 379 BusRegistry *registry; local 386 registry = bus_connection_get_registry (connection); 395 if (!bus_registry_list_services (registry, &services, &len)) 568 BusRegistry *registry; local 631 BusRegistry *registry; local 693 BusRegistry *registry; local 1075 BusRegistry *registry; local 1158 BusRegistry *registry; local 1263 BusRegistry *registry; local 1339 BusRegistry *registry; local 1415 BusRegistry *registry; local 1490 BusRegistry *registry; local [all...] |
/development/ndk/platforms/android-5/include/GLES2/ |
gl2platform.h | 18 * by filing a bug against product "OpenGL-ES" component "Registry".
|
/development/tools/emulator/opengl/host/libs/Translator/include/GLES/ |
glplatform.h | 17 * by filing a bug against product "OpenGL-ES" component "Registry".
|
/development/tools/emulator/opengl/host/libs/Translator/include/GLES2/ |
gl2platform.h | 17 * by filing a bug against product "OpenGL-ES" component "Registry".
|
/external/apache-http/src/org/apache/http/client/protocol/ |
ClientContextConfigurer.java | 52 public void setCookieSpecRegistry(final CookieSpecRegistry registry) { 53 this.context.setAttribute(COOKIESPEC_REGISTRY, registry); 56 public void setAuthSchemeRegistry(final AuthSchemeRegistry registry) { 57 this.context.setAttribute(AUTHSCHEME_REGISTRY, registry);
|
/external/chromium/chrome/browser/autofill/ |
autofill_ie_toolbar_import_win.h | 10 // 1. The data is not saved in profile, but rather in registry, thus it is
|
/external/chromium/chrome/browser/custom_handlers/ |
register_protocol_handler_infobar_delegate.h | 22 ProtocolHandlerRegistry* registry,
|
/external/chromium/net/http/ |
http_auth_filter_win.h | 23 // The common path to all the registry keys containing domain zone information.
|
/external/freetype/include/freetype/ |
ftcid.h | 58 * Retrieve the Registry/Ordering/Supplement triple (also known as the 66 * registry :: 67 * The registry, as a C~string, owned by the face. 87 const char* *registry,
|
/external/mesa3d/include/GLES2/ |
gl2platform.h | 17 * by filing a bug against product "OpenGL-ES" component "Registry".
|
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/ |
gl2platform.h | 17 * by filing a bug against product "OpenGL-ES" component "Registry".
|
/frameworks/base/opengl/include/GLES/ |
glplatform.h | 17 * by filing a bug against product "OpenGL-ES" component "Registry".
|
/frameworks/base/opengl/include/GLES2/ |
gl2platform.h | 17 * by filing a bug against product "OpenGL-ES" component "Registry".
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/ |
gl2platform.h | 18 * by filing a bug against product "OpenGL-ES" component "Registry".
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/ |
gl2platform.h | 18 * by filing a bug against product "OpenGL-ES" component "Registry".
|