HomeSort by relevance Sort by last modified time
    Searched full:coalesce (Results 51 - 75 of 248) sorted by null

1 23 4 5 6 7 8 910

  /external/chromium_org/components/query_parser/
snippet.cc 63 // coalesce matches after it.
70 // start. Insert new pair and coalesce matches after it.
77 // Previous element contains match. Extend it and coalesce.
  /external/chromium_org/chrome/browser/ui/website_settings/
permission_bubble_request.h 34 // coalesce different requests, and if it does, this text will be displayed
  /external/chromium_org/media/base/
text_ranges.h 80 // Coalesce curr_range with the range that immediately follows.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
misc.py 26 long as the lines represent consecutive statements. This will coalesce
  /external/llvm/test/Transforms/InstSimplify/
fast-math.ll 61 ; Coalesce the folded zeros
  /external/chromium_org/third_party/sqlite/src/test/
select1.test 162 execsql {SELECT coalesce(min(a),'xyzzy') FROM t3}
165 execsql {SELECT min(coalesce(a,'xyzzy')) FROM t3}
191 execsql {SELECT coalesce(max(a),'xyzzy') FROM t3}
194 execsql {SELECT max(coalesce(a,'xyzzy')) FROM t3}
237 SELECT coalesce(min(f1)+5,11) AS m FROM test1
747 SELECT coalesce(f1/(f1-11),'x'),
748 coalesce(min(f1/(f1-11),5),'y'),
749 coalesce(max(f1/(f1-33),6),'z')
where9.test 310 SELECT coalesce(t2.a,9999)
318 SELECT coalesce(t2.a,9999)
326 SELECT t1.a, coalesce(t2.a,9999)
334 SELECT t1.a, coalesce(t2.a,9999)
342 SELECT t3.x, t1.a, coalesce(t2.a,9999)
351 SELECT t3.x, t1.a, coalesce(t2.a,9999)
372 SELECT coalesce(t2.a,9999)
randexpr1.tcl 65 {coalesce((select max(EXPR) from t1 where BOOL),EXPR)}
69 {coalesce((select EXPR from t1 where BOOL),EXPR)}
subselect.test 72 execsql {SELECT b from t1 where a = coalesce((SELECT a FROM t1 WHERE b=5),1)}
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
low_level_alloc.cc 378 // Coalesce list item "a" with its successor if they are adjacent.
379 static void Coalesce(AllocList *a) {
408 Coalesce(f); // maybe coalesce with successor
409 Coalesce(prev[0]); // maybe coalesce with predecessor
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
low_level_alloc.cc 378 // Coalesce list item "a" with its successor if they are adjacent.
379 static void Coalesce(AllocList *a) {
408 Coalesce(f); // maybe coalesce with successor
409 Coalesce(prev[0]); // maybe coalesce with predecessor
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
ethtool.h 104 __u32 cmd; /* ETHTOOL_{G,S}COALESCE */
391 #define ETHTOOL_GCOALESCE 0x0000000e /* Get coalesce config */
392 #define ETHTOOL_SCOALESCE 0x0000000f /* Set coalesce config. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ethtool.h 104 __u32 cmd; /* ETHTOOL_{G,S}COALESCE */
391 #define ETHTOOL_GCOALESCE 0x0000000e /* Get coalesce config */
392 #define ETHTOOL_SCOALESCE 0x0000000f /* Set coalesce config. */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 135 r->coalesce(&tail);
140 r->coalesce(&tail);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 135 r->coalesce(&tail);
140 r->coalesce(&tail);
  /art/runtime/gc/space/
large_object_space.cc 196 // Used to coalesce free blocks and find the best fit block for an allocation.
357 // Coalesce with previous free chunk.
361 // The previous allocation info must not be free since we are supposed to always coalesce.
373 // Next next info can't be free since we always coalesce.
  /external/chromium_org/base/
vlog.cc 159 // Coalesce runs of consecutive stars. There should be at least
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_view_mac.h 194 // State used to coalesce changes to text and selection to avoid drawing
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
tcp.h 162 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */
  /external/chromium_org/net/spdy/
hpack_huffman_aggregator.cc 92 // Lower-case header names, and coalesce multiple values delimited by \0.
  /external/chromium_org/net/url_request/
url_request_file_dir_job.cc 132 // TODO(darin): coalesce more?
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.h 114 // Find common tail sequences of basic blocks and coalesce them.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleTextEditor.cpp 131 // Coalesce newlines of the original and new property values (to avoid a lot of blank lines while incrementally applying property values).
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_vector.cpp 195 /* FINISHME: This should try to coalesce assignments.
  /external/chromium_org/third_party/sqlite/src/doc/
vfs-shm.txt 59 A particular lock manager implementation may coalesce one or more of

Completed in 2173 milliseconds

1 23 4 5 6 7 8 910