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

12 3 4 5 6

  /external/libselinux/src/
label_file.c 686 spec_t **specs; local
696 specs = calloc(n+1, sizeof(spec_t *));
697 if (!specs)
699 specs[0] = lookup_common(rec, key, type, false);
700 if (specs[0]) {
701 if (!specs[0]->hasMetaChars) {
703 lr = &specs[0]->lr;
707 prefix_len = specs[0]->prefix_len;
710 specs[i] = lookup_common(rec, aliases[i-1], type, false);
711 if (specs[i])
    [all...]
  /frameworks/base/core/java/android/animation/
StateListAnimator.java 75 * Associates the given animator with the provided drawable state specs so that it will be run
76 * when the View's drawable state matches the specs.
78 * @param specs The drawable state specs to match against
79 * @param animator The animator to run when the specs match
81 public void addState(int[] specs, Animator animator) {
82 Tuple tuple = new Tuple(specs, animator);
281 private Tuple(int[] specs, Animator animator) {
282 mSpecs = specs;
  /frameworks/native/opengl/tools/glgen/
gen 63 java -classpath src GenerateGL -c specs/jsr239/glspec-1.0 \
64 specs/jsr239/glspec-1.0ext \
65 specs/jsr239/glspec-1.1 \
66 specs/jsr239/glspec-1.1ext \
67 specs/jsr239/glspec-1.1extpack \
68 specs/jsr239/glspec-checks
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
MemoryView.py 114 def get_buf_flags(specs):
115 is_c_contig, is_f_contig = is_cf_contig(specs)
122 access, packing = zip(*specs)
620 get_axes_specs(env, axes) -> list of (access, packing) specs for each axis.
745 def is_cf_contig(specs):
748 if (len(specs) == 1 and specs == [('direct', 'contig')]):
751 elif (specs[-1] == ('direct','contig') and
752 all([axis == ('direct','follow') for axis in specs[:-1]])):
756 elif (len(specs) > 1 an
    [all...]
  /external/chromium_org/ash/test/
display_manager_test_api.cc 25 const std::string specs,
29 base::SplitString(specs, ',', &parts);
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu/icu4c/source/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...]
  /external/zlib/src/nintendods/
Makefile 38 LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
  /external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
ObjectContainerUniversalMachO.cpp 282 lldb_private::ModuleSpecList &specs)
284 const size_t initial_count = specs.GetSize();
303 specs);
308 return specs.GetSize() - initial_count;
ObjectContainerUniversalMachO.h 51 lldb_private::ModuleSpecList &specs);
  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp 514 lldb_private::ModuleSpecList &specs)
524 const size_t initial_count = specs.GetSize();
550 specs))
552 ModuleSpec &spec = specs.GetModuleSpecRefAtIndex (specs.GetSize() - 1);
563 const size_t end_count = specs.GetSize();
572 if (specs.GetModuleSpecAtIndex(i, module_spec))
  /external/aac/libAACenc/src/
band_nrg.cpp 301 FIXP_DBL NrgMid, NrgSide, specm, specs; local
314 specs = specL - specR;
316 NrgSide = fPow2AddDiv2(NrgSide, specs);
323 specs = specL - specR;
325 NrgSide = fPow2AddDiv2(NrgSide, specs);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
OutputFinisher.java 107 RegisterSpecSet specs = ((LocalSnapshot) insn).getLocals(); local
108 int size = specs.size();
110 if (hasLocalInfo(specs.get(i))) {
166 RegisterSpecSet specs = ((LocalSnapshot) insn).getLocals(); local
167 int size = specs.size();
169 addConstants(result, specs.get(i));
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
OutputFinisher.java 116 RegisterSpecSet specs = ((LocalSnapshot) insn).getLocals(); local
117 int size = specs.size();
119 if (hasLocalInfo(specs.get(i))) {
175 RegisterSpecSet specs = ((LocalSnapshot) insn).getLocals(); local
176 int size = specs.size();
178 addConstants(result, specs.get(i));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
  /external/lldb/source/Symbol/
ObjectFile.cpp 190 ModuleSpecList &specs)
206 specs);
217 lldb_private::ModuleSpecList &specs)
219 const size_t initial_count = specs.GetSize();
225 if (callback (file, data_sp, data_offset, file_offset, file_size, specs) > 0)
226 return specs.GetSize() - initial_count;
232 if (callback (file, data_sp, data_offset, file_offset, file_size, specs) > 0)
233 return specs.GetSize() - initial_count;
  /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/deqp/modules/gles2/functional/
es2fBufferWriteTests.cpp 224 RecreateBufferDataStoreCase (Context& context, const char* name, const char* desc, const DataStoreSpec* specs, int numSpecs, VerifyType verify)
226 , m_specs (specs, specs+numSpecs)
619 std::vector<DataStoreSpec> specs; \
620 DataStoreSpecVecBuilder builder(specs); \
622 recreateStoreGroup->addChild(new RecreateBufferDataStoreCase(m_context, #NAME, DESC, &specs[0], (int)specs.size(), VERIFY_AS_VERTEX_ARRAY)); \
671 vector<DataStoreSpec> specs(numUploadsPerCase);
673 for (vector<DataStoreSpec>::iterator spec = specs.begin(); spec != specs.end(); spec++
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBufferWriteTests.cpp 224 RecreateBufferDataStoreCase (Context& context, const char* name, const char* desc, const DataStoreSpec* specs, int numSpecs, VerifyType verify)
226 , m_specs (specs, specs+numSpecs)
611 std::vector<DataStoreSpec> specs; \
612 DataStoreSpecVecBuilder builder(specs); \
614 recreateStoreGroup->addChild(new RecreateBufferDataStoreCase(m_context, #NAME, DESC, &specs[0], (int)specs.size(), VERIFY_AS_VERTEX_ARRAY)); \
671 vector<DataStoreSpec> specs(numUploadsPerCase);
673 for (vector<DataStoreSpec>::iterator spec = specs.begin(); spec != specs.end(); spec++
    [all...]
  /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);
  /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);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.1.v20140221-1852.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar 
  /external/deqp/modules/gles31/functional/
es31fFboNoAttachmentTests.cpp 531 const FboSpec specs[] = local
563 for (int caseNdx = 0; caseNdx < DE_LENGTH_OF_ARRAY(specs); caseNdx++)
565 const FboSpec& spec = specs[caseNdx];
616 const FboSpec specs[][2] = local
628 for (int specNdx = 0; specNdx < DE_LENGTH_OF_ARRAY(specs); specNdx++)
630 const FboSpec& baseSpec = specs[specNdx][0];
631 const FboSpec& altSpec = specs[specNdx][1];

Completed in 2154 milliseconds

12 3 4 5 6