HomeSort by relevance Sort by last modified time
    Searched full:worlds (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/tools/deep_memory_profiler/subcommands/
cat.py 54 orders['worlds'] = OrderedDict()
56 orders['worlds'][world] = OrderedDict()
57 orders['worlds'][world]['breakdown'] = OrderedDict()
63 orders['worlds'][world]['breakdown'][sorter.name] = order
89 root['worlds'] = OrderedDict()
90 root['worlds']['vm'] = CatCommand._fill_world(
92 root['worlds']['malloc'] = CatCommand._fill_world(
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMWrapperWorld.cpp 78 void DOMWrapperWorld::allWorldsInMainThread(Vector<RefPtr<DOMWrapperWorld> >& worlds)
81 worlds.append(&mainWorld());
84 worlds.append(it->value);
DOMWrapperWorld.h 51 // Embedder isolated worlds can use IDs in [1, 1<<29).
70 static void allWorldsInMainThread(Vector<RefPtr<DOMWrapperWorld> >& worlds);
SerializedScriptValue.cpp 2879 Vector<RefPtr<DOMWrapperWorld> > worlds; local
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/
accumulate.py 50 units_dict: A dict of units in worlds.
230 for world_name in snapshot['worlds']:
232 for unit_id, sizes in snapshot['worlds'][world_name]['units'].iteritems():
237 template, snapshot['worlds'], units, set(units[template[0]].keys()))
  /external/dnsmasq/contrib/openvpn/
README 28 > Anyway, my question: is there a way to have the best of both worlds?
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
profiler.js 190 var categories = snapshot.worlds[worldName].breakdown[breakdownName];
324 for (var worldName in snapshot.worlds) {
326 var units = snapshot.worlds[worldName].units;
  /external/chromium_org/third_party/WebKit/public/web/
WebDOMActivityLogger.h 58 // the main world). The extension ID is ignored for other worlds than the main
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_callback_interface.py 120 # causes leaks between isolated worlds if a different context is
v8_utilities.py 155 return set(['']) # At minimum, include isolated worlds.
  /external/qemu/hw/arm/
boot.c 18 /* The worlds second smallest bootloader. Set r0-r2, then jump to kernel. */
  /external/chromium_org/chrome/browser/extensions/
content_script_apitest.cc 128 // Now load a different extension, inject into same page, verify worlds aren't
  /frameworks/compile/libbcc/
README.rst 51 AOT to get the best of both worlds: Fast launch time and high
README.html 352 AOT to get the best of both worlds: Fast launch time and high
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
content_scripts.html 351 <p>Isolated worlds allow each content script to make changes to its JavaScript environment without worrying about conflicting with the page or with other content scripts. For example, a content script could include JQuery v1 and the page could include JQuery v2, and they wouldn't conflict with each other.
353 <p>Another important benefit of isolated worlds is that they completely separate the JavaScript on the page from the JavaScript in extensions. This allows us to offer extra functionality to content scripts that should not be accessible from web pages without worrying about web pages accessing it.
460 The first video describes content scripts and isolated worlds.
  /external/chromium_org/tools/deep_memory_profiler/lib/
sorter.py 38 virtual memory and malloc arena. Such different spaces are called "worlds"
  /frameworks/base/docs/html/auto/
overview.jd 132 connected to their virtual worlds while staying focused on the road ahead.</p>
  /frameworks/base/docs/html/training/articles/
perf-tips.jd 179 you can have the best of both worlds because ProGuard can inline accessors for you.</p>
  /external/eigen/doc/
QuickReference.dox 69 Conversion between the matrix and array worlds:
  /external/valgrind/main/docs/xml/
FAQ.xml 62 can see to the far regions of the nine worlds. Only those judged
  /external/chromium_org/extensions/renderer/
dispatcher.cc 211 // Isolated worlds (content script).
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp 659 between isolated worlds. #}
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view_browsertest.cc 390 EXPECT_EQ(ASCIIToUTF16("Hello worlds"), omnibox_view->GetText());
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/boot/
plexus-classworlds-2.5.1.jar 
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]

Completed in 1927 milliseconds

1 2