HomeSort by relevance Sort by last modified time
    Searched refs:specs (Results 26 - 50 of 71) sorted by null

12 3

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
GLMessageFormatter.java 37 public GLMessageFormatter(Map<String, GLAPISpec> specs) {
38 mAPISpecs = specs;
  /external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java 131 final String [] specs = m_filterCfg.getFilterSpecs (); local
132 if ((specs != null) && (specs.length > 0))
135 super.createArg ().setValue (Strings.toListForm (specs, ','));
  /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/valgrind/main/coregrind/
m_redir.c 113 Specs - a set of (soname pattern, fnname pattern) -> redir addr
117 consults. Specs is the current set of specifications as harvested
120 Active is a pure function of Specs and the current symbol table
123 Therefore whenever either Specs or SyminfoState changes, Active
130 for spec in Specs {
155 no duplicates. The difficulty is how to constrain Specs enough to
156 avoid getting into that situation. It's easy to write specs which
168 Specs would generate conflicts. However, considering we don't
170 all changes to Specs are acceptable. But, when recomputing Active
180 - it may be the source of new specs
260 Spec* specs; \/* specs pulled out of seginfo *\/ member in struct:_TopSpec
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gltrace/format/
GLMessageFormatterTest.java 47 Map<String, GLAPISpec> specs = new HashMap<String, GLAPISpec>(API_SPECS.size()); typedefs
51 specs.put(spec.getFunction(), spec);
54 sGLMessageFormatter = new GLMessageFormatter(specs);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalList.java 534 * @param specs {@code non-null;} spec set representing the locals
536 public void snapshot(int address, RegisterSpecSet specs) {
538 System.err.printf("%04x snapshot %s\n", address, specs);
541 int sz = specs.getMaxSize();
546 RegisterSpec newSpec = filterSpec(specs.get(i));
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 534 * @param specs {@code non-null;} spec set representing the locals
536 public void snapshot(int address, RegisterSpecSet specs) {
538 System.err.printf("%04x snapshot %s\n", address, specs);
541 int sz = specs.getMaxSize();
546 RegisterSpec newSpec = filterSpec(specs.get(i));
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 241 for (ArrayList<RegisterSpec> specs : localVariables.values()) {
249 int sz = specs.size();
251 RegisterSpec ssaSpec = specs.get(i);
260 if (canMapRegs(specs, ropReg)) {
261 done = tryMapRegs(specs, ropReg, maxCategory, true);
275 * @param specs {@code non-null;} SSA registers to attempt to map
284 ArrayList<RegisterSpec> specs, int ropReg,
287 for (RegisterSpec spec : specs) {
572 * @param specs {@code non-null;} SSA registers to check
576 private boolean canMapRegs(ArrayList<RegisterSpec> specs, int ropReg)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
LocalList.java 534 * @param specs {@code non-null;} spec set representing the locals
536 public void snapshot(int address, RegisterSpecSet specs) {
538 System.err.printf("%04x snapshot %s\n", address, specs);
541 int sz = specs.getMaxSize();
546 RegisterSpec newSpec = filterSpec(specs.get(i));
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 241 for (ArrayList<RegisterSpec> specs : localVariables.values()) {
249 int sz = specs.size();
251 RegisterSpec ssaSpec = specs.get(i);
260 if (canMapRegs(specs, ropReg)) {
261 done = tryMapRegs(specs, ropReg, maxCategory, true);
275 * @param specs {@code non-null;} SSA registers to attempt to map
284 ArrayList<RegisterSpec> specs, int ropReg,
287 for (RegisterSpec spec : specs) {
572 * @param specs {@code non-null;} SSA registers to check
576 private boolean canMapRegs(ArrayList<RegisterSpec> specs, int ropReg)
    [all...]
  /external/clang/utils/
FindSpecRefs 830 specs = {}
832 spec = specs[ref.name] = specs.get(ref.name,{})
    [all...]
  /external/emma/lib/
emma_ant.jar 
  /frameworks/native/opengl/libs/GLES_trace/tools/
genapi.py 19 # OpenGL calls. When executed, it reads the specs for the OpenGL calls
356 def parseAllSpecs(specs):
358 for name, specfile in specs:
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 142 * @param specs [null is equivalent to no filtering (everything is included)]
144 public synchronized final void setInclExclFilter (final String [] specs)
146 if (specs == null)
149 m_coverageFilter = IInclExclFilter.Factory.create (specs);
    [all...]
  /external/libvorbis/doc/
Vorbis_I_spec.tex 40 % escaping it (\_ instead of _). Since the Vorbis specs use it a lot,
  /external/chromium/net/tools/testserver/
chromiumsync_test.py 31 specs = chromiumsync.SyncDataModel._PERMANENT_ITEM_SPECS
34 for spec in specs:
39 unique_datatypes = set([x.sync_type for x in specs])
  /external/kernel-headers/original/linux/
fb.h 428 /* Definitions below are used in the parsed monitor specs */
    [all...]
  /external/icu4c/i18n/
ucol_tok.cpp 1720 uint16_t specs = 0; local
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 542 uint16_t specs = 0; local
581 specs = src.parsedToken.flags;
584 varT = (UBool)((specs & UCOL_TOK_VARIABLE_TOP) != 0);
585 top_ = (UBool)((specs & UCOL_TOK_TOP) != 0);
638 before = (UBool)((specs & UCOL_TOK_BEFORE) != 0);
640 beforeStrength = (specs & UCOL_TOK_BEFORE)-1;
926 uint16_t specs = 0; local
965 specs = src.parsedToken.flags;
968 varT = (UBool)((specs & UCOL_TOK_VARIABLE_TOP) != 0);
969 top_ = (UBool)((specs & UCOL_TOK_TOP) != 0)
1098 uint16_t specs = 0; local
2963 uint16_t specs = 0; local
    [all...]
citertst.c 1768 uint16_t specs = 0; local
1969 uint16_t specs = 0; local
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 253 uint8_t specs = 0; local
1064 uint8_t specs = 0; local
1167 uint8_t specs = 0; local
    [all...]
  /build/core/
envsetup.mk 113 # Read the product specs so we an get TARGET_DEVICE and other
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 422 sync_pb::EntitySpecifics specs; local
424 AddDefaultExtensionValue(BOOKMARKS, &specs);
428 AddDefaultExtensionValue(PREFERENCES, &specs);
431 e.Put(SPECIFICS, specs);
432 e.Put(SERVER_SPECIFICS, specs);
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 234 'http://specs.openid.net/extensions/ui/1.0');

Completed in 2666 milliseconds

12 3