/libcore/ojluni/src/main/java/sun/util/calendar/ |
JulianCalendar.java | 80 // Use the year numbering ..., -2, -1, 0, 1, 2, ... for 82 // Calculations" in which the numbering is ..., -2, -1, 1, 2,
|
/external/v8/src/ |
i18n.cc | 110 // Make formatter from skeleton. Calendar and numbering system are added 185 // Ugly hack. ICU doesn't expose numbering system in any way, so we have 242 // Make formatter from options. Numbering system is added 389 // Ugly hack. ICU doesn't expose numbering system in any way, so we have 742 // Set resolved settings (pattern, numbering system, calendar). 822 // Set resolved settings (pattern, numbering system). 885 // Set resolved settings (pattern, numbering system). [all...] |
/external/llvm/test/Transforms/EarlyCSE/ |
basic.ll | 37 ;; Simple load value numbering. 57 ;; Cross block load value numbering. 89 ;; Cross block load value numbering stops when stores happen.
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
internals.md | 11 the API with the execption of i2c/spi bus numbering as they are typically not 12 labelled on boards and so we use the kernel numbering scheme. Whilst this can 105 if ARCH_NR_GPIOS is changed, the gpio numbering will change. In 3.18+ the
|
index.java.md | 6 and sane API where port names/numbering matches the board that you are on. Use
|
index.md | 6 and sane API where port names/numbering matches the board that you are on. Use
|
/external/curl/tests/ |
README | 22 2. Numbering 23 2.1 Test case numbering 203 2. Numbering 205 2.1 Test case numbering
|
/external/llvm/include/llvm/ADT/ |
IntEqClasses.h | 66 /// compress - Compress equivalence classes by numbering them 0 .. M.
|
/external/llvm/lib/Transforms/Utils/ |
InstructionNamer.cpp | 12 // unnamed instruction can change all other instruction numbering, making the
|
/external/v8/src/compiler/ |
scheduler.h | 72 SpecialRPONumberer* special_rpo_; // Special RPO numbering of blocks.
|
/external/v8/test/unittests/compiler/ |
value-numbering-reducer-unittest.cc | 10 #include "src/compiler/value-numbering-reducer.h"
|
/frameworks/base/media/java/android/media/audiofx/ |
Equalizer.java | 206 * @param band frequency band that will have the new gain. The numbering of the bands starts 228 * @param band frequency band whose gain is requested. The numbering of the bands starts 250 * @param band frequency band whose center frequency is requested. The numbering of the bands 271 * @param band frequency band whose frequency range is requested. The numbering of the bands
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
Token.java | 26 * An integer that describes the kind of this token. This numbering
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/ |
Token.java | 26 * An integer that describes the kind of this token. This numbering
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/ |
Token.java | 26 * An integer that describes the kind of this token. This numbering
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/ |
Token.java | 26 * An integer that describes the kind of this token. This numbering
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/contenttype/parser/ |
Token.java | 26 * An integer that describes the kind of this token. This numbering
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/ |
Token.java | 26 * An integer that describes the kind of this token. This numbering
|
/prebuilts/go/darwin-x86/src/net/textproto/ |
pipeline.go | 69 // happen in order, one after the other. The event numbering must start
|
/prebuilts/go/linux-x86/src/net/textproto/ |
pipeline.go | 69 // happen in order, one after the other. The event numbering must start
|
/dalvik/dx/src/com/android/dx/ssa/ |
Dominators.java | 180 * First we perform a DFS numbering of the blocks, by 181 * numbering the dfs tree roots.
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
Dominators.java | 180 * First we perform a DFS numbering of the blocks, by 181 * numbering the dfs tree roots.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/ |
CdmaSmsAddress.java | 75 * Numbering Plan identification is a 0 or 4-bit value that 76 * indicates which numbering plan identification is set. (See
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree-ssa-sccvn.h | 1 /* Tree SCC value numbering 189 /* Return the value numbering info for an SSA_NAME. */
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DIEHash.cpp | 247 unsigned &DieNumber = Numbering[&Entry]; 260 DieNumber = Numbering.size(); 477 Numbering.clear(); 478 Numbering[&Die] = 1; 498 Numbering.clear(); 499 Numbering[&Die] = 1;
|