HomeSort by relevance Sort by last modified time
    Searched refs:LOOKUP (Results 1 - 21 of 21) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_renames.py 15 LOOKUP = {}
25 LOOKUP[(module, old_attr)] = new_attr
69 new_attr = unicode(LOOKUP[(mod_name.value, attr_name.value)])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_renames.py 15 LOOKUP = {}
25 LOOKUP[(module, old_attr)] = new_attr
69 new_attr = unicode(LOOKUP[(mod_name.value, attr_name.value)])
  /external/chromium_org/net/spdy/
hpack_entry.cc 33 type_(LOOKUP) {
39 type_(LOOKUP) {
hpack_entry.h 43 // Create a 'lookup' entry (only) suitable for querying a HpackEntrySet. The
60 // Returns whether this entry is a lookup-only entry.
61 bool IsLookup() const { return type_ == LOOKUP; }
79 LOOKUP,
  /external/chromium_org/v8/src/
variables.h 49 // context object on the heap, with lookup starting at the current
51 LOOKUP
97 bool IsLookupSlot() const { return location_ == LOOKUP; }
hydrogen-environment-liveness.cc 109 if (marker->kind() == HEnvironmentMarker::LOOKUP) {
201 // Only collect bind/lookup instructions during the first pass.
215 // Finally, remove the HEnvironment{Bind,Lookup} markers.
scopes.cc 50 Entry* p = ZoneHashMap::Lookup(name.location(), name->Hash(), true,
67 Variable* VariableMap::Lookup(Handle<String> name) {
68 Entry* p = ZoneHashMap::Lookup(name.location(), name->Hash(), false,
370 Variable* result = variables_.Lookup(name);
378 // Check context slot lookup.
389 location = Variable::LOOKUP;
405 // If we are backed by a scope info, try to lookup the variable there.
424 Variable* Scope::Lookup(Handle<String> name) {
540 Variable* other_var = current->variables_.Lookup(name);
795 case Variable::LOOKUP
    [all...]
prettyprinter.cc 1049 case Variable::LOOKUP:
1050 SNPrintF(buf + pos, " lookup");
hydrogen.cc 189 instr->AddAssignedValue(index, environment->Lookup(index));
    [all...]
hydrogen.h 600 HValue* Lookup(Variable* variable) const {
601 return Lookup(IndexFor(variable));
604 HValue* Lookup(int index) const {
612 return Lookup(parameter_count());
2273 HEnvironmentMarker* lookup = local
2501 LookupResult* lookup() { return &lookup_; } function in class:v8::internal::HOptimizedGraphBuilder::PropertyAccessInfo
    [all...]
parser.cc     [all...]
hydrogen-instructions.h     [all...]
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 205 private static final ImmutableMap<Byte, RecommendedAction> LOOKUP;
211 LOOKUP = builder.build();
241 if (RecommendedAction.LOOKUP.containsKey(action)) {
242 return RecommendedAction.LOOKUP.get(action);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
GCMUtil.java 14 int[] lookup = new int[256]; local
26 lookup[c] = v;
29 return lookup;
32 private static final int[] LOOKUP = generateLookup();
205 x[0] ^= LOOKUP[c >>> 24];
211 y[0] ^= LOOKUP[c >>> 24];
  /bionic/linker/
linker.cpp 73 // so we continue to use base-name lookup for lp32
435 TRACE_TYPE(LOOKUP, "SEARCH %s in %s@%p %x %zd",
450 TRACE_TYPE(LOOKUP, "FOUND %s in %s (%p) %zd",
462 TRACE_TYPE(LOOKUP, "NOT FOUND %s in %s@%p %x %zd",
508 /* Order of symbol lookup is controlled by DT_SYMBOLIC flag */
589 TRACE_TYPE(LOOKUP, "si %s sym %s s->st_value = %p, "
614 // This is used by dlsym(3). It performs symbol lookup only within the
646 /* This is used by dlsym(3) to performs a global symbol lookup. If the
668 TRACE_TYPE(LOOKUP, "%s s->st_value = %p, found->base = %p",
    [all...]
  /external/chromium_org/v8/src/arm64/
full-codegen-arm64.cc 843 case Variable::LOOKUP: {
911 case Variable::LOOKUP: {
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 809 case Variable::LOOKUP: {
875 case Variable::LOOKUP: {
935 case Variable::LOOKUP:
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 825 case Variable::LOOKUP: {
893 case Variable::LOOKUP: {
955 case Variable::LOOKUP:
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 787 case Variable::LOOKUP: {
852 case Variable::LOOKUP: {
912 case Variable::LOOKUP:
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 839 case Variable::LOOKUP: {
908 case Variable::LOOKUP: {
    [all...]
  /external/chromium_org/v8/src/x87/
full-codegen-x87.cc 786 case Variable::LOOKUP: {
850 case Variable::LOOKUP: {
909 case Variable::LOOKUP:
    [all...]

Completed in 423 milliseconds