/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
arith_routines_logist.c | 301 /* find first candidate by inverting the logistic cdf
|
/external/webrtc/src/modules/audio_processing/utility/ |
delay_estimator.c | 259 // best candidate delay has a value less than
|
/libcore/luni/src/main/java/java/util/ |
HugeEnumSet.java | 67 * The candidate for removal. If null, no value may be removed.
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
BalloonHint.java | 34 * or a candidate.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_algobase.h | 441 * loop count will be known (and therefore a candidate for compiler 474 * loop count will be known (and therefore a candidate for compiler 611 * loop count will be known (and therefore a candidate for compiler 647 * loop count will be known (and therefore a candidate for compiler [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticSemaKinds.td | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLRenderingContext.cpp | 109 WebGLRenderingContext* candidate = activeContexts()[candidateID]; 113 candidate->printWarningToConsole(reason); 114 InspectorInstrumentation::didFireWebGLWarning(candidate->canvas()); 117 candidate->forceLostContext(WebGLRenderingContext::SyntheticLostContext); 125 WebGLRenderingContext* candidate = activeContexts().first(); 129 if (context->graphicsContext3D() && candidate->graphicsContext3D() && context->graphicsContext3D()->lastFlushID() < candidate->graphicsContext3D()->lastFlushID()) { 130 candidate = context; 144 WebGLRenderingContext* candidate = activeContexts()[candidateID]; local 145 size.setWidth(candidate->drawingBufferWidth()) [all...] |
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
SoftKeyboard.java | 271 // clear whatever candidate text we have. 665 // If we were generating candidate suggestions for the current
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBase.java | 1357 int candidate=m_namespaceDeclSetElements.elementAt(-- wouldBeAt); local [all...] |
/external/ceres-solver/internal/ceres/ |
dogleg_strategy.cc | 479 // Failed to find the roots of the polynomial, i.e. the candidate 494 // There are at most four candidate solutions. As we are interested
|
/external/chromium/chrome/browser/history/ |
in_memory_url_index.h | 137 // candidate items returns no matches (though the results set will be 235 // A helper class which performs the final filter on each candidate
|
/external/chromium/sdch/open-vcdiff/src/ |
blockhash.h | 219 // target_candidate_start is the start of the candidate block within the 241 // for the same candidate data block, in order to find
|
blockhash_test.cc | [all...] |
/external/chromium/testing/gmock/scripts/ |
gmock_doctor.py | 308 r'note: candidate template ignored:\s+' 334 r'note: candidate function template not viable: '
|
/external/chromium_org/content/browser/renderer_host/ |
gtk_im_context_wrapper.cc | 249 // to the updates of composition text are directed to the candidate window. 257 // Updates the position of the IME candidate window.
|
/external/chromium_org/sdch/open-vcdiff/src/ |
blockhash.h | 219 // target_candidate_start is the start of the candidate block within the 241 // for the same candidate data block, in order to find
|
blockhash_test.cc | [all...] |
/external/chromium_org/third_party/freetype/src/autofit/ |
afhints.c | 485 AF_Direction dir; /* candidate direction */ 942 /* if this point is candidate to weak interpolation, we */ [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
relayport.cc | 274 Connection* RelayPort::CreateConnection(const Candidate& address, 293 const Candidate& local = Candidates()[i];
|
session.h | 168 const std::vector<Candidate>&> SignalCandidatesReady; 448 const cricket::Candidate& remote_candidate) {
|
/external/clang/lib/ARCMigrate/ |
ObjCMT.cpp | 274 // Is this method candidate to be a getter? 647 // Candidate factory methods are + (id) NaMeXXX : ... which belong to a class
|
/external/clang/test/SemaCXX/ |
cxx98-compat.cpp | 250 Ambiguous(const Ambiguous &, int = 0); // expected-note {{candidate}} 251 Ambiguous(const Ambiguous &, double = 0); // expected-note {{candidate}}
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl.cc | 407 // same, replace, candidate and race (see comments below). 457 // choose a random candidate slot and replace it
|
/external/freetype/src/autofit/ |
afhints.c | 485 AF_Direction dir; /* candidate direction */ 942 /* if this point is candidate to weak interpolation, we */ [all...] |
/external/guava/guava/src/com/google/common/net/ |
InternetDomainName.java | 44 * candidate string {@code "xxx"}, might browsing to {@code "http://xxx/"} 473 * <p>TODO: Reasonable candidate for addition to public API.
|