HomeSort by relevance Sort by last modified time
    Searched refs:ON (Results 1 - 25 of 2843) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Parser/
pragma-fp-contract.c 6 #pragma STDC FP_CONTRACT ON
11 #pragma STDC FP_CONTRACT ON
  /external/clang/test/Preprocessor/
pragma_unknown.c 9 #pragma STDC FP_CONTRACT ON
12 #pragma STDC FP_CONTRACT IN_BETWEEN // expected-warning {{expected 'ON' or 'OFF' or 'DEFAULT' in pragma}}
14 #pragma STDC FENV_ACCESS ON // expected-warning {{pragma STDC FENV_ACCESS ON is not supported, ignoring pragma}}
17 #pragma STDC FENV_ACCESS IN_BETWEEN // expected-warning {{expected 'ON' or 'OFF' or 'DEFAULT' in pragma}}
19 #pragma STDC CX_LIMITED_RANGE ON
22 #pragma STDC CX_LIMITED_RANGE IN_BETWEEN // expected-warning {{expected 'ON' or 'OFF' or 'DEFAULT' in pragma}}
24 #pragma STDC CX_LIMITED_RANGE // expected-warning {{expected 'ON' or 'OFF' or 'DEFAULT' in pragma}}
25 #pragma STDC CX_LIMITED_RANGE ON FULL POWER // expected-warning {{expected end of directive in pragma}}
  /external/compiler-rt/lib/tsan/
check_cmake.sh 8 CC=clang CXX=clang++ cmake -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON $ROOT/../../../..
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
gsm_amr_typedefs.h 11 * distributed under the License is distributed on an "AS IS" BASIS,
37 Description: Removed unused defintions and corrected ifdef, that depended on
111 #ifndef ON
112 #define ON 1
  /external/clang/test/CodeGen/
fp-contract-pragma.cpp 7 #pragma STDC FP_CONTRACT ON
11 // Is FP_CONTRACT state cleared on exiting compound statements?
17 #pragma STDC FP_CONTRACT ON
28 #pragma STDC FP_CONTRACT ON
40 #pragma STDC FP_CONTRACT ON
50 #pragma STDC FP_CONTRACT ON
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 11 * distributed under the License is distributed on an "AS IS" BASIS,
50 This file is dependent on limits.h for defining the bit widths. In an
149 #ifndef ON
150 #define ON 1
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 74 CREATE INDEX contactMethodsPeopleIndex ON contact_methods (person);
75 CREATE INDEX extensionsIndex1 ON extensions (person, name);
76 CREATE INDEX groupmembershipIndex1 ON groupmembership (person, group_id);
77 CREATE INDEX groupmembershipIndex2 ON groupmembership (group_id, person);
78 CREATE INDEX groupmembershipIndex3 ON groupmembership (group_sync_account, group_sync_id);
79 CREATE INDEX groupsSyncDirtyIndex ON groups (_sync_dirty);
80 CREATE INDEX organizationsIndex1 ON organizations (person);
81 CREATE INDEX peopleLookupIndex ON peopleLookup (token,source);
82 CREATE INDEX peopleLookupWithPhoneticNameIndex ON peopleLookupWithPhoneticName (token,source);
83 CREATE INDEX peopleNameIndex ON people (name)
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraPairwiseTest.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
62 public enum Flash { ON, OFF, AUTO };
67 public enum Geotagging { ON, OFF };
125 fail("Failed to run the command on the looper.");
140 * Flash: On / Exposure: Min / WB: Fluorescent
141 * Scene: Auto / Pic: Large / Geo: on
145 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.FLUORESCENT, SceneMode.AUTO,
146 PictureSize.LARGE, Geotagging.ON);
151 * Scene: Night / Pic: Small / Geo: on
156 PictureSize.SMALL, Geotagging.ON);
    [all...]
  /external/chromium_org/components/test/data/web_database/
version_25.sql 16 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);
version_26.sql 16 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);
version_48.sql 22 CREATE INDEX autofill_name ON autofill (name);
23 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
24 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
25 CREATE INDEX web_apps_url_index ON web_apps (url);
26 CREATE INDEX web_intents_index ON web_intents (action);
27 CREATE INDEX web_intents_default_index ON web_intents_defaults (action);
version_27.sql 18 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);
version_44.sql 45 CREATE INDEX autofill_name ON autofill (name);
46 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
47 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
48 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 web_intents_index ON web_intents (action);
52 CREATE INDEX web_intents_default_index ON web_intents_defaults (action);
version_29.sql 22 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);
version_22.sql 22 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);
version_45.sql 43 CREATE INDEX autofill_name ON autofill (name);
44 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
45 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
46 CREATE INDEX web_apps_url_index ON web_apps (url);
47 CREATE INDEX web_intents_index ON web_intents (action);
48 CREATE INDEX web_intents_default_index ON web_intents_defaults (action);
version_45_compatible.sql 43 CREATE INDEX autofill_name ON autofill (name);
44 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
45 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
46 CREATE INDEX web_apps_url_index ON web_apps (url);
47 CREATE INDEX web_intents_index ON web_intents (action);
48 CREATE INDEX web_intents_default_index ON web_intents_defaults (action);
version_46.sql 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);
28 CREATE INDEX web_apps_url_index ON web_apps (url);
29 CREATE INDEX web_intents_index ON web_intents (action);
30 CREATE INDEX web_intents_default_index ON web_intents_defaults (action);
version_47.sql 44 CREATE INDEX autofill_name ON autofill (name);
45 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
46 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
47 CREATE INDEX web_apps_url_index ON web_apps (url);
48 CREATE INDEX web_intents_index ON web_intents (action);
49 CREATE INDEX web_intents_default_index ON web_intents_defaults (action);
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 57 INSERT INTO people VALUES(11,'android.contacts.test.eclair@gmail.com',NULL,NULL,NULL,NULL,1,NULL,'Added On Android',NULL,0,NULL,0,16,NULL,NULL,NULL,NULL,0,'');
106 CREATE INDEX contactMethodsPeopleIndex ON contact_methods (person);
107 CREATE INDEX extensionsIndex1 ON extensions (person, name);
108 CREATE INDEX groupmembershipIndex1 ON groupmembership (person, group_id);
109 CREATE INDEX groupmembershipIndex2 ON groupmembership (group_id, person);
110 CREATE INDEX groupmembershipIndex3 ON groupmembership (group_sync_account, group_sync_id);
111 CREATE INDEX groupsSyncDirtyIndex ON groups (_sync_dirty);
112 CREATE INDEX organizationsIndex1 ON organizations (person);
113 CREATE INDEX peopleLookupIndex ON peopleLookup (token,source);
114 CREATE INDEX peopleLookupWithPhoneticNameIndex ON peopleLookupWithPhoneticName (token,source)
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 130 CREATE INDEX contactMethodsPeopleIndex ON contact_methods (person);
131 CREATE INDEX extensionsIndex1 ON extensions (person, name);
132 CREATE INDEX groupmembershipIndex1 ON groupmembership (person, group_id);
133 CREATE INDEX groupmembershipIndex2 ON groupmembership (group_id, person);
134 CREATE INDEX groupmembershipIndex3 ON groupmembership (group_sync_account, group_sync_id);
135 CREATE INDEX groupsSyncDirtyIndex ON groups (_sync_dirty);
136 CREATE INDEX organizationsIndex1 ON organizations (person);
137 CREATE INDEX peopleLookupIndex ON peopleLookup (token,source);
138 CREATE INDEX peopleLookupWithPhoneticNameIndex ON peopleLookupWithPhoneticName (token,source);
139 CREATE INDEX peopleNameIndex ON people (name)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ps2esdi.h 45 #define ON (unsigned char)0x40
46 #define OFF (unsigned char)~ON
47 #define LITE_ON outb(inb(PORT_SYS_A) | ON,PORT_SYS_A)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ps2esdi.h 45 #define ON (unsigned char)0x40
46 #define OFF (unsigned char)~ON
47 #define LITE_ON outb(inb(PORT_SYS_A) | ON,PORT_SYS_A)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ps2esdi.h 45 #define ON (unsigned char)0x40
46 #define OFF (unsigned char)~ON
47 #define LITE_ON outb(inb(PORT_SYS_A) | ON,PORT_SYS_A)
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_csqrtf.c 21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
37 * so we need to handle infinities specially. We turn on this pragma to
42 #pragma STDC CX_LIMITED_RANGE ON

Completed in 792 milliseconds

1 2 3 4 5 6 7 8 91011>>