Home
last modified time | relevance | path

Searched refs:specs (Results 1 – 25 of 70) sorted by relevance

123

/external/icu4c/i18n/
Dtridpars.cpp217 Specs* specs = parseFilterID(id, pos, TRUE); in parseFilterID() local
218 if (specs == NULL) { in parseFilterID()
224 SingleID* single = specsToID(specs, FORWARD); in parseFilterID()
226 single->filter = specs->filter; in parseFilterID()
228 delete specs; in parseFilterID()
812 TransliteratorIDParser::specsToID(const Specs* specs, int32_t dir) { in specsToID() argument
816 if (specs != NULL) { in specsToID()
819 if (specs->sawSource) { in specsToID()
820 buf.append(specs->source).append(TARGET_SEP); in specsToID()
822 basicPrefix = specs->source; in specsToID()
[all …]
Dtridpars.h329 static SingleID* specsToID(const Specs* specs, int32_t dir);
339 static SingleID* specsToSpecialInverse(const Specs& specs, UErrorCode &status);
Ducol_tok.cpp1726 uint16_t specs = 0; in ucol_tok_assembleTokenList() local
1757 specs = src->parsedToken.flags; in ucol_tok_assembleTokenList()
1760 variableTop = ((specs & UCOL_TOK_VARIABLE_TOP) != 0); in ucol_tok_assembleTokenList()
1761 top = ((specs & UCOL_TOK_TOP) != 0); in ucol_tok_assembleTokenList()
1990 if((specs & UCOL_TOK_BEFORE) != 0) { /* we're doing before */ in ucol_tok_assembleTokenList()
1992 uint8_t strength = (specs & UCOL_TOK_BEFORE) - 1; in ucol_tok_assembleTokenList()
2021 uint8_t strength = (specs & UCOL_TOK_BEFORE) - 1; in ucol_tok_assembleTokenList()
/external/emma/ant/ant14/com/vladium/emma/instr/
DFilterCfg.java45 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); in setValue() local
47 for (int i = 0; i < specs.length; ++ i) in setValue()
49 final String spec = specs [i]; in setValue()
73 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); in setIncludes() local
75 for (int i = 0; i < specs.length; ++ i) in setIncludes()
77 final String spec = specs [i]; in setIncludes()
95 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); in setExcludes() local
97 for (int i = 0; i < specs.length; ++ i) in setExcludes()
99 final String spec = specs [i]; in setExcludes()
/external/emma/core/java12/com/vladium/emma/filter/
DIInclExclFilter.java60 final String [] specs = new String [_specs.size ()]; in create() local
61 _specs.toArray (specs); in create()
63 return create (specs); in create()
67 public static IInclExclFilter create (final String [] specs) in create() argument
69 if ((specs == null) || (specs.length == 0)) in create()
75 for (int i = 0, iLimit = specs.length; i < iLimit; ++ i) in create()
77 final String spec = specs [i]; in create()
/external/valgrind/main/coregrind/
Dm_redir.c247 Spec* specs; /* specs pulled out of seginfo */ member
311 Spec* specs,
433 newts->specs = specList; in VG_()
462 generate_and_add_actives( ts->specs, ts, in VG_()
518 Spec* specs, in generate_and_add_actives() argument
536 for (sp = specs; sp; sp = sp->next) { in generate_and_add_actives()
568 for (sp = specs; sp; sp = sp->next) { in generate_and_add_actives()
588 for (sp = specs; sp; sp = sp->next) { in generate_and_add_actives()
785 for (sp = ts->specs; sp; sp = sp_next) { in VG_()
882 spec->next = topSpecs->specs; in add_hardwired_spec()
[all …]
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessor.java74 public synchronized final void setInclExclFilter (final String [] specs) in setInclExclFilter() argument
76 if (specs == null) in setInclExclFilter()
79 m_coverageFilter = IInclExclFilter.Factory.create (specs); in setInclExclFilter()
/external/zlib/nintendods/
DMakefile38 LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
/external/emma/ant/ant14/com/vladium/emma/
DemmajavaTask.java131 final String [] specs = m_filterCfg.getFilterSpecs (); in execute() local
132 if ((specs != null) && (specs.length > 0)) in execute()
135 super.createArg ().setValue (Strings.toListForm (specs, ',')); in execute()
/external/clang/utils/
DFindSpecRefs830 specs = {}
832 spec = specs[ref.name] = specs.get(ref.name,{})
/external/bison/tests/
Dsynclines.at52 # | Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs
/external/webkit/Source/WebCore/dom/
DHashChangeEvent.idl22 …// Introduced in http://www.whatwg.org/specs/web-apps/current-work/multipage/history.html#event-ha…
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java144 public synchronized final void setInclExclFilter (final String [] specs) in setInclExclFilter() argument
146 if (specs == null) in setInclExclFilter()
149 m_coverageFilter = IInclExclFilter.Factory.create (specs); in setInclExclFilter()
/external/chromium/net/tools/testserver/
Dchromiumsync_test.py31 specs = chromiumsync.SyncDataModel._PERMANENT_ITEM_SPECS
34 for spec in specs:
39 unique_datatypes = set([x.sync_type for x in specs])
/external/kernel-headers/original/linux/
Dfb.h1101 struct fb_monspecs *specs);
1103 struct fb_monspecs *specs);
1130 extern const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs,
/external/icu4c/test/cintltst/
Dcmsccoll.c541 uint16_t specs = 0; in testCollator() local
580 specs = src.parsedToken.flags; in testCollator()
583 varT = (UBool)((specs & UCOL_TOK_VARIABLE_TOP) != 0); in testCollator()
584 top_ = (UBool)((specs & UCOL_TOK_TOP) != 0); in testCollator()
637 before = (UBool)((specs & UCOL_TOK_BEFORE) != 0); in testCollator()
639 beforeStrength = (specs & UCOL_TOK_BEFORE)-1; in testCollator()
925 uint16_t specs = 0; in testAgainstUCA() local
964 specs = src.parsedToken.flags; in testAgainstUCA()
967 varT = (UBool)((specs & UCOL_TOK_VARIABLE_TOP) != 0); in testAgainstUCA()
968 top_ = (UBool)((specs & UCOL_TOK_TOP) != 0); in testAgainstUCA()
[all …]
Dcitertst.c1766 uint16_t specs = 0; in TestCEValidity() local
1809 specs = src.parsedToken.flags; in TestCEValidity()
1967 uint16_t specs = 0; in TestSortKeyValidity() local
1999 specs = src.parsedToken.flags; in TestSortKeyValidity()
/external/iproute2/
DREADME.iproute2+tc76 If you read RSVP specs, you will understand how rsvp classifier
/external/icu4c/tools/dumpce/
Ddumpce.cpp253 uint8_t specs = 0; in serialize() local
1065 uint8_t specs = 0; in getScriptElements() local
1168 uint8_t specs = 0; in markTailored() local
/external/webkit/Source/WebCore/css/
Dmaketokenizer30 copied from the CSS2.1 specs, with some fixes for comments and
/external/chromium/chrome/browser/sync/syncable/
Dsyncable_unittest.cc422 sync_pb::EntitySpecifics specs; in TEST_F() local
424 AddDefaultExtensionValue(BOOKMARKS, &specs); in TEST_F()
428 AddDefaultExtensionValue(PREFERENCES, &specs); in TEST_F()
431 e.Put(SPECIFICS, specs); in TEST_F()
432 e.Put(SERVER_SPECIFICS, specs); in TEST_F()
/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-nice-strict.h.pump42 // EXPECT_CALL specs), and StrictMock<MockFoo> is a subclass of
/external/libvpx/examples/includes/geshi/docs/
DTHANKS42 - Sterling Christensen - Thanks for those links to language specs
/external/stlport/etc/
DChangeLog-4.0200 * _[io]stream.h - removed extra DLL specs (thanks to Danny Smith for the report)
337 * _ostream.h : fixed sentry behavoiur and DLL specs.
339 * _istream.h : fixed DLL specs, optimized some try/catch blocks
375 * stl/_strstream.h - fixed DLL specs (thanks to Parcival Willems for the report)
/external/clang/include/clang/Driver/
DOptions.td669 def specs_EQ : Joined<"-specs=">;
670 def specs : Separate<"-specs">, Flags<[Unsupported]>;
821 def _specs_EQ : Joined<"--specs=">, Alias<specs_EQ>;
822 def _specs : Separate<"--specs">, Alias<specs_EQ>;

123