HomeSort by relevance Sort by last modified time
    Searched defs:create (Results 376 - 400 of 4177) sorted by null

<<11121314151617181920>>

  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowLibcoreTimeZoneNames.java 30 * System.logI used by ZoneStringsCache.create is a method new in API 24 and not available in
31 * Robolectric's 6.0 jar. Create a shadow which removes that log call.
45 public String[][] create(Locale locale) { method in class:ShadowLibcoreTimeZoneNames.ShadowZoneStringsCache
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
DeletedContactsTableUtil.java 32 * Create deleted_contacts tables and indexes.
36 public static void create(SQLiteDatabase db) { method in class:DeletedContactsTableUtil
38 db.execSQL("CREATE TABLE " + ContactsDatabaseHelper.Tables.DELETED_CONTACTS + " (" +
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
LiveVariables.h 94 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::LiveVariables
107 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::RelaxedLiveVariables
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/
LiveVariables.h 94 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::LiveVariables
107 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::RelaxedLiveVariables
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
LiveVariables.h 94 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::LiveVariables
107 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::RelaxedLiveVariables
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
LiveVariables.h 94 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::LiveVariables
107 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::RelaxedLiveVariables
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
LiveVariables.h 94 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::LiveVariables
107 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::RelaxedLiveVariables
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
LiveVariables.h 94 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::LiveVariables
107 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::RelaxedLiveVariables
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
LiveVariables.h 94 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::LiveVariables
107 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::RelaxedLiveVariables
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
LiveVariables.h 94 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::LiveVariables
107 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::RelaxedLiveVariables
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
LiveVariables.h 94 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::LiveVariables
107 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::RelaxedLiveVariables
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
LiveVariables.h 94 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::LiveVariables
107 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::RelaxedLiveVariables
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
LiveVariables.h 94 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::LiveVariables
107 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::RelaxedLiveVariables
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
LiveVariables.h 94 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::LiveVariables
107 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::RelaxedLiveVariables
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/
LiveVariables.h 94 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::LiveVariables
107 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::RelaxedLiveVariables
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
LiveVariables.h 94 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::LiveVariables
107 static LiveVariables *create(AnalysisDeclContext &analysisContext) { function in class:clang::RelaxedLiveVariables
  /prebuilts/go/darwin-x86/src/syscall/
exec_unix_test.go 50 func create(t *testing.T) *command { func
69 cmd := create(t)
88 cmd := create(t)
112 cmd1 := create(t)
132 cmd2 := create(t)
185 cmd := create(t)
  /prebuilts/go/linux-x86/src/syscall/
exec_unix_test.go 50 func create(t *testing.T) *command { func
69 cmd := create(t)
88 cmd := create(t)
112 cmd1 := create(t)
132 cmd2 := create(t)
185 cmd := create(t)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
F_nullptr.pass.cpp 50 // 2 Create an object of type 'F' using a null pointer of type 'Callable'.
53 // 3 Create an object of type 'F' that is not null. Check that
145 // Create a non-null free function by taking the address of
149 static Tp create() { function in struct:Creator
154 // Create a non-null member pointer.
158 static ReturnType create() { function in struct:Creator
171 TestFn tf = Creator<TestFn>::create();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
CyclicDependencyValidator.java 54 public static IInputValidator create(@Nullable IFile file) { method in class:CyclicDependencyValidator
  /tools/test/connectivity/acts/framework/acts/controllers/
diag_logger.py 32 def create(configs): function
87 1) Create a DiagLoggerBase Object
96 """Create a Diagnostic Logging Proxy Object
  /tools/tradefederation/core/src/com/android/tradefed/util/
Pair.java 71 * Convenience method to create a new pair.
76 public static <A, B> Pair<A, B> create(A a, B b) { method in class:Pair
  /frameworks/base/core/tests/coretests/src/android/util/
ScrollViewScenario.java 57 View create(final Context context); method in interface:ScrollViewScenario.ViewFactory
101 public View create(final Context context) {
130 public View create(final Context context) {
159 public View create(final Context context) {
174 public View create(Context context) {
251 // create views specified by params
259 mLinearLayout.addView(viewFactory.create(this), lp);
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
AlignmentTest.java 50 View create(String name, int size); method in interface:AlignmentTest.ViewFactory
54 public View create(String name, int size) {
68 public View create(String name, int size) {
77 public View create(String name, int size) {
87 public static ViewGroup create(Context context1) { method in class:AlignmentTest
99 container.addView(factory.create(name, 20), layoutParams);
124 setContentView(create(getBaseContext())); method
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestActionHandler.java 39 this(TestEnv.create());
44 TestActivity.create(env),

Completed in 639 milliseconds

<<11121314151617181920>>