Searched defs:lookup (Results 176 - 200 of 216) sorted by relevance

123456789

/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzic.c309 struct lookup { struct
323 static struct lookup const * byword(const char * string,
324 const struct lookup * lp);
326 static struct lookup const line_codes[] = {
334 static struct lookup const mon_names[] = {
350 static struct lookup const wday_names[] = {
361 static struct lookup const lasts[] = {
372 static struct lookup const begin_years[] = {
378 static struct lookup const end_years[] = {
385 static struct lookup cons
[all...]
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c418 // [trobinso] lookup the libusb0 symbolic index.
523 We use an trick to speed up the lookup. The table is created with one
1098 // If that's the case, lookup the ancestors to set the bus number
1192 struct driver_lookup lookup[3] = { local
1205 if (pSetupDiGetDeviceRegistryPropertyA(*dev_info, dev_info_data, lookup[k].reg_prop,
1206 &reg_type, (BYTE*)lookup[k].list, MAX_KEY_LENGTH, &size)) {
1208 if (lookup[k].reg_prop == SPDRP_SERVICE) {
1210 lookup[k].list[safe_strlen(lookup[k].list)+1] = 0;
1215 for (l=0; (lookup[
[all...]
/external/clang/lib/Analysis/
H A DThreadSafety.cpp806 /// locks, so we can get away with doing a linear search for lookup. Note
982 const VarDefinition* lookup(const NamedDecl *D, Context Ctx) { function in class:LocalVariableMap
983 const unsigned *i = Ctx.lookup(D);
994 const unsigned *P = Ctx.lookup(D);
1058 const unsigned *i = C.lookup(D);
1187 if (Ctx.lookup(VDec)) {
1207 const unsigned *i2 = C2.lookup(Dec);
1235 const unsigned *i2 = C2.lookup(P.first);
/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp507 ShaderTextureFunctionCase (Context& context, const char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture, TexEvalFunc evalFunc, bool isVertexCase);
532 ShaderTextureFunctionCase::ShaderTextureFunctionCase (Context& context, const char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture, TexEvalFunc evalFunc, bool isVertexCase) argument
534 , m_lookupSpec (lookup)
800 // Set lookup scale & bias
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c309 struct lookup { struct
323 static struct lookup const * byword(const char * string,
324 const struct lookup * lp);
326 static struct lookup const line_codes[] = {
334 static struct lookup const mon_names[] = {
350 static struct lookup const wday_names[] = {
361 static struct lookup const lasts[] = {
372 static struct lookup const begin_years[] = {
378 static struct lookup const end_years[] = {
385 static struct lookup cons
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen.h2264 HEnvironmentMarker* lookup = local
2266 USE(lookup);
2268 lookup->set_closure(env->closure());
2436 // lookup code.
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp569 typename Traits<T>::IVal& lookup (const Variable<T>& variable) const function in class:deqp::gls::BuiltinPrecisionTests::Environment
571 deUint8* const data = de::lookup(m_map, variable.getName()).get();
729 ctx.env.lookup(*m_variable) = m_value->evaluate(ctx);
1010 return ctx.env.lookup<T>(*this);
1377 ctx.env.lookup(var0), ctx.env.lookup(var1),
1378 ctx.env.lookup(var2), ctx.env.lookup(var3));
1458 const_cast<IArg0&>(mutArgs.a) = funEnv.lookup(*m_var0);
1459 const_cast<IArg1&>(mutArgs.b) = funEnv.lookup(*m_var
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar ... .eclipse.core.internal.dtree.DataTreeLookup lookup (org.eclipse.core.runtime.IPath) public ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jar ... String value public org.mortbay.io.Buffer lookup (org.mortbay.io.Buffer) org.mortbay ...
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py60 def lookup(self, value): member in class:EnumType
/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c402 lookup(XML_Parser parser, HASH_TABLE *table, KEY name, size_t createSize);
1027 parser, so that dtdCopy and copyEntityTable can lookup values
2326 entity = (ENTITY *)lookup(parser, &dtd->generalEntities, name, 0);
2715 /* lookup the element type name */
2716 elementType = (ELEMENT_TYPE *)lookup(parser, &dtd->elementTypes, tagNamePtr->str,0);
2721 elementType = (ELEMENT_TYPE *)lookup(parser, &dtd->elementTypes, name,
2913 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, s, 0);
2935 Derived from code in lookup(parser, HASH_TABLE *table, ...).
3884 declEntity = (ENTITY *)lookup(parser,
3942 ENTITY *entity = (ENTITY *)lookup(parse
5970 lookup(XML_Parser parser, HASH_TABLE *table, KEY name, size_t createSize) function
[all...]
/external/expat/lib/
H A Dxmlparse.c402 lookup(XML_Parser parser, HASH_TABLE *table, KEY name, size_t createSize);
1027 parser, so that dtdCopy and copyEntityTable can lookup values
2326 entity = (ENTITY *)lookup(parser, &dtd->generalEntities, name, 0);
2715 /* lookup the element type name */
2716 elementType = (ELEMENT_TYPE *)lookup(parser, &dtd->elementTypes, tagNamePtr->str,0);
2721 elementType = (ELEMENT_TYPE *)lookup(parser, &dtd->elementTypes, name,
2913 id = (ATTRIBUTE_ID *)lookup(parser, &dtd->attributeIds, s, 0);
2935 Derived from code in lookup(parser, HASH_TABLE *table, ...).
3884 declEntity = (ENTITY *)lookup(parser,
3942 ENTITY *entity = (ENTITY *)lookup(parse
5970 lookup(XML_Parser parser, HASH_TABLE *table, KEY name, size_t createSize) function
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...

Completed in 2876 milliseconds

123456789