HomeSort by relevance Sort by last modified time
    Searched defs:registry (Results 101 - 125 of 1097) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/hardware/
HardwareBuffer.java 189 NativeAllocationRegistry registry = new NativeAllocationRegistry( local
191 mCleaner = registry.registerNativeAllocation(this, mNativeObject);
  /libcore/ojluni/src/main/java/java/util/regex/
Matcher.java 129 private static final NativeAllocationRegistry registry = new NativeAllocationRegistry( field in class:Matcher
242 nativeFinalizer = registry.registerNativeAllocation(this, address);
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 996 ObjectRegistry* registry = Dbg::GetObjectRegistry(); local
1179 ObjectRegistry* registry = Dbg::GetObjectRegistry(); local
1252 ObjectRegistry* registry = Dbg::GetObjectRegistry(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
_warnings.c 67 PyObject *registry; local
69 registry = get_warnings_attr("onceregistry");
70 if (registry == NULL) {
76 _once_registry = registry;
77 return registry;
169 already_warned(PyObject *registry, PyObject *key, int should_set)
176 already_warned = PyDict_GetItem(registry, key);
183 /* This warning wasn't found in the registry, set it. */
185 return PyDict_SetItem(registry, key, Py_True);
221 update_registry(PyObject *registry, PyObject *text, PyObject *category,
591 PyObject *filename, *module, *registry, *res; local
632 PyObject *registry = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
_warnings.c 67 PyObject *registry; local
69 registry = get_warnings_attr("onceregistry");
70 if (registry == NULL) {
76 _once_registry = registry;
77 return registry;
169 already_warned(PyObject *registry, PyObject *key, int should_set)
176 already_warned = PyDict_GetItem(registry, key);
183 /* This warning wasn't found in the registry, set it. */
185 return PyDict_SetItem(registry, key, Py_True);
221 update_registry(PyObject *registry, PyObject *text, PyObject *category,
590 PyObject *filename, *module, *registry, *res; local
631 PyObject *registry = NULL; local
    [all...]
  /external/freetype/src/sfnt/
sfdriver.c 1092 BDF_PropertyRec encoding, registry; local
1102 error = tt_face_find_bdf_prop( face, "CHARSET_REGISTRY", &registry );
1108 if ( registry.type == BDF_PROPERTY_TYPE_ATOM &&
1112 *acharset_registry = registry.u.atom;
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
MessageReflection.java 241 ExtensionRegistry registry, String name);
244 ExtensionRegistry registry, Descriptors.Descriptor containingType,
325 Object parseGroup(CodedInputStream input, ExtensionRegistryLite registry,
333 Object parseMessage(CodedInputStream input, ExtensionRegistryLite registry,
343 ByteString bytes, ExtensionRegistryLite registry,
441 ExtensionRegistry registry, String name) {
442 return registry.findImmutableExtensionByName(name);
447 ExtensionRegistry registry, Descriptors.Descriptor containingType, int fieldNumber) {
448 return registry.findImmutableExtensionByNumber(containingType,
628 ExtensionRegistry registry, String name)
654 input.readGroup(field.getNumber(), subBuilder, registry); local
    [all...]
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
ParserTest.java 66 ExtensionRegistryLite registry)
73 assertMessageEquals(message, parser.parseFrom(data, registry));
76 offset, length, registry));
78 message.toByteString(), registry));
80 new ByteArrayInputStream(data), registry));
82 CodedInputStream.newInstance(data), registry));
233 ExtensionRegistry registry = ExtensionRegistry.newInstance(); local
234 UnittestOptimizeFor.registerAllExtensions(registry);
236 assertRoundTripEquals(message, registry);
297 ExtensionRegistry registry = ExtensionRegistry.newInstance() local
359 ExtensionRegistry registry = ExtensionRegistry.newInstance(); local
    [all...]
WireFormatTest.java 164 ExtensionRegistry registry = TestUtil.getExtensionRegistry(); local
167 TestAllExtensions.parseFrom(rawBytes, registry);
177 ExtensionRegistry registry = TestUtil.getExtensionRegistry(); local
180 TestPackedExtensions.parseFrom(rawBytes, registry);
200 // Try again using a full extension registry.
201 ExtensionRegistry registry = TestUtil.getExtensionRegistry(); local
204 TestAllExtensionsLite.parseFrom(rawBytes, registry);
214 ExtensionRegistryLite registry = TestUtilLite.getExtensionRegistryLite(); local
217 TestPackedExtensionsLite.parseFrom(rawBytes, registry);
  /external/python/cpython2/Python/
_warnings.c 67 PyObject *registry; local
69 registry = get_warnings_attr("onceregistry");
70 if (registry == NULL) {
76 _once_registry = registry;
77 return registry;
169 already_warned(PyObject *registry, PyObject *key, int should_set)
176 already_warned = PyDict_GetItem(registry, key);
183 /* This warning wasn't found in the registry, set it. */
185 return PyDict_SetItem(registry, key, Py_True);
221 update_registry(PyObject *registry, PyObject *text, PyObject *category
590 PyObject *filename, *module, *registry, *res; local
631 PyObject *registry = NULL; local
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParseRDF.java 989 XMPSchemaRegistry registry = XMPMetaFactory.getSchemaRegistry(); local
1000 String prefix = registry.getNamespacePrefix(namespace);
1004 prefix = registry.registerNamespace(namespace, prefix);
1030 if (registry.findAlias(childName) != null)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java 219 IssueRegistry registry = EclipseLintClient.getRegistry(); local
220 Issue issue = registry.getIssue(id);
222 EclipseLintClient mClient = new EclipseLintClient(registry,
  /system/nfc/src/nfa/include/
nfa_hci_api.h 77 /* Registry read command sent */
79 /* Registry write command sent */
81 /* Received response to read registry command */
83 /* Received response to write registry command */
250 /* data type for all registry-related events */
252 tNFA_STATUS status; /* Status of Registry operation */
253 uint8_t pipe; /* Pipe on whose registry is of interest */
254 uint8_t index; /* Index of the registry operated */
255 uint8_t data_len; /* length of the registry parameter */
256 uint8_t reg_data[NFA_MAX_HCI_DATA_LEN]; /* Registry parameter *
278 tNFA_HCI_REGISTRY registry; \/* all registry-related events - member in union:__anon3421
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Transliterator.java 425 * System transliterator registry.
427 private static TransliteratorRegistry registry; field in class:Transliterator
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
Transliterator.java 439 * System transliterator registry.
441 private static TransliteratorRegistry registry; field in class:Transliterator
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 140 NativeAllocationRegistry registry = new NativeAllocationRegistry( local
142 registry.registerNativeAllocation(this, nativeBitmap);
    [all...]
  /prebuilts/gradle-plugin/com/android/java/tools/build/java-lib-model-builder/2.4.0-alpha5/
java-lib-model-builder-2.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/java/tools/build/java-lib-model-builder/2.4.0-alpha6/
java-lib-model-builder-2.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/java/tools/build/java-lib-model-builder/2.4.0-alpha7/
java-lib-model-builder-2.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/java/tools/build/java-lib-model-builder/2.5.0-alpha-preview-02/
java-lib-model-builder-2.5.0-alpha-preview-02.jar 
  /external/icu/icu4c/source/i18n/
translit.cpp 92 * The mutex controlling access to registry object.
97 * System transliterator registry; non-null when initialized.
99 static icu::TransliteratorRegistry* registry = 0; variable
101 // Macro to check/initialize the registry. ONLY USE WITHIN
102 // MUTEX. Avoids function call when registry is initialized.
103 #define HAVE_REGISTRY(status) (registry!=0 || initializeRegistry(status))
    [all...]
  /external/python/cpython3/Python/
_warnings.c 89 PyObject *registry; local
91 registry = get_warnings_attr("onceregistry", 0);
92 if (registry == NULL) {
98 _once_registry = registry;
99 return registry;
214 already_warned(PyObject *registry, PyObject *key, int should_set)
222 version_obj = _PyDict_GetItemId(registry, &PyId_version);
226 PyDict_Clear(registry);
230 if (_PyDict_SetItemId(registry, &PyId_version, version_obj) < 0) {
237 already_warned = PyDict_GetItem(registry, key)
794 PyObject *filename, *module, *registry, *res; local
837 PyObject *registry = NULL; local
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.cc 672 PluginRegistry *registry = PluginRegistry::Instance(); local
674 registry->GetFactory<PluginRegistry::BlasFactory>(kCudaPlatformId,
686 PluginRegistry *registry = PluginRegistry::Instance(); local
688 registry->GetFactory<PluginRegistry::DnnFactory>(kCudaPlatformId,
700 PluginRegistry *registry = PluginRegistry::Instance(); local
702 registry->GetFactory<PluginRegistry::FftFactory>(kCudaPlatformId,
714 PluginRegistry *registry = PluginRegistry::Instance(); local
716 registry->GetFactory<PluginRegistry::RngFactory>(kCudaPlatformId,
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.1.0/
gradle-1.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.1.3/
gradle-1.1.3.jar 

Completed in 1290 milliseconds

1 2 3 45 6 7 8 91011>>