/prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.2.0-beta3/ |
perflib-25.2.0-beta3.jar | |
/prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.2.0-rc1/ |
perflib-25.2.0-rc1.jar | |
/prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.2.0-rc2/ |
perflib-25.2.0-rc2.jar | |
/prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.2.1/ |
perflib-25.2.1.jar | |
/external/elfutils/src/ |
ar.c | 54 int argc, long int instance); 56 long int instance); 80 { NULL, 'N', NULL, 0, N_("Use instance [COUNT] of name."), 0 }, 197 long int instance = -1; local 215 if (((instance = strtol (argv[remaining], &endp, 10)) == LONG_MAX 217 || instance <= 0 257 status = do_oper_extract (operation, arfname, argv, argc, instance); 261 status = do_oper_delete (arfname, argv, argc, instance); 457 long int instance) 537 if (res != NULL && (instance < 0 || instance-- == 0 [all...] |
/external/libxml2/ |
schematron.c | 1747 xmlDocPtr instance; local [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
CameraActivity.java | 291 private final Profiler mProfiler = Profilers.instance().guard(); 367 UsageStatistics.instance().mediaInteraction(fileNameFromAdapterAtIndex( 388 UsageStatistics.instance().mediaInteraction(fileNameFromAdapterAtIndex( 405 UsageStatistics.instance().mediaInteraction(fileNameFromAdapterAtIndex( 633 UsageStatistics.instance().changeScreen(currentUserInterfaceMode(), 647 UsageStatistics.instance().changeScreen(currentUserInterfaceMode(), 659 UsageStatistics.instance().mediaInteraction(fileNameFromAdapterAtIndex( 669 UsageStatistics.instance().mediaInteraction(fileNameFromAdapterAtIndex( 749 UsageStatistics.instance().mediaView(localFile.getName(), [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
MatrixUtils.java | 53 * Array2DRowRealMatrix} instance is built. Above this threshold a {@link 54 * BlockRealMatrix} instance is built.</p> 70 * square matrix), a {@link FieldMatrix} instance is built. Above 71 * this threshold a {@link BlockFieldMatrix} instance is built.</p> 94 * Array2DRowRealMatrix} instance is built. Above this threshold a {@link 95 * BlockRealMatrix} instance is built.</p> 116 * square matrix), a {@link FieldMatrix} instance is built. Above 117 * this threshold a {@link BlockFieldMatrix} instance is built.</p> 807 * @param instance instance in which the field must be set u [all...] |
/external/v8/src/libsampler/ |
v8-sampler.cc | 296 static SamplerManager* instance() { return instance_.Pointer(); } function in class:v8::sampler::SamplerManager 417 SamplerManager::instance()->DoSample(state); 589 SamplerManager::instance()->RemoveSampler(this); 599 SamplerManager::instance()->AddSampler(this); 606 SamplerManager::instance()->RemoveSampler(this); 635 SamplerManager::instance()->AddSampler(this);
|
/external/v8/test/mjsunit/ |
debug-liveedit-patch-positions-replace.js | 32 // have its positions patched; position changing requires new instance of Code 34 // later it will resume over new instance of Code. 36 // change they are 114 characters away from each other. New instance of Code is
|
/prebuilts/sdk/current/support/multidex/library/libs/ |
android-support-multidex.jar | |
/system/keymaster/ |
authorization_set.cpp | 536 bool AuthorizationSet::GetTagValueEnumRep(keymaster_tag_t tag, size_t instance, 540 while (count <= instance) { 560 bool AuthorizationSet::GetTagValueIntRep(keymaster_tag_t tag, size_t instance, 564 while (count <= instance) { 584 bool AuthorizationSet::GetTagValueLongRep(keymaster_tag_t tag, size_t instance, 588 while (count <= instance) {
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
transport.py | 149 instance and a request Message. The transport is expected to set the rpc 159 instance by name. Can also be an instance of remote.ProtocolConfig. 192 remote_info: RemoteInfo instance describing remote method. 196 An Rpc instance intialized with the request.. 208 remote_info: RemoteInfo instance describing remote method. 212 An Rpc instance initialized with the request. 230 decode_message. Can also be an instance of remote.ProtocolConfig. 276 Rpc instance. 281 rpc: Rpc instance [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/ |
test_six.py | 770 instance = X() 771 instance.attr = "test" 772 assert vars(instance) == {"attr": "test"} 773 assert instance.b == Base.b 774 assert instance.x == X.x 782 instance = MySlots() 783 instance.a = "foo" 784 py.test.raises(AttributeError, setattr, instance, "c", "baz") 791 instance = MyStringSlots() 792 instance.ab = "foo [all...] |
/external/chromium-trace/catapult/third_party/six/ |
test_six.py | 804 instance = X() 805 instance.attr = "test" 806 assert vars(instance) == {"attr": "test"} 807 assert instance.b == Base.b 808 assert instance.x == X.x 816 instance = MySlots() 817 instance.a = "foo" 818 py.test.raises(AttributeError, setattr, instance, "c", "baz") 825 instance = MyStringSlots() 826 instance.ab = "foo [all...] |
/external/icu/icu4c/source/test/intltest/ |
icusvtst.cpp | 126 virtual UObject* cloneInstance(UObject* instance) const { 127 return instance ? new Integer(*(Integer*)instance) : NULL; 490 virtual UObject* cloneInstance(UObject* instance) const { 491 return instance ? new UnicodeString(*(UnicodeString*)instance) : NULL; 510 virtual UObject* cloneInstance(UObject* instance) const { 511 return instance ? new UnicodeString(*(UnicodeString*)instance) : NULL; 1030 virtual UObject* cloneInstance(UObject* instance) const [all...] |
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
btTriangleIndexVertexArray.java | 91 for (final btTriangleIndexVertexArray instance : instances) { 92 if (compare(instance, tags)) 93 return instance; 98 /** Create or reuse a btTriangleIndexVertexArray instance based on the specified {@link MeshPart} array. 132 /** Add a {@link MeshPart} instance to this btTriangleIndexVertexArray.
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ |
ShaderTest.java | 148 public boolean canRender (Renderable instance) {
149 return instance.material.has(TestAttribute.ID) && (instance.material.has(ColorAttribute.Diffuse) == withColor);
|
/external/parameter-framework/upstream/parameter/ |
ElementHandle.cpp | 97 auto *instance = dynamic_cast<CInstanceConfigurableElement *>(&mElement); local 98 if (instance == nullptr) { 101 return instance->getArrayLength();
|
/hardware/intel/common/libmix/mix_video/src/ |
mixdisplay.c | 24 static void mix_display_init (GTypeInstance * instance, gpointer klass); 108 mix_display_init (GTypeInstance * instance, gpointer klass) 110 MixDisplay *obj = MIX_DISPLAY_CAST (instance); 450 * @returns: a newly allocated #GParamSpec instance 452 * Creates a new #GParamSpec instance that hold #MixDisplay references.
|
/libcore/luni/src/test/java/libcore/util/ |
ZoneInfoTest.java | 347 * Create an instance for every available time zone for which we have data to ensure that they 356 ZoneInfoDB.TzData instance = ZoneInfoDB.getInstance(); local 357 String[] availableIDs = instance.getAvailableIDs(); 360 BufferIterator bufferIterator = instance.getBufferIterator(id); 386 assertTrue("Not a ZoneInfo instance", object instanceof ZoneInfo);
|
/libcore/ojluni/src/main/java/java/text/ |
DateFormat.java | 147 * The {@link Calendar} instance used for calculating the date-time fields 285 * occurrence of that time field. For instance, formatting a Date to 319 * occurrence of that time field. For instance, formatting a Date to 338 DontCareFieldPosition.INSTANCE).toString(); 571 * <code>get*Instance</code> methods of this class can return 576 * It must contain at least a <code>Locale</code> instance equal to 773 DateFormatGetter.INSTANCE, 830 * @return Field instance representing calendarField. 890 Object instance = instanceMap.get(getName()); local [all...] |
NumberFormat.java | 229 * null or not an instance of <code>Number</code>. 288 DontCareFieldPosition.INSTANCE).toString(); 299 DontCareFieldPosition.INSTANCE).toString(); 473 * <code>get*Instance</code> methods of this class can return 478 * It must contain at least a <code>Locale</code> instance equal to 737 NumberFormatGetter.INSTANCE, 1054 Object instance = instanceMap.get(getName()); local [all...] |
/libcore/ojluni/src/main/java/sun/net/www/ |
MimeTable.java | 88 MimeTable instance = new MimeTable(); 89 URLConnection.setFileNameMap(instance); 90 return instance; 97 * Get the single instance of this class. First use will load the
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/d/ |
T_aput_object_3.d | 68 new-instance v4, dot/junit/opcodes/aput_object/d/SubClass 72 new-instance v5, dot/junit/opcodes/aput_object/d/SuperClass
|