/external/libnfc-nci/src/nfc/nci/ |
nci_hmsgs.c | 583 UINT8 nci_snd_set_routing_cmd (BOOLEAN more, UINT8 target_handle, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs) 592 * 2 bytes (more=FALSE and num routing entries=0) */ 608 UINT8_TO_STREAM (pp, more);
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_loopfilter_mmx.asm | 188 psraw mm5, 1 ; partial shifted one more time for 2nd tap 189 psraw mm1, 1 ; partial shifted one more time for 2nd tap 504 psraw mm5, 1 ; partial shifted one more time for 2nd tap 506 psraw mm1, 1 ; partial shifted one more time for 2nd tap
|
/external/llvm/utils/vim/ |
llvm.vim | 24 " much more common for these tokens to be used for boolean constants.
|
/external/mesa3d/docs/OLD/ |
MESA_program_debug.spec | 292 XXX more?
|
/external/oprofile/events/mips/sb1/ |
events | 32 event:0x27 counters:1,2,3 um:zero minimum:500 name:INSN_STAGE4 :One or more instructions survives stage 4
|
/external/v8/test/mjsunit/ |
constant-folding.js | 28 // Test operations that involve one or more constants.
|
get-own-property-descriptor.js | 30 // A range of more elaborate tests are performed in
|
/packages/apps/Browser/src/com/android/browser/ |
SuggestionsAdapter.java | 304 boolean more = false; 307 more = s.moveToNext(); 555 // This method is used in multiple places. It is also more
|
/prebuilts/misc/common/json/ |
json-prebuilt.jar | |
/external/chromium_org/chrome/browser/resources/history/ |
history.js | 24 // or just make the classes own more of the page. 288 * @param {string} content Text to be added beneath |node| as one or more 388 * Launch a search for more history entries from the same domain. 535 * Return true if there are more results beyond the current page. 536 * @return {boolean} true if the there are more results, otherwise false. 638 // Keeps track of whether or not there are more results available than are 647 * Figure out if we need to do more queries to fill the currently requested 658 // Try to fetch more results if more results can arrive and the page is not [all...] |
/build/tools/droiddoc/templates-ds/ |
customizations.cs | 189 include:"../../../../frameworks/base/docs/html/distribute/more/more_toc.cs" ?> 325 elif:more ?><?cs
|
/development/build/tools/ |
mk_sdk_repo_xml.sh | 31 There can be more than one zip for the same type
|
/external/bison/data/ |
lalr1.cc | 13 # GNU General Public License for more details. [all...] |
lalr1.java | 13 # GNU General Public License for more details.
|
/external/chromium/net/base/ |
x509_cert_types_mac.cc | 151 // We don't expect to have more than one CN, L, S, and C.
|
/external/chromium_org/chrome/browser/resources/google_now/ |
cards.js | 239 // If we expect more events, create an alarm for the next one. 256 // If there are no more events, we are done with this card. Note that all
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
link_error_detector.py | 278 '''Prints out broken links in a more readable format.
|
/external/chromium_org/chrome_frame/ |
CFInstall.js | 42 // Look for CF in the User Agent before trying more expensive checks 212 // TODO(slightlyoff): handle placement more elegantly!
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
type_checkers.py | 132 # We're sure to use ints instead of longs here since comparison may be more
|
/external/chromium_org/third_party/sqlite/src/tool/ |
mksqlite3c.tcl | 57 ** of 5% or more are commonly seen when SQLite is compiled as a single
|
/external/chromium_org/tools/grit/grit/tool/ |
resize.py | 128 or more of these parameters can be used. If none are
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
cmake.py | 583 should have had that name. This is more or less what the 'make' generator 651 # Actions must come first, since they can generate more OBJs for use below. [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
UnixAPIChecker.cpp | 86 // FIXME: We need a more general way of getting the O_CREAT value. 194 // they're more basic and valuable for widespread use.
|
/external/doclava/res/assets/templates/assets/ |
doclava-developer-core.css | 592 .gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
|
/external/libnfc-nci/src/nfc/nfc/ |
nfc_ncif.c | 237 /* check if there are more data to send */ 257 /* If there are commands waiting in the xmit queue, or if the controller cannot accept any more commands, */ 742 evt_data.result.more = *p++; 1150 UINT8 more, num_entries, xx, yy, *pn, tl; local [all...] |