HomeSort by relevance Sort by last modified time
    Searched refs:Context (Results 1 - 25 of 16426) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/r8/src/test/examples/multidexfakeframeworks/
Context.java 7 public class Context {
Application.java 7 public class Application extends Context {
9 protected void attachBaseContext(Context context) {
  /art/runtime/arch/
context.cc 17 #include "context-inl.h"
21 Context* Context::Create() {
  /external/r8/src/test/examplesAndroidO/multidex004/fakeframeworks/
Context.java 7 public class Context {
Application.java 7 public class Application extends Context {
9 protected void attachBaseContext(Context context) {
  /packages/inputmethods/LatinIME/tools/dicttool/compat/android/content/
Context.java 19 public class Context {
  /packages/apps/Dialer/java/com/android/dialer/main/
Main.java 19 import android.content.Context;
23 boolean isNewUiEnabled(Context context);
26 void createNewUiLauncherShortcut(Context context);
  /frameworks/rs/
rsDevice.h 28 class Context;
35 void addContext(Context *);
36 void removeContext(Context *);
41 std::vector<Context *> mContexts;
rsProgramVertex.h 30 ProgramVertex(Context *,const char * shaderText, size_t shaderLength,
35 virtual void setup(Context *rsc, ProgramVertexState *state);
37 void setProjectionMatrix(Context *, const rsc_Matrix *) const;
38 void getProjectionMatrix(Context *, rsc_Matrix *) const;
39 void setModelviewMatrix(Context *, const rsc_Matrix *) const;
40 void setTextureMatrix(Context *, const rsc_Matrix *) const;
42 void transformToScreen(Context *, float *v4out, const float *v3in) const;
44 virtual void serialize(Context *rsc, OStream *stream) const;
46 static ProgramVertex *createFromStream(Context *rsc, IStream *stream);
54 void init(Context *rsc)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
SelfAvailablePreference.java 19 import android.content.Context;
29 boolean isAvailable(Context context);
  /external/clang/unittests/Tooling/
RewriterTest.cpp 19 RewriterTestContext Context;
20 FileID ID = Context.createOnDiskFile("t.cpp", "line1\nline2\nline3\nline4");
21 Context.Rewrite.ReplaceText(Context.getLocation(ID, 2, 1), 5, "replaced");
22 EXPECT_FALSE(Context.Rewrite.overwriteChangedFiles());
24 Context.getFileContentFromDisk("t.cpp"));
28 RewriterTestContext Context;
29 FileID FailingID = Context.createInMemoryFile("invalid/failing.cpp", "test");
30 Context.Rewrite.ReplaceText(Context.getLocation(FailingID, 1, 2), 1, "other")
    [all...]
  /external/llvm/unittests/IR/
TypeBuilderTest.cpp 19 LLVMContext Context;
20 EXPECT_EQ(Type::getVoidTy(Context), (TypeBuilder<void, true>::get(Context)));
21 EXPECT_EQ(Type::getVoidTy(Context), (TypeBuilder<void, false>::get(Context)));
23 EXPECT_EQ(Type::getInt8PtrTy(Context),
24 (TypeBuilder<void *, false>::get(Context)));
25 EXPECT_EQ(Type::getInt8PtrTy(Context),
26 (TypeBuilder<const void *, false>::get(Context)));
27 EXPECT_EQ(Type::getInt8PtrTy(Context),
    [all...]
  /external/parameter-framework/upstream/parameter/log/include/log/
Context.h 40 /** Log formatter which provide context indentation */
41 class Context
48 * @param[in] context name of the context to open
50 Context(Logger &logger, const std::string &context) : mLogger(logger)
52 mLogger.info() << context << " {";
57 ~Context()
64 Context(const Context &)
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/ims/
ImsManager.java 19 import android.content.Context;
29 public static boolean isWfcEnabledByPlatform(Context context) {
33 public static boolean isWfcProvisionedOnDevice(Context context) {
37 public static int getWfcMode(Context context, boolean roaming) {
41 public static boolean isWfcEnabledByUser(Context context) {
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/datasource/
DigitalAssetLinksDataSource.java 18 import android.content.Context;
29 boolean isValid(Context context, String webDomain, String packageName);
34 void clear(Context context);
PackageVerificationDataSource.java 18 import android.content.Context;
23 * Verifies that the signatures in the passed {@code Context} match what is currently in
25 * the signatures from the passed {@code Context}.
28 * or if the signatures in the passed {@code Context} match what is currently in storage;
29 * {@code false} if the signatures in the passed {@code Context} do not match what is
32 boolean putPackageSignatures(Context context, String packageName);
37 void clear(Context context);
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/datasource/
DigitalAssetLinksDataSource.java 18 import android.content.Context;
29 boolean isValid(Context context, String webDomain, String packageName);
34 void clear(Context context);
PackageVerificationDataSource.java 18 import android.content.Context;
23 * Verifies that the signatures in the passed {@code Context} match what is currently in
25 * the signatures from the passed {@code Context}.
28 * or if the signatures in the passed {@code Context} match what is currently in storage;
29 * {@code false} if the signatures in the passed {@code Context} do not match what is
32 boolean putPackageSignatures(Context context, String packageName);
37 void clear(Context context);
  /external/clang/lib/Tooling/
FixIt.cpp 22 StringRef getText(SourceRange Range, const ASTContext &Context) {
24 Context.getSourceManager(),
25 Context.getLangOpts());
  /external/llvm/include/llvm/
LinkAllIR.h 46 llvm::LLVMContext Context;
47 (void)new llvm::Module("", Context);
48 (void)new llvm::UnreachableInst(Context);
  /frameworks/base/core/java/android/webkit/
PluginStub.java 18 import android.content.Context;
33 * @param context The current application's Context.
36 public abstract View getEmbeddedView(int NPP, Context context);
43 * @param context The current application's Context.
46 public abstract View getFullScreenView(int NPP, Context context);
  /packages/apps/Settings/src/com/android/settings/connecteddevice/
SmsMirroringFeatureProvider.java 19 import android.content.Context;
24 boolean shouldShowSmsMirroring(Context context);
27 SmsMirroringPreferenceController getController(Context context);
SmsMirroringFeatureProviderImpl.java 18 import android.content.Context;
22 public boolean shouldShowSmsMirroring(Context context) {
27 public SmsMirroringPreferenceController getController(Context context) {
28 return new SmsMirroringPreferenceController(context);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/
LinkAllIR.h 45 llvm::LLVMContext Context;
46 (void)new llvm::Module("", Context);
47 (void)new llvm::UnreachableInst(Context);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/
LinkAllIR.h 45 llvm::LLVMContext Context;
46 (void)new llvm::Module("", Context);
47 (void)new llvm::UnreachableInst(Context);

Completed in 2278 milliseconds

1 2 3 4 5 6 7 8 91011>>