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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/opus/src/celt/arm/
armopts.s.in 27 ; Set the following to 1 if we have EDSP instructions
31 ; Set the following to 1 if we have ARMv6 media instructions.
34 ; Set the following to 1 if we have NEON (some ARMv7)
  /external/libopus/celt/arm/
armopts.s.in 27 ; Set the following to 1 if we have EDSP instructions
31 ; Set the following to 1 if we have ARMv6 media instructions.
34 ; Set the following to 1 if we have NEON (some ARMv7)
  /external/qemu/
Android.mk 1 # the following test is made to detect that we were called
2 # through the 'm' or 'mm' build commands. if not, we use the
  /frameworks/rs/java/
Android.mk 3 # Only build our tests if we doing a top-level build. Do not build the
4 # tests if we are just doing an mm or mmm in frameworks/rs.
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
errwarn.c 194 errwarn_data *first, *next, *ins_we, *we; local
221 we = ins_we;
224 we = yasm_xmalloc(sizeof(errwarn_data));
226 we->type = WE_UNKNOWN;
227 we->line = line;
228 we->xrefline = 0;
229 we->msg = NULL;
230 we->xrefmsg = NULL;
233 SLIST_INSERT_HEAD(&errwarns->errwarns, we, link);
236 SLIST_INSERT_AFTER(ins_we, we, link)
433 errwarn_data *we; local
454 errwarn_data *we = errwarn_data_new(errwarns, line, 1); local
467 errwarn_data *we = errwarn_data_new(errwarns, line, 0); local
491 errwarn_data *we; local
    [all...]
  /ndk/tests/device/test-gabi++/jni/
Application.mk 8 # Note: we use APP_STL because we explicitely import
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
crosssect.asm 14 .long (_sys_srt-.)+(.-_sys_info) # GAS cannot handle this but we can
  /external/llvm/test/MC/AArch64/
arm64-separator.s 3 ; ARM64 uses a multi-character statement separator, "%%". Check that we lex
8 ; being on separate lines in the output. We look for the "; encoding" string
9 ; to verify that. For this test, we don't care what the encoding is, just that
  /external/opencv/
libopencv.mk 4 # Make sure bionic is first so we can include system headers.
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
rep_prefix.S 10 cld # we want these to happen forward
17 # We should check this on x86 too, but then we'd
66 cmp $0xd,%al # if we loaded wrong value
83 cmp $0x020d,%ax # if we loaded wrong value
100 cmp $0x0feb1378,%eax # if we loaded wrong value
118 # !if we loaded wrong value
337 xor %rdi,%rdi # we return 0
  /development/samples/ApiDemos/tests/
Android.mk 4 # We only want this apk build for tests.
12 # Notice that we don't have to include the src files of ApiDemos because, by
13 # running the tests using an instrumentation targeting ApiDemos, we
  /external/chromium_org/tools/telemetry/telemetry/timeline/
inspector_importer.py 17 ''' Checks if timeline_data is from the inspector timeline. We assume
18 that if the first event is a valid inspector event, we can import the
  /frameworks/base/tests/SmokeTest/tests/
Android.mk 4 # We only want this apk build for tests.
10 # Notice that we don't have to include the src files of SmokeTestApp because, by
11 # running the tests using an instrumentation targeting SmokeTestApp, we
  /external/chromium_org/content/shell/renderer/test_runner/resources/fonts/
fonts.conf 36 <!-- Some layout tests specify Helvetica as a family and we need to make sure
37 that we don't fallback to Times New Roman for them -->
232 turning subpixel positioning on globally to ensure that we don't have
  /external/chromium_org/native_client_sdk/src/examples/tutorial/using_ppapi_simple/
example.js 5 // Once we load, hide the plugin
16 // When we receive the exit message we post an empty reply back to
  /external/lldb/
lldb-build.mk 1 # clang populates much of what we need
45 # strip out flags from clang/llvm that we know we don't handle
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/screenshot/
background.js 5 // To make sure we can uniquely identify each screenshot tab, add an id as a
21 // We are waiting for the tab we opened to finish loading.
22 // Check that the the tab's id matches the tab we opened,
27 // Passing the above test means this is the event we were waiting for.
28 // There is nothing we need to do for future onUpdated events, so we
  /external/chromium_org/v8/test/fuzz-natives/
base.js 58 // we don't care what happens as long as we don't crash
69 // When we have 5 or more arguments we lower the amount of tests cases
92 // we don't care what happens as long as we don't crash
  /bionic/libc/arch-arm64/bionic/
__bionic_clone.S 41 # Are we the child?
52 # We're in the child now. Set the end of the frame record chain...
56 # ...and call __start_thread with the 'fn' and 'arg' we stored on the child stack.
  /external/chromium_org/content/test/data/media/
webrtc_test_audio.js 24 // If more than one audio level is reported we get confused.
39 // test if we can't see a signal. The samples should have been gathered over at
40 // least two seconds since we expect to see at least three "peaks" in there
41 // (we should see either 3 or 4 depending on how things line up).
43 // If |beLenient| is specified, we assume we're running on a slow device or
52 // Detect when we have been been over the threshold and is going back again
53 // (i.e. count peaks). We should see about one peak per second.
72 // If silent (like when muted), we should get very near zero audio level.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_pack_invert.spec 51 1. Should we also define UNPACK_INVERT_MESA for glDrawPixels, etc?
53 Resolved: No, we're only concerned with pixel packing. There are other
  /external/llvm/test/Bindings/Ocaml/
ext_exc.ml 9 (* this used to crash, we must not use 'external' in .mli files, but 'val' if we
  /external/llvm/test/MC/ARM/
dwarf-cfi-initial-state.s 14 # field, we can check that here too.
  /external/llvm/test/MC/AsmParser/
directive_lsym.s 3 # FIXME: This is currently unsupported. If it turns out no one uses it, we
  /external/mesa3d/docs/
MESA_pack_invert.spec 51 1. Should we also define UNPACK_INVERT_MESA for glDrawPixels, etc?
53 Resolved: No, we're only concerned with pixel packing. There are other

Completed in 594 milliseconds

1 2 3 4 5 6 7 8 91011>>