HomeSort by relevance Sort by last modified time
    Searched refs:ON (Results 51 - 75 of 2844) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/components/test/data/web_database/
version_50.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_45_invalid.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);
version_33.sql 27 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);
version_35.sql 54 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);
version_43.sql 25 CREATE INDEX logins_signon ON logins (signon_realm);
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);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 29 * inferences about the compile environment based on defined symbols and
43 * Infer the compile environment based on preprocessor symbols and pragmas.
272 #ifndef ON
273 #define ON 1 /* ON = 1 */
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_csqrt.c 21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
38 * so we need to handle infinities specially. We turn on this pragma to
43 #pragma STDC CX_LIMITED_RANGE ON
s_csqrtl.c 21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
38 * so we need to handle infinities specially. We turn on this pragma to
43 #pragma STDC CX_LIMITED_RANGE ON
e_sqrtl.c 21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
68 #pragma STDC FENV_ACCESS ON
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
vad2.h 11 * distributed under the License is distributed on an "AS IS" BASIS,
87 #define ON 1
  /external/chromium_org/third_party/sqlite/src/test/
collate9.test 74 CREATE INDEX xy_i ON xy(x)
116 CREATE INDEX xy_i2 ON xy(y COLLATE "reverse sort");
collate4.test 77 CREATE INDEX collate4i1 ON collate4t1(a);
78 CREATE INDEX collate4i2 ON collate4t1(b);
169 CREATE INDEX collate4i3 ON collate4t4(a COLLATE TEXT);
170 CREATE INDEX collate4i4 ON collate4t4(b COLLATE NOCASE);
209 CREATE INDEX collate4i1 ON collate4t1(a, b);
270 CREATE INDEX collate4i2 ON collate4t3(a COLLATE TEXT, b COLLATE NOCASE);
350 CREATE INDEX collate4i1 ON collate4t1(a);
364 CREATE INDEX collate4i1 ON collate4t1(a COLLATE TEXT);
384 CREATE INDEX collate4i1 ON collate4t1(a);
398 CREATE INDEX collate4i1 ON collate4t1(a COLLATE TEXT)
    [all...]
  /packages/services/Telephony/src/com/android/phone/
AudioRouter.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
44 private static final boolean ON = true;
127 turnOnOffSpeaker(ON);
135 // (Similarly, whenever the user turns *on* the speaker, we
139 if (!turnOnOffBluetooth(ON)) {
143 Log.e(LOG_TAG, "Asking to turn on bluetooth when no bluetooth available. " +
168 * Turns on speaker.
170 public void setSpeaker(boolean on) {
171 logD("setSpeaker " + on);
173 if (on) {
    [all...]
  /device/samsung/manta/liblights/
lights.c 11 * distributed under the License is distributed on an "AS IS" BASIS,
59 ON,
247 case ON:
308 leds.state = ON;
  /external/chromium_org/third_party/skia/src/utils/
SkPathUtils.cpp 5 * if it fails on you. DO NOT USE!
17 #define ON 0xFF000000 // black pixel
43 // simply makes every ON pixel into a rect path
54 // simply makes every ON pixel into a circle path
73 if (curPixel) { // if transition on
91 } else if ( GetBit(line, width - 1) ) { // if last pixel on add
126 if (curPixel) { // if transition on
144 } else if ( GetBit(line,w-1) ) { // if last pixel on add rect
  /external/skia/src/utils/
SkPathUtils.cpp 5 * if it fails on you. DO NOT USE!
17 #define ON 0xFF000000 // black pixel
43 // simply makes every ON pixel into a rect path
54 // simply makes every ON pixel into a circle path
73 if (curPixel) { // if transition on
91 } else if ( GetBit(line, width - 1) ) { // if last pixel on add
126 if (curPixel) { // if transition on
144 } else if ( GetBit(line,w-1) ) { // if last pixel on add rect
  /external/chromium/android/
generateAndroidForwardingHeader.pl 21 # PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
50 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
  /external/chromium_org/v8/samples/
count-hosts.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  /external/chromium_org/v8/test/intl/break-iterator/
wellformed-unsupported-locale.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  /external/chromium_org/v8/test/intl/collator/
wellformed-unsupported-locale.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  /external/chromium_org/v8/test/intl/date-format/
utils.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
wellformed-unsupported-locale.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  /external/chromium_org/v8/test/intl/number-format/
wellformed-unsupported-locale.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  /external/chromium_org/v8/test/intl/
utils.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 * Taints properties on Object.prototype so we can find security issues.
  /external/chromium_org/v8/test/message/
isvar.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

Completed in 410 milliseconds

1 23 4 5 6 7 8 91011>>