HomeSort by relevance Sort by last modified time
    Searched refs:smart (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebKit/efl/ewk/
ewk_view_tiled.c 229 * Sets the smart class api using tiled backing store, enabling view
238 * data for your smart class to work, just extend
275 static Evas_Smart *smart = 0; local
277 if (EINA_UNLIKELY(!smart)) {
279 smart = evas_smart_class_new(&api.sc);
282 return smart;
ewk_view_single.c 529 * Sets the smart class api using single backing store, enabling view
538 * data for your smart class to work, just extend
570 static Evas_Smart *smart = 0; local
572 if (EINA_UNLIKELY(!smart)) {
574 smart = evas_smart_class_new(&api.sc);
577 return smart;
ewk_frame.cpp 108 CRITICAL("no smart data for object %p (%s)", \
285 static Evas_Smart* smart = 0; local
287 if (EINA_UNLIKELY(!smart)) {
290 smart = evas_smart_class_new(&sc);
293 return smart;
    [all...]
ewk_tiled_backing_store.c 1474 static Evas_Smart *smart = NULL; local
    [all...]
ewk_view.cpp 169 ("%p (%s) is not a smart object!", o, \
176 ("%p (%s) is not a smart object!", o, \
197 CRITICAL("no smart data for object %p (%s)", \
690 const Evas_Smart* smart = evas_object_smart_smart_get(o); local
691 const Evas_Smart_Class* sc = evas_smart_class_get(smart);
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 4 # SmartyPants - Smart punctuation for web sites
39 Description: SmartyPants is a web publishing utility that translates plain ASCII punctuation characters into &#8220;smart&#8221; typographic punctuation HTML entities. This plugin <strong>replace the default WordPress Texturize algorithm</strong> for the content and the title of your posts, the comments body and author name, and everywhere else Texturize normally apply. Based on the original Perl version by <a href="http://daringfireball.net/">John Gruber</a>.
333 # use old smart dash shortcuts, "--" for en, "---" for em
693 punctuation characters into "smart" typographic punctuation HTML
704 display text where smart quotes and other "smart punctuation" would not
712 to force non-smart punctuation. It does so by transforming the escape
766 was not seen as HTML (smart quotes where applied inside).
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 591 Uh-oh, I'm not smart enough to figure out what the problem is. :-(
  /external/chromium/third_party/libjingle/source/talk/
main.scons 491 print '***Unfortunately the vsproj creator isn\'t smart enough to '
  /external/v8/benchmarks/spinning-balls/
v.js 31 * http://paulirish.com/2011/requestanimationframe-for-smart-animating/
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorGObject.pm     [all...]
  /external/openssh/contrib/redhat/
openssh.spec 586 - make do_pam_setcred() smart enough to know when to establish creds and
  /external/ceres-solver/docs/
modeling.tex 471 In fact you can set any number of parameter blocks to be constant, and Ceres is smart enough to figure out what part of the problem you have constructed depends on the parameter blocks that are free to change and only spends time solving it. So for example if you constructed a problem with a million parameter blocks and 2 million residual blocks, but then set all but one parameter blocks to be constant and say only 10 residual blocks depend on this one non-constant parameter block. Then the computational effort Ceres spends in solving this problem will be the same if you had defined a problem with one parameter block and 10 residual blocks.
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]

Completed in 684 milliseconds