/external/mesa3d/src/gtest/include/gtest/ |
gtest-param-test.h | 79 // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test 100 // The following statement will instantiate tests from the FooTest test case 108 // can instantiate it more then once) the first argument to the 123 // This statement will instantiate all tests from FooTest again, each 136 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests 293 // This will also instantiate tests from CharTest [all...] |
/external/protobuf/gtest/include/gtest/ |
gtest-param-test.h | 75 // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test 96 // The following statement will instantiate tests from the FooTest test case 104 // can instantiate it more then once) the first argument to the 119 // This statement will instantiate all tests from FooTest again, each 132 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests 263 // This will also instantiate tests from CharTest [all...] |
/external/skia/include/animator/ |
SkAnimator.h | 71 // SkAnimator* animator = new SkAnimator() // or one could instantiate the class 88 @param extras A derived class that implements methods that identify and instantiate the class
|
/external/v8/src/wasm/ |
wasm-module.cc | 240 MaybeHandle<JSObject> WasmModule::Instantiate(Isolate* isolate, 244 ErrorThrower thrower(isolate, "WasmModule::Instantiate()");
|
/external/valgrind/tests/ |
check_headers_and_includes | 17 # (10) *.S must unconditionally instantiate MARK_STACK_NO_EXEC 330 error("File $path_name does not instantiate MARK_STACK_NO_EXEC\n");
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
gtest-param-test.h | 79 // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test 100 // The following statement will instantiate tests from the FooTest test case 108 // can instantiate it more then once) the first argument to the 123 // This statement will instantiate all tests from FooTest again, each 136 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests 293 // This will also instantiate tests from CharTest [all...] |
/frameworks/base/docs/html/guide/components/ |
loaders.jd | 178 This is where you implement the code to instantiate and return a new loader. 245 Instantiate and return a new {@link android.content.Loader} for the given ID.
|
/frameworks/base/docs/html/training/contacts-provider/ |
display-contact-badge.jd | 419 * Gets an inflater that can instantiate 570 In {@link android.support.v4.app.Fragment#onCreate Fragment.onCreate()}, instantiate the custom
|
/frameworks/base/media/java/android/media/audiofx/ |
EnvironmentalReverb.java | 35 * <p>An application creates a EnvironmentalReverb object to instantiate and control a reverb engine 129 * As the EnvironmentalReverb is an auxiliary effect it is recommended to instantiate it on
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
examples.mk | 242 # Instantiate linker template for all examples. 274 # Build Visual Studio Projects. We use a template here to instantiate
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
ArrayTest.java | 492 assertEquals("Failed to instantiate array properly", 2, x.length); 537 assertEquals("Failed to instantiate array properly", 100, x.length);
|
/libcore/ojluni/src/main/java/java/security/cert/ |
X509Certificate.java | 89 * an example of how to instantiate an X.509 certificate: 396 * and instantiate with the name returned by
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest-param-test.h | 79 // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test 100 // The following statement will instantiate tests from the FooTest test case 108 // can instantiate it more then once) the first argument to the 123 // This statement will instantiate all tests from FooTest again, each 136 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests 293 // This will also instantiate tests from CharTest [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/ |
cp-tree.def | 147 was declared. For example, if we instantiate S<int>, we will have: 363 pack stores zero or more arguments that will be used to instantiate
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
BaseProjectHelper.java | 262 "%1$s or its default constructor must be public for the system to be able to instantiate it", 267 "%1$s must be public, or the system will not be able to instantiate it.",
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
client.py | 267 """Utility class method to instantiate a Credentials subclass from a JSON 296 """Instantiate a Credentials object from a JSON description of it. 622 """Instantiate a Credentials object from a JSON description of it. The JSON [all...] |
/external/clang/test/SemaCXX/ |
dllexport.cpp | 351 // Don't instantiate class members of implicitly instantiated templates, even if they are exported. 358 // Don't instantiate class members of templates with explicit instantiation declarations, even if they are exported. 365 // Instantiate class members for explicitly instantiated exported templates. 372 // In MS mode, instantiate members of class templates that are base classes of exported classes. 386 // Don't instantiate members of explicitly exported class templates that are base classes of exported classes. [all...] |
/frameworks/base/core/java/android/app/ |
FragmentManager.java | [all...] |
/external/llvm/lib/TableGen/ |
TGParser.cpp | 289 // We want to instantiate a new copy of CurRec for each combination 290 // of nested loop iterator values. We don't want top instantiate 322 // for this point in the iteration space. Instantiate a new record to [all...] |
/external/autotest/site_utils/rpm_control_system/ |
rpm_controller.py | 47 listed here. You must not instantiate this class but should 48 instantiate one of those leaf subclasses. Subclasses should 146 can instantiate a new thread to process all queued up requests. [all...] |
/external/srtp/ |
config.status | 289 instantiate the configuration file FILE 291 instantiate the configuration header FILE 400 # If the user did not use the arguments to specify the items to instantiate,
|
/frameworks/base/core/java/android/view/ |
LayoutInflater.java | 580 * instantiate a view class of the given <var>name</var> found in this [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
dialogs.jd | 197 <b>// 1. Instantiate an {@link android.app.AlertDialog.Builder} with its constructor</b> 523 // Override the Fragment.onAttach() method to instantiate the NoticeDialogListener 529 // Instantiate the NoticeDialogListener so we can send events to the host [all...] |
/frameworks/base/docs/html-intl/intl/in/guide/topics/ui/ |
dialogs.jd | 194 <b>// 1. Instantiate an {@link android.app.AlertDialog.Builder} with its constructor</b> 520 // Override the Fragment.onAttach() method to instantiate the NoticeDialogListener 526 // Instantiate the NoticeDialogListener so we can send events to the host [all...] |
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/ui/ |
dialogs.jd | 194 <b>// 1. Instantiate an {@link android.app.AlertDialog.Builder} with its constructor</b> 520 // Override the Fragment.onAttach() method to instantiate the NoticeDialogListener 526 // Instantiate the NoticeDialogListener so we can send events to the host [all...] |