/art/runtime/utils/ |
dex_cache_arrays_layout.h | 31 // Construct an invalid layout. 41 // Construct a layout for a particular dex file header. 44 // Construct a layout for a particular dex file.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
InvalidMatrixException.java | 36 * Construct an exception with the given message. 48 * Construct an exception with the given message. 58 * Construct an exception with the given message.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOMStringListImpl.java | 39 * Construct an empty list of DOMStringListImpl
46 * Construct an empty list of DOMStringListImpl
53 * Construct an empty list of DOMStringListImpl
|
/external/clang/test/OpenMP/ |
target_map_messages.cpp | 111 #pragma omp target map(k), map(k) // expected-error 2 {{variable already marked as mapped in current construct}} expected-note 2 {{used here}} 112 #pragma omp target map(k), map(k[:5]) // expected-error 2 {{variable already marked as mapped in current construct}} expected-note 2 {{used here}} 118 #pragma omp target map(k[:4]) // expected-error 2 {{variable already marked as mapped in current construct}} 120 #pragma omp target map(l[:5]) // expected-error 2 {{variable already marked as mapped in current construct}} 123 #pragma omp target map(k) // expected-error 2 {{variable already marked as mapped in current construct}} 125 #pragma omp target map(l) // expected-error 2 {{variable already marked as mapped in current construct}} 181 #pragma omp target map(k), map(k) // expected-error {{variable already marked as mapped in current construct}} expected-note {{used here}} 182 #pragma omp target map(k), map(k[:5]) // expected-error {{variable already marked as mapped in current construct}} expected-note {{used here}} 188 #pragma omp target map(k[:4]) // expected-error {{variable already marked as mapped in current construct}} 190 #pragma omp target map(l[:5]) // expected-error {{variable already marked as mapped in current construct}} [all...] |
/external/opencv3/doc/tutorials/viz/widget_pose/ |
widget_pose.markdown | 41 - Construct a cube. 43 /// Construct a cube widget 62 /// Construct pose
|
/external/v8/test/mjsunit/es6/debug-promises/ |
throw-with-throw-in-reject.js | 29 log.push("construct"); 48 assertEquals(["resolve", "construct", "end main", 74 assertEquals(["resolve", "construct", "end main",
|
/frameworks/base/core/java/android/os/health/ |
TimerStat.java | 49 * Construct an empty TimerStat object with the count and time set to 0. 55 * Construct a TimerStat object with the supplied count and time fields. 66 * Construct a TimerStat object reading the values from a {@link android.os.Parcel Parcel}
|
/frameworks/base/tools/layoutlib/bridge/src/com/google/android/maps/ |
MapView.java | 37 * Construct a new WebView with a Context object. 45 * Construct a new WebView with layout parameters. 54 * Construct a new WebView with layout parameters and a default style.
|
/art/test/800-smali/smali/ |
b_22331663_fail.smali | 9 # Construct a java.lang.Object completely. This makes v4 of reference type.
|
b_22331663_pass.smali | 9 # Construct a java.lang.Object completely. This makes v4 of reference type.
|
/art/tools/ahat/src/ |
DocString.java | 35 * Construct a new DocString, initialized with the given text. 43 * Construct a new DocString, initialized with the given formatted text. 51 * Construct a new DocString, initialized with the given link. 60 * Construct a new DocString initialized with the given image.
|
/external/autotest/client/common_lib/cros/fake_device_server/ |
meta_handler.py | 18 """Construct an instance.
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/ |
classes.py | 9 """Returns True if instance of |cls| can be construct without arguments."""
|
/external/llvm/include/llvm/ExecutionEngine/ |
JITEventListener.h | 85 // Construct an IntelJITEventListener 88 // Construct an IntelJITEventListener with a test Intel JIT API implementation 101 // Construct an OProfileJITEventListener 104 // Construct an OProfileJITEventListener with a test opagent implementation
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
basic_io_object.hpp | 74 /// Construct a basic_io_object. 77 * @code get_service().construct(get_implementation()); @endcode 82 service.construct(implementation); 153 service_->construct(implementation);
|
/external/parameter-framework/asio-1.10.6/include/asio/ip/ |
resolver_service.hpp | 58 /// Construct a new resolver service for the specified io_service. 66 /// Construct a new resolver implementation. 67 void construct(implementation_type& impl) function in class:asio::ip::resolver_service 69 service_impl_.construct(impl);
|
/external/webrtc/webrtc/system_wrappers/source/ |
condition_variable_posix.h | 34 int Construct();
|
/frameworks/base/graphics/java/android/graphics/ |
ComposePathEffect.java | 22 * Construct a PathEffect whose effect is to apply first the inner effect
|
SumPathEffect.java | 22 * Construct a PathEffect whose effect is to apply two effects, in sequence.
|
/frameworks/base/media/java/android/media/ |
UnsupportedSchemeException.java | 20 * Exception thrown when an attempt is made to construct a MediaDrm object
|
/frameworks/support/v4/ics/android/support/v4/speech/tts/ |
TextToSpeechICS.java | 13 static TextToSpeech construct(Context context, OnInitListener onInitListener, method in class:TextToSpeechICS
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
MAKECMDGOALS | 6 We construct a makefile with various targets, all of which print out
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/ |
RegexFileFilter.java | 52 * Construct a new regular expression filter. 66 * Construct a new regular expression filter with the specified flags case sensitivity. 84 * Construct a new regular expression filter with the specified flags. 98 * Construct a new regular expression filter for a compiled regular expression
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
err-builtin.s | 7 % the construct being valid without the -no-builtin-syms option.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
warn1.d | 11 # construct and that the symbol still appears as expected.
|