HomeSort by relevance Sort by last modified time
    Searched full:combine (Results 126 - 150 of 1264) sorted by null

1 2 3 4 56 7 8 91011>>

  /sdk/traceview/etc/
traceview 95 # Combine the swtpath and the framework dir path.
  /build/tools/
generate-notice-files.py 94 """Combine notice files in FILE_HASH and output a HTML version to OUTPUT_FILENAME."""
152 """Combine notice files in FILE_HASH and output a text version to OUTPUT_FILENAME."""
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
basic.rb 161 example 'combine inserts' do
198 example 'combine insert on left with delete' do
  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.h 51 // object using the specified combine operation.
54 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/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingVolume.java 164 * the volume to combine.
175 * the volume to combine.
  /external/llvm/test/CodeGen/ARM/
vector-DAGCombine.ll 109 ; Test trying to do a AND Combine on illegal types.
118 ; Test trying to do an OR Combine on illegal types.
  /packages/apps/Settings/src/com/android/settings/net/
NetworkPolicyEditor.java 80 // force combine any split policies when disabled
289 // combine, picking most restrictive policy
  /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")
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/
AndroidDocumentChange.java 244 * and combine package
265 * @param combinePackage combine package ?
  /external/icu4c/common/
dictbe.cpp 195 // Will not combine a non-word with a preceding dictionary word longer than this
198 // Will not combine a non-word that shares at least this much prefix with a
311 // next word. If it's not a dictionary word, we will combine it withe the word we
428 // Will not combine a non-word with a preceding dictionary word longer than this
431 // Will not combine a non-word that shares at least this much prefix with a
544 // next word. If it's not a dictionary word, we will combine it with the word we
  /external/skia/src/opts/
SkBlitRow_opts_SSE2.cpp 87 // Combine back into RGBA.
169 // Combine back into RGBA.
213 // Combine back into RGBA.
314 // Combine back into RGBA.
392 // Combine back into RGBA.
490 // Combine back into RGBA.
  /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/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/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/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>;
  /frameworks/base/docs/html/design/patterns/
app-structure.jd 10 <li>Apps such as Gmail or the Play Store that combine a broad set of data views with deep navigation</li>
131 <h4>Use tabs to combine category selection and data display</h4>
204 information items. Split items are used to combine calling and messaging into one compact line
  /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
  /external/bluetooth/glib/docs/reference/glib/tmpl/
messages.sgml 187 you want to set a handler for this log level you must combine it with
219 and recursive messages as well, combine the log levels with the
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host.cc 261 // Combine the region for the curve on the left with our main region.
266 // Combine the region for the curve on the right with our main region.
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-type-util.h.pump 146 // Our solution is to combine the best part of the two approaches: a
244 // Our solution is to combine the best part of the two approaches: a
  /external/emma/core/java12/com/vladium/emma/
Command.java 159 m_propertyOverrides = Property.combine (cmdOverrides, m_propertyOverrides);
180 m_propertyOverrides = Property.combine (m_propertyOverrides, fileOverrides);

Completed in 2116 milliseconds

1 2 3 4 56 7 8 91011>>