HomeSort by relevance Sort by last modified time
    Searched refs:ORDER (Results 76 - 100 of 117) sorted by null

1 2 34 5

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
skbuff.h 39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
skbuff.h 39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
skbuff.h 39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) & ~(SMP_CACHE_BYTES - 1))
  /external/chromium_org/third_party/sqlite/src/tool/
mkspeedsql.tcl 63 SELECT name FROM sqlite_master ORDER BY 1;
220 SELECT rowid FROM t1 ORDER BY random() LIMIT 20000;
227 (SELECT rowid FROM t1 ORDER BY random() LIMIT 20000);
235 (SELECT rowid FROM t1 ORDER BY random() LIMIT 20000);
space_used.tcl 1 # Run this TCL script using "testfixture" in order get a report that shows
40 ORDER BY 1
spaceanal.tcl 1 # Run this TCL script using "testfixture" in order get a report that shows
69 CREATE TEMP TABLE dbstat AS SELECT * FROM temp.stat ORDER BY name, path;
116 SELECT pageno FROM temp.dbstat WHERE name = $name ORDER BY rowid
416 FROM space_used GROUP BY tblname ORDER BY size+0 DESC, tblname} {} {
430 ORDER BY name}] {
  /frameworks/base/obex/javax/obex/
ApplicationParameter.java 70 public static class ORDER {
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl 207 {[SimpleSelect $nMulti] ORDER BY [Expr] DESC}
208 {[SimpleSelect $nMulti] ORDER BY [Expr] ASC}
209 {[SimpleSelect $nMulti] ORDER BY [Expr] ASC, [Expr] DESC}
210 {[SimpleSelect $nMulti] ORDER BY [Expr] LIMIT [Expr] OFFSET [Expr]}
363 lappend ::fuzzyopts(-errorlist) {ORDER BY}
collate5.test 27 # collate5-3.* - ORDER BY on compound SELECT
218 # feature ORDER BY clauses.
222 SELECT a FROM collate5t1 UNION ALL SELECT a FROM collate5t2 ORDER BY 1;
227 SELECT a FROM collate5t2 UNION ALL SELECT a FROM collate5t1 ORDER BY 1;
233 ORDER BY 1 COLLATE TEXT;
249 SELECT a FROM collate5t_cn INTERSECT SELECT a FROM collate5t_ct ORDER BY 1;
254 SELECT a FROM collate5t_ct INTERSECT SELECT a FROM collate5t_cn ORDER BY 1;
283 SELECT a, b, count(*) FROM collate5t1 GROUP BY a, b ORDER BY a, b;
tester.tcl 926 # SQL (in that order) to prepare for the test case.
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test8.c 755 ** then the echo module handles WHERE or ORDER BY clauses that refer
764 ** SELECT rowid, * FROM <real-table> ?<where-clause>? ?<order-by-clause>?
766 ** where the <where-clause> and <order-by-clause> are determined
869 /* If there is only one term in the ORDER BY clause, and it is
871 ** the ORDER BY clause.
880 zNew = sqlite3_mprintf(" ORDER BY %s %s", zCol, zDir);
    [all...]
shell.c     [all...]
parse.y 214 // The token values assigned to these symbols is determined by the order
579 orderby_opt(A) ::= ORDER BY sortlist(X). {A = X;}
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
LocalPhotoSource.java 57 private static final String ORDER = String.format("%s DESC", DATE_TAKEN);
171 CONTENT_URI, PROJECTION, SELECTION, null, ORDER);
  /device/generic/goldfish/opengl/
Android.mk 37 # IMPORTANT: ORDER IS CRUCIAL HERE
40 # modules below in correct order. That is, if module B depends on
  /sdk/emulator/opengl/
Android.mk 52 # IMPORTANT: ORDER IS CRUCIAL HERE
55 # modules below in correct order. That is, if module B depends on
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 70 switch (texFormat.order)
112 case TextureFormat::UNSIGNED_INT_24_8: type = texFormat.order == TextureFormat::D
137 #define PACK_FMT(ORDER, TYPE) ((int(ORDER) << 16) | int(TYPE))
138 #define FMT_CASE(ORDER, TYPE) PACK_FMT(tcu::TextureFormat::ORDER, tcu::TextureFormat::TYPE)
140 switch (PACK_FMT(texFormat.order, texFormat.type))
    [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalService.java 93 private static final String ORDER = "Order";
375 } else if (name.equalsIgnoreCase(ORDER) && mCurrSensorAttrib != null) {
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 276 append cmd { ORDER BY 1}
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 

Completed in 1588 milliseconds

1 2 34 5