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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
logcat_trace_context.h 17 #error This file only makes sense to include on Android!
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
mergesort.c 109 int sense;
154 sense = -1;
158 sense = 0;
161 while ((b += size) < t && cmp(q, b) >sense)
170 (*cmp)(q, p) <= sense)
175 } else if ((*cmp)(q, p) <= sense) {
184 if ((*cmp)(q, p = b + i) <= sense)
192 p = b + (i >>= 1)) <= sense)
268 * when THRESHOLD/2 pairs compare with same sense. (Only used when NATURAL
277 int length, sense; local
    [all...]
  /external/chromium_org/media/cast/test/utility/
audio_utility.cc 70 // frequency is bit_number * 200 Hz. We also add a 'sense' tone to
111 // Carrier sense frequency
146 // When decoding, we first check for sense frequency, then we decode
148 // the sense frequency or to zero, or the decoding fails. If it fails, we
154 double sense = DecodeOneFrequency(&samples[start], local
157 if (sense < kMinSense) continue;
165 if (signal_strength < sense / 4) {
167 } else if (signal_strength > sense * 0.75 &&
168 signal_strength < sense * 1.25) {
  /external/chromium_org/v8/test/webkit/
legitimately-captured-argument.js 25 "Tests that using an argument as a captured variable, in the legitimate sense rather than the function.arguments sense, works as expected."
array-proto-func-property-getter-except.js 48 // This test makes sense for these functions: (they should get all properties on the array)
  /art/runtime/base/
logging.h 50 #define CHECK_STROP(s1, s2, sense) \
51 if (UNLIKELY((strcmp(s1, s2) == 0) != sense)) \
54 << (sense ? " == " : " != ") \
  /external/compiler-rt/lib/asan/scripts/
symbolize.py 48 print 'Could not make sense of readelf output!'
  /build/core/
executable_prefer_symlink.mk 10 # et al. since those variables make no sense in that context.
  /external/bison/data/
lalr1.java 20 b4_defines_if([b4_fatal([%s: %%defines does not make sense in Java], [b4_skeleton])])
22 [b4_fatal([%s: %%destructor does not make sense in Java], [b4_skeleton])],
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
group_util.js 25 * Google Search, etc.) and making sure it made sense.
math_util.js 133 * <mprescripts> two elements prescripts of mmultiscripts. Only makes sense
255 * Computes the union of two arrays (not in a strictly set theoretical sense
  /external/chromium_org/remoting/webapp/
media_source_renderer.js 81 // need to seek the stream, so it doesn't make sense to keep any of that
  /external/chromium_org/v8/test/mjsunit/
const-eval-init.js 31 // This only makes sense in local scopes since the declaration and
array-constructor-feedback.js 106 // This only makes sense to test if we allow crankshafting
166 // This only makes sense to test if we allow crankshafting
string-split.js 95 * Opera seems to have this right. The others make no sense.
  /external/libpcap/
gencode.h 258 int sense; member in struct:block
gencode.c 528 * Backpatch the blocks in 'list' to 'target'. The 'sense' field indicates
540 if (!list->sense) {
552 * Merge the lists in b0 and b1, using the 'sense' field to indicate
563 p = !((*p)->sense) ? &JT(*p) : &JF(*p);
605 p->sense = !p->sense;
615 b0->sense = !b0->sense;
616 b1->sense = !b1->sense;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 216 int getMatchingCondBranchOpcode(int Opc, bool sense) const;
  /external/chromium_org/chrome/browser/resources/user_manager/
user_manager.js 51 // make sense when displayed as a widget.
  /external/chromium_org/native_client_sdk/src/tools/
nacl_llvm.mk 125 # sense, they are already stripped), but set this rule up for uniformity.
  /development/ndk/platforms/android-3/include/linux/
blkdev.h 168 void *sense; member in struct:request
  /external/chromium_org/third_party/skia/experimental/Intersection/
thingsToDo.txt 23 would it make sense to leave the InEdge alone, and add multiple copies of
28 -- A Digression Which Shows Why Resolving Coincidence Does Not Make Sense --
121 inside sense is reversed (inside is above the top). But how do I know if the
144 continue tracing the touched segments with reversed outside/inside sense
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
cmake.py 591 building. However, it also makes sense for an IDE, as it is possible for
    [all...]
  /external/skia/experimental/Intersection/
thingsToDo.txt 23 would it make sense to leave the InEdge alone, and add multiple copies of
28 -- A Digression Which Shows Why Resolving Coincidence Does Not Make Sense --
121 inside sense is reversed (inside is above the top). But how do I know if the
144 continue tracing the touched segments with reversed outside/inside sense
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h 168 void *sense; member in struct:request

Completed in 497 milliseconds

1 2 3 4 5 6 7 8 9