HomeSort by relevance Sort by last modified time
    Searched full:100 (Results 476 - 500 of 18135) sorted by null

<<11121314151617181920>>

  /frameworks/base/docs/html/reference/android/support/wearable/view/
CardScrollView.html 865 <td class="jd-descrcol" width="100%">
877 <td class="jd-descrcol" width="100%">
889 <td class="jd-descrcol" width="100%">
901 <td class="jd-descrcol" width="100%">
913 <td class="jd-descrcol" width="100%">
925 <td class="jd-descrcol" width="100%">
937 <td class="jd-descrcol" width="100%">
949 <td class="jd-descrcol" width="100%">
961 <td class="jd-descrcol" width="100%">
973 <td class="jd-descrcol" width="100%"
    [all...]
BoxInsetLayout.html 845 <td class="jd-descrcol" width="100%">
899 <td class="jd-descrcol" width="100%">
911 <td class="jd-descrcol" width="100%">
923 <td class="jd-descrcol" width="100%">
935 <td class="jd-descrcol" width="100%">
947 <td class="jd-descrcol" width="100%">
959 <td class="jd-descrcol" width="100%">
971 <td class="jd-descrcol" width="100%">
983 <td class="jd-descrcol" width="100%">
995 <td class="jd-descrcol" width="100%"
    [all...]
WatchViewStub.html 842 <td class="jd-descrcol" width="100%">
895 <td class="jd-descrcol" width="100%">
907 <td class="jd-descrcol" width="100%">
919 <td class="jd-descrcol" width="100%">
931 <td class="jd-descrcol" width="100%">
943 <td class="jd-descrcol" width="100%">
955 <td class="jd-descrcol" width="100%">
967 <td class="jd-descrcol" width="100%">
979 <td class="jd-descrcol" width="100%">
991 <td class="jd-descrcol" width="100%"
    [all...]
DismissOverlayView.html 871 <td class="jd-descrcol" width="100%">
883 <td class="jd-descrcol" width="100%">
895 <td class="jd-descrcol" width="100%">
907 <td class="jd-descrcol" width="100%">
919 <td class="jd-descrcol" width="100%">
931 <td class="jd-descrcol" width="100%">
943 <td class="jd-descrcol" width="100%">
955 <td class="jd-descrcol" width="100%">
967 <td class="jd-descrcol" width="100%">
979 <td class="jd-descrcol" width="100%"
    [all...]
WearableFrameLayout.html 845 <td class="jd-descrcol" width="100%">
896 <td class="jd-descrcol" width="100%">
908 <td class="jd-descrcol" width="100%">
920 <td class="jd-descrcol" width="100%">
932 <td class="jd-descrcol" width="100%">
944 <td class="jd-descrcol" width="100%">
956 <td class="jd-descrcol" width="100%">
968 <td class="jd-descrcol" width="100%">
980 <td class="jd-descrcol" width="100%">
992 <td class="jd-descrcol" width="100%"
    [all...]
CardFrame.html 825 <td class="jd-descrcol" width="100%">
837 <td class="jd-descrcol" width="100%">
849 <td class="jd-descrcol" width="100%">
891 <td class="jd-descrcol" width="100%">
903 <td class="jd-descrcol" width="100%">
915 <td class="jd-descrcol" width="100%">
927 <td class="jd-descrcol" width="100%">
939 <td class="jd-descrcol" width="100%">
951 <td class="jd-descrcol" width="100%">
963 <td class="jd-descrcol" width="100%"
    [all...]
ActionPage.html 847 <td class="jd-descrcol" width="100%">
859 <td class="jd-descrcol" width="100%">
871 <td class="jd-descrcol" width="100%">
883 <td class="jd-descrcol" width="100%">
895 <td class="jd-descrcol" width="100%">
907 <td class="jd-descrcol" width="100%">
919 <td class="jd-descrcol" width="100%">
931 <td class="jd-descrcol" width="100%">
943 <td class="jd-descrcol" width="100%">
955 <td class="jd-descrcol" width="100%"
    [all...]
  /cts/tests/tests/graphics/res/drawable/
vector_icon_transformation_4.xml 38 android:pathData="M 0,0 v 100 M 0,0 h 100"
49 android:pathData="M 0,0 v 100 M 0,0 h 100"
60 android:pathData="M 0,0 v 100 M 0,0 h 100"
vector_icon_transformation_5.xml 49 android:pathData="M 0,0 v 100 M 0,0 h 100"
60 android:pathData="M 0,0 v 100 M 0,0 h 100"
73 android:pathData="M 0,0 v 100 M 0,0 h 100"
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorCtsHelperTest.java 38 assertEquals(10.0, SensorCtsHelper.getFrequency(100, TimeUnit.MILLISECONDS), 0.001);
41 assertEquals(10000.0, SensorCtsHelper.getFrequency(100, TimeUnit.MICROSECONDS), 0.001);
44 assertEquals(10000000.0, SensorCtsHelper.getFrequency(100, TimeUnit.NANOSECONDS), 0.001);
54 assertEquals(100, SensorCtsHelper.getPeriod(10, TimeUnit.MILLISECONDS), 0.001);
57 assertEquals(100, SensorCtsHelper.getPeriod(10000, TimeUnit.MICROSECONDS), 0.001);
60 assertEquals(100, SensorCtsHelper.getPeriod(10000000, TimeUnit.NANOSECONDS), 0.001);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ProgressBar1.java 44 setProgress(progressHorizontal.getProgress() * 100);
45 setSecondaryProgress(progressHorizontal.getSecondaryProgress() * 100);
52 setProgress(100 * progressHorizontal.getProgress());
61 setProgress(100 * progressHorizontal.getProgress());
70 setSecondaryProgress(100 * progressHorizontal.getSecondaryProgress());
79 setSecondaryProgress(100 * progressHorizontal.getSecondaryProgress());
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/
chart_transform_test.html 26 var axis = new ChartAxis(-100, 100);
59 assert.equal(t.worldXToViewX(-100), -60);
69 assert.equal(t.viewXToWorldX(-60), -100);
80 assert.equal(t.worldYToViewY(-100), 75);
82 assert.equal(t.worldYToViewY(100), 15);
  /external/clang/test/Analysis/
NSWindow.m 49 initWithContentRect:NSMakeRect(0,0,100,100)
59 initWithContentRect:NSMakeRect(0,0,100,100)
71 initWithContentRect:NSMakeRect(0,0,100,100)
  /external/jmonkeyengine/engine/src/test/jme3test/gui/
TestZOrder.java 48 p.setPosition(100, 100);
49 p.setWidth(100);
50 p.setHeight(100);
57 p2.setWidth(100);
58 p2.setHeight(100);
  /external/llvm/test/CodeGen/PowerPC/
ctrloop-sums.ll 8 define i32 @SumArray([100 x i32]* nocapture %Array, i32 %NumI, i32 %NumJ) nounwind readonly {
26 %arrayidx5.us = getelementptr inbounds [100 x i32], [100 x i32]* %Array, i64 %indvars.iv16, i64 %indvars.iv
55 %Array = alloca [100 x [100 x i32]], align 4
62 %arrayidx2 = getelementptr inbounds [100 x [100 x i32]], [100 x [100 x i32]]* %Array, i64 0, i64 %indvars.iv33, i64 %indvars.iv33
66 %exitcond36 = icmp eq i32 %lftr.wideiv35, 100
    [all...]
  /external/openssh/openbsd-compat/
bsd-setres_id.c 42 error("setregid %u: %.100s", rgid, strerror(errno));
49 error("setegid %u: %.100s", (u_int)egid, strerror(errno));
55 error("setgid %u: %.100s", rgid, strerror(errno));
77 error("setreuid %u: %.100s", ruid, strerror(errno));
86 error("seteuid %u: %.100s", euid, strerror(errno));
93 error("setuid %u: %.100s", ruid, strerror(errno));
  /external/skia/bench/
BlurRoundRectBench.cpp 90 DEF_BENCH(return new BlurRoundRectBench(100, 100, 6);)
92 DEF_BENCH(return new BlurRoundRectBench(100, 100, 30);)
93 DEF_BENCH(return new BlurRoundRectBench(100, 100, 90);)
  /external/valgrind/memcheck/tests/
pdb-realloc2.c 58 for (i = 1; i <= 100; i++) {
64 v = malloc(size+100);
66 r = VALGRIND_GET_VBITS(p,v, size+100);
69 //for (i = 0; i < size+100; i++)
91 for (i = 0; i < 100; i++) {
103 for (z = 0; z < 100; z++) {
  /frameworks/base/tests/VectorDrawableTest/res/drawable/
vector_drawable22.xml 38 android:pathData="M 0,0 v 100 M 0,0 h 100"
49 android:pathData="M 0,0 v 100 M 0,0 h 100"
60 android:pathData="M 0,0 v 100 M 0,0 h 100"
  /frameworks/support/graphics/drawable/teststatic/res/drawable/
vector_drawable22.xml 39 auto:pathData="M 0,0 v 100 M 0,0 h 100"
50 auto:pathData="M 0,0 v 100 M 0,0 h 100"
61 auto:pathData="M 0,0 v 100 M 0,0 h 100"
  /packages/inputmethods/LatinIME/native/jni/tests/dictionary/header/
header_read_write_utils_test.cpp 48 EXPECT_EQ(100, HeaderReadWriteUtils::readIntAttributeValue(&attributeMap, "abc", 100));
51 EXPECT_EQ(10, HeaderReadWriteUtils::readIntAttributeValue(&attributeMap, "abc", 100));
53 EXPECT_EQ(20, HeaderReadWriteUtils::readIntAttributeValue(&attributeMap, "abc", 100));
55 EXPECT_EQ(30, HeaderReadWriteUtils::readIntAttributeValue(&attributeMap, "abcd", 100));
56 EXPECT_EQ(20, HeaderReadWriteUtils::readIntAttributeValue(&attributeMap, "abc", 100));
  /frameworks/base/docs/html/reference/android/support/wearable/activity/
WearableActivity.html 859 <td class="jd-descrcol" width="100%">
873 <td class="jd-descrcol" width="100%">
917 <td class="jd-descrcol" width="100%">
929 <td class="jd-descrcol" width="100%">
941 <td class="jd-descrcol" width="100%">
953 <td class="jd-descrcol" width="100%">
965 <td class="jd-descrcol" width="100%">
977 <td class="jd-descrcol" width="100%">
989 <td class="jd-descrcol" width="100%">
1001 <td class="jd-descrcol" width="100%"
    [all...]
ConfirmationActivity.html 868 <td class="jd-descrcol" width="100%">
880 <td class="jd-descrcol" width="100%">
892 <td class="jd-descrcol" width="100%">
904 <td class="jd-descrcol" width="100%">
916 <td class="jd-descrcol" width="100%">
958 <td class="jd-descrcol" width="100%">
970 <td class="jd-descrcol" width="100%">
982 <td class="jd-descrcol" width="100%">
994 <td class="jd-descrcol" width="100%">
1006 <td class="jd-descrcol" width="100%"
    [all...]
  /external/llvm/test/Analysis/DependenceAnalysis/
Coupled.ll 12 define void @couple0([100 x i32]* %A, i32* %B, i32 %n) nounwind uwtable ssp {
27 %arrayidx1 = getelementptr inbounds [100 x i32], [100 x i32]* %A, i64 %i.02, i64 %i.02
31 %arrayidx4 = getelementptr inbounds [100 x i32], [100 x i32]* %A, i64 %add2, i64 %add
48 define void @couple1([100 x i32]* %A, i32* %B, i32 %n) nounwind uwtable ssp {
63 %arrayidx1 = getelementptr inbounds [100 x i32], [100 x i32]* %A, i64 %i.02, i64 %i.02
67 %arrayidx4 = getelementptr inbounds [100 x i32], [100 x i32]* %A, i64 %add2, i64 %ad
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/templateFiles/
index.html.template 10 &nbsp; <table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" ><tr><td ALIGN=LEFT width="80%">
22 <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"> <b><font face="Arial,Helvetica" color="#FFFFFF">Requirements</font></b></td></tr></table>
29 <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td align=LEFT valign=TOP colspan="3" bgcolor="#999999">
38 <table BORDER=0 CELLSPACING=2 CELLPADDING=0 WIDTH="100%" bordercolor="#999999" >
45 <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td colspan="2">&nbsp;</td></tr></table>
50 <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0">
59 <table border=0 cellspacing=2 cellpadding=0 width="100%" bordercolor="#999999" >
66 <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td colspan="2">&nbsp;</td></tr></table>
70 <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td align=LEFT valign=TOP colspan="3" bgcolor="#999999">
79 <table BORDER=0 CELLSPACING=2 CELLPADDING=0 WIDTH="100%" bordercolor="#999999" >
    [all...]

Completed in 935 milliseconds

<<11121314151617181920>>