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

<<31323334353637383940>>

  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
messageformat.js 40 * =0 {no one at all}
42 * one {{WHO} and one other person}
47 * produce "I see Mark and one other person in Athens." as output.
52 * one {Take the elevator to the #st floor.}
302 * Formats select block. Only one option is selected.
333 * Formats plural or selectordinal block. Only one option is selected and all #
537 * @return {goog.i18n.MessageFormat.BlockType_} One of the block types.
625 // Looking for (key block)+ sequence. One of the keys has to be "other".
702 * '{FOO, selectordinal, one {Message A}other {Message B}}
    [all...]
  /external/libvorbis/doc/
08-residue.tex 9 one channel in an audio frame after the encoder subtracts the floor
61 sum of several passes through the residue vector using more than one
161 3) [residue_partition_size] = read 24 bits as unsigned integer and add one
162 4) [residue_classifications] = read 6 bits as unsigned integer and add one
198 4) [bitflag] = read one bit as boolean
334 20) increment [partition_count] by one
423 However, if at least one vector is to be decoded, all the vectors are
426 channel. After decode, deinterleave the vector into independent vectors, one for each output channel. That is:
431 \item Post decode: Deinterleave the single vector \varname{[v]} returned by format 1 decode as described above into \emph{ch} independent vectors, one for each outputchannel, according to:
  /external/blktrace/btreplay/doc/
btreplay.tex 47 To build these tools, one needs to
62 one is able to \emph{replay} the IO again on the same machine or another
72 thus, to save system resources (including storage for traces), one could
144 in one bunch -- only IOs within the time specified are eligible
151 more than 8 individual IOs. With this option, one can increase or
156 Each input data file (one per device per CPU) results in a new record
157 data file (again, one per device per CPU) which contains information
159 these record data files by spawning a new pair of threads per file. One
173 \texttt{--cpus} option allows one to state how many CPUs on the replay
200 One idea to reduce errors in this area would be to push the IO repla
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalkerPolygons_Test.cpp 370 SkPath one, two;
371 one.moveTo(0, 0);
372 one.lineTo(3, 3);
373 one.lineTo(0, 3);
374 one.lineTo(1, 2);
375 one.close();
384 comparePaths(one, two);
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 237 SkFixed one) {
240 return (i << 14) | SkClampMax((f + one) >> 16, max);
253 const SkFixed one = s.fFilterOneX; local
265 fx = SkScalarToFixed(pt.fX) - (one >> 1);
312 *xy++ = ClampX_ClampY_pack_filter(fx, maxX, one);
320 __m128i wide_one = _mm_set1_epi32(one);
343 // SkClampMax(((f+one))>>16,max)
361 *xy++ = ClampX_ClampY_pack_filter(fx, maxX, one);
531 // SkClampMax(((f+one))>>16,max)
  /external/doclava/src/com/google/doclava/
SampleCode.java 474 public int compare (File one, File other) {
475 if (one.isDirectory() && !other.isDirectory()) {
477 } else if (!one.isDirectory() && other.isDirectory()) {
479 } else if ("AndroidManifest.xml".equals(one.getName())) {
482 return one.compareTo(other);
491 public int compare(Node one, Node other) {
492 return one.getLabel().compareTo(other.getLabel());
  /external/skia/experimental/Intersection/
EdgeWalkerPolygons_Test.cpp 370 SkPath one, two;
371 one.moveTo(0, 0);
372 one.lineTo(3, 3);
373 one.lineTo(0, 3);
374 one.lineTo(1, 2);
375 one.close();
384 comparePaths(one, two);
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 237 SkFixed one) {
240 return (i << 14) | SkClampMax((f + one) >> 16, max);
253 const SkFixed one = s.fFilterOneX; local
265 fx = SkScalarToFixed(pt.fX) - (one >> 1);
312 *xy++ = ClampX_ClampY_pack_filter(fx, maxX, one);
320 __m128i wide_one = _mm_set1_epi32(one);
343 // SkClampMax(((f+one))>>16,max)
361 *xy++ = ClampX_ClampY_pack_filter(fx, maxX, one);
531 // SkClampMax(((f+one))>>16,max)
  /external/valgrind/main/auxprogs/
valgrind-di-server.c 307 /* do length NMAX blocks -- requires just one modulo operation */
319 /* do remaining bytes (less than NMAX, still just one modulo) */
781 session-ID is redundant -- it must be the one associated with
1035 int i, j, res, one; local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraZslImpl.java 17 package com.android.camera.one.v2;
53 import com.android.camera.one.AbstractOneCamera;
54 import com.android.camera.one.OneCamera;
55 import com.android.camera.one.OneCamera.PhotoCaptureParameters.Flash;
56 import com.android.camera.one.Settings3A;
57 import com.android.camera.one.v2.ImageCaptureManager.ImageCaptureListener;
58 import com.android.camera.one.v2.ImageCaptureManager.MetadataChangeListener;
238 // latest one. Synchronization is necessary since this method is
448 // acceptable one exists in the buffer.
473 // the one we requested in (2)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
editable_text.js 197 * Whether or not moving the cursor from one character to another considers
204 * If the cursor is an i-beam, moving the cursor by one character reads the
397 // - one to determine the selection event
398 // - one to speak
422 // Moved by one character; read it.
443 // Moved by more than one character. Read all characters crossed.
452 // Autocomplete: the user typed one character of autocompleted text.
542 // Next, see if one or more characters were deleted from the previous
564 // Try to do a diff between the new and the old text. If it is a one character
602 // results in unintended consequences such as reading all text when only one
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
icusvtst.cpp 329 // register an object with one locale,
971 SimpleListener one(this, "one");
978 ls.addListener(&one, status);
995 ls.removeListener(&one, status);
999 // should only get one notification even if register multiple times
1001 ls.addListener(&one, status);
1002 ls.addListener(&one, status);
1003 ls.addListener(&one, status);
1098 UnicodeString* one = new UnicodeString("one\/de_US"); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
icusvtst.cpp 329 // register an object with one locale,
971 SimpleListener one(this, "one");
978 ls.addListener(&one, status);
995 ls.removeListener(&one, status);
999 // should only get one notification even if register multiple times
1001 ls.addListener(&one, status);
1002 ls.addListener(&one, status);
1003 ls.addListener(&one, status);
1098 UnicodeString* one = new UnicodeString("one\/de_US"); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_high_intrapred_sse2.asm 26 DEFINE_ARGS dst, stride, one
54 DEFINE_ARGS dst, stride, stride3, one
265 cglobal high_tm_predictor_4x4, 5, 6, 5, dst, stride, above, left, bps, one
303 cglobal high_tm_predictor_8x8, 5, 6, 5, dst, stride, above, left, bps, one
348 cglobal high_tm_predictor_16x16, 5, 6, 8, dst, stride, above, left, bps, one
402 cglobal high_tm_predictor_32x32, 5, 6, 12, dst, stride, above, left, bps, one
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.c 286 emit_data->args[3] = bld_base->base.one;
321 emit_data->output[TGSI_CHAN_X] = bld_base->base.one;
376 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
457 emit_data->output[TGSI_CHAN_X] = bld_base->base.one;
480 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
525 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
644 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
671 emit_data->output[emit_data->chan] = bld_base->base.one;
771 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
973 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
downsample_fast_neon.S 64 @ then move 2 bytes forward to increment one more sample.
70 @ advancing 32 bytes, then move 2 bytes forward to increment one sample.
76 @ (factor * 7 * 2) bytes, then move 2 bytes forward to increment one sample.
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_mips.c 641 const float one = 1.0; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.c 286 emit_data->args[3] = bld_base->base.one;
321 emit_data->output[TGSI_CHAN_X] = bld_base->base.one;
376 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
457 emit_data->output[TGSI_CHAN_X] = bld_base->base.one;
480 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
525 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
644 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
671 emit_data->output[emit_data->chan] = bld_base->base.one;
771 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
973 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 101 one RN 4 label
208 MOV one,#1
210 LSL scaleFactor,one,temp ;// scaleFactor=1<<(fcodeForward-1)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 101 one RN 4 label
208 MOV one,#1
210 LSL scaleFactor,one,temp ;// scaleFactor=1<<(fcodeForward-1)
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 91 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;
92 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;
104 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;
105 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;
115 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;
116 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;
  /art/test/003-omnibus-opcodes/src/
IntMath.java 91 int one = thirtyTwo / 32; local
99 Main.assertTrue(1 << -one == -2147483648);
107 Main.assertTrue(1 >> -one == 0);
115 Main.assertTrue(1 >>> -one == 0);
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_rem_pio2.c 55 * precison, one may have to do something like:
289 one = 1.0, variable
359 z = one - z;
360 if(carry!=0) z -= scalbn(one,q0);
396 fw = scalbn(one,q0);
  /build/core/
dex_preopt_odex_install.mk 61 # Append the odex for the 2nd arch if we have one.
74 # For a Java library, we build odex for both 1st arch and 2nd arch, if we have one.
  /build/core/tasks/
sdk-addon.mk 78 $(eval $(call copy-one-file,$(_src),$(_dest))) \
140 $(error Trying to build sdk_addon, but product '$(INTERNAL_PRODUCT)' does not define one)

Completed in 1303 milliseconds

<<31323334353637383940>>