/external/chromium_org/v8/test/webkit/fast/regex/ |
unicodeCaseInsensitive.js | 34 // Test the sets of USC2 code points that have more than one canonically equivalent value.
|
/external/icu/icu4c/source/test/hdrtst/ |
Makefile.in | 41 @echo Please read this Makefile for more information.
|
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 99 very small subset of them (none, to be more exact) really use it. 115 is followed by attempts to patch the hole and more mistakes... 256 still have no serious applications it is not useful to work on more 378 A bit more complicated example using routing header can be found
|
/external/libnfc-nci/src/nfc/include/ |
nfc_api.h | 62 #define NFC_STATUS_CONTINUE 0xE5/* More (same) event to follow */ 595 BOOLEAN more; /* 0: last notification */ member in struct:__anon28924 [all...] |
/external/libnfc-nci/src/nfc/nci/ |
nci_hmsgs.c | 585 UINT8 nci_snd_set_routing_cmd (BOOLEAN more, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs) 594 * 2 bytes (more=FALSE and num routing entries=0) */ 610 UINT8_TO_STREAM (pp, more);
|
/external/libunwind/doc/ |
unw_resume.tex | 28 frames younger (more deeply nested) than the one identified by
|
/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
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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
|
/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 | |
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/asm/ |
inst.h | 442 #define BITFIELD_FIELD(field, more) more field;
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/asm/ |
inst.h | 442 #define BITFIELD_FIELD(field, more) more field;
|
/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_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
history.js | 176 // if we ever have more than one, we need multiple NodeBreadcrumbs as well. 405 // Add more events: key press, DOM
|
/external/chromium_org/chrome/browser/resources/google_now/ |
cards.js | 251 // If we expect more events, create an alarm for the next one. 271 // 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 | 280 '''Prints out broken links in a more readable format.
|
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
rtcd.pl | 410 See 'perldoc rtcd.pl' for more details.
|
/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/skia/src/pathops/ |
SkOpSegment.cpp | 566 // OPTIMIZATION: if there are three or more identical Ts, then 635 int more = 1; local 637 while (fTs.end() - &span[more - 1] > 1 && AlmostEqualUlps(span[more].fPt, pt)) { 639 double tEndInterval = span[more].fT - newT; 646 ++more; 649 --more; 650 while (more - 1 > less && span[more].fPt == span[more - 1].fP [all...] |