HomeSort by relevance Sort by last modified time
    Searched defs:Origin (Results 1 - 25 of 26) sorted by null

1 2

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
PositionMetric.java 21 protected enum Origin {
57 protected float getAbsolutePosition(float size, Origin origin) {
58 switch(origin) {
66 throw new IllegalArgumentException("Unsupported Origin: " + origin);
70 protected float getRelativePosition(float size, Origin origin) {
73 switch(origin) {
81 throw new IllegalArgumentException("Unsupported Origin: " + origin);
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/webapp/
Origin.java 21 public enum Origin {NotSet, WebXml, WebDefaults, WebOverride, WebFragment, Annotation, API}
  /external/skia/src/gpu/gl/
GrGLShaderVar.h 25 enum Origin {
26 kDefault_Origin, // when set to kDefault the origin field is ignored.
87 Origin origin = kDefault_Origin,
92 fOrigin = origin;
103 Origin origin = kDefault_Origin,
108 fOrigin = origin;
120 Origin origin = kDefault_Origin
    [all...]
  /frameworks/base/core/java/android/webkit/
WebStorage.java 30 * Cache API can be attributed to an origin {@link WebStorage.Origin}, however
31 * it is not possible to set per-origin quotas. Note that there can be only
34 * The Web SQL Database API provides storage which is private to a given origin.
36 * to an origin. It is also possible to set per-origin quotas.
60 * currently used by an origin for the JavaScript storage APIs.
61 * An origin comprises the host, scheme and port of a URI.
64 public static class Origin {
71 protected Origin(String origin, long quota, long usage)
    [all...]
  /external/compiler-rt/lib/msan/
msan_origin.h 10 // Origin id utils.
20 // Origin handling.
22 // Origin is a 32-bit identifier that is attached to any uninitialized value in
26 // There are 3 kinds of origin ids:
27 // 1xxx xxxx xxxx xxxx heap origin id
28 // 0000 xxxx xxxx xxxx stack origin id
29 // 0zzz xxxx xxxx xxxx chained origin id
31 // Heap origin id describes a heap memory allocation and contains (in the xxx
34 // Stack origin id describes a stack memory allocation and contains (in the xxx
38 // Chained origin id describes an event of storing an uninitialized value t
    [all...]
msan_report.cc 34 const char *Origin() { return Magenta(); }
45 Printf("%s", d.Origin());
49 d.Origin(), d.Name(), s, d.Origin(), d.Name(), sep + 1, d.Origin(),
62 VPrintf(1, " raw origin id: %d\n", id);
64 Origin o = Origin::FromRawId(id);
68 Printf(" %sUninitialized value was stored to memory at%s\n", d.Origin(),
81 d.Origin(), d.End())
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
ZOption.h 40 Origin,
  /external/clang/include/clang/AST/
CXXInheritance.h 119 CXXRecordDecl *Origin;
221 CXXRecordDecl *getOrigin() const { return Origin; }
222 void setOrigin(CXXRecordDecl *Rec) { Origin = Rec; }
  /frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java 664 * Origin of the key is unknown. This can occur only for keys backed by an old TEE-backed
665 * implementation which does not record origin information.
672 public static abstract class Origin {
673 private Origin() {}
675 public static @OriginEnum int fromKeymaster(int origin) {
676 switch (origin) {
684 throw new IllegalArgumentException("Unknown origin: " + origin);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 120 llvm::PointerUnion<const Expr *, const Decl *> Origin;
144 : State(state), LCtx(lctx), Origin(E), RefCount(0) {}
147 : State(state), LCtx(lctx), Origin(D), RefCount(0) {}
151 : State(Original.State), LCtx(Original.LCtx), Origin(Original.Origin),
178 return Origin.dyn_cast<const Decl *>();
198 return Origin.dyn_cast<const Expr *>();
253 /// which the return value has already been bound to the origin expression.
490 /// This may be NULL if the block's origin is unknown.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netioapi.h 75 NL_ROUTE_ORIGIN Origin;
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 45 /// Origin tracking.
54 /// "select" instructions that pick the origin of a dirty argument, if an
57 /// Every 4 aligned, consecutive bytes of application memory have one origin
64 /// avoids storing origin to memory when a fully initialized value is stored.
65 /// This way it avoids needless overwritting origin of the 4-byte region on
183 "this number of checks and origin stores, use callbacks instead of "
199 // Origin = OriginBase + Offset
294 /// \brief Thread-local origin storage for function parameters.
298 /// \brief Thread-local origin storage for function return value.
306 /// \brief Thread-local space used to pass origin value to the UMR reportin
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h     [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 975 milliseconds

1 2