Searched refs:index (Results 101 - 125 of 8620) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticReduceOrder_Test.cpp22 for (size_t index = 0; index < testSetCount; ++index) {
23 const Quadratic& quad = testSet[index];
31 size_t index; local
48 for (index = firstQuadraticLineTest; index < quadraticLines_count; ++index) {
49 const Quadratic& quad = quadraticLines[index];
52 printf("[%d] line quad order=%d\n", (int) index, orde
[all...]
H A DIntersections.h34 for (int index = 0; index < fUsed; ++index) {
35 if (fIsCoincident[0] & (1 << index)) {
39 if (fIsCoincident[1] & (1 << index)) {
49 for (int index = base; index < fUsed; ++index) {
50 double val = fT[fSwap][index];
53 fT[fSwap][index]
62 int index = insertSwap(one, two, pt); local
96 int index; local
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrFBBindableObj.h34 int index = fColorReferees.find(referee); local
35 GrAlwaysAssert(0 <= index);
36 fColorReferees.removeShuffle(index);
39 int index = fColorReferees.find(referee); local
40 return 0 <= index;
50 int index = fDepthReferees.find(referee); local
51 GrAlwaysAssert(0 <= index);
52 fDepthReferees.removeShuffle(index);
55 int index = fDepthReferees.find(referee); local
56 return 0 <= index;
66 int index = fStencilReferees.find(referee); local
71 int index = fStencilReferees.find(referee); local
[all...]
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDVectorTest.cpp24 for (size_t index = 0; index < tests_count - 1; ++index) {
25 SkDVector v1 = tests[index + 1] - tests[index];
27 SkDVector v2 = tests[index] - tests[index + 1];
31 SkDPoint p = tests[index + 1] + v2;
32 REPORTER_ASSERT(reporter, p == tests[index]);
35 v1 = tests[index
[all...]
H A DPathOpsQuadReduceOrderTest.cpp21 for (size_t index = 0; index < testSetCount; ++index) {
22 const SkDQuad& quad = testSet[index];
30 size_t index; local
49 for (index = firstQuadraticLineTest; index < quadraticLines_count; ++index) {
50 const SkDQuad& quad = quadraticLines[index];
53 SkDebugf("[%d] line quad order=%d\n", (int) index, orde
[all...]
/external/proguard/src/proguard/util/
H A DNameParser.java41 int index;
45 for (index = 0; index < regularExpression.length(); index++)
48 if (regularExpression.charAt(index) == '*')
57 parse(regularExpression.substring(index + 1)));
62 else if (regularExpression.charAt(index) == '?')
71 parse(regularExpression.substring(index + 1)));
78 return index != 0 ?
79 (StringMatcher)new FixedStringMatcher(regularExpression.substring(0, index), nextMatche
[all...]
/external/skia/experimental/Intersection/
H A DLineIntersection_Test.cpp38 size_t index; local
39 for (index = firstLineIntersectionTest; index < tests_count; ++index) {
40 const _Line& line1 = tests[index][0];
41 const _Line& line2 = tests[index][1];
45 printf("%s [%zu] no intersection found\n", __FUNCTION__, index);
53 printf("%s [%zu] not equal\n", __FUNCTION__, index);
57 printf("%s [%zu] not equal\n", __FUNCTION__, index);
63 for (index
[all...]
H A DQuadraticReduceOrder_Test.cpp22 for (size_t index = 0; index < testSetCount; ++index) {
23 const Quadratic& quad = testSet[index];
31 size_t index; local
48 for (index = firstQuadraticLineTest; index < quadraticLines_count; ++index) {
49 const Quadratic& quad = quadraticLines[index];
52 printf("[%d] line quad order=%d\n", (int) index, orde
[all...]
H A DIntersections.h34 for (int index = 0; index < fUsed; ++index) {
35 if (fIsCoincident[0] & (1 << index)) {
39 if (fIsCoincident[1] & (1 << index)) {
49 for (int index = base; index < fUsed; ++index) {
50 double val = fT[fSwap][index];
53 fT[fSwap][index]
62 int index = insertSwap(one, two, pt); local
96 int index; local
[all...]
/external/skia/src/gpu/gl/debug/
H A DGrFBBindableObj.h34 int index = fColorReferees.find(referee); local
35 GrAlwaysAssert(0 <= index);
36 fColorReferees.removeShuffle(index);
39 int index = fColorReferees.find(referee); local
40 return 0 <= index;
50 int index = fDepthReferees.find(referee); local
51 GrAlwaysAssert(0 <= index);
52 fDepthReferees.removeShuffle(index);
55 int index = fDepthReferees.find(referee); local
56 return 0 <= index;
66 int index = fStencilReferees.find(referee); local
71 int index = fStencilReferees.find(referee); local
[all...]
/external/skia/tests/
H A DPathOpsDVectorTest.cpp24 for (size_t index = 0; index < tests_count - 1; ++index) {
25 SkDVector v1 = tests[index + 1] - tests[index];
27 SkDVector v2 = tests[index] - tests[index + 1];
31 SkDPoint p = tests[index + 1] + v2;
32 REPORTER_ASSERT(reporter, p == tests[index]);
35 v1 = tests[index
[all...]
H A DPathOpsQuadReduceOrderTest.cpp21 for (size_t index = 0; index < testSetCount; ++index) {
22 const SkDQuad& quad = testSet[index];
30 size_t index; local
49 for (index = firstQuadraticLineTest; index < quadraticLines_count; ++index) {
50 const SkDQuad& quad = quadraticLines[index];
53 SkDebugf("[%d] line quad order=%d\n", (int) index, orde
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dapps_helper.cc19 std::string CreateFakeAppName(int index) { argument
20 return "fakeapp" + base::IntToString(index);
27 bool HasSameAppsAsVerifier(int index) { argument
29 test()->GetProfile(index), test()->verifier());
43 std::string InstallApp(Profile* profile, int index) { argument
46 CreateFakeAppName(index),
50 std::string InstallPlatformApp(Profile* profile, int index) { argument
53 CreateFakeAppName(index),
57 std::string InstallAppForAllProfiles(int index) { argument
59 InstallApp(test()->GetProfile(i), index); local
63 UninstallApp(Profile* profile, int index) argument
68 EnableApp(Profile* profile, int index) argument
73 DisableApp(Profile* profile, int index) argument
78 IncognitoEnableApp(Profile* profile, int index) argument
83 IncognitoDisableApp(Profile* profile, int index) argument
119 CopyNTPOrdinals(Profile* source, Profile* destination, int index) argument
[all...]
H A Dpreferences_helper.h18 PrefService* GetPrefs(int index);
24 // profile with index |index|. Also inverts its value in |verifier| if
26 void ChangeBooleanPref(int index, const char* pref_name);
29 // profile with index |index| to |new_value|. Also changes its value in
31 void ChangeIntegerPref(int index, const char* pref_name, int new_value);
34 // profile with index |index| to |new_value|. Also changes its value in
36 void ChangeInt64Pref(int index, cons
[all...]
H A Dsessions_helper.h39 // Copies the local session windows of profile |index| to |local_windows|.
41 bool GetLocalWindows(int index, SessionWindowMap* local_windows);
43 // Creates and verifies the creation of a new window for profile |index| with
46 bool OpenTabAndGetLocalWindows(int index,
51 bool CheckInitialState(int index);
54 int GetNumWindows(int index);
57 int GetNumForeignSessions(int index);
62 bool GetSessionData(int index, SyncedSessionVector* sessions);
93 int index,
100 int index, cons
[all...]
/external/oprofile/libdb/
H A Ddb_debug.c26 odb_index_t index = data->hash_base[pos]; local
27 if (index && !do_abort) {
28 while (index) {
29 if (bitmap[index])
32 bitmap[index] = 1;
33 index = data->node_base[index].next;
43 index = data->hash_base[pos];
44 while (index) {
45 printf("%d ", index);
99 odb_index_t index = data->hash_base[pos]; local
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DInputTouchScreen.java22 public final void press(int index, float currentTime, float x, float y) { argument
23 assert (index >= 0 && index < MAX_TOUCH_POINTS);
24 if (index < MAX_TOUCH_POINTS) {
25 mTouchPoints[index].press(currentTime, x, y);
29 public final void release(int index) { argument
30 if (index < MAX_TOUCH_POINTS) {
31 mTouchPoints[index].release();
41 public boolean getTriggered(int index, float time) { argument
43 if (index < MAX_TOUCH_POINT
49 getPressed(int index) argument
57 setVector(int index, Vector2 vector) argument
63 getX(int index) argument
71 getY(int index) argument
79 getLastPressedTime(int index) argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
H A DTokenIndex.java10 int index; field in class:TokenIndex
15 this.index = 0;
21 this.index = 1;
27 this.index = 2;
33 this.index = 3;
39 this.index = 4;
45 this.index = 5;
51 this.index = 6;
57 this.index = 7;
63 this.index
[all...]
/external/chromium_org/ui/base/models/
H A Dmenu_model.cc9 bool MenuModel::IsVisibleAt(int index) const {
16 int* index) {
22 if (GetModelAndIndexForCommandId(command_id, &submenu_model, index)) {
28 *index = candidate_index;
35 base::string16 MenuModel::GetSublabelAt(int index) const {
39 base::string16 MenuModel::GetMinorTextAt(int index) const {
43 const gfx::FontList* MenuModel::GetLabelFontListAt(int index) const {
48 void MenuModel::ActivatedAt(int index, int event_flags) { argument
49 ActivatedAt(index);
14 GetModelAndIndexForCommandId(int command_id, MenuModel** model, int* index) argument
/external/proguard/src/proguard/classfile/
H A DProgramMethod.java77 for (int index = 0; index < u2attributesCount; index++)
79 attributes[index].accept(programClass, this, attributeVisitor);
90 for (int index = 0; index < referencedClasses.length; index++)
92 if (referencedClasses[index] != null)
94 referencedClasses[index].accept(classVisitor);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTypedArray.java18 public boolean getBoolean(int index, boolean defValue) { argument
23 public float getFloat(int index, float defValue) { argument
28 public int getInt(int index, int defValue) { argument
33 public int getInteger(int index, int defValue) { argument
38 public float getDimension(int index, float defValue) { argument
43 public int getDimensionPixelOffset(int index, int defValue) { argument
48 public int getDimensionPixelSize(int index, int defValue) { argument
53 public int getLayoutDimension(int index, int defValue) { argument
58 public int getResourceId(int index, int defValue) { argument
/external/chromium_org/chrome/browser/resources/pdf/
H A Dindex.css12 z-index: 3;
17 z-index: 3;
21 z-index: 3;
26 z-index: 2;
31 z-index: 2;
38 z-index: 1;
43 z-index: 0;
/external/proguard/src/proguard/obfuscate/
H A DSimpleNameFactory.java40 private int index = 0; field in class:SimpleNameFactory
67 index = 0;
73 return name(index++);
78 * Returns the name at the given index.
80 private String name(int index) argument
88 if (index < cachedNames.size())
90 return (String)cachedNames.get(index);
94 String name = newName(index);
95 cachedNames.add(index, name);
102 * Creates and returns the name at the given index
104 newName(int index) argument
129 charAt(int index) argument
[all...]
/external/chromium_org/ppapi/proxy/
H A Dnetwork_list_resource.cc34 PP_Var NetworkListResource::GetName(uint32_t index) { argument
35 if (index >= list_.size())
37 return StringVar::StringToPPVar(list_.at(index).name);
40 PP_NetworkList_Type NetworkListResource::GetType(uint32_t index) { argument
41 if (index >= list_.size())
43 return list_.at(index).type;
46 PP_NetworkList_State NetworkListResource::GetState(uint32_t index) { argument
47 if (index >= list_.size())
49 return list_.at(index).state;
52 int32_t NetworkListResource::GetIpAddresses(uint32_t index, argument
76 GetDisplayName(uint32_t index) argument
82 GetMTU(uint32_t index) argument
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DBitArray.java29 void set(int index); argument
31 void toggle(int index); argument
33 boolean get(int index); argument
45 @Override public void set(int index) { argument
46 data |= (1L << checkInput(index));
49 @Override public void toggle(int index) { argument
50 data ^= (1L << checkInput(index));
53 @Override public boolean get(int index) { argument
54 return ((data >> checkInput(index)) & 1L) == 1;
69 private static int checkInput(int index) { argument
102 offsetOf(int index) argument
111 shiftOf(int index) argument
119 set(int index) argument
125 toggle(int index) argument
131 get(int index) argument
170 checkInput(int index) argument
[all...]

Completed in 2241 milliseconds

1234567891011>>