HomeSort by relevance Sort by last modified time
    Searched defs:incl (Results 1 - 11 of 11) sorted by null

  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 229 float incl = SensorManager.getInclination(mI); local
237 " incl: " + (int)(incl*rad2deg)
  /external/icu4c/common/
uniset_props.cpp 186 UnicodeSet* incl = new UnicodeSet(); local
188 (USet *)incl,
195 if (incl != NULL) {
196 incl->ensureCapacity(DEFAULT_INCLUSION_CAPACITY, status);
258 incl->compact();
261 INCLUSIONS[src] = incl;
262 incl = NULL;
267 delete incl;
    [all...]
  /external/llvm/test/MC/X86/
x86-64.s 803 lock incl 1(%rsp)
805 // CHECK: incl 1(%rsp)
808 lock/incl 1(%rsp)
810 // CHECK: incl 1(%rsp)
916 incl %eax // CHECK: incl %eax # encoding: [0xff,0xc0] label
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 518 LVM_INT32 incl = (((LVM_INT32)pContext->leftVolume << 16) - vl) / frameCount; local
528 vl += incl;
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 1199 void Assembler::incl(const Operand& dst) { function in class:v8::internal::Assembler
1207 void Assembler::incl(Register dst) { function in class:v8::internal::Assembler
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 2534 const Vector<const char*>& incl = bundle->getPackageIncludes(); local
    [all...]
ResourceTable.cpp 1619 const ResTable& incl = assets->getIncludedResources(); local
    [all...]
  /external/libxml2/
relaxng.c 713 * @incl: a include structure
718 xmlRelaxNGFreeInclude(xmlRelaxNGIncludePtr incl)
720 if (incl == NULL)
723 if (incl->href != NULL)
724 xmlFree(incl->href);
725 if (incl->doc != NULL)
726 xmlFreeDoc(incl->doc);
727 if (incl->schema != NULL)
728 xmlRelaxNGFree(incl->schema);
729 xmlFree(incl);
4542 xmlRelaxNGIncludePtr incl; local
7114 xmlRelaxNGIncludePtr incl; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 609 milliseconds