HomeSort by relevance Sort by last modified time
    Searched refs:Lookup (Results 51 - 75 of 443) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libchrome/base/
id_map_unittest.cc 36 EXPECT_EQ(&obj1, map.Lookup(id1));
42 EXPECT_EQ(&obj1, map.Lookup(id1));
43 EXPECT_EQ(&obj2, map.Lookup(id2));
55 EXPECT_EQ(&obj1, map.Lookup(1));
56 EXPECT_EQ(&obj2, map.Lookup(2));
59 EXPECT_EQ(&obj1, map.Lookup(2));
366 EXPECT_EQ(&obj1, map.Lookup(kId1));
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
macho.go 303 s := ctxt.Syms.Lookup(".machosymstr", 0)
310 s = ctxt.Syms.Lookup(".machosymtab", 0)
315 s := ctxt.Syms.Lookup(".plt", 0) // will be __symbol_stub
319 s = ctxt.Syms.Lookup(".got", 0) // will be __nl_symbol_ptr
324 s = ctxt.Syms.Lookup(".linkedit.plt", 0) // indirect table for .plt
328 s = ctxt.Syms.Lookup(".linkedit.got", 0) // indirect table for .got
403 msect.res1 = uint32(ctxt.Syms.Lookup(".linkedit.plt", 0).Size / 4) /* offset into indirect symbol table */
544 s1 := ctxt.Syms.Lookup(".machosymtab", 0)
545 s2 := ctxt.Syms.Lookup(".linkedit.plt", 0)
546 s3 := ctxt.Syms.Lookup(".linkedit.got", 0
    [all...]
elf.go     [all...]
go.go 190 s = ctxt.Syms.Lookup(local, 0)
211 s = ctxt.Syms.Lookup(local, 0)
228 s = ctxt.Syms.Lookup(local, 0)
232 if s == ctxt.Syms.Lookup("main", 0) {
308 s := ctxt.Syms.Lookup(".dynstr", 0)
312 Elfwritedynent(ctxt, ctxt.Syms.Lookup(".dynamic", 0), DT_NEEDED, uint64(Addstring(s, lib)))
358 s := ctxt.Syms.Lookup(*flagFieldTrack, 0)
typelink.go 36 tl := ctxt.Syms.Lookup("runtime.typelink", 0)
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
macho.go 303 s := ctxt.Syms.Lookup(".machosymstr", 0)
310 s = ctxt.Syms.Lookup(".machosymtab", 0)
315 s := ctxt.Syms.Lookup(".plt", 0) // will be __symbol_stub
319 s = ctxt.Syms.Lookup(".got", 0) // will be __nl_symbol_ptr
324 s = ctxt.Syms.Lookup(".linkedit.plt", 0) // indirect table for .plt
328 s = ctxt.Syms.Lookup(".linkedit.got", 0) // indirect table for .got
403 msect.res1 = uint32(ctxt.Syms.Lookup(".linkedit.plt", 0).Size / 4) /* offset into indirect symbol table */
544 s1 := ctxt.Syms.Lookup(".machosymtab", 0)
545 s2 := ctxt.Syms.Lookup(".linkedit.plt", 0)
546 s3 := ctxt.Syms.Lookup(".linkedit.got", 0
    [all...]
elf.go     [all...]
go.go 190 s = ctxt.Syms.Lookup(local, 0)
211 s = ctxt.Syms.Lookup(local, 0)
228 s = ctxt.Syms.Lookup(local, 0)
232 if s == ctxt.Syms.Lookup("main", 0) {
308 s := ctxt.Syms.Lookup(".dynstr", 0)
312 Elfwritedynent(ctxt, ctxt.Syms.Lookup(".dynamic", 0), DT_NEEDED, uint64(Addstring(s, lib)))
358 s := ctxt.Syms.Lookup(*flagFieldTrack, 0)
  /external/v8/src/snapshot/
serializer.h 34 const char* Lookup(Address address) {
35 return address_to_name_map_.Lookup(address);
57 const char* Lookup(Address code_address) {
99 return impl_.Lookup(code_address, ComputePointerHash(code_address));
219 DCHECK(reference_map_.Lookup(obj).is_back_reference());
startup-serializer.cc 55 int root_index = root_index_map_.Lookup(obj);
79 SerializerReference ref = reference_map_.Lookup(obj);
  /packages/apps/DocumentsUI/src/com/android/documentsui/files/
MenuManager.java 34 import com.android.documentsui.base.Lookup;
49 private final Lookup<String, Uri> mUriLookup;
50 private final Lookup<String, String> mAppNameLookup;
59 Lookup<String, String> appNameLookup,
60 Lookup<String, Uri> uriLookup) {
274 Uri selectedUri = mUriLookup.lookup(selectedModelId);
275 String appName = mAppNameLookup.lookup(selectedUri.getAuthority());
  /prebuilts/go/darwin-x86/src/cmd/link/internal/s390x/
asm.go 54 addmoduledata := ctxt.Syms.Lookup("runtime.addmoduledata", 0)
61 initfunc := ctxt.Syms.Lookup("go.link.addmoduledata", 0)
84 rel.Sym = ctxt.Syms.Lookup("runtime.addmoduledata", 0)
94 initarray_entry := ctxt.Syms.Lookup("go.link.addmoduledatainit", 0)
153 r.Sym = ctxt.Syms.Lookup(".plt", 0)
164 r.Sym = ctxt.Syms.Lookup(".plt", 0)
194 r.Sym = ctxt.Syms.Lookup(".got", 0)
211 r.Sym = ctxt.Syms.Lookup(".got", 0)
220 r.Sym = ctxt.Syms.Lookup(".got", 0)
333 plt := ctxt.Syms.Lookup(".plt", 0
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/s390x/
asm.go 54 addmoduledata := ctxt.Syms.Lookup("runtime.addmoduledata", 0)
61 initfunc := ctxt.Syms.Lookup("go.link.addmoduledata", 0)
84 rel.Sym = ctxt.Syms.Lookup("runtime.addmoduledata", 0)
94 initarray_entry := ctxt.Syms.Lookup("go.link.addmoduledatainit", 0)
153 r.Sym = ctxt.Syms.Lookup(".plt", 0)
164 r.Sym = ctxt.Syms.Lookup(".plt", 0)
194 r.Sym = ctxt.Syms.Lookup(".got", 0)
211 r.Sym = ctxt.Syms.Lookup(".got", 0)
220 r.Sym = ctxt.Syms.Lookup(".got", 0)
333 plt := ctxt.Syms.Lookup(".plt", 0
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/arm/
asm.go 65 addmoduledata := ctxt.Syms.Lookup("runtime.addmoduledata", 0)
72 initfunc := ctxt.Syms.Lookup("go.link.addmoduledata", 0)
86 rel.Sym = ctxt.Syms.Lookup("runtime.addmoduledata", 0)
102 initarray_entry := ctxt.Syms.Lookup("go.link.addmoduledatainit", 0)
131 r.Sym = ctxt.Syms.Lookup(".plt", 0)
161 r.Sym = ctxt.Syms.Lookup(".got", 0)
173 r.Sym = ctxt.Syms.Lookup(".got", 0)
181 r.Sym = ctxt.Syms.Lookup(".plt", 0)
215 r.Sym = ctxt.Syms.Lookup(".plt", 0)
230 r.Sym = ctxt.Syms.Lookup(".plt", 0
    [all...]
  /prebuilts/go/darwin-x86/src/os/user/
user_test.go 60 t.Skipf("Lookup not implemented on %q", runtime.GOOS)
67 got, err := Lookup(want.Username)
69 t.Fatalf("Lookup: %v", err)
lookup_android.go 21 return nil, errors.New("user: Lookup not implemented on android")
lookup_plan9.go 15 // Supports Current(), but not Lookup()/LookupId().
  /prebuilts/go/linux-x86/src/cmd/link/internal/arm/
asm.go 65 addmoduledata := ctxt.Syms.Lookup("runtime.addmoduledata", 0)
72 initfunc := ctxt.Syms.Lookup("go.link.addmoduledata", 0)
86 rel.Sym = ctxt.Syms.Lookup("runtime.addmoduledata", 0)
102 initarray_entry := ctxt.Syms.Lookup("go.link.addmoduledatainit", 0)
131 r.Sym = ctxt.Syms.Lookup(".plt", 0)
161 r.Sym = ctxt.Syms.Lookup(".got", 0)
173 r.Sym = ctxt.Syms.Lookup(".got", 0)
181 r.Sym = ctxt.Syms.Lookup(".plt", 0)
215 r.Sym = ctxt.Syms.Lookup(".plt", 0)
230 r.Sym = ctxt.Syms.Lookup(".plt", 0
    [all...]
  /prebuilts/go/linux-x86/src/os/user/
user_test.go 60 t.Skipf("Lookup not implemented on %q", runtime.GOOS)
67 got, err := Lookup(want.Username)
69 t.Fatalf("Lookup: %v", err)
  /prebuilts/go/darwin-x86/src/cmd/link/internal/amd64/
asm.go 61 addmoduledata := ctxt.Syms.Lookup("runtime.addmoduledata", 0)
68 initfunc := ctxt.Syms.Lookup("go.link.addmoduledata", 0)
92 initarray_entry := ctxt.Syms.Lookup("go.link.addmoduledatainit", 0)
126 r.Sym = ctxt.Syms.Lookup(".plt", 0)
150 r.Sym = ctxt.Syms.Lookup(".got", 0)
177 r.Sym = ctxt.Syms.Lookup(".plt", 0)
219 r.Sym = ctxt.Syms.Lookup(".got", 0)
237 r.Sym = ctxt.Syms.Lookup(".plt", 0)
246 r.Sym = ctxt.Syms.Lookup(".plt", 0)
255 r.Sym = ctxt.Syms.Lookup(".got", 0
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/amd64/
asm.go 61 addmoduledata := ctxt.Syms.Lookup("runtime.addmoduledata", 0)
68 initfunc := ctxt.Syms.Lookup("go.link.addmoduledata", 0)
92 initarray_entry := ctxt.Syms.Lookup("go.link.addmoduledatainit", 0)
126 r.Sym = ctxt.Syms.Lookup(".plt", 0)
150 r.Sym = ctxt.Syms.Lookup(".got", 0)
177 r.Sym = ctxt.Syms.Lookup(".plt", 0)
219 r.Sym = ctxt.Syms.Lookup(".got", 0)
237 r.Sym = ctxt.Syms.Lookup(".plt", 0)
246 r.Sym = ctxt.Syms.Lookup(".plt", 0)
255 r.Sym = ctxt.Syms.Lookup(".got", 0
    [all...]
  /art/test/952-invoke-custom/generator/
TestLinkerMethodMinimalArguments.java 41 argumentTypes = {MethodHandles.Lookup.class, String.class, MethodType.class},
55 private static CallSite linkerMethod(MethodHandles.Lookup caller, String name,
TestLinkerMethodMultipleArgumentTypes.java 36 argumentTypes = {MethodHandles.Lookup.class, String.class, MethodType.class,
53 private static CallSite linkerMethod(MethodHandles.Lookup caller, String name,
  /libcore/luni/src/test/java/libcore/java/lang/invoke/
CallSitesTest.java 25 import java.lang.invoke.MethodHandles.Lookup;
31 import static java.lang.invoke.MethodHandles.Lookup.*;
37 MethodHandles.lookup().findStatic(CallSitesTest.class, "add2", type);
54 MethodHandles.lookup().findStatic(CallSitesTest.class, "add2", type);
62 MethodHandles.lookup().findStatic(CallSitesTest.class, "add2", type);
78 MethodHandles.lookup().findStatic(CallSitesTest.class, "add2", type);
94 MethodHandles.lookup().findStatic(CallSitesTest.class, "add2", type);
119 final MethodHandle other = MethodHandles.lookup().findStatic(
130 MethodHandles.lookup().findStatic(CallSitesTest.class, "sub2", firstTarget.type());
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/
tsan5.go 37 user.Lookup(u.Username)

Completed in 655 milliseconds

1 23 4 5 6 7 8 91011>>