/dalvik/dx/src/com/android/dx/rop/code/ |
RegisterSpecSet.java | 32 * {@code non-null;} array of register specs, where each element is 36 private final RegisterSpec[] specs; field in class:RegisterSpecSet 50 this.specs = new RegisterSpec[maxSize]; 62 RegisterSpec[] otherSpecs = otherSet.specs; 63 int len = specs.length; 70 RegisterSpec s1 = specs[i]; 88 int len = specs.length; 92 RegisterSpec spec = specs[i]; 103 int len = specs.length; 110 RegisterSpec spec = specs[i] [all...] |
LocalVariableInfo.java | 77 * @param specs {@code non-null;} the register set to associate with the block 79 public void setStarts(int label, RegisterSpecSet specs) { 82 if (specs == null) { 83 throw new NullPointerException("specs == null"); 87 blockStarts[label] = specs; 102 * @param specs {@code non-null;} the register set to merge into the start set 108 public boolean mergeStarts(int label, RegisterSpecSet specs) { 113 setStarts(label, specs); 118 newStart.intersect(specs, true);
|
CstInsn.java | 35 * @param sources {@code non-null;} specs for all the sources
|
PlainCstInsn.java | 36 * @param sources {@code non-null;} specs for all the sources
|
SwitchInsn.java | 38 * @param sources {@code non-null;} specs for all the sources
|
ThrowingCstInsn.java | 37 * @param sources {@code non-null;} specs for all the sources
|
/external/emma/core/java12/com/vladium/emma/filter/ |
IInclExclFilter.java | 60 final String [] specs = new String [_specs.size ()]; local 61 _specs.toArray (specs); 63 return create (specs); 67 public static IInclExclFilter create (final String [] specs) 69 if ((specs == null) || (specs.length == 0)) 75 for (int i = 0, iLimit = specs.length; i < iLimit; ++ i) 77 final String spec = specs [i];
|
/external/icu4c/i18n/ |
tridpars.h | 66 class Specs : public UMemory { 73 Specs(const UnicodeString& s, const UnicodeString& t, 79 Specs(const Specs &other); // forbid copying of this class 80 Specs &operator=(const Specs &other); // forbid copying of this class 308 * at any location between specs or delimiters, and is returned 310 * @return a Specs object, or null if the parse failed. If 313 * pattern is returned in the Specs object, otherwise the returned 317 static Specs* parseFilterID(const UnicodeString& id, int32_t& pos [all...] |
tridpars.cpp | 50 TransliteratorIDParser::Specs::Specs(const UnicodeString& s, const UnicodeString& t, 114 Specs* specsA = NULL; 115 Specs* specsB = NULL; 217 Specs* specs = parseFilterID(id, pos, TRUE); local 218 if (specs == NULL) { 224 SingleID* single = specsToID(specs, FORWARD); 226 single->filter = specs->filter; 228 delete specs; [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
LocalVariableInfo.java | 78 * @param specs {@code non-null;} the register set to associate with the block 80 public void setStarts(int index, RegisterSpecSet specs) { 83 if (specs == null) { 84 throw new NullPointerException("specs == null"); 88 blockStarts[index] = specs; 103 * @param specs {@code non-null;} the register set to merge into the start set 109 public boolean mergeStarts(int index, RegisterSpecSet specs) { 114 setStarts(index, specs); 119 newStart.intersect(specs, true);
|
/external/emma/ant/ant14/com/vladium/emma/instr/ |
FilterCfg.java | 45 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); local 47 for (int i = 0; i < specs.length; ++ i) 49 final String spec = specs [i]; 73 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); local 75 for (int i = 0; i < specs.length; ++ i) 77 final String spec = specs [i]; 95 final String [] specs = Strings.merge (new String [] {value}, COMMA_DELIMITERS, true); local 97 for (int i = 0; i < specs.length; ++ i) 99 final String spec = specs [i];
|
/frameworks/base/opengl/tools/glgen/ |
gen | 47 java -classpath src GenerateGL -c specs/jsr239/glspec-1.0 specs/jsr239/glspec-1.0ext specs/jsr239/glspec-1.1 specs/jsr239/glspec-1.1ext specs/jsr239/glspec-1.1extpack specs/jsr239/glspec-checks
|
/external/gtest/test/ |
gtest_nc_test.py | 48 # Defines a list of test specs, where each element is a tuple 97 # TODO(wan@google.com): verify that the test specs are satisfied.
|
/external/elfutils/libelf/ |
elf_rand.c | 33 /* Be gratious, the specs demand it. */
|
elf_next.c | 35 /* Be gratious, the specs demand it. */
|
/frameworks/base/opengl/tools/glgen/src/ |
GenerateGLES.java | 83 new BufferedReader(new FileReader("specs/gles11/checks.spec")); 91 new BufferedReader(new FileReader("specs/gles11/"
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
LockPatternKeyguardViewProperties.java | 26 * it (even if it hasn't been created, per the interface specs).
|
/packages/apps/Mms/src/com/android/mms/dom/ |
AttrImpl.java | 61 // String value as defined in the specs, we directly set here the
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
DefaultRetryScheme.java | 25 * Default retry scheme, based on specs.
|
/external/apache-http/src/org/apache/http/cookie/ |
CookieSpecRegistry.java | 135 * specs} in their default order. 148 * specs} with the content of the map passed as a parameter. 150 * @param map cookie specs
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Constants.java | 92 * Not from the ASN.1 specs. For implementation purposes.
|
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessor.java | 72 * @param specs [null is equivalent to no filtering (everything is included)] 74 public synchronized final void setInclExclFilter (final String [] specs) 76 if (specs == null) 79 m_coverageFilter = IInclExclFilter.Factory.create (specs);
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
3dfx_regs.h | 27 /* This information comes from the public 3Dfx specs for the Voodoo 3000 */
|
/bionic/libc/unistd/ |
pathconf.c | 172 #if 0 /* don't know what to do there, the specs are really weird */ 240 #if 0 /* don't know what to do there, the specs are really weird */
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
FirstFitLocalCombiningAllocator.java | 234 for (ArrayList<RegisterSpec> specs : localVariables.values()) { 242 int sz = specs.size(); 244 RegisterSpec ssaSpec = specs.get(i); 254 done = tryMapRegs(specs, ropReg, maxCategory, true); 267 * @param specs {@code non-null;} SSA registers to attempt to map 276 ArrayList<RegisterSpec> specs, int ropReg, 279 for (RegisterSpec spec : specs) { 922 * the definition specs of all the registers. [all...] |