HomeSort by relevance Sort by last modified time
    Searched refs:potential (Results 1 - 25 of 32) sorted by null

1 2

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reweight.h 29 // Reweight FST according to the potentials defined by the POTENTIAL
34 // An arc of weight w, with an origin state of potential p and
35 // destination state of potential q, is reweighted by p\wq when
39 void Reweight(MutableFst<Arc> *fst, vector<typename Arc::Weight> potential,
45 while ( (int64)potential.size() < (int64)fst->NumStates())
46 potential.push_back(Weight::Zero());
66 if ((potential[state] == Weight::Zero()) ||
67 (potential[arc.nextstate] == Weight::Zero()))
70 && (potential[state] != Weight::Zero()))
71 arc.weight = Divide(Times(arc.weight, potential[arc.nextstate])
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/
AppDataDirGuesser.java 74 for (String potential : splitPathList(input)) {
75 if (!potential.startsWith("/data/app/")) {
79 int end = potential.lastIndexOf(".apk");
80 if (end != potential.length() - 4) {
83 int dash = potential.indexOf("-");
87 String packageName = potential.substring(start, end);
  /external/littlemock/src/com/google/testing/littlemock/
AppDataDirGuesser.java 89 for (String potential : splitPathList(input)) {
90 if (!potential.startsWith("/data/app/")) {
94 int end = potential.lastIndexOf(".apk");
95 if (end != potential.length() - 4) {
98 int dash = potential.indexOf("-");
102 String packageName = potential.substring(start, end);
  /external/compiler-rt/
README.android 37 yet). Look at frameworks/compile/libbcc/runtime for potential starting points.
  /ndk/sources/cxx-stl/gabi++/
Android.mk 39 # any conflict with any potential system library named libgabi++
  /external/chromium_org/v8/test/mjsunit/harmony/
module-recompile.js 30 // Test that potential recompilation of the global scope does not screw up.
  /external/chromium_org/v8/test/webkit/
math-transforms.js 26 "This test checks for potential edge case bugs with certain math transforms involving multiplication by 1 and unary plus."
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 136 SkFlatData* potential = (SkFlatData*)fPointers[i]; local
140 if (potential->index() == fFlatsThatMustBeKept[j]) {
146 return potential;
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 136 SkFlatData* potential = (SkFlatData*)fPointers[i]; local
140 if (potential->index() == fFlatsThatMustBeKept[j]) {
146 return potential;
    [all...]
  /external/strace/
strace.spec 118 + fixed potential stack buffer overflow in select decoder (#556678);
127 + fixed several bugs in strings decoder, including potential heap
216 - Fix potential buffer overruns (#151570, #159196).
241 - fix potential crash in getxattr printing
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 1739 String potential = resolveQualifiedNameInInheritedClass(name, cls, originalPackage); local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
background.js 203 // every tab on startup. To work around potential bugs resulting from this,
  /external/clang/tools/scan-build/
scan-build 1129 if it found potential bugs and 0 otherwise.
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 1096 if it found potential bugs and 0 otherwise.
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 1096 if it found potential bugs and 0 otherwise.
    [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]

Completed in 1015 milliseconds

1 2