HomeSort by relevance Sort by last modified time
    Searched full:combine (Results 201 - 225 of 2000) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/emma/ant/ant14/com/vladium/emma/ant/
NestedTask.java 52 final IProperties settings = IProperties.Factory.combine (taskOverrides, parentSettings);
  /external/emma/core/java12/com/vladium/util/
Property.java 56 public static Properties combine (final Properties overrides, final Properties base) method in class:Property
118 return combine (resOverrides,
119 combine (systemOverrides,
120 combine (systemFileOverrides,
  /external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c 75 /* Combine the adjustments and get absolute adjustments. */
  /external/libvpx/libvpx/vp9/decoder/
vp9_idct_blk.c 92 // Combine that with code here.
  /external/llvm/tools/llvm-config/
Makefile 28 # Combine preprocessor flags (except for -I) and CXX flags.
  /external/lzma/
Methods.txt 123 F1 - Misc Ciphers (Combine)
  /external/mesa3d/scons/
source_list.py 95 # combine with previous lines
  /external/oprofile/libpp/
symbol.h 85 * combine fl with the calculated hint. It's theoretically possible
  /external/protobuf/gtest/
CHANGES 12 is no longer needed for Combine().
  /external/smack/src/org/apache/harmony/javax/security/auth/
SubjectDomainCombiner.java 82 public ProtectionDomain[] combine(ProtectionDomain[] currentDomains, method in class:SubjectDomainCombiner
  /external/srec/srec/include/
comp_stats.h 43 * Xanavi project required to combine S2G and Solo together, Solo has the same API
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arcsum.h 54 // we combine arcs with the same input and output label, summing their
  /external/webrtc/src/system_wrappers/source/
data_log_c.cc 32 std::string combined = webrtc::DataLog::Combine(table_name, table_id);
  /frameworks/base/media/java/android/media/
IRemoteControlDisplay.aidl 95 * To combine metadata text and artwork in one binder call
  /prebuilts/devtools/tools/
traceview 95 # Combine the swtpath and the framework dir path.
uiautomatorviewer 95 # Combine the swtpath and the framework dir path.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
stdio.h 17 the file, and distribution when not linked into a combine
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/
stdio.h 17 the file, and distribution when not linked into a combine
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/
stdio.h 17 the file, and distribution when not linked into a combine
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
contextlib.py 90 """Combine multiple context managers into a single nested context manager.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
contextlib.py 90 """Combine multiple context managers into a single nested context manager.
  /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) {

Completed in 1878 milliseconds

1 2 3 4 5 6 7 891011>>