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

1 2 3 4

  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
Shared.java 20 * Shared constants used in this package. Disable DEBUG and VERBOSE prior to releases.
22 final class Shared {
27 private Shared() {}
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
Shared.java 19 * Shared constants used in this and descendant packages.
21 public final class Shared {
27 private Shared() {}
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/flags/
flags.go 22 Shared = flag.Bool("shared", false, "generate code that can be linked into a shared library")
23 Dynlink = flag.Bool("dynlink", false, "support references to Go symbols defined in other shared libraries")
  /prebuilts/go/linux-x86/src/cmd/asm/internal/flags/
flags.go 22 Shared = flag.Bool("shared", false, "generate code that can be linked into a shared library")
23 Dynlink = flag.Bool("dynlink", false, "support references to Go symbols defined in other shared libraries")
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/MCTargetDesc/
PTXBaseInfo.h 29 Shared = 4
  /frameworks/av/media/libmedia/include/media/
SingleStateQueue.h 41 struct Shared {
57 Mutator(Shared *shared)
58 : mSequence(0), mShared(shared)
61 // shared->init();
68 Shared *shared = mShared; local
71 android_atomic_acquire_store(sequence, &shared->mSequence);
72 shared->mValue = value;
74 android_atomic_release_store(sequence, &shared->mSequence)
119 Shared *shared = mShared; local
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 210 // starting nodes into a shared matcher.
303 Matcher *Shared = Optn;
314 Shared->setNext(new ScopeMatcher(EqualMatchers));
317 FactorNodes(Shared->getNextPtr());
319 NewOptionsToMatch.push_back(Shared);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherOpt.cpp 275 // starting nodes into a shared matcher.
368 Matcher *Shared = Optn;
379 Shared->setNext(new ScopeMatcher(&EqualMatchers[0], EqualMatchers.size()));
382 FactorNodes(Shared->getNextPtr());
384 NewOptionsToMatch.push_back(Shared);
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
GridDocumentHolder.java 36 import com.android.documentsui.base.Shared;
163 mDate.setText(Shared.formatTime(mContext, mDoc.lastModified));
ListDocumentHolder.java 36 import com.android.documentsui.base.Shared;
196 mDate.setText(Shared.formatTime(mContext, mDoc.lastModified));
RenameDocumentFragment.java 52 import com.android.documentsui.base.Shared;
95 Shared.ensureKeyboardPresent(context, dialog);
141 mDocument = savedInstanceState.getParcelable(Shared.EXTRA_DOC);
155 outState.putParcelable(Shared.EXTRA_DOC, mDocument);
  /prebuilts/go/darwin-x86/src/cmd/link/internal/sym/
attribute.go 43 // (executable or shared library) being linked. Only relevant when
53 // AttrShared marks symbols compiled with the -shared option.
94 func (a Attribute) Shared() bool { return a&AttrShared != 0 }
  /prebuilts/go/linux-x86/src/cmd/link/internal/sym/
attribute.go 43 // (executable or shared library) being linked. Only relevant when
53 // AttrShared marks symbols compiled with the -shared option.
94 func (a Attribute) Shared() bool { return a&AttrShared != 0 }
  /frameworks/av/media/libnblog/include/media/nblog/
NBLog.h 17 // Non-blocking event logger intended for safe communication between processes via shared memory
259 // representation of a single log entry in shared memory
279 // Located in shared memory, must be POD.
282 struct Shared {
283 Shared() /* mRear initialized via default constructor */ { }
284 /*virtual*/ ~Shared() { }
299 Timeline(size_t size, void *shared = NULL);
314 Shared* const mShared; // pointer to shared memory
324 Writer(); // dummy nop implementation without shared memor
    [all...]
  /external/tensorflow/tensorflow/contrib/specs/python/
specs_ops.py 158 class Shared(specs_lib.Composable):
164 f: The shared subnetwork.
165 name: A name for the shared scope.
172 """Create the Shared operator.
176 f = Shared(Cr(100, 3))
184 subnet: Definition of the shared network.
185 name: Optional name for the shared context.
186 scope: Optional shared scope (must be a Scope, not a string).
200 name = "Shared_%d" % Shared.shared_number
201 Shared.shared_number +=
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/
CreateDirectoryFragment.java 47 import com.android.documentsui.base.Shared;
88 Shared.ensureKeyboardPresent(context, dialog);
ThumbnailCache.java 29 import com.android.documentsui.base.Shared;
226 Shared.checkMainLoop();
242 Shared.checkMainLoop();
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
Shared.java 52 public final class Shared {
302 private Shared() {
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 165 Shared = 1 << 4,
210 case 's': // shared section
211 SecFlags |= Shared | InitData;
256 if (SecFlags & Shared)
331 // s: Shared section
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
SortingCursorWrapperTest.java 33 import com.android.documentsui.base.Shared;
151 assertTrue(Shared.compareToIgnoreCaseNullable(names.get(i), names.get(i+1)) <= 0);
175 assertTrue(Shared.compareToIgnoreCaseNullable(names.get(i), names.get(i+1)) >= 0);
430 Shared.compareToIgnoreCaseNullable(lhs, rhs) <= 0);
462 Shared.compareToIgnoreCaseNullable(lhs, rhs) >= 0);
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 43 typedef SkAutoSharedMutexShared Shared;
414 Shared l(DWriteFactoryMutex);
492 Shared l(DWriteFactoryMutex);
835 Shared l(DWriteFactoryMutex);
    [all...]
  /external/skqp/src/ports/
SkScalerContext_win_dw.cpp 43 typedef SkAutoSharedMutexShared Shared;
414 Shared l(DWriteFactoryMutex);
492 Shared l(DWriteFactoryMutex);
835 Shared l(DWriteFactoryMutex);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
psapi.h 161 ULONG_PTR Shared :1;
182 ULONG_PTR Shared :1;
  /external/llvm/lib/TableGen/
Record.cpp 84 BitRecTy BitRecTy::Shared;
85 CodeRecTy CodeRecTy::Shared;
86 IntRecTy IntRecTy::Shared;
87 StringRecTy StringRecTy::Shared;
88 DagRecTy DagRecTy::Shared;
112 static std::vector<std::unique_ptr<BitsRecTy>> Shared;
113 if (Sz >= Shared.size())
114 Shared.resize(Sz + 1);
115 std::unique_ptr<BitsRecTy> &Ty = Shared[Sz];
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Record.h 136 static BitRecTy Shared;
139 static BitRecTy *get() { return &Shared; }
225 static IntRecTy Shared;
228 static IntRecTy *get() { return &Shared; }
267 static StringRecTy Shared;
270 static StringRecTy *get() { return &Shared; }
357 static CodeRecTy Shared;
360 static CodeRecTy *get() { return &Shared; }
397 static DagRecTy Shared;
400 static DagRecTy *get() { return &Shared; }
    [all...]

Completed in 1414 milliseconds

1 2 3 4