/external/protobuf/java/src/test/java/com/google/protobuf/ |
ParserTest.java | 67 ExtensionRegistryLite registry) 74 assertMessageEquals(message, parser.parseFrom(data, registry)); 77 offset, length, registry)); 79 message.toByteString(), registry)); 81 new ByteArrayInputStream(data), registry)); 83 CodedInputStream.newInstance(data), registry)); 235 ExtensionRegistry registry = ExtensionRegistry.newInstance(); local 236 UnittestOptimizeFor.registerAllExtensions(registry); 238 assertRoundTripEquals(message, registry); 299 ExtensionRegistry registry = ExtensionRegistry.newInstance() local 362 ExtensionRegistry registry = ExtensionRegistry.newInstance(); local [all...] |
/external/clang/examples/analyzer-plugin/ |
MainCallChecker.cpp | 48 void clang_registerCheckers (CheckerRegistry ®istry) { 49 registry.addChecker<MainCallChecker>("example.MainCallChecker", "Disallows calls to functions called main");
|
/external/clang/include/clang/Tooling/ |
CompilationDatabasePluginRegistry.h | 14 #include "llvm/Support/Registry.h" 21 typedef llvm::Registry<CompilationDatabasePlugin>
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ClangCheckers.cpp | 26 void ento::registerBuiltinCheckers(CheckerRegistry ®istry) { 29 registry.addChecker(register##CLASS, FULLNAME, HELPTEXT);
|
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
FindMachineTask.java | 30 // createKey is written to the registry with the machine name that is available 31 //registry mapping of machines being used by a given build 103 * @return Returns the registry. 110 * @param registry The registry to set.
|
/external/v8/src/ |
symbol.js | 54 var registry = %SymbolRegistry(); 55 if (IS_UNDEFINED(registry.for[key])) { 57 registry.for[key] = symbol; 58 registry.keyFor[symbol] = key; 60 return registry.for[key];
|
/hardware/intel/common/libva/va/wayland/ |
va_wayland_emgd.c | 43 struct wl_registry *registry; member in struct:va_wayland_emgd_context 93 struct wl_registry *registry, 103 wl_registry_bind(registry, id, wl_emgd_ctx->emgd_interface, 1); 147 wl_emgd_ctx->registry = wl_display_get_registry(ctx->native_dpy); 148 wl_registry_add_listener(wl_emgd_ctx->registry, ®istry_listener, wl_emgd_ctx);
|
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/ |
jinja2.py | 73 # Returns a Jinja2 renderer cached in the app registry. 188 #: Key used to store :class:`Jinja2` in the app registry. 193 """Returns an instance of :class:`Jinja2` from the app registry. 195 It'll try to get it from the current app registry, and if it is not 203 The key used to store the instance in the registry. A default is used 210 jinja2 = app.registry.get(key) 212 jinja2 = app.registry[key] = factory(app) 218 """Sets an instance of :class:`Jinja2` in the app registry. 223 The key used to retrieve the instance from the registry. A default 230 app.registry[key] = jinja [all...] |
/external/jetty/src/java/org/eclipse/jetty/jmx/ |
ConnectorServer.java | 24 import java.rmi.registry.LocateRegistry; 25 import java.rmi.registry.Registry; 50 Registry _registry; 129 * Check that local RMI registry is used, and ensure it is started. If local RMI registry is being used and not started, start it. 132 * hostname and port number of RMI registry 137 int rmiPort = 1099; // default RMI registry port 147 // Verify that local registry is being used 161 // Check if a local registry is already runnin [all...] |
/external/icu/icu4c/source/common/ |
wintz.c | 33 /* The layout of the Tzi value in the registry */ 44 * Various registry keys and key fragments. 83 * the registry. 101 really want to know is how the registry is laid out. 224 installs. It works by directly interrogating the registry and 227 registry contains time zone data under one of two keys (depending on 249 blocks of various registry keys. When we find a match, we know what 250 time zone Windows is set to. Since the registry key is not 259 registry for the current zone to the display name stored in the 260 registry for various Windows zones. By comparing the registry dat [all...] |
/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/deqp/scripts/egl/ |
__init__.py | 33 registry = getEGLRegistry() 35 noExtIface = getInterface(registry, 'egl', VERSION) 42 library.gen(registry)
|
/external/libnfc-nci/src/nfa/include/ |
nfa_hci_defs.h | 109 /* Host controller Admin gate registry identifiers */ 115 /* Host controller and DH Link management gate registry identifier */ 118 /* DH Identity management gate registry identifier */
|
nfa_hci_api.h | 60 #define NFA_HCI_GET_REG_CMD_EVT 0x12 /* Registry read command sent */ 61 #define NFA_HCI_SET_REG_CMD_EVT 0x13 /* Registry write command sent */ 62 #define NFA_HCI_GET_REG_RSP_EVT 0x14 /* Received response to read registry command */ 63 #define NFA_HCI_SET_REG_RSP_EVT 0x15 /* Received response to write registry command */ 235 /* data type for all registry-related events */ 238 tNFA_STATUS status; /* Status of Registry operation */ 239 UINT8 pipe; /* Pipe on whose registry is of interest */ 240 UINT8 index; /* Index of the registry operated */ 241 UINT8 data_len; /* length of the registry parameter */ 242 UINT8 reg_data[NFA_MAX_HCI_DATA_LEN]; /* Registry parameter * 266 tNFA_HCI_REGISTRY registry; \/* all registry-related events - NFA_HCI_GET_REG_CMD_EVT, NFA_HCI_SET_REG_CMD_EVT, NFA_HCI_GET_REG_RSP_EVT, NFA_HCI_SET_REG_RSP_EVT *\/ member in union:__anon12837 [all...] |
/frameworks/native/opengl/tools/glgen2/ |
glgen.py | 27 regpath = os.path.join(sys.path[0], "registry") 167 # old glenumsgen script did. But the registry XML knows which enums are 243 registry = reg.Registry() variable in class:SpecGenerator 244 registry.loadFile('registry/gl.xml') 246 registry.setGenerator(TrampolineGen()) 269 registry.apiGen(opts) 272 registry.setGenerator(apigen) 294 registry.apiGen(opts [all...] |
/development/ndk/platforms/android-18/include/GLES3/ |
gl3platform.h | 17 * by filing a bug against product "OpenGL-ES" component "Registry".
|
/development/ndk/platforms/android-21/include/GLES2/ |
gl2platform.h | 17 * by filing a bug against product "OpenGL-ES" component "Registry".
|
/development/ndk/platforms/android-21/include/GLES3/ |
gl3platform.h | 17 * by filing a bug against product "OpenGL-ES" component "Registry".
|
/development/ndk/platforms/android-4/include/GLES/ |
glplatform.h | 17 * by filing a bug against product "OpenGL-ES" component "Registry".
|
/development/ndk/platforms/android-5/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 | 58 public void setCookieSpecRegistry(final CookieSpecRegistry registry) { 59 this.context.setAttribute(COOKIESPEC_REGISTRY, registry); 62 public void setAuthSchemeRegistry(final AuthSchemeRegistry registry) { 63 this.context.setAttribute(AUTHSCHEME_REGISTRY, registry);
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
ClangCheckers.h | 17 void registerBuiltinCheckers(CheckerRegistry ®istry);
|
/external/freetype/include/ |
ftcid.h | 59 * Retrieve the Registry/Ordering/Supplement triple (also known as the 67 * registry :: 68 * The registry, as a C~string, owned by the face. 88 const char* *registry,
|