HomeSort by relevance Sort by last modified time
    Searched refs:lookup (Results 1 - 25 of 514) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x509_d2.c 65 X509_LOOKUP *lookup; local
67 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_file());
68 if (lookup == NULL) return(0);
69 X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT);
71 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_hash_dir());
72 if (lookup == NULL) return(0);
73 X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT);
84 X509_LOOKUP *lookup; local
88 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_file());
89 if (lookup == NULL) return(0)
    [all...]
  /external/openssl/crypto/x509/
x509_d2.c 67 X509_LOOKUP *lookup; local
69 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_file());
70 if (lookup == NULL) return(0);
71 X509_LOOKUP_load_file(lookup,NULL,X509_FILETYPE_DEFAULT);
73 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_hash_dir());
74 if (lookup == NULL) return(0);
75 X509_LOOKUP_add_dir(lookup,NULL,X509_FILETYPE_DEFAULT);
86 X509_LOOKUP *lookup; local
90 lookup=X509_STORE_add_lookup(ctx,X509_LOOKUP_file());
91 if (lookup == NULL) return(0)
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_surface_lookup.cc 21 void GpuSurfaceLookup::InitInstance(GpuSurfaceLookup* lookup) {
22 DCHECK(!g_instance || !lookup);
23 g_instance = lookup;
gpu_surface_lookup.h 20 static void InitInstance(GpuSurfaceLookup* lookup);
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestHandlerResolver.java 49 HttpRequestHandler lookup(String requestURI); method in interface:HttpRequestHandlerResolver
HttpRequestHandlerRegistry.java 76 public HttpRequestHandler lookup(final String requestURI) { method in class:HttpRequestHandlerRegistry
77 return (HttpRequestHandler) matcher.lookup(requestURI);
  /external/dhcpcd/
dhcpcd.conf 21 # A hook script is provided to lookup the hostname if not set by the DHCP
23 nohook lookup-hostname
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_iz.c 121 * \param lookup bitmask of IZ_* flags
128 int lookup = c->key.iz_lookup; local
132 assert (lookup < IZ_BIT_MAX);
140 (lookup & IZ_PS_KILL_ALPHATEST_BIT) &&
141 wm_iz_table[lookup].mode == P) {
145 if (lookup & IZ_PS_COMPUTES_DEPTH_BIT)
148 if (wm_iz_table[lookup].sd_present || uses_depth ||
154 if (wm_iz_table[lookup].sd_to_rt || kill_stats_promoted_workaround)
157 if (wm_iz_table[lookup].ds_present || c->key.line_aa != AA_NEVER) {
159 c->runtime_check_aads_emit = (!wm_iz_table[lookup].ds_present &
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_iz.c 121 * \param lookup bitmask of IZ_* flags
128 int lookup = c->key.iz_lookup; local
132 assert (lookup < IZ_BIT_MAX);
140 (lookup & IZ_PS_KILL_ALPHATEST_BIT) &&
141 wm_iz_table[lookup].mode == P) {
145 if (lookup & IZ_PS_COMPUTES_DEPTH_BIT)
148 if (wm_iz_table[lookup].sd_present || uses_depth ||
154 if (wm_iz_table[lookup].sd_to_rt || kill_stats_promoted_workaround)
157 if (wm_iz_table[lookup].ds_present || c->key.line_aa != AA_NEVER) {
159 c->runtime_check_aads_emit = (!wm_iz_table[lookup].ds_present &
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkGetCondensedInfo.cpp 54 int lookup = _searchByType(type); local
55 if (lookup < 0)
58 *infoCountPtr = gInfoCounts[lookup];
59 return gInfoTables[lookup];
69 static const SkMemberInfo* _lookup(int lookup, const char** matchPtr) {
70 int count = gInfoCounts[lookup];
71 const SkMemberInfo* info = gInfoTables[lookup];
83 const char* strings = gInfoNames[lookup];
91 int count = gInfoCounts[lookup];
92 const SkMemberInfo* info = gInfoTables[lookup];
111 int lookup = _searchByType(type); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8EventListenerList.cpp 40 PassRefPtr<EventListener> V8EventListenerList::getEventListener(ScriptState* scriptState, v8::Local<v8::Value> value, bool isAttribute, ListenerLookupType lookup)
43 if (lookup == ListenerFindOnly) {
  /external/llvm/unittests/ADT/
ImmutableMapTest.cpp 39 EXPECT_EQ(nullptr, S.lookup(3));
40 EXPECT_EQ(nullptr, S.lookup(9));
42 EXPECT_EQ(10, *S2.lookup(3));
43 EXPECT_EQ(11, *S2.lookup(4));
44 EXPECT_EQ(12, *S2.lookup(5));
  /external/lldb/source/Breakpoint/
BreakpointResolverName.cpp 112 LookupInfo lookup; local
113 lookup.name.SetCString(method);
114 lookup.lookup_name = lookup.name;
115 lookup.name_type_mask = eFunctionNameTypeMethod;
116 lookup.match_name_after_lookup = false;
117 m_lookups.push_back (lookup);
134 LookupInfo lookup; local
135 lookup.name = name;
136 lookup.lookup_name = objc_name
144 LookupInfo lookup; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaSource.h 50 static HTMLMediaSource* lookup(const String& url) { return s_registry ? static_cast<HTMLMediaSource*>(s_registry->lookup(url)) : 0; } function in class:blink::HTMLMediaSource
URLRegistry.h 56 virtual URLRegistrable* lookup(const String&) { ASSERT_NOT_REACHED(); return 0; } function in class:blink::URLRegistry
  /external/chromium_org/v8/test/cctest/
test-ordered-hash-table.cc 118 CHECK(ordered_map->Lookup(obj)->IsTheHole());
121 Object* lookup = ordered_map->Lookup(obj); local
122 CHECK(lookup->SameValue(*val));
127 CHECK(ordered_map->Lookup(obj)->IsTheHole());
140 lookup = ordered_map->Lookup(obj1);
141 CHECK(lookup->SameValue(*val1));
142 lookup = ordered_map->Lookup(obj2)
    [all...]
  /external/javassist/src/main/javassist/compiler/
SymbolTable.java 33 public Declarator lookup(String name) { method in class:SymbolTable
36 return parent.lookup(name);
KeywordTable.java 21 public int lookup(String name) { method in class:KeywordTable
  /cts/tests/tests/text/src/android/text/method/cts/
DialerKeyListenerTest.java 42 assertEquals(keyChar, mockDialerKeyListener.lookup(keyEvent, span));
49 mockDialerKeyListener.lookup(null, span);
84 * {@link android.text.method.DialerKeyListener#lookup(KeyEvent, Spannable)}.
93 protected int lookup(KeyEvent event, Spannable content) { method in class:DialerKeyListenerTest.MockDialerKeyListener
94 return super.lookup(event, content);
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSourceRegistry.h 53 virtual URLRegistrable* lookup(const String&) OVERRIDE;
  /external/chromium_org/third_party/icu/source/common/unicode/
symtable.h 18 * \brief C++ API: An interface that defines both lookup protocol and parsing of
30 * An interface that defines both lookup protocol and parsing of
37 * "$start=alpha"), then the call lookup("start") will return the
70 * Lookup the characters associated with this string and return it.
73 * @param s the symbolic name to lookup
78 virtual const UnicodeString* lookup(const UnicodeString& s) const = 0;
81 * Lookup the UnicodeMatcher associated with the given character, and
  /external/icu/icu4c/source/common/unicode/
symtable.h 18 * \brief C++ API: An interface that defines both lookup protocol and parsing of
30 * An interface that defines both lookup protocol and parsing of
37 * "$start=alpha"), then the call lookup("start") will return the
70 * Lookup the characters associated with this string and return it.
73 * @param s the symbolic name to lookup
78 virtual const UnicodeString* lookup(const UnicodeString& s) const = 0;
81 * Lookup the UnicodeMatcher associated with the given character, and
  /external/chromium_org/chrome/browser/extensions/activity_log/
database_string_table.cc 40 std::map<std::string, int64>::const_iterator lookup = local
42 if (lookup != value_to_id_.end()) {
43 *id = lookup->second;
70 // lookup to find the old value.
86 std::map<int64, std::string>::const_iterator lookup = local
88 if (lookup != id_to_value_.end()) {
89 *value = lookup->second;
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/prefixmapper/
PhonePrefixMapTest.java 99 assertEquals("New York", phonePrefixMapForUS.lookup(number));
104 assertEquals("Westwood, NJ", phonePrefixMapForUS.lookup(number));
109 assertEquals("New York", phonePrefixMapForUS.lookup(number));
114 assertEquals("San Mateo, CA", phonePrefixMapForUS.lookup(number));
119 assertEquals("California", phonePrefixMapForUS.lookup(number));
124 assertEquals("Richardson, TX", phonePrefixMapForUS.lookup(number));
129 assertNull(phonePrefixMapForUS.lookup(number));
134 assertNull(phonePrefixMapForUS.lookup(number));
139 assertEquals("Milan", phonePrefixMapForIT.lookup(number));
142 assertEquals("Rome", phonePrefixMapForIT.lookup(number))
    [all...]
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
SampleGattAttributes.java 38 public static String lookup(String uuid, String defaultName) { method in class:SampleGattAttributes

Completed in 5354 milliseconds

1 2 3 4 5 6 7 8 91011>>