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

1 2 3 4

  /external/clang/test/CodeGen/
redefine_extname.c 3 #pragma redefine_extname fake real
6 extern int fake(void);
11 int fish() { return fake() + __PRAGMA_REDEFINE_EXTNAME + name; }
12 // Check that the call to fake() is emitted as a call to real()
  /external/chromium_org/chrome/browser/chromeos/login/
mock_login_utils.cc 21 FakeLoginUtils* fake = fake_login_utils_.get(); local
23 .WillByDefault(Invoke(fake, &FakeLoginUtils::DoBrowserLaunch));
25 .WillByDefault(Invoke(fake, &FakeLoginUtils::PrepareProfile));
27 .WillByDefault(Invoke(fake, &FakeLoginUtils::CreateAuthenticator));
  /external/chromium_org/third_party/webrtc/tools/loopback_test/
record-test.sh 56 # Using real camera instead of --use-fake-device-for-media-stream as it
58 # Flag --use-fake-ui-for-media-stream automatically allows getUserMedia calls.
59 $CHROME_UNDER_TESTING --use-fake-ui-for-media-stream "${TEST_URL}"
  /frameworks/base/core/java/android/text/style/
StyleSpan.java 100 int fake = want & ~tf.getStyle(); local
102 if ((fake & Typeface.BOLD) != 0) {
106 if ((fake & Typeface.ITALIC) != 0) {
TypefaceSpan.java 84 int fake = oldStyle & ~tf.getStyle(); local
86 if ((fake & Typeface.BOLD) != 0) {
90 if ((fake & Typeface.ITALIC) != 0) {
TextAppearanceSpan.java 237 int fake = style & ~tf.getStyle(); local
239 if ((fake & Typeface.BOLD) != 0) {
243 if ((fake & Typeface.ITALIC) != 0) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_set_literal.py 30 # Make a fake listmaker
31 fake = pytree.Node(syms.listmaker, [single.clone()])
32 single.replace(fake)
33 items = fake
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_set_literal.py 30 # Make a fake listmaker
31 fake = pytree.Node(syms.listmaker, [single.clone()])
32 single.replace(fake)
33 items = fake
  /external/chromium_org/v8/tools/
android-ll-prof.sh 57 ./d8 --ll_prof --gc-fake-mmap=/data/local/tmp/__v8_gc__ $RUN_ARGS"
67 --gc-fake-mmap=/data/local/tmp/__v8_gc__ \
  /device/generic/goldfish/camera/
Android.mk 61 fake-pipeline2/Scene.cpp \
62 fake-pipeline2/Sensor.cpp \
63 fake-pipeline2/JpegCompressor.cpp \
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1650.js 41 function Fake() {}
45 Fake.prototype.call = function () {
46 assertSame(Fake.prototype.bind, this);
48 assertSame(fake, arguments[0]);
53 Fake.prototype.bind = function () {
56 var fake = new Fake;
58 g(fake, x);
  /external/chromium_org/chrome/browser/ui/webui/options/
startup_page_list_browsertest.js 48 * A fake list of startup pages to send to the overlay.
104 * Gets data associated with this fake data transfer.
114 * Creates a fake bubbling, cancelable mouse event with a mock data transfer
117 * @return {!Event} A fake mouse event.
  /external/elfutils/0.153/libdw/
libdw_findcu.c 149 struct Dwarf_CU fake = { .start = start, .end = 0 }; local
150 struct Dwarf_CU **found = tfind (&fake, tree, findcu_cb);
dwarf_getlocation.c 138 struct loc_block_s fake = { .addr = (void *) op }; local
139 struct loc_block_s **found = tfind (&fake, &attr->cu->locs, loc_compare);
176 struct loc_s fake = { .addr = attr->valp }; local
177 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare);
224 struct loc_s fake = { .addr = block->data }; local
225 struct loc_s **found = tfind (&fake, cache, loc_compare);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c 122 FILE fake; local
126 _FILEEXT_SETUP(&fake, &fakeext);
128 fake._flags = fp->_flags & ~__SNBF;
129 fake._file = fp->_file;
130 fake._cookie = fp->_cookie;
131 fake._write = fp->_write;
134 fake._bf._base = fake._p = buf;
135 fake._bf._size = fake._w = sizeof(buf)
    [all...]
vfwprintf.c 100 FILE fake; local
104 _FILEEXT_SETUP(&fake, &fakeext);
106 fake._flags = fp->_flags & ~__SNBF;
107 fake._file = fp->_file;
108 fake._cookie = fp->_cookie;
109 fake._write = fp->_write;
112 fake._bf._base = fake._p = buf;
113 fake._bf._size = fake._w = sizeof(buf)
    [all...]
  /external/chromium_org/extensions/test/data/
unit_test_environment_specific_bindings.js 49 * A fake implementation of setTimeout and clearTimeout.
118 * A fake implementation of setTimeout. This does not support passing callback
135 * A fake implementation of clearTimeout.
  /external/chromium_org/third_party/libxslt/libexslt/
functions.c 282 xmlNodePtr paramNode, oldInsert, fake; local
404 fake = xmlNewDocNode(tctxt->output, NULL,
405 (const xmlChar *)"fake", NULL);
407 tctxt->insert = fake;
430 if (fake->children != NULL) {
432 xmlDebugDumpNode (stderr, fake, 1);
438 xmlFreeNode(fake);
441 xmlFreeNode(fake);
  /external/valgrind/main/VEX/priv/
host_x86_defs.c 67 vex_printf("%%fake%d", r);
2052 # define fake macro
2064 # undef fake macro
2122 # define fake macro
3332 # undef fake macro
    [all...]
host_amd64_defs.c 68 vex_printf("%%fake%d", r);
2287 # define fake macro
3538 # undef fake macro
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_watcher.js 117 * Changes the watched directory. In case of a fake entry, the watch is
118 * just released, since there is no reason to track a fake directory.
121 * fake entry.
  /bootable/recovery/
verifier_test.sh 111 expect_fail fake-eocd.zip
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
factory.py 129 by real ports. This does not include any "fake" names like "test"
  /external/chromium_org/third_party/skia/samplecode/
SampleColorFilter.cpp 29 int fake = x >> 5; local
32 int diff = fake - orig;
  /external/lldb/include/lldb/Core/
Section.h 219 SetIsFake(bool fake)
221 m_fake = fake;

Completed in 1091 milliseconds

1 2 3 4