HomeSort by relevance Sort by last modified time
    Searched full:setint (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/skia/src/core/
SkFloat.cpp 285 b.setInt(5);
289 c.setInt(-3);
305 a.setInt(aa);
306 b.setInt(bb);
320 a.setInt(aa);
321 b.setInt(bb);
382 a.setInt(1);
385 a.setInt(8);
388 a.setInt(27);
SkFloat.h 21 void setInt(int value) { fPacked = SetShift(value, 0); }
  /external/stlport/test/unit/
set_test.cpp 285 typedef set<int, less<int>, StackAllocator<int> > SetInt;
289 SetInt sint1(intLess, stack1);
292 SetInt sint1Cpy(sint1);
294 SetInt sint2(intLess, stack2);
297 SetInt sint2Cpy(sint2);
314 SetInt sint1(intLess, stack1);
315 SetInt sint1Cpy(sint1);
317 SetInt sint2(intLess, stack2);
320 SetInt sint2Cpy(sint2);
337 SetInt sint1(intLess, stack1)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
set_test.cpp 285 typedef set<int, less<int>, StackAllocator<int> > SetInt;
289 SetInt sint1(intLess, stack1);
292 SetInt sint1Cpy(sint1);
294 SetInt sint2(intLess, stack2);
297 SetInt sint2Cpy(sint2);
314 SetInt sint1(intLess, stack1);
315 SetInt sint1Cpy(sint1);
317 SetInt sint2(intLess, stack2);
320 SetInt sint2Cpy(sint2);
337 SetInt sint1(intLess, stack1)
    [all...]
  /ndk/tests/device/test-stlport/unit/
set_test.cpp 285 typedef set<int, less<int>, StackAllocator<int> > SetInt;
289 SetInt sint1(intLess, stack1);
292 SetInt sint1Cpy(sint1);
294 SetInt sint2(intLess, stack2);
297 SetInt sint2Cpy(sint2);
314 SetInt sint1(intLess, stack1);
315 SetInt sint1Cpy(sint1);
317 SetInt sint2(intLess, stack2);
320 SetInt sint2Cpy(sint2);
337 SetInt sint1(intLess, stack1)
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ArrayTest.java 201 try { Array.setInt(booleans, 0, ints[0]); fail(); } catch (IllegalArgumentException expected) {}
202 try { Array.setInt(bytes, 0, ints[0]); fail(); } catch (IllegalArgumentException expected) {}
203 try { Array.setInt(chars, 0, ints[0]); fail(); } catch (IllegalArgumentException expected) {}
204 Array.setInt(doubles, 0, ints[0]);
205 Array.setInt(floats, 0, ints[0]);
206 Array.setInt(ints, 0, ints[0]);
207 Array.setInt(longs, 0, ints[0]);
208 try { Array.setInt(shorts, 0, ints[0]); fail(); } catch (IllegalArgumentException expected) {}
209 try { Array.setInt(null, 0, ints[0]); fail(); } catch (NullPointerException expected) {}
OldAndroidArrayTest.java 32 Array.setInt(intArray, 1, 6);
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetService.java 251 views.setInt(R.id.widget_row, "setBackgroundResource",
254 views.setInt(R.id.widget_row, "setBackgroundResource",
269 views.setInt(R.id.agenda_item_color, "setImageResource",
271 views.setInt(R.id.title, "setTextColor", displayColor);
273 views.setInt(R.id.agenda_item_color, "setImageResource",
275 views.setInt(R.id.title, "setTextColor", mAllDayColor);
279 views.setInt(R.id.agenda_item_color, "setColorFilter",
282 views.setInt(R.id.agenda_item_color, "setColorFilter", displayColor);
285 views.setInt(R.id.title, "setTextColor", mDeclinedColor);
286 views.setInt(R.id.when, "setTextColor", mDeclinedColor)
    [all...]
  /dalvik/tests/045-reflect-array/src/
Main.java 30 Array.setInt(intArray, 1, 6);
41 Array.setInt(intArray, 2, 27);
89 Array.setInt(charArray, 5, 'Z');
138 Array.setInt(longArray, 0, 123);
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTexture3DLoading.java 46 material.setInt("Rows", rows);
  /external/clang/lib/CodeGen/
CGValue.h 72 ER.V1.setInt(Scalar);
73 ER.V2.setInt(false);
80 ER.V1.setInt(Complex);
81 ER.V2.setInt(false);
93 ER.V1.setInt(Aggregate);
94 ER.V2.setInt(Volatile);
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
PosterizationFilter.java 87 material.setInt("NumColors", numColors);
103 material.setInt("NumColors", numColors);
TranslucentBucketFilter.java 56 material.setInt("NumSamples", tex.getImage().getMultiSamples());
  /libcore/luni/src/test/java/tests/java/sql/
DeleteFunctionalityTest.java 190 stat.setInt(1, 1);
192 stat.setInt(1, 2);
InsertFunctionalityTest.java 210 stat.setInt(1, 1);
213 stat.setInt(1, 2);
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 53 Mockup.Prefix.setInt(StoredIdentifier);
67 Mockup.Prefix.setInt(StoredNamespaceOrAlias);
82 Mockup.Prefix.setInt(StoredNamespaceOrAlias);
94 Mockup.Prefix.setInt(Template? StoredTypeSpecWithTemplate : StoredTypeSpec);
104 Mockup.Prefix.setInt(StoredIdentifier);
APValue.cpp 131 setInt(RHS.getInt());
547 LVal.BaseAndIsOnePastTheEnd.setInt(false);
559 LVal.BaseAndIsOnePastTheEnd.setInt(IsOnePastTheEnd);
603 MPD->MemberAndIsDerivedMember.setInt(IsDerivedMember);
RecordLayout.cpp 66 CXXInfo->PrimaryBase.setInt(IsPrimaryBaseVirtual);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
SQL_Results.java 160 this.queryDimScalars.setInt(1, datapointId);
185 this.queryScenarioTimestampDataPoints.setInt(1, scenarioID);
203 this.queryScenarioBuildDataPoints.setInt(2, scenarioID);
229 this.queryScenarioDataPoints.setInt(2, scenarioID);
285 this.queryScenarioSummaries.setInt(2, scenarioID);
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 82 simple.setInt(i, i);
257 public void setInt(int pos, int value);
365 public void setInt(int pos, int value) {
  /external/clang/include/clang/AST/
GlobalDecl.h 54 CanonGD.Value.setInt(Value.getInt());
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
FilterPostProcessor.java 233 pass.getPassMaterial().setInt("NumSamples", tex.getImage().getMultiSamples());
242 pass.getPassMaterial().setInt("NumSamplesDepth", depthTexture.getImage().getMultiSamples());
255 mat.setInt("NumSamplesDepth", depthTexture.getImage().getMultiSamples());
261 mat.setInt("NumSamples", tex.getImage().getMultiSamples());
  /external/llvm/include/llvm/ADT/
PointerUnion.h 101 Val.setInt(0);
106 Val.setInt(1);
165 Val.setInt(0);
171 Val.setInt(1);
PointerIntPair.h 64 setInt(Int);
85 void setInt(IntType Int) {
  /libcore/luni/src/main/java/java/io/
FileDescriptor.java 104 public final void setInt$(int fd) {

Completed in 813 milliseconds

1 2 3 4 5