/external/autotest/client/site_tests/platform_InitLoginPerf/ |
platform_InitLoginPerf.py | 29 def uptime_from_timestamp(name, occurence=-1): 33 @param use_first: Defines which occurence of the timestamp should 34 be returned. The occurence number is 1-based. 45 if len(output) < abs(occurence) + 1: 48 timestamp = output[occurence].split()[0] 53 Takes the last occurence of each timestamp if multiple are available.
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/ |
BIG5Tool.java | 140 // Don't keep occurence statistics for the single byte range 145 // Frequency of occurence statistics are accumulated in a map. 201 // on frequency of occurence. 231 // multi-byte character value and an occurence count for that char. 247 // For insertion/lookup, we care about the char code only, not the occurence count. 259 // We want to be able to sort the results by frequency of occurence
|
EUCTool.java | 140 // Don't keep occurence statistics for the single byte range 145 // Frequency of occurence statistics are accumulated in a map. 201 // on frequency of occurence. 231 // multi-byte character value and an occurence count for that char. 247 // For insertion/lookup, we care about the char code only, not the occurence count. 259 // We want to be able to sort the results by frequency of occurence
|
/external/libavc/decoder/ |
ih264d_bitstrm.c | 85 * containing the bits in order of their occurence in the bitstream. 112 * containing the bits in order of their occurence in the bitstream.
|
/external/icu/icu4c/source/i18n/unicode/ |
dtrule.h | 41 DOW, /**< The Nth occurence of the day of week, 43 DOW_GEQ_DOM, /**< The first occurence of the day of week on or after the day of monnth, 45 DOW_LEQ_DOM /**< The last occurence of the day of week on or before the day of month, 195 * Gets the ordinal number of the occurence of the day of week
|
/external/libmpeg2/decoder/ |
impeg2d_bitstream.c | 220 * bit in the order of their occurence. 258 * bit in the order of their occurence. 306 * bit in the order of their occurence. 332 * bit in the order of their occurence.
|
/external/syslinux/gpxe/src/arch/i386/drivers/net/ |
undiisr.S | 51 trig: /* Record interrupt occurence */
|
/libcore/benchmarks/src/benchmarks/regression/ |
StringReplaceAllBenchmark.java | 51 // and one final occurence of qrstuvwx.
|
StringReplaceBenchmark.java | 46 // and one final occurence of qrstuvwx.
|
/system/connectivity/wificond/tests/integration/ |
binder_dispatcher.h | 40 // 2. |InterruptDispatch|: Indicate the occurence of the required event.
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CharsetRecog_mbcs.java | 19 * frequency-of-occurence of characters. 121 // Frequency of occurence statistics exist. 192 // of-occurence analysis tool. The data needs to be moved 254 // of-occurence analysis tool. The data needs to be moved 393 // of-occurence analysis tool. The data needs to be moved 430 // of-occurence analysis tool. The data needs to be moved 530 // of-occurence analysis tool. The data needs to be moved
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
CharsetRecog_mbcs.java | 18 * frequency-of-occurence of characters. 120 // Frequency of occurence statistics exist. 191 // of-occurence analysis tool. The data needs to be moved 253 // of-occurence analysis tool. The data needs to be moved 392 // of-occurence analysis tool. The data needs to be moved 429 // of-occurence analysis tool. The data needs to be moved 529 // of-occurence analysis tool. The data needs to be moved
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
IntVector.java | 342 * Searches for the first occurence of the given argument, 365 * Searches for the first occurence of the given argument, 387 * Searches for the first occurence of the given argument,
|
ObjectVector.java | 339 * Searches for the first occurence of the given argument, 362 * Searches for the first occurence of the given argument, 384 * Searches for the first occurence of the given argument,
|
SuballocatedIntVector.java | 458 * Searches for the first occurence of the given argument, 498 * Searches for the first occurence of the given argument, 513 * Searches for the first occurence of the given argument,
|
NodeVector.java | 577 * Searches for the first occurence of the given argument, 605 * Searches for the first occurence of the given argument,
|
/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/ |
dirname.c | 73 /* Terminate path at the last occurence of '/'. */
|
/external/icu/icu4c/source/i18n/ |
inputext.cpp | 144 // Tally up the byte occurence statistics.
|
csrmbcs.cpp | 26 // of-occurence analysis tool. The data needs to be moved 37 // of-occurence analysis tool. The data needs to be moved 52 // of-occurence analysis tool. The data needs to be moved 67 // of-occurence analysis tool. The data needs to be moved 82 // of-occurence analysis tool. The data needs to be moved 222 // Frequency of occurence statistics exist.
|
/external/libchrome/base/strings/ |
string_piece.h | 319 // find_first_of: Find the first occurence of one of a set of characters. 328 // find_first_not_of: Find the first occurence not of a set of characters. 337 // find_last_of: Find the last occurence of one of a set of characters. 347 // find_last_not_of: Find the last occurence not of a set of characters.
|
/sdk/eclipse/scripts/ |
update_version.sh | 73 # Printing out occurence helps find ones to update manually, but exclude
|
/external/syslinux/com32/cmenu/libmenu/ |
help.c | 22 // Find the occurence of the count'th \n in buffer (or NULL) if not found
|
/system/extras/perfprofd/scripts/ |
sorted_collection.py | 108 'Remove first occurence of item. Raise ValueError if not found'
|
/external/deqp/external/openglcts/modules/gles31/ |
es31cExplicitUniformLocationTest.cpp | 104 } occurence; member in class:glcts::__anon17547::DefOccurence 106 DefOccurence(DefOccurenceEnum _occurence) : occurence(_occurence) 112 if (occurence == NONE_SH) 116 if (occurence == ALL_SH) 120 if (occurence == FSH_OR_CSH) 124 if (occurence == VSH) 128 if (occurence == ALL_BUT_FSH) 132 if (occurence == ALL_BUT_VSH) 159 : val(_val), numSys(_numSys), occurence(_occurence) 168 implicit &= !occurence.occurs(stages[i]) 176 DefOccurence occurence; member in class:glcts::__anon17547::LayoutSpecifierBase [all...] |
/build/make/tools/droiddoc/templates-pdk/assets/ |
search_autocomplete.js | 166 // helper function that gets the last occurence index of the given regex
|