HomeSort by relevance Sort by last modified time
    Searched refs:fake (Results 26 - 50 of 70) sorted by null

12 3

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
ProxyTest.java 163 class Fake extends Proxy {
164 Fake() {
169 Proxy fake = new Proxy(new InvocationHandler() { local
180 .isProxyClass(Fake.class));
182 .isProxyClass(fake.getClass()));
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
ProxyTest.java 201 class Fake extends Proxy {
202 Fake() {
207 Proxy fake = new Proxy(new InvocationHandler() { local
218 .isProxyClass(Fake.class));
220 .isProxyClass(fake.getClass()));
  /external/valgrind/main/exp-dhat/
dh_main.c 131 Block fake; local
132 fake.payload = a;
133 fake.req_szB = 1;
137 &foundkey, &foundval, (UWord)&fake );
145 tl_assert(res != &fake);
157 Block fake; local
158 fake.payload = a;
159 fake.req_szB = 1;
161 NULL, NULL, (Addr)&fake );
    [all...]
  /external/chromium_org/v8/test/mozilla/
mozilla-shell-emulation.js 28 // Sets up fake implementations of MDC built-in objects and functions
  /external/elfutils/libdw/
dwarf_getlocation.c 121 struct loc_s fake = { .addr = block->data }; local
122 struct loc_s **found = tfind (&fake, &cu->locs, loc_compare);
  /external/v8/test/mozilla/
mozilla-shell-emulation.js 28 // Sets up fake implementations of MDC built-in objects and functions
  /external/chromium_org/third_party/icu/source/data/mappings/
ucmlocal.mk 29 # * Three 'fake' tables to prevent Webkit from falling back to the default
  /external/yaffs2/yaffs2/
yaffs_guts.h 402 __u8 fake:1; /* A fake object has no presence on NAND. */ member in struct:yaffs_ObjectStruct
502 __u8 fake:1; member in struct:__anon30810
yaffs_guts.c 334 * Access functions to useful fake objects
1388 obj->fake = 1; /* it is fake so it has no NAND presence... */
    [all...]
  /external/ceres-solver/jni/
Android.mk 49 # The shared library built at the bottom is fake, broken, and empty. It exists
207 # This is a fake library; see the file header comments.
  /external/elfutils/src/
nm.c 1092 Dwarf_Global fake = { .name = symstr }; local
1093 Dwarf_Global **found = tfind (&fake, &global_root,
1143 struct local_name fake = local
1149 struct local_name **found = tfind (&fake, &local_root,
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /external/chromium_org/chrome/browser/resources/
flags.js 59 * fake fragment navigation with '.scrollIntoView()', since the fragment IDs
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.js 40 * Sends TOTAL_RESULT_COUNT fake downloads to the page. This can't be called
  /external/clang/bindings/python/tests/cindex/
test_translation_unit.py 46 tu = TranslationUnit.from_source('fake.c', ['-I./'], unsaved_files = [
47 ('fake.c', """
48 #include "fake.h"
52 ('./fake.h', """
62 tu = TranslationUnit.from_source('fake.c', unsaved_files = [
63 ('fake.c', StringIO.StringIO('int x;'))])
  /external/chromium_org/chrome/browser/resources/file_manager/js/
test_util.js 484 * Sends an fake event having the specified type to the target query.
497 * Sends a fake key event to the element specified by |targetQuery| with the
517 * Sends a fake mouse click event (left button, single click) to the element
533 * Simulates a fake double click event (left button) to the element specified by
568 * Sends a fake mouse down event to the element specified by |targetQuery|.
583 * Sends a fake mouse up event to the element specified by |targetQuery|.
util.js     [all...]
directory_tree.js 96 * a fake.
141 // Fake Drive root.
401 * @param {DirectoryEntry|Object} entry The entry to be selected. Can be a fake.
523 * be a fake.
directory_model.js 29 // Use a fake instead, to return a list as fast as possible.
114 * Fake entry to be used in currentDirEntry_ when current directory is
126 * Fake entry representing a psuedo directory, which contains Drive files
139 * Fake entry representing a psuedo directory, which contains shared-with-me
152 * Fake entry representing a psuedo directory, which contains Drive files
156 * this fake entry (e.g. changeDirectory()).
167 * List of fake entries for special searches.
    [all...]
  /external/chromium_org/tools/traceline/svgui/
traceline.js 301 // We make a fake scrollbar, which doesn't actually have the SVG inside of it,
384 // Container holds the thread names, SVG element, and fake scroll bar.
401 // SVG div goes along the right side, it holds the SVG element and our fake
412 // The fake scroll div is an outer div with a fixed size with a scroll.
416 // Fatty is inside the fake scroll div to give us the size we want to scroll.
477 // Watch when we get scroll events on the fake scrollbar and debounce. We
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cgi.py 326 Content-Disposition: form-data; name="upload"; filename="fake.txt"
329 this is the content of the fake file
341 'upload': 'this is the content of the fake file\n'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cgi.py 326 Content-Disposition: form-data; name="upload"; filename="fake.txt"
329 this is the content of the fake file
341 'upload': 'this is the content of the fake file\n'
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
upload_page.js 223 // Adding fake album with id=null.
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
select_album_dialog.js 12 * If user chooses to create a new album, result will be a fake album with
138 // Fake item to create new album.
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_browsertest.js 60 * Fake input of a pincode or passkey.
95 name: 'Fake device',
334 name: 'fake',

Completed in 648 milliseconds

12 3