HomeSort by relevance Sort by last modified time
    Searched defs:resolve (Results 151 - 175 of 1243) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libnl/python/netlink/route/
link.py 549 def resolve(name): function
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 179 template <typename T> T *resolve(TypedDINodeRef<T> Ref) const { function in class:llvm::DbgVariable
180 return Ref.resolve();
536 template <typename T> T *resolve(TypedDINodeRef<T> Ref) const { function in class:llvm::DwarfDebug
537 return Ref.resolve();
  /frameworks/support/room/runtime/src/main/java/androidx/room/
RoomDatabase.java 383 JournalMode resolve(Context context) { method in class:RoomDatabase.JournalMode
629 mJournalMode.resolve(mContext),
  /libcore/ojluni/src/main/java/java/time/format/
Parsed.java 239 TemporalAccessor resolve(ResolverStyle resolverStyle, Set<TemporalField> resolverFields) { method in class:Parsed
255 // resolve ChronoField
268 TemporalAccessor resolvedObject = targetField.resolve(fieldValues, this, resolverStyle);
296 throw new DateTimeException("Method resolve() can only return ChronoZonedDateTime, " +
306 throw new DateTimeException("One of the parsed fields has an incorrectly implemented resolve method");
308 // if something changed then have to redo ChronoField resolve
328 // resolve parsed instant seconds to date and time if zone available
  /libcore/ojluni/src/main/java/java/time/temporal/
WeekFields.java 915 public ChronoLocalDate resolve( method in class:WeekFields.ComputedDayOfField
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixPath.java 166 // resolve against default directory if required (chdir allowed or
169 return resolve(getFileSystem().defaultDirectory(), path);
373 // Resolve child against given base
374 private static byte[] resolve(byte[] base, byte[] child) { method in class:UnixPath
396 public UnixPath resolve(Path obj) { method in class:UnixPath
400 byte[] result = resolve(path, other);
404 UnixPath resolve(byte[] other) { method in class:UnixPath
405 return resolve(new UnixPath(getFileSystem(), other));
815 // The path is relative so need to resolve against default directory,
822 resolve(getFileSystem().defaultDirectory(), path))
    [all...]
  /packages/services/Car/tools/hidl_parser/
parser.py 212 def resolve(self, enum, document): member in class:EnumValue
222 def resolve(self, enum, document): member in class:EnumValueConstant
235 def resolve(self, enum, document): member in class:EnumValueSuccessor
236 return self.value.resolve(enum, document) + 1
245 def resolve(self, enum, document): member in class:EnumValueLocalRef
247 if case.name == self.ref: return case.value.resolve(enum, document)
257 def resolve(self, enum, document): member in class:EnumValueLShift
258 base = self.base.resolve(enum, document)
259 offset = self.offset.resolve(enum, document)
270 def resolve(self, enum, document) member in class:EnumValueOr
283 def resolve(self, enum, document): member in class:EnumValueExternRef
    [all...]
  /prebuilts/go/darwin-x86/src/go/parser/
parser.go 105 // resolve labels
173 // If x is an identifier, tryResolve attempts to resolve x by looking up
188 // try to resolve the identifier
205 func (p *parser) resolve(x ast.Expr) { func
594 // to resolve the identifier in that case
598 p.resolve(x)
640 // don't resolve ident yet - it may be a parameter or field name
645 p.resolve(ident)
739 p.resolve(typ)
789 p.resolve(typ
    [all...]
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
parser.go 111 // resolve labels
175 func (p *parser) resolve(x ast.Expr) { func
185 // try to resolve the identifier
443 // to resolve the identifier in that case
447 p.resolve(x)
484 // don't resolve ident yet - it may be a parameter or field name
489 p.resolve(ident)
555 p.resolve(typ)
652 p.resolve(typ)
694 p.resolve(x
    [all...]
  /prebuilts/go/linux-x86/src/go/parser/
parser.go 105 // resolve labels
173 // If x is an identifier, tryResolve attempts to resolve x by looking up
188 // try to resolve the identifier
205 func (p *parser) resolve(x ast.Expr) { func
594 // to resolve the identifier in that case
598 p.resolve(x)
640 // don't resolve ident yet - it may be a parameter or field name
645 p.resolve(ident)
739 p.resolve(typ)
789 p.resolve(typ
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/testdata/
parser.go 111 // resolve labels
175 func (p *parser) resolve(x ast.Expr) { func
185 // try to resolve the identifier
443 // to resolve the identifier in that case
447 p.resolve(x)
484 // don't resolve ident yet - it may be a parameter or field name
489 p.resolve(ident)
555 p.resolve(typ)
652 p.resolve(typ)
694 p.resolve(x
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
dnsns.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
dnsns.jar 
  /system/tools/hidl/
Type.cpp 99 Type* Type::resolve() { function in class:android::Type
100 return const_cast<Type*>(static_cast<const Type*>(this)->resolve());
103 const Type* Type::resolve() const { function in class:android::Type
  /external/mockito/lib/
byte-buddy-agent-1.7.9.jar 
  /cts/hostsidetests/tzdata/src/com/android/cts/tzdata/
TzDataCheckTest.java 441 dataCurrentDir.hostPath.resolve(TimeZoneDistro.DISTRO_VERSION_FILE_NAME);
466 dataCurrentDir.hostPath.resolve(TimeZoneDistro.DISTRO_VERSION_FILE_NAME);
609 Files.write(mSystemDir.hostPath.resolve(SYSTEM_TZDATA_FILE_NAME), invalidTzDataBytes);
714 Files.write(mSystemDir.hostPath.resolve(SYSTEM_TZDATA_FILE_NAME), systemTzData);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py 1477 def resolve(thing, forceload=0): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py 1556 def resolve(thing, forceload=0): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pydoc.py 1473 def resolve(thing, forceload=0): function
    [all...]
  /external/autotest/client/common_lib/cros/
dev_server.py 416 host = SubClassServer.resolve(build)
836 def resolve(cls, build, hostname=None, ban_list=None): member in class:DevServer
2852 def resolve(build, hostname=None, ban_list=None): function
    [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 1417 const Value& Path::resolve(const Value& root) const { function in class:Json::Path
1440 Value Path::resolve(const Value& root, const Value& defaultValue) const { function in class:Json::Path
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
HttpUrl.java 73 * HttpUrl link = base.resolve("../../watch?v=cbP2N1BQdYc");
583 public HttpUrl resolve(String link) { method in class:HttpUrl
    [all...]
  /external/python/cpython2/Lib/
pydoc.py 1540 def resolve(thing, forceload=0): function
    [all...]
  /external/python/cpython3/Lib/
pathlib.py 181 def resolve(self, path, strict=False): member in class:_WindowsFlavour
304 def resolve(self, path, strict=False): member in class:_PosixFlavour
329 # Resolve the symbolic link
441 # Helper for resolve()
1114 def resolve(self, strict=False): member in class:Path
    [all...]
pydoc.py 1601 def resolve(thing, forceload=0): function
    [all...]

Completed in 680 milliseconds

1 2 3 4 5 67 8 91011>>