/prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.18.1/ |
org.eclipse.tycho.p2.resolver.shared-0.18.1.jar | |
/external/apache-http/src/org/apache/http/conn/ |
ClientConnectionManager.java | 62 * Obtains the scheme registry used by this manager. 64 * @return the scheme registry, never <code>null</code>
|
/external/apache-http/src/org/apache/http/conn/scheme/ |
SchemeRegistry.java | 59 /** The available schemes in this registry. */ 64 * Creates a new, empty scheme registry.
|
/external/apache-http/src/org/apache/http/impl/conn/ |
DefaultHttpRoutePlanner.java | 64 /** The scheme registry. */ 71 * @param schreg the scheme registry
|
/external/bison/runtime-po/ |
nb.po | 16 # http://www.iro.umontreal.ca/translation/registry.cgi?team=nb 19 # http://www.iro.umontreal.ca/translation/registry.cgi?domain=bison-runtime
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/ |
future.txt | 52 paste.registry, paste.config: 53 Not sure. Alberto Valverde expressed interest in splitting out paste.registry.
|
/external/chromium-trace/trace-viewer/third_party/Paste/ |
setup.py | 111 registry = paste.registry:make_registry_manager
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
langtagRegex.txt | 40 # Since these are limited, this is safe even later changes to the registry -- 43 # http://www.iana.org/assignments/language-subtag-registry
|
/external/libnfc-nxp/src/ |
phFriNfc_NdefReg.c | 19 * \Contains Registry and module functions. 78 /********* REGISTRY AND LISTENER MODULE *********/ 326 *registry*: case INSENSITIVE comparison. 329 for *types* in *registry* : case INSENSITIVE comparison */ 342 *types* in *registry*: NONE. only TNF ; type should be ignored, 528 *registry*: case INSENSITIVE comparison. */ 531 for *types* in *registry* : case INSENSITIVE comparison */ 544 *types* in *registry*: NONE. only TNF ; type should be ignored,
|
phHciNfc_RFReaderB.h | 215 * registry 240 * identifier registry
|
/external/skia/include/core/ |
SkOnce.h | 18 // static void register_my_stuff(GlobalRegistry* registry) { 19 // registry->register(...);
|
/external/skia/include/utils/ |
SkRTConf.h | 69 A class that maintains a systemwide registry of all runtime configuration 103 // our singleton registry
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
codecs.h | 9 Python Codec Registry and support functions 134 /* Unicode encoding error handling callback registry API */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
abc.py | 98 # Set up inheritance registry 120 """Debug helper to print the ABC registry."""
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
codecs.h | 9 Python Codec Registry and support functions 134 /* Unicode encoding error handling callback registry API */
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
abc.py | 98 # Set up inheritance registry 120 """Debug helper to print the ABC registry."""
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
GlobalLintConfiguration.java | 60 IssueRegistry registry = EclipseLintClient.getRegistry(); local 68 Issue d = registry.getIssue(s[0]);
|
LintJob.java | 64 @NonNull IssueRegistry registry) { 69 mRegistry = registry;
|
/sdk/find_java2/FindJava2/ |
FindJava2.cpp | 33 // Set CWinApp default registry key. Must be consistent with all apps using findjava2.
140 // Get java path selected by user and save into registry for later re-use
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/ |
CustomElements.js | 490 var registry = {}; 493 return registry[name.toLowerCase()]; 497 registry[name] = definition; 563 scope.registry = registry;
|
/external/libnfc-nci/src/nfa/int/ |
nfa_hci_int.h | 82 NFA_HCI_API_GET_REGISTRY_EVT, /* Get a registry entry from a host */ 83 NFA_HCI_API_SET_REGISTRY_EVT, /* Set a registry entry on a host */ 303 tNFA_HCI_API_GET_REGISTRY get_registry; /* Get a registry entry on a host */ 304 tNFA_HCI_API_SET_REGISTRY set_registry; /* Set a registry entry on a host */ 391 UINT8 param_in_use; /* The registry parameter currently working with */
|
/external/llvm/lib/Target/Hexagon/ |
HexagonExpandPredSpillCode.cpp | 54 PassRegistry &Registry = *PassRegistry::getPassRegistry(); 55 initializeHexagonExpandPredSpillCodePass(Registry); 341 static void initializePassOnce(PassRegistry &Registry) { 346 Registry.registerPass(*PI, true); 349 void llvm::initializeHexagonExpandPredSpillCodePass(PassRegistry &Registry) {
|
/external/wpa_supplicant_8/wpa_supplicant/ |
README-Windows.txt | 131 service and which reads its configuration from registry instead of 251 but it is using Windows registry for configuration information instead 256 The root of wpa_supplicant configuration in registry is 298 parameters in registry. It can also be imported to registry as a
|
/sdk/find_java/src/source/ |
find_java_lib.cpp | 23 // registry, except we'll need to be careful since they are not available on XP.
250 // Explore the registry to find a suitable version of Java.
274 "Java %d found via registry: %s\n",
320 "Java %d found via registry: %s\n",
354 // Even if we're 64-bit, try again but check the 32-bit registry, looking for 32-bit java.
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
TransliteratorRegistry.java | 40 * Dynamic registry mapping full IDs to Entry objects. This 50 private Map<CaseInsensitiveString, Object[]> registry; field in class:TransliteratorRegistry 292 registry = Collections.synchronizedMap(new HashMap<CaseInsensitiveString, Object[]>()); 299 * compound) attempt to instantiate it from the registry. Return 380 registry.remove(new CaseInsensitiveString(id)); 517 registry.put(ciID, arrayOfObj); 596 * Attempt to find a source-target/variant in the dynamic registry 609 return registry.get(new CaseInsensitiveString(ID)); 705 // will itself become the registry entry. 868 // .id header and/or footer. Then we modify the registry wit [all...] |