/external/chromium_org/build/android/ |
adb_logcat_printer.py | 13 The script will print the files to out, and will combine multiple 98 """Read log files, combine and format.
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
declarativeWebRequest.html | 199 <strong>Example:</strong> It is possible to combine a 203 It is, however, impossible to combine the request matcher with a
|
/external/chromium_org/content/browser/gamepad/ |
gamepad_platform_data_fetcher_linux.cc | 150 // Driver returns utf-8 strings here, so combine in utf-8 first and 176 // information, again driver returns utf-8 strings here so combine
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
httpclient.h | 52 // object using the specified combine operation. 55 HttpData::HeaderCombine combine);
|
httpcommon.cc | 437 HeaderCombine combine) { 438 if (combine == HC_AUTO) { 441 combine = !FromString(header, name) || HttpHeaderIsCollapsible(header) 443 } else if (combine == HC_REPLACE) { 445 combine = HC_NO; 447 // At this point, combine is one of (YES, NO, NEW) 448 if (combine != HC_NO) { 451 if (combine == HC_YES) {
|
httpcommon.h | 307 HeaderCombine combine); 351 HeaderCombine combine) { 352 changeHeader(ToString(header), value, combine); local
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
mini_disassembler_types.h | 86 // The reason we use a full 4 bytes and a mask, is that we need to combine 121 // to combine these flags with the enAddressingMethod to store the details
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
mini_disassembler_types.h | 86 // The reason we use a full 4 bytes and a mask, is that we need to combine 121 // to combine these flags with the enAddressingMethod to store the details
|
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
BoundingVolume.java | 164 * the volume to combine.
175 * the volume to combine.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
timevar.def | 235 DEFTIMEVAR (TV_COMBINE_STACK_ADJUST , "combine stack adjustments") 251 DEFTIMEVAR (TV_TREE_IFCOMBINE , "tree if-combine")
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
timevar.def | 235 DEFTIMEVAR (TV_COMBINE_STACK_ADJUST , "combine stack adjustments") 251 DEFTIMEVAR (TV_TREE_IFCOMBINE , "tree if-combine")
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
timevar.def | 235 DEFTIMEVAR (TV_COMBINE_STACK_ADJUST , "combine stack adjustments") 251 DEFTIMEVAR (TV_TREE_IFCOMBINE , "tree if-combine")
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
timevar.def | 235 DEFTIMEVAR (TV_COMBINE_STACK_ADJUST , "combine stack adjustments") 251 DEFTIMEVAR (TV_TREE_IFCOMBINE , "tree if-combine")
|
/frameworks/base/docs/html/guide/topics/resources/ |
more-resources.jd | 36 such, you can combine bool resources with other simple resources in the one XML file, 132 such, you can combine color resources with other simple resources in the one XML file, 246 such, you can combine dimension resources with other simple resources in the one XML file, 341 such, you can combine ID resources with other simple resources in the one XML file, 448 such, you can combine integer resources with other simple resources in the one XML file, 527 such, you can combine integer array resources with other simple resources in the one XML file, 622 such, you can combine typed array resources with other simple resources in the one XML file,
|
/external/icu4c/common/ |
normalizer2impl.cpp | 711 * If the lead and trail characters combine, then this function returns 727 int32_t Normalizer2Impl::combine(const uint16_t *list, UChar32 trail) { function in class:Normalizer2Impl 870 * a Jamo T could combine with. 878 } else if((compositeAndFwd=combine(compositionsList, c))>=0) { 879 // The starter and the combining mark (c) do combine. [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ClassTest.java | 189 boolean combine; field in class:ClassTest.MyCombiner 191 public ProtectionDomain[] combine(ProtectionDomain[] executionDomains, method in class:ClassTest.MyCombiner 193 combine = true; 205 combine = false; 209 return !combine;
|
/external/chromium_org/third_party/lcov-1.9/man/ |
lcov.1 | 182 Specify several tracefiles using the \-a switch to combine the coverage data 258 be used to prevent attempts to combine coverage data from different source 306 and want to combine it with data from a more current version. 439 Combine this data file (using lcov \-a) with coverage data files captured 463 4. combine baseline and test coverage data
|
/external/chromium/third_party/libjingle/source/talk/base/ |
httpcommon.h | 307 HeaderCombine combine); 351 HeaderCombine combine) { 352 changeHeader(ToString(header), value, combine); local
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSPropertyNames.in | 372 -webkit-text-combine 373 -epub-text-combine alias_for=-webkit-text-combine
|
/external/emma/ant/ant14/com/vladium/emma/ |
emmajavaTask.java | 166 final IProperties settings = IProperties.Factory.combine (reportSettings, 167 IProperties.Factory.combine (verbositySettings, 168 IProperties.Factory.combine (genericSettings,
|
/external/llvm/docs/ |
Vectorizers.rst | 306 to combine similar independent instructions 311 inputs (a1, b1) and (a2, b2). The basic-block vectorizer may combine these 321 The SLP-vectorizer processes the code bottom-up, across basic blocks, in search of scalars to combine.
|
/external/llvm/lib/Target/Hexagon/ |
HexagonIntrinsicsV4.td | 207 // ALU32 / PERM / Combine Words Into Doublewords. 208 def Hexagon_A4_combineir : di_ALU32_s8si <"combine", int_hexagon_A4_combineir>; 209 def Hexagon_A4_combineri : di_ALU32_sis8 <"combine", int_hexagon_A4_combineri>;
|
/external/pixman/pixman/ |
pixman-combine32.c | 1299 uint8_t combine) 1312 switch (combine & COMBINE_A) 1331 switch (combine & COMBINE_B) [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Region_Delegate.java | 74 * @param shape1 the firt shape to combine which can be null if there's no original clip. 75 * @param shape2 the 2nd shape to combine 76 * @param regionOp the operande for the combine
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
UseCompoundDrawableRefactoring.java | 289 // combine these. 316 String padding = combine(padding1, padding2); 387 static String combine(@Nullable String dimension1, @Nullable String dimension2) { method in class:UseCompoundDrawableRefactoring
|