Searched
full:where (Results
376 -
400 of
21198) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/sqlite/src/test/ |
crash7.test | 54 FROM abc WHERE [expr $ii&16]; 57 FROM abc WHERE [expr $ii&32]; 60 FROM abc WHERE [expr $ii&8]; 63 FROM abc WHERE [expr $ii&4];
|
select7.test | 30 select * from t1 where x like 'a__' 31 intersect select * from t1 where x like '_m_' 32 intersect select * from t1 where x like '__x'; 84 SELECT P.pk from PHOTO P WHERE NOT EXISTS ( 85 SELECT T2.pk from TAG T2 WHERE T2.fk = P.pk 87 SELECT T3.pk from TAG T3 WHERE T3.fk = P.pk AND T3.name LIKE '%foo%' 99 SELECT P.pk from PHOTO P WHERE NOT EXISTS ( 100 SELECT T2.pk from TAG T2 WHERE T2.fk = P.pk 102 SELECT T3.pk from TAG T3 WHERE T3.fk = P.pk AND T3.name LIKE '%foo%'
|
tkt1514.test | 23 SELECT a FROM t1 WHERE max(b)<10 GROUP BY a;
|
/external/chromium_org/tools/checkdeps/testdata/disallowed/ |
foo_unittest.cc | 7 // bug where we were taking shallow copies of rules when generating
|
/external/chromium_org/tools/gyp/test/rules/src/noaction/ |
no_action_with_rules_fails.gyp | 5 # Test the case where there's no action but there are input rules that should
|
/external/chromium_org/tools/gyp/test/rules/src/subdir2/ |
never_used.gyp | 5 # Test that the case where there is a rule that doesn't apply to anything.
|
no_action.gyp | 5 # Test that the case where an action is only specified under a conditional is
|
no_inputs.gyp | 5 # Test that the case where there are no inputs (other than the
|
/external/chromium_org/tools/page_cycler/database/pseudo-random-transactions/ |
index.html | 47 tx.executeSql('SELECT * FROM Test WHERE ID = ?', 55 tx.executeSql('SELECT * FROM Test WHERE ID = ?', 71 tx.executeSql('UPDATE Test SET Foo = ? WHERE ID = ?', 79 tx.executeSql('DELETE FROM Test WHERE ID = ?',
|
/external/chromium_org/ui/base/cocoa/ |
flipped_view.h | 12 // A view where the Y axis is flipped such that the origin is at the top left
|
/external/chromium_org/ui/gfx/ |
gfx_paths.h | 19 DIR_TEST_DATA, // Directory where unit test data resides.
|
/external/chromium_org/ui/keyboard/resources/ |
polymer_loader.js | 6 // where native Custom Elements are available but native Shadow DOM is not.
|
/external/chromium_org/ui/snapshot/test/ |
snapshot_desktop.h | 17 // intended to be used for debugging purposes where no BrowserProcess instance
|
/external/chromium_org/ui/views/window/ |
client_view.cc | 49 // |contents_view_| is allowed to be NULL up until the point where this view 55 // |contents_view_| is allowed to be NULL up until the point where this view 61 // |contents_view_| is allowed to be NULL up until the point where this view 67 // |contents_view_| is allowed to be NULL up until the point where this view
|
/external/clang/test/Analysis/ |
misc-ps-region-store-i386.m | 4 // Here is a case where a pointer is treated as integer, invalidated as an
|
misc-ps-region-store-x86_64.m | 4 // Here is a case where a pointer is treated as integer, invalidated as an
|
/external/clang/test/Sema/ |
x86-attr-force-align-arg-pointer.c | 5 // It doesn't matter where the attribute is located.
|
/external/clang/test/SemaCXX/ |
runtimediag-ppe.cpp | 4 // flow are delayed correctly in cases where we can't immediately tell whether
|
/external/clang/test/SemaObjCXX/ |
arc-ppe.mm | 4 // works correctly in cases where we can't immediately tell whether the
|
/external/icu4c/common/ |
locutil.h | 20 // temporary utility functions, till I know where to find them
|
/external/iptables/extensions/ |
libxt_TRACE.man | 7 "TRACE: tablename:chainname:type:rulenum " where type can be "rule" for
|
/external/jsilver/src/com/google/clearsilver/jsilver/exceptions/ |
JSilverBadSyntaxException.java | 39 * @param lineContent content of a line where error occurred (can be null) 40 * @param resourceName name of a file where error occurred (can be null) 41 * @param line number of a line in {@code resourceName} where error occurred (ignored if set to 43 * @param column number of a column in {@code resourceName} where error occurred (ignored if set
|
/external/kernel-headers/original/linux/ |
nvram.h | 10 /* for all current systems, this is where NVRAM starts */
|
/external/libxslt/libxslt/ |
preproc.h | 3 * Description: this is the compilation phase, where most of the
|
/external/llvm/projects/sample/lib/sample/ |
Makefile | 4 # Indicate where we are relative to the top of the source tree.
|
Completed in 1094 milliseconds
<<11121314151617181920>>