HomeSort by relevance Sort by last modified time
    Searched refs:one (Results 951 - 975 of 2053) sorted by null

<<31323334353637383940>>

  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 123 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
124 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
136 CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
137 CREATE TRIGGER organizations_UPDATE_typeAndLabel AFTER UPDATE ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
147 CREATE TRIGGER phones_INSERT_typeAndLabel AFTER INSERT ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
148 CREATE TRIGGER phones_UPDATE_typeAndLabel AFTER UPDATE ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 147 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
148 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
160 CREATE TRIGGER organizations_INSERT_typeAndLabel AFTER INSERT ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
161 CREATE TRIGGER organizations_UPDATE_typeAndLabel AFTER UPDATE ON organizations WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
171 CREATE TRIGGER phones_INSERT_typeAndLabel AFTER INSERT ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
172 CREATE TRIGGER phones_UPDATE_typeAndLabel AFTER UPDATE ON phones WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
  /packages/services/Telephony/src/com/android/phone/
EmergencyDialer.java 81 R.id.one, R.id.two, R.id.three,
186 View view = findViewById(R.id.one);
369 case R.id.one: {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 169 To use a custom ``JSONEncoder`` subclass (e.g. one that overrides the
233 To use a custom ``JSONEncoder`` subclass (e.g. one that overrides the
326 ``parse_constant``, if specified, will be called with one of the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 169 To use a custom ``JSONEncoder`` subclass (e.g. one that overrides the
233 To use a custom ``JSONEncoder`` subclass (e.g. one that overrides the
326 ``parse_constant``, if specified, will be called with one of the
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_display_manager.js 236 // Allow the cells to be extended with one extra cell for
294 * Shift the display by one full display size and refresh the content.
313 * Shifts the display position to the right by one full display size and
expanding_braille_translator.js 18 * A wrapper around one or two braille translators that uses contracted
20 * translated text. If only one translator is provided, then that translator
258 // greater than one (otherwise this position would be redundant).
  /external/chromium_org/remoting/webapp/
client_screen.js 222 * a host-specific one-shot event handler for the form submission.
261 * them one-shot. If separate handlers were used, each would have
384 * Create a session connector if one doesn't already exist.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_avx2.c 18 const __m128i one = _mm_set1_epi8(1); local
136 flat = _mm_subs_epu8(flat, one);
169 flat2 = _mm_subs_epu8(flat2, one);
400 const __m128i one = _mm_set1_epi8(1); local
533 flat = _mm_subs_epu8(flat, one);
559 flat2 = _mm_subs_epu8(flat2, one);
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
SimplifyNew_Test.cpp 3899 SkPath one, two; local
3906 SkPath one, two; local
3913 SkPath one, two; local
3920 SkPath one, two; local
3927 SkPath one, two; local
3934 SkPath one, two; local
3941 SkPath one, two; local
3948 SkPath one, two; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
object-freeze.js 174 // Make sure that an object that has only non-configurable, but one
183 // Make sure that an object that has only non-writable, but one
301 // The strict function is one such object.
stack-traces.js 35 function one() {
44 one();
250 testTrace("testNested", testNested, ["at one", "at two", "at three"]);
switch.js 55 r = "one";
70 assertEquals("one", f2(1), "0-1-switch.1");
143 assertEquals(1, f4_string('one', 1), "fallthrough-string-switch.1");
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_avx2.c 18 const __m128i one = _mm_set1_epi8(1); local
136 flat = _mm_subs_epu8(flat, one);
169 flat2 = _mm_subs_epu8(flat2, one);
400 const __m128i one = _mm_set1_epi8(1); local
533 flat = _mm_subs_epu8(flat, one);
559 flat2 = _mm_subs_epu8(flat2, one);
    [all...]
  /external/oprofile/events/mips/34K/
events 113 event:0x417 counters:1 um:zero minimum:500 name:SINGLE_THREADED_CYCLES : 23-1 Cycles while one and only one TC is eligible for scheduling
141 event:0x430 counters:1 um:zero minimum:500 name:FB_ENTRY_ALLOCATED_CYCLES : 48-1 Cycles while at least one IFU fill buffer is allocated
  /external/skia/experimental/Intersection/
SimplifyNew_Test.cpp 3899 SkPath one, two; local
3906 SkPath one, two; local
3913 SkPath one, two; local
3920 SkPath one, two; local
3927 SkPath one, two; local
3934 SkPath one, two; local
3941 SkPath one, two; local
3948 SkPath one, two; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_avx2.c 18 const __m128i one = _mm_set1_epi8(1); local
136 flat = _mm_subs_epu8(flat, one);
169 flat2 = _mm_subs_epu8(flat2, one);
400 const __m128i one = _mm_set1_epi8(1); local
533 flat = _mm_subs_epu8(flat, one);
559 flat2 = _mm_subs_epu8(flat2, one);
    [all...]
  /sdk/adtproductbuild/
Android.mk 39 # zipped versions (one per OS, all built at the same time)
77 # Defines the rule needed to make one of the OS specific android IDE.
138 # Defines the rule needed to make one of the OS specific android IDE.
  /art/compiler/
Android.mk 304 $(eval $(call copy-one-file, $(call intermediates-dir-for,STATIC_LIBRARIES,libcompiler_rt,,)/libcompiler_rt.a, $(TARGET_OUT_SHARED_LIBRARIES)/libcompiler_rt.a))
306 $(eval $(call copy-one-file, $(call intermediates-dir-for,STATIC_LIBRARIES,libcompiler_rt,,,t)/libcompiler_rt.a, $(2ND_TARGET_OUT_SHARED_LIBRARIES)/libcompiler_rt.a))
  /build/core/
product_config.mk 97 $(error Only one PRODUCT-* goal may be specified; saw "$(product_goals)")
152 $(error Only one APP-* goal may be specified; saw "$(unbundled_goals)"))
273 # If we only have one runtime, we can strip classes.dex by default during dex_preopt
276 # If we have more than one, we leave the classes.dex alone for post-boot analysis
  /cts/tests/signature/
Android.mk 51 # By only ever having one of these magic files in existence and making
  /external/antlr/antlr-3.4/runtime/ActionScript/project/test/org/antlr/runtime/test/
TestANTLRStringStream.as 51 // now consume() one byte and run some more tests.
  /external/bison/doc/
refcard.tex 9 % For printing reference cards to use in books, specify one column
102 %%%% smallcopyrightnotice for two column printing on one page.
361 {\it non-terminal} symbol name, and {\it association} can be one of
453 number, {\it x} is a number or \$, {\it line\_spec} one of {\tt
  /external/ceres-solver/scripts/
ceres-solver.spec 37 - A friendly API: build your objective function one term at a time
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
keyboard_handler.js 103 // If ChromeVox isn't active, ignore every command except the one

Completed in 1587 milliseconds

<<31323334353637383940>>