Searched refs:INDEX (Results 1 - 25 of 78) sorted by path

1234

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Dconstruction.rb23 INDEX;
218 -> ^(INDEX $r39 $ie)
498 ast_test :input => "gnurz[1]", :rule => :r39, :ast => "(INDEX gnurz 1)"
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg231 #undef INDEX
259 #define INDEX() ISTREAM->index(ISTREAM)
362 #undef INDEX
376 #define INDEX() ISTREAM->index(INPUT->istream)
445 #undef INDEX
480 #define INDEX() ISTREAM->index(ISTREAM)
1716 <ruleDescriptor.name>_StartIndex = INDEX();<\n>
2594 index<decisionNumber>_<stateNumber> = INDEX();<\n>
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
H A DSHA1ImplTest.java44 private static final int INDEX = SHA1Impl.BYTES_OFFSET; field in class:SHA1ImplTest
66 int[] words = new int[INDEX + 6]; // working array to compute hash
/external/bison/lib/
H A Dbitset.h303 /* Loop over all elements of BSET, starting with MIN, setting INDEX
315 #define BITSET_FOR_EACH(ITER, BSET, INDEX, MIN) \
321 ITER.i < ITER.num && ((INDEX) = ITER.list[ITER.i], 1); \
326 MIN, setting INDEX to the index of each set bit. For example, the
337 #define BITSET_FOR_EACH_REVERSE(ITER, BSET, INDEX, MIN) \
343 ITER.i < ITER.num && ((INDEX) = ITER.list[ITER.i], 1); \
/external/bison/src/
H A DSbitset.h29 #define Sbitset__byteAddress(SELF, INDEX) \
30 (((SELF) + (INDEX) / CHAR_BIT))
31 #define Sbitset__bit_mask(INDEX) \
32 (1 << (CHAR_BIT - 1 - (INDEX) % CHAR_BIT))
42 #define Sbitset__test(SELF, INDEX) \
43 ((*Sbitset__byteAddress ((SELF), (INDEX)) & Sbitset__bit_mask (INDEX)) != 0)
49 #define Sbitset__set(SELF, INDEX) \
51 *Sbitset__byteAddress ((SELF), (INDEX)) = \
52 *Sbitset__byteAddress ((SELF), (INDEX)) | Sbitset__bit_mas
[all...]
H A Drelation.c55 static relation_nodes INDEX; variable
68 INDEX[i] = height = top;
73 if (INDEX[R[i][j]] == 0)
76 if (INDEX[i] > INDEX[R[i][j]])
77 INDEX[i] = INDEX[R[i][j]];
82 if (INDEX[i] == height)
86 INDEX[j] = infinity;
102 INDEX
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Decmametadatapass.py72 INDEX = 'index' variable in class:EcmaContext
332 self._AddContext(EcmaContext.INDEX)
337 return self._PopContextType(EcmaContext.INDEX, EcmaContext.ARRAY_LITERAL)
/external/chromium_org/chrome/browser/ui/views/
H A Dmenu_item_view_interactive_uitest.cc15 template<int INDEX>
32 // Click on item INDEX.
40 views::MenuItemView* item = submenu->GetMenuItemAt(INDEX);
48 ASSERT_EQ(INDEX + 1, last_command());
/external/chromium_org/components/test/data/web_database/
H A Dversion_20.sql20 CREATE INDEX logins_signon ON logins (signon_realm);
21 CREATE INDEX ie7_logins_hash ON ie7_logins (url_hash);
22 CREATE INDEX web_apps_url_index ON web_apps (url);
H A Dversion_21.sql34 CREATE INDEX logins_signon ON logins (signon_realm);
35 CREATE INDEX ie7_logins_hash ON ie7_logins (url_hash);
36 CREATE INDEX web_apps_url_index ON web_apps (url);
37 CREATE INDEX autofill_name ON autofill (name);
38 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
39 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_22.sql22 CREATE INDEX logins_signon ON logins (signon_realm);
23 CREATE INDEX ie7_logins_hash ON ie7_logins (url_hash);
24 CREATE INDEX web_apps_url_index ON web_apps (url);
25 CREATE INDEX autofill_name ON autofill (name);
26 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
27 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_22_corrupt.sql24 CREATE INDEX logins_signon ON logins (signon_realm);
25 CREATE INDEX ie7_logins_hash ON ie7_logins (url_hash);
26 CREATE INDEX web_apps_url_index ON web_apps (url);
27 CREATE INDEX autofill_name ON autofill (name);
28 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
29 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
30 CREATE INDEX autofill_profiles_label_index ON autofill_profiles (label);
31 CREATE INDEX credit_cards_label_index ON credit_cards (label);
H A Dversion_25.sql16 CREATE INDEX logins_signon ON logins (signon_realm);
17 CREATE INDEX web_apps_url_index ON web_apps (url);
18 CREATE INDEX autofill_name ON autofill (name);
19 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
20 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
21 CREATE INDEX autofill_profiles_label_index ON autofill_profiles (label);
22 CREATE INDEX credit_cards_label_index ON credit_cards (label);
H A Dversion_26.sql16 CREATE INDEX logins_signon ON logins (signon_realm);
17 CREATE INDEX web_apps_url_index ON web_apps (url);
18 CREATE INDEX autofill_name ON autofill (name);
19 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
20 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
21 CREATE INDEX autofill_profiles_label_index ON autofill_profiles (label);
22 CREATE INDEX credit_cards_label_index ON credit_cards (label);
H A Dversion_27.sql18 CREATE INDEX logins_signon ON logins (signon_realm);
19 CREATE INDEX ie7_logins_hash ON ie7_logins (url_hash);
20 CREATE INDEX web_apps_url_index ON web_apps (url);
21 CREATE INDEX autofill_name ON autofill (name);
22 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
23 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
24 CREATE INDEX autofill_profiles_label_index ON autofill_profiles (label);
25 CREATE INDEX credit_cards_label_index ON credit_cards (label);
H A Dversion_29.sql22 CREATE INDEX logins_signon ON logins (signon_realm);
23 CREATE INDEX web_apps_url_index ON web_apps (url);
24 CREATE INDEX autofill_name ON autofill (name);
25 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
26 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
27 CREATE INDEX autofill_profiles_label_index ON autofill_profiles (label);
28 CREATE INDEX credit_cards_label_index ON credit_cards (label);
H A Dversion_30.sql24 CREATE INDEX logins_signon ON logins (signon_realm);
25 CREATE INDEX web_apps_url_index ON web_apps (url);
26 CREATE INDEX autofill_name ON autofill (name);
27 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
28 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
29 CREATE INDEX autofill_profiles_label_index ON autofill_profiles (label);
30 CREATE INDEX credit_cards_label_index ON credit_cards (label);
H A Dversion_31.sql22 CREATE INDEX logins_signon ON logins (signon_realm);
23 CREATE INDEX web_apps_url_index ON web_apps (url);
24 CREATE INDEX autofill_name ON autofill (name);
25 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
26 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
27 CREATE INDEX autofill_profiles_label_index ON autofill_profiles (label);
28 CREATE INDEX credit_cards_label_index ON credit_cards (label);
H A Dversion_32.sql26 CREATE INDEX logins_signon ON logins (signon_realm);
27 CREATE INDEX web_apps_url_index ON web_apps (url);
28 CREATE INDEX autofill_name ON autofill (name);
29 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
30 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
31 CREATE INDEX autofill_profiles_label_index ON autofill_profiles (label);
32 CREATE INDEX credit_cards_label_index ON credit_cards (label);
H A Dversion_33.sql27 CREATE INDEX logins_signon ON logins (signon_realm);
28 CREATE INDEX web_apps_url_index ON web_apps (url);
29 CREATE INDEX autofill_name ON autofill (name);
30 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
31 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_34.sql48 CREATE INDEX logins_signon ON logins (signon_realm);
49 CREATE INDEX ie7_logins_hash ON ie7_logins (url_hash);
50 CREATE INDEX web_apps_url_index ON web_apps (url);
51 CREATE INDEX autofill_name ON autofill (name);
52 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
53 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_35.sql54 CREATE INDEX logins_signon ON logins (signon_realm);
55 CREATE INDEX web_apps_url_index ON web_apps (url);
56 CREATE INDEX autofill_name ON autofill (name);
57 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
58 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_37.sql21 CREATE INDEX logins_signon ON logins (signon_realm);
22 CREATE INDEX web_apps_url_index ON web_apps (url);
23 CREATE INDEX autofill_name ON autofill (name);
24 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
25 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_38.sql21 CREATE INDEX logins_signon ON logins (signon_realm);
22 CREATE INDEX web_apps_url_index ON web_apps (url);
23 CREATE INDEX autofill_name ON autofill (name);
24 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
25 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_39.sql21 CREATE INDEX logins_signon ON logins (signon_realm);
22 CREATE INDEX web_apps_url_index ON web_apps (url);
23 CREATE INDEX autofill_name ON autofill (name);
24 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
25 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);

Completed in 473 milliseconds

1234