/external/icu4c/data/mappings/ |
icu-internal-compound-s3.ucm | 10 <code_set_name> icu-internal-compound-s3
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
prolog.php | 56 'char_conversion','clause','close','compound','consult','copy_term',
|
/external/tcpdump/ |
print-msdp.c | 44 /* See if we think we're at the beginning of a compound packet */
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
PagedViewIcon.java | 29 * An icon on a PagedView, specifically for items in the launcher's paged view (with compound
|
/packages/inputmethods/LatinIME/java/res/xml/ |
rowkeys_greek1.xml | 24 <!-- TODO: Should find a way to compound Greek dialytika tonos and other Greek letters. -->
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
copy.py | 13 compound objects (objects that contain other objects, like lists or 16 - A shallow copy constructs a new compound object and then (to the 20 - A deep copy constructs a new compound object and then, recursively, 26 a) recursive objects (compound objects that, directly or indirectly,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
copy.py | 13 compound objects (objects that contain other objects, like lists or 16 - A shallow copy constructs a new compound object and then (to the 20 - A deep copy constructs a new compound object and then, recursively, 26 a) recursive objects (compound objects that, directly or indirectly,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
UseCompoundDrawableDetectorFix.java | 47 return "Convert to a compound drawable";
|
/external/chromium_org/third_party/sqlite/src/src/ |
resolve.c | 646 ** ORDER BY of a compound SELECT. The expression has not been 721 ** Analyze the ORDER BY clause in a compound SELECT statement. Modify 723 ** and N where N is the number of columns in the compound SELECT. 728 ** are matched against result set expressions of compound SELECT 928 int isCompound; /* True if p is a compound select */ 929 int nCompound; /* Number of compound terms processed so far */ 934 Select *pLeftmost; /* Left-most of SELECT of a compound */ [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_fast.c | 587 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Compound MAC", 626 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Compound MAC", 683 wpa_printf(MSG_DEBUG, "EAP-FAST: Determining CMK[%d] for Compound MIC " 688 * IMCK[j] = T-PRF(S-IMCK[j-1], "Inner Methods Compound Keys", 698 "Inner Methods Compound Keys", 753 /* Validate received Compound MAC */ 756 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Crypto-Binding TLV for Compound " 761 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Received Compound MAC", 763 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Calculated Compound MAC", 766 wpa_printf(MSG_INFO, "EAP-FAST: Compound MAC did not match") [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
insert2.test | 54 ifcapable compound { 84 } ;# ifcapable compound
|
null.test | 161 ifcapable compound { 192 } ;# ifcapable compound
|
select9.test | 15 # The tests in this file are focused on test compound SELECT statements 94 # <simple select 1> <compound op> <simple select 2> ORDER BY <order by> 96 # where each <simple select> is a simple (non-compound) select statement 97 # and <compound op> is one of "INTERSECT", "UNION ALL" or "UNION". 154 # the compound SELECT statements in the test cases should be the same
|
/external/chromium_org/tools/telemetry/telemetry/value/ |
__init__.py | 58 """Combines the provided list of values into a single compound value. 77 """Combines the provided values into a single compound value.
|
/external/clang/include/clang/AST/ |
StmtCXX.h | 229 /// introduces scopes in the dependent case to keep names inside the compound 272 /// \brief Retrieve the compound statement that will be included in the
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
StackAddrEscapeChecker.cpp | 53 // Check if the region is a compound literal. 56 os << "stack memory associated with a compound literal "
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
py2_test_grammar.py | 155 def f4(two, (compound, (argument, list))): pass 156 def f5((compound, first), two): pass 161 ('two', '(compound, (argument, list))', 'compound', 'argument', 164 ('(compound, first)', 'two', 'compound', 'first')) 167 ('two', '.1', 'compound', 'argument', 'list')) 169 ('.0', 'two', 'compound', 'first'))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_grammar.py | 151 exec('def f4(two, (compound, (argument, list))): pass') 152 exec('def f5((compound, first), two): pass') 157 ('two', '(compound, (argument, list))', 'compound', 'argument', 160 ('(compound, first)', 'two', 'compound', 'first')) 163 ('two', '.1', 'compound', 'argument', 'list')) 165 ('.0', 'two', 'compound', 'first'))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
py2_test_grammar.py | 155 def f4(two, (compound, (argument, list))): pass 156 def f5((compound, first), two): pass 161 ('two', '(compound, (argument, list))', 'compound', 'argument', 164 ('(compound, first)', 'two', 'compound', 'first')) 167 ('two', '.1', 'compound', 'argument', 'list')) 169 ('.0', 'two', 'compound', 'first'))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_grammar.py | 151 exec('def f4(two, (compound, (argument, list))): pass') 152 exec('def f5((compound, first), two): pass') 157 ('two', '(compound, (argument, list))', 'compound', 'argument', 160 ('(compound, first)', 'two', 'compound', 'first')) 163 ('two', '.1', 'compound', 'argument', 'list')) 165 ('.0', 'two', 'compound', 'first'))
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 656 // the separate intervals for testing interference of compound values) 865 ldst->compound = lsrc->compound; 882 if (!rep->compound) 884 rep->compound = 1; 889 val->compound = 1; 895 INFO_DBG(prog->dbgFlags, REG_ALLOC, "compound: %%%i:%02x <- %%%i:%02x\n", [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 656 // the separate intervals for testing interference of compound values) 865 ldst->compound = lsrc->compound; 882 if (!rep->compound) 884 rep->compound = 1; 889 val->compound = 1; 895 INFO_DBG(prog->dbgFlags, REG_ALLOC, "compound: %%%i:%02x <- %%%i:%02x\n", [all...] |
/external/guava/guava/src/com/google/common/collect/ |
Ordering.java | 275 * Ordering.from(comp1).compound(comp2).compound(comp3) . . .}. 283 public static <T> Ordering<T> compound( method in class:Ordering 300 * might use {@code byStatus.compound(byPriority)}. For a compound ordering 304 * is equivalent to one created using {@link Ordering#compound(Iterable)} on 308 public <U extends T> Ordering<U> compound( method in class:Ordering
|
/external/chromium_org/third_party/sqlite/src/tool/ |
mkkeywordhash.c | 81 # define COMPOUND 0 83 # define COMPOUND 0x00000040 189 { "EXCEPT", "TK_EXCEPT", COMPOUND }, 211 { "INTERSECT", "TK_INTERSECT", COMPOUND }, 257 { "UNION", "TK_UNION", COMPOUND },
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
genpyx.py | 207 class Compound(Taged): 227 #print "Compound.pyxstr", tag 250 class Struct(Compound): 255 class Union(Compound): 338 #if ((_node is None and (not isinstance(other,Compound) or not other.has_members()))
|