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

<<11121314151617181920>>

  /external/libvpx/examples/includes/geshi/
geshi.php 134 /** The key of the regex array defining what bracket group in a
139 /** The key of the regex array defining what bracket group in a
142 /** The key of the regex array defining what bracket group in a
911 * Sets the style for a keyword group. If $preserve_defaults is
915 * @param int The key of the keyword group to change the styles of
922 //Set the style for this keyword group
936 * Turns highlighting on/off for a keyword group
938 * @param int The key of the keyword group to turn on or off
939 * @param boolean Whether to turn highlighting for that group on or off
951 * @param int The key of the comment group to change the styles o
4313 foreach ($this->language_data['STYLES']['KEYWORDS'] as $group => $styles) { variable
4320 foreach ($this->language_data['STYLES']['COMMENTS'] as $group => $styles) { variable
4329 foreach ($this->language_data['STYLES']['ESCAPE_CHAR'] as $group => $styles) { variable
4333 $group = '_h'; variable
4338 foreach ($this->language_data['STYLES']['BRACKETS'] as $group => $styles) { variable
4343 foreach ($this->language_data['STYLES']['SYMBOLS'] as $group => $styles) { variable
4348 foreach ($this->language_data['STYLES']['STRINGS'] as $group => $styles) { variable
4352 $group = '_h'; variable
4357 foreach ($this->language_data['STYLES']['NUMBERS'] as $group => $styles) { variable
4362 foreach ($this->language_data['STYLES']['METHODS'] as $group => $styles) { variable
4368 foreach ($this->language_data['STYLES']['SCRIPT'] as $group => $styles) { variable
4373 foreach ($this->language_data['STYLES']['REGEXPS'] as $group => $styles) { variable
    [all...]
  /bionic/libc/kernel/tools/
clean_header.py 50 if m and m.group(1) != 'generic':
52 arch = m.group(1)
find_headers.py 95 if verbose: print ">> found kernel arch '%s'" % m.group(1)
96 archs.append(m.group(1))
  /build/core/combo/
TARGET_linux-x86.mk 153 -Wl,--start-group \
156 -Wl,--end-group \
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 253 String title = sectionMatcher.group(1);
256 String sectionContent = sectionMatcher.group();
  /external/clearsilver/python/examples/base/
odb_sqlite.py 21 c = m.group(0)
28 hexnum = int(m.group(1),16)
  /external/dbus/bus/
config-parser.c 923 const char *group; local
940 "group", &group,
946 (context && group) ||
948 ((user && group) ||
950 (group && at_console) ||
951 !(context || user || group || at_console))
954 "<policy> element must have exactly one of (context|user|group|at_console) attributes");
988 else if (group != NULL)
991 _dbus_string_init_const (&group_name, group);
1107 const char *group; local
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp 698 // Capture Group.
743 REGEX_ASSERT(matcher->group(status) == "0123456789");
744 REGEX_ASSERT(matcher->group(0, status) == "0123456789");
745 REGEX_ASSERT(matcher->group(1, status) == "234567" );
746 REGEX_ASSERT(matcher->group(2, status) == "45" );
747 REGEX_ASSERT(matcher->group(3, status) == "89" );
749 REGEX_ASSERT_FAIL(matcher->group(-1, status), U_INDEX_OUTOFBOUNDS_ERROR);
750 REGEX_ASSERT_FAIL(matcher->group( 4, status), U_INDEX_OUTOFBOUNDS_ERROR);
752 REGEX_ASSERT_FAIL(matcher->group( 0, status), U_REGEX_INVALID_STATE);
    [all...]
itspoof.cpp 352 UnicodeString from = parseHex(parseLine.group(1, status));
360 UnicodeString rawExpected = parseHex(parseLine.group(2, status));
366 UnicodeString tableType = parseLine.group(3, status);
383 errln(parseLine.group(0, status));
  /external/kernel-headers/original/linux/netfilter/
nfnetlink.h 167 extern int nfnetlink_has_listeners(unsigned int group);
168 extern int nfnetlink_send(struct sk_buff *skb, u32 pid, unsigned group,
  /external/protobuf/src/google/protobuf/
unknown_field_set.h 153 inline const UnknownFieldSet& group() const;
235 inline const UnknownFieldSet& UnknownField::group() const { function in class:google::protobuf::UnknownField
  /external/webkit/WebCore/page/
Page.cpp 648 if (PageGroup* group = (*it)->groupPtr())
649 groups.add(group);
656 void Page::allVisitedStateChanged(PageGroup* group)
658 ASSERT(group);
665 if (page->m_group != group)
674 void Page::visitedStateChanged(PageGroup* group, LinkHash visitedLinkHash)
676 ASSERT(group);
683 if (page->m_group != group)
  /frameworks/base/core/java/android/util/
EventLog.java 240 int num = Integer.parseInt(m.group(1));
241 String name = m.group(2);
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 46 static FolderIcon fromXml(int resId, Launcher launcher, ViewGroup group,
49 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
HardwareProperties.java 121 String valueName = m.group(1);
122 String value = m.group(2);
  /bionic/libc/kernel/common/linux/
netlink.h 106 __u32 group; member in struct:nl_pktinfo
  /development/ndk/platforms/android-3/include/linux/
netlink.h 99 __u32 group; member in struct:nl_pktinfo
  /development/samples/ApiDemos/src/com/example/android/apis/view/
RadioGroup1.java 64 public void onCheckedChanged(RadioGroup group, int checkedId) {
  /external/iproute2/include/linux/
netlink.h 111 __u32 group; member in struct:nl_pktinfo
  /external/libxml2/include/libxml/
nanoftp.h 28 * @group: the group string
42 const char *owner, const char *group,
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 365 if (AUTH_SCHEME.equalsIgnoreCase(m.group(1))) {
366 for (String nvp : m.group(2).split("\\s*,\\s*")) {
369 String name = OAuth.decodePercent(m.group(1));
370 String value = OAuth.decodePercent(m.group(2));
  /external/webkit/WebCore/bindings/js/
ScriptCachedFrameData.cpp 93 windowShell->window()->setProfileGroup(page->group().identifier());
  /external/webkit/WebCore/loader/appcache/
ApplicationCache.h 61 ApplicationCacheGroup* group() const { return m_group; } function in class:WebCore::ApplicationCache
  /external/webkit/WebCore/storage/
StorageEventDispatcher.cpp 48 // of any given page in the group or mutate the page group itself.
61 const HashSet<Page*>& pages = page->group().pages();
  /frameworks/base/graphics/java/android/graphics/
Rect.java 147 return new Rect(Integer.parseInt(matcher.group(1)),
148 Integer.parseInt(matcher.group(2)),
149 Integer.parseInt(matcher.group(3)),
150 Integer.parseInt(matcher.group(4)));

Completed in 2352 milliseconds

<<11121314151617181920>>