HomeSort by relevance Sort by last modified time
    Searched refs:tags (Results 276 - 300 of 553) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 1823 char* tags; local
    [all...]
  /external/freetype/src/raster/
ftraster.c 1825 char* tags; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
ftraster.c 1825 char* tags; local
    [all...]
  /external/chromium_org/third_party/readability/js/
readability.js 60 negative: /combx|comment|com-|contact|foot|footer|footnote|masthead|media|meta|outbrain|promo|related|scroll|shoutbox|sidebar|sponsor|shopping|tags|tool|widget/i,
78 * 1. Prep the document by removing script tags, css, etc.
413 /* Remove all style tags in head (not doing this on IE) - TODO: Why not? */
428 * iframes, forms, strip extraneous <p> tags, etc.
547 * into P tags where they have been used inappropriately (as in, where they contain no other block level elements.)
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 237 /* tags are separated from lines. tags are Addrs and are
247 Addr tags[FI_NUM_LINES]; member in struct:__anon36560
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js 873 // Fix "XHTML"-style tags in all browsers
881 var tags = elem.replace(/^\s+/, "").substring(0, 10).toLowerCase();
885 !tags.indexOf("<opt") &&
888 !tags.indexOf("<leg") &&
891 tags.match(/^<(thead|tbody|tfoot|colg|cap)/) &&
894 !tags.indexOf("<tr") &&
898 (!tags.indexOf("<td") || !tags.indexOf("<th")) &&
901 !tags.indexOf("<col") &&
904 // IE can't serialize <link> and <script> tags normall
    [all...]
  /external/chromium_org/chrome/service/cloud_print/
print_system_cups.cc 108 const std::vector<std::string>& tags,
384 const std::vector<std::string>& tags,
390 printer_name, job_title, tags, &dry_run);
777 const std::vector<std::string>& tags,
799 *dry_run = IsDryRunJob(tags);
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 198 tags = list(self.keys())
199 if "GlyphOrder" in tags:
200 tags.remove("GlyphOrder")
201 numTables = len(tags)
210 for tag in tags:
sfnt.py 237 tags = list(self.tables.keys())
239 for i in range(len(tags)):
240 checksums.append(self.tables[tags[i]].checkSum)
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 268 const char* tags = env->GetStringUTFChars(jtags, NULL); local
269 // copying array size -1, char array for tags was calloc'd, no need to NULL-terminate it
270 strncpy(paa->tags, tags, AUDIO_ATTRIBUTES_TAGS_MAX_SIZE - 1);
271 env->ReleaseStringUTFChars(jtags, tags);
277 ALOGV("AudioTrack_setup for usage=%d content=%d flags=0x%#x tags=%s",
278 paa->usage, paa->content_type, paa->flags, paa->tags);
    [all...]
  /external/doclava/src/com/google/doclava/
Comment.java 124 // if there are no more tags
338 for (TagInfo t : c.tags()) {
402 public TagInfo[] tags() { method in class:Comment
407 public TagInfo[] tags(String name) { method in class:Comment
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowView.java 38 * visibility, onclick, tags, and tracks the size and shape of the view.
65 private final Map<Integer, Object> tags = new HashMap<Integer, Object>(); field in class:ShadowView
467 return tags.get(key);
472 tags.put(key, value);
  /ndk/build/core/
build-binary.mk 249 $(call clear-all-src-tags)
318 # add PCH to LOCAL_SRC_FILES so that TARGET-process-src-files-tags could process it
323 # Process all source file tags to determine toolchain-specific
326 $(call TARGET-process-src-files-tags)
334 # only call dump-src-file-tags during debugging
335 #$(dump-src-file-tags)
  /system/media/camera/docs/
metadata_model.py 198 tags: A sequence of all Tag instances available in the graph.
229 def tags(self): member in class:Metadata
259 tag_ids = [tg.name for tg in self.tags if tg.name == tag]
377 tag_dict = self._dictionary_by_name(self.tags)
577 if self.tags is not None:
578 for i in self.tags:
1051 tags: A sequence of Tag nodes associated with this Entry.
1059 parent and tags edges are invalid until after Metadata#construct_graph
1197 def tags(self): member in class:Entry
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_util.js 98 * List of MathML Tags that are to be ignored.
109 * List of MathML Tags to be ignore if they have no children.
120 * pathological cases, where content is hidden in incorrectly used tags!
traverse_util.js 462 // would cross a tag. Don't actually return any tags crossed, because this
522 // would cross a tag. Don't actually return any tags crossed, because this
547 * Given elements entered and left, and break tags, returns true if the
551 * @param {Object.<string, boolean>} breakTags Associative array of tags
554 * element with one of these tags.
589 * @param {Object.<string, boolean>} breakTags Associative array of tags
615 * @param {Object.<string, boolean>} breakTags Associative array of tags
641 * @param {Object.<string, boolean>} breakTags Associative array of tags
687 * @param {Object.<string, boolean>} breakTags Associative array of tags
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
omnibox_custom_bindings.js 60 // Process and descend into a subset of recognized tags.
  /external/llvm/utils/release/
test-release.sh 225 if ! svn ls $Base_url/$proj/tags/RELEASE_$Release_no_dot/$RC > /dev/null 2>&1 ; then
238 if ! svn export -q $Base_url/$proj/tags/RELEASE_$Release_no_dot/$RC $proj.src ; then
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV2.java 69 public SystraceOptionsDialogV2(Shell parentShell, List<SystraceTag> tags, List<String> apps) {
71 mSupportedTags = tags;
154 l.setText("Select tags to enable: ");
  /external/valgrind/main/callgrind/
sim.c 80 UWord* tags; member in struct:__anon36104
96 /* Lower bits of cache tags are used as flags for a cache line */
159 c->tags[i] = 0;
168 c->tags[i] = i % c->assoc; /* init lower bits as pointer */
203 c->tags = (UWord*) CLG_MALLOC("cl.sim.cs_ic.1",
221 VG_(printf)("%8x ", c->tags[i]);
253 set = &(c->tags[set_no * c->assoc]);
359 set = &(c->tags[set_no * c->assoc]);
703 set = &(L.tags[set1 * L.assoc]); \
752 set = &(L.tags[set1 * L.assoc]);
    [all...]
  /bionic/libc/kernel/uapi/linux/
firewire-cdev.h 277 __u32 tags; member in struct:fw_cdev_start_iso
  /development/ndk/platforms/android-L/include/linux/
firewire-cdev.h 277 __u32 tags; member in struct:fw_cdev_start_iso
  /external/chromium_org/chromeos/dbus/
nfc_adapter_client.cc 31 RegisterProperty(nfc_adapter::kTagsProperty, &tags);

Completed in 897 milliseconds

<<11121314151617181920>>