HomeSort by relevance Sort by last modified time
    Searched refs:combine (Results 101 - 125 of 448) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
Table.java 158 this.headerStyle = Styles.combine(defaultSorting ? Styles.DOWN
  /external/mesa3d/src/mesa/swrast/
s_context.c 191 const struct gl_tex_env_combine_state *combine = local
194 for (term = 0; term < combine->_NumArgsRGB; term++) {
195 if (combine->SourceRGB[term] == GL_PRIMARY_COLOR) {
199 if (combine->SourceA[term] == GL_PRIMARY_COLOR) {
  /external/r8/src/main/java/com/android/tools/r8/utils/
ClassProvider.java 77 public static <T extends DexClass> ClassProvider<T> combine( method in class:ClassProvider
  /external/v8/src/compiler/
code-generator.h 226 OutputFrameStateCombine combine,
bytecode-graph-builder.h 134 void PrepareFrameState(Node* node, OutputFrameStateCombine combine);
  /external/webrtc/webrtc/base/
httpclient.cc 228 HttpData::HeaderCombine combine) {
255 response->changeHeader(name, value, combine);
571 HttpData::HeaderCombine combine = local
574 if (!HttpReadCacheHeaders(stream.get(), &transaction_->response, combine)) {
  /frameworks/native/include/input/
KeyCharacterMap.h 82 static sp<KeyCharacterMap> combine(const sp<KeyCharacterMap>& base,
  /prebuilts/go/darwin-x86/src/index/suffixarray/
qsufsort.go 52 sa[pi+sl] = sl // combine sorted groups before pi
63 sa[pi+sl] = sl // combine sorted groups at end of sa
  /prebuilts/go/linux-x86/src/index/suffixarray/
qsufsort.go 52 sa[pi+sl] = sl // combine sorted groups before pi
63 sa[pi+sl] = sl // combine sorted groups at end of sa
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
composition.go 63 // like Jamo V and T, that can combine with other runes, leaving their
313 // For Hangul we combine algorithmically, instead of using tables.
503 combined := combine(rb.runeAt(s), rb.runeAt(i))
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
composition.go 63 // like Jamo V and T, that can combine with other runes, leaving their
313 // For Hangul we combine algorithmically, instead of using tables.
503 combined := combine(rb.runeAt(s), rb.runeAt(i))
  /build/soong/cc/
ndk_sysroot.go 117 Description: "combine licenses",
  /prebuilts/go/darwin-x86/src/crypto/des/
block.go 218 // combine halves to form 56-bit input to PC2
  /prebuilts/go/linux-x86/src/crypto/des/
block.go 218 // combine halves to form 56-bit input to PC2
  /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
  /external/elfutils/libcpu/
i386_parse.y 190 static struct argname *combine (struct argname *name);
468 runp->next->name = combine ($3);
475 $$->name = combine ($1);
744 combine (struct argname *name)
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/calllog/datasources/systemcalllog/
SystemCallLogDataSource.java 150 .combine();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.h 208 combine(const locale& __other) const;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.h 208 combine(const locale& __other) const;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_classes.h 208 combine(const locale& __other) const;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_classes.h 208 combine(const locale& __other) const;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_classes.h 208 combine(const locale& __other) const;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_classes.h 208 combine(const locale& __other) const;
  /system/libhwbinder/vts/performance/
Latency.cpp 379 total = PResults::combine(total, presults[i]);
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 105 void combine(HashType Type);
154 Hash.combine(Type);
577 void PGOHash::combine(HashType Type) { function in class:PGOHash
578 // Check that we never combine 0 and only have six bits.

Completed in 1808 milliseconds

1 2 3 45 6 7 8 91011>>