/external/icu4c/tools/gencase/ |
gencase.c | 566 count=caseFoldings[caseFoldingCount].full[0]= 567 (UChar)u_parseString(fields[2][0], caseFoldings[caseFoldingCount].full+1, 31, (uint32_t *)&caseFoldings[caseFoldingCount].simple, pErrorCode); 574 if(count==0 || count>2 || (count==2 && UTF_IS_SINGLE(caseFoldings[caseFoldingCount].full[1]))) { 581 _set_addAll(caseSensitive, caseFoldings[caseFoldingCount].full+1, caseFoldings[caseFoldingCount].full[0]); 586 /* check if there was a full mapping for this code point before */ 602 uprv_memcpy(caseFoldings[caseFoldingCount-1].full, caseFoldings[caseFoldingCount].full, 32*U_SIZEOF_UCHAR); 615 caseFoldings[caseFoldingCount].full[0]=0; 755 /* ignore "Common" mappings (simple==full) that map to the same code point as the regular lowercase mapping * [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
base.py | 141 (os.path.join of the two gives you the full path to the file, 271 """Returns the full path to path made by joining the top of the 525 """Returns the full path to the apache binary. 531 """Returns the full path to the apache binary. 537 """Returns the full path to the test driver (DumpRenderTree).""" 541 """Returns the full path to the layout_test_helper binary, which 549 """Returns the full path to the image_diff binary, or None if it 574 """Returns the full path to the wdiff binary, or None if it is 588 """Return the full path to the top of the baseline tree for a 617 uri - a full URI for the given tes [all...] |
/external/astl/tests/ |
test_string.cpp | 613 const char *literal = "Need to buy a full face helmet for Lilie."; 624 EXPECT_TRUE(str02 == "buy a full face helmet for Lilie."); 646 EXPECT_TRUE(str03 == "Need to buy a full face helmet for Lilie."); 651 EXPECT_TRUE(str04 == "Need to buy a full face helmet for Lilie."); 688 string str01("The full"); 693 EXPECT_TRUE(str03 == "The full sentence."); 696 EXPECT_TRUE(str03 == " sentence.The full"); 700 EXPECT_TRUE(str03 == "The full sentence."); 702 str03 = "The full" + str02; 703 EXPECT_TRUE(str03 == "The full sentence.") [all...] |
/external/quake/quake/src/QW/client/ |
cl_ents.c | 271 qboolean full;
local 290 full = false;
302 { // this is a full update that we can start delta compressing from now
306 full = true;
340 if (full)
342 Con_Printf ("WARNING: oldcopy on full update");
362 if (full)
365 Con_Printf ("WARNING: U_REMOVE on full update\n");
380 if (full)
383 Con_Printf ("WARNING: delta on full update"); [all...] |
/cts/tools/host/src/com/android/cts/ |
TestSession.java | 178 * Start the single test with full name. 180 * @param testFullName The test full name. 189 // The test full name follows the following rule: 256 * Search the test with the test full name given among the test 259 * @param testFullName The full name of the test. 260 * @return The test with the full name given.
|
/external/kernel-headers/original/linux/ |
serial_reg.h | 278 #define UART_RSA_IER_Rx_FIFO_H (1 << 0) /* Enable Rx FIFO half full int. */ 279 #define UART_RSA_IER_Tx_FIFO_H (1 << 1) /* Enable Tx FIFO half full int. */ 287 #define UART_RSA_SRR_Tx_FIFO_NHFL (1 << 1) /* Tx FIFO is not half full (1) */ 288 #define UART_RSA_SRR_Tx_FIFO_NFUL (1 << 2) /* Tx FIFO is not full (1) */ 290 #define UART_RSA_SRR_Rx_FIFO_NHFL (1 << 4) /* Rx FIFO is not half full (1) */ 291 #define UART_RSA_SRR_Rx_FIFO_NFUL (1 << 5) /* Rx FIFO is not full (1) */
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
FilterOutputStreamTest.java | 151 // buffer is full, which it should be now. 182 // buffer is full, which it should be eventually. 246 // buffer is full, which it should be now.
|
/development/ide/emacs/ |
android-common.el | 123 "Return the full path to the product directory. 136 "Return the full path to the host BINARY. 156 ; For fastboot -p is the name of the product, *not* the full path to
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
markup.sgml | 12 applications generating full-scale XML. However, it's very useful for 14 application will be the only one writing the file. Full-scale XML 16 easily migrate to full-scale XML at a later time if the need arises.
|
/external/jpeg/ |
djpeg.1 | 76 is specified, or if the JPEG file is gray-scale; otherwise, 24-bit full-color 90 is specified, or if the JPEG file is gray-scale; otherwise, 24-bit full-color 108 is specified; otherwise, 24-bit full-color format is emitted.
|
/external/netperf/ |
netcpu_pstat.c | 64 long long full; member in union:overlay_u 144 long long full; member in union:overlay_u 180 long long full; member in union:overlay_u
|
/external/opencore/baselibs/threadsafe_callback_ao/src/ |
threadsafe_callback_ao.cpp | 279 // Wait on the remote thread control semaphore. If the queue is full, must block and wait 280 // for the AO to dequeue some previous event. If the queue is not full, proceed 362 // The remote thread might be blocked and waiting for an event to be processed in case the event queue is full
|
/packages/apps/Calendar/src/com/android/calendar/ |
EventLoader.java | 164 // queue is full. This should never happen because the queue 245 // queue is full. This should never happen because the queue 271 // queue is full. This should never happen because the queue
|
/packages/inputmethods/PinyinIME/jni/include/ |
dicttrie.h | 38 // For a full spelling id, node_num = 1; 71 // corresponding full ids. 141 // The given spelling ids are all valid full ids.
|
/bionic/ |
CleanSpec.mk | 16 # If you don't need to do a full clean build but would like to touch
|
/bootable/bootloader/legacy/ |
CleanSpec.mk | 16 # If you don't need to do a full clean build but would like to touch
|
/bootable/diskinstaller/ |
CleanSpec.mk | 16 # If you don't need to do a full clean build but would like to touch
|
/bootable/recovery/ |
CleanSpec.mk | 16 # If you don't need to do a full clean build but would like to touch
|
/build/ |
CleanSpec.mk | 16 # If you don't need to do a full clean build but would like to touch
|
/build/core/ |
clear_vars.mk | 93 LOCAL_PROGUARD_ENABLED:= # '',optonly,full,custom
|
/build/tools/lsd/ |
lsd.c | 37 char *name; /* full path name of this executable file */ 112 char *full = find_file(name, lib_lookup_dirs, num_lib_lookup_dirs); local 113 FAILIF(full == NULL, "Cannot construct full path for file [%s]!\n", name); 115 if (!strcmp(trav->name, full)) 119 free(full); 655 char *full = find_file(libname, lib_lookup_dirs, num_lib_lookup_dirs); local 656 FAILIF(NULL == full, 659 source = init_source(full);
|
/cts/ |
CleanSpec.mk | 16 # If you don't need to do a full clean build but would like to touch
|
/cts/tools/dasm/src/java_cup/ |
version.java | 42 /** Full title of the system */
|
/dalvik/ |
CleanSpec.mk | 16 # If you don't need to do a full clean build but would like to touch
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
LinkedBlockingQueueTest.java | 115 * Queue transitions from empty to full when elements added 169 * Offer succeeds if not full; fails if full 178 * add succeeds if not full; throws ISE if full 310 * put blocks interruptibly if full 340 * put blocks waiting for take when full 374 * timed offer times out if full and elements not taken 993 * drainTo empties full queue, unblocking a waiting put.
|