HomeSort by relevance Sort by last modified time
    Searched refs:Found (Results 76 - 100 of 137) sorted by null

1 2 34 5 6

  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 773 bool Found = false;
777 Found = true;
784 if (!Found)
    [all...]
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
ui_webui_resources_js_util.js 3 // found in the LICENSE file.
8 * Alias for document.getElementById. Found elements must be HTMLElements.
10 * @return {HTMLElement} The found element or null if not found.
20 * Alias for document.getElementById. Found elements must be SVGElements.
22 * @return {Element} The found element or null if not found.
106 * @return {Element} A node with class of |className| or null if none is found.
119 * @return {Node} The found ancestor or null if not found
    [all...]
  /external/chromium-trace/catapult/third_party/webapp2/tests/
response_test.py 89 self.assertEqual(rsp.status, '404 Not Found')
91 self.assertEqual(rsp.status_message, 'Not Found')
128 rsp = webapp2.Response(body='Page not found!', status=404)
132 self.assertEqual(rsp.status, '404 Not Found')
133 self.assertEqual(rsp.body, 'Page not found!')
138 '404 Not Found',
145 'Page not found!'
  /external/libyuv/files/
setup_links.py 5 # that can be found in the LICENSE file in the root of the source
6 # tree. An additional intellectual property rights grant can be found
8 # be found in the AUTHORS file in the root of the source tree.
423 logging.info('Found database with schema version %s while this script only '
  /external/webrtc/
setup_links.py 5 # that can be found in the LICENSE file in the root of the source
6 # tree. An additional intellectual property rights grant can be found
8 # be found in the AUTHORS file in the root of the source tree.
444 logging.info('Found database with schema version %s while this script only '
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java 501 m_token }); //"Expected "+expected+", but found: "+m_token);
530 m_token }); //"Expected "+expected+", but found: "+m_token);
542 * @param msg An error msgkey that corresponds to one of the constants found
595 * @param msg An error msgkey that corresponds to one of the constants found
640 * @param msg An error msgkey that corresponds to one of the constants found
707 * values found in {@link org.apache.xpath.compiler.FunctionTable}, but may
    [all...]
  /external/freetype/src/cff/
cffparse.c 772 FT_TRACE1(( "cff_parse_cid_ros: negative supplement %d is found\n",
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffparse.c 670 FT_TRACE1(( "cff_parse_cid_ros: negative supplement %d is found\n",
1032 /* we found our field's handler; read it */
1162 goto Found;
1169 Found:
  /external/pdfium/third_party/freetype/src/cff/
cffparse.c 670 FT_TRACE1(( "cff_parse_cid_ros: negative supplement %d is found\n",
1032 /* we found our field's handler; read it */
1162 goto Found;
1169 Found:
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c 347 int32_t Found = 0;
349 while ((idx < p_dpb->ref_frames_in_buffer) && (!(Found)))
352 Found = 1;
357 if (Found)
383 int32_t Found = 0;
385 while ((idx < p_dpb->ltref_frames_in_buffer) && (!(Found)))
387 if (p_dpb->fs_ltref_idc[idx] == ref_idc) Found = 1;
391 if (Found)
1947 int32_t found = 0; local
2159 int32_t found = 0; local
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 274 // We found a new name for the orphaned sub-register.
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/include/clang/Sema/
Initialization.h     [all...]
  /ndk/build/tools/
prebuilt-common.sh 497 #echo "Found opt='$opt' otype='$otype' value='$value'"
500 found=0
530 found=1
534 if [ "$found" = "0" ] ; then
724 # Set MINGW_GCC to the found mingw toolchain
763 dump "Found mingw toolchain: $MINGW_GCC"
    [all...]
  /external/autotest/client/tests/kvm/deps/
whql_submission_15.cs 44 Console.WriteLine("Client machine '{0}' found ({1}, {2})",
106 // Look for a device in a machine, and if not found, keep trying for 3 minutes
121 Console.WriteLine("Found device '{0}'", d.FriendlyName);
125 Console.WriteLine("Device not found");
132 Console.WriteLine("Error: device '{0}' not found", deviceRegex);
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 147 /// to update the place where this result was found (the declaration
    [all...]
ASTReader.cpp     [all...]
  /ndk/build/core/
add-application.mk 85 $(call ndk_log, Found APP_PLATFORM=$(APP_PLATFORM) in $(_local_props))
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 228 // Found a path to the exit node without a recursive call.
909 bool Found = FallthroughStmts.erase(Stmt);
910 assert(Found);
911 (void)Found;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 51 // Print the liveset found at the insert location
201 "Found non-leaf call without deopt info!");
373 "unexpected global variable found in base of vector");
411 "unknown vector instruction - no base found for vector element");
462 // If we find a cast instruction here, it means we've found a cast which is
567 auto Found = Cache.find(Def);
568 if (Found != Cache.end()) {
570 return Found->second;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1load.c 457 goto Found;
481 Found:
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 145 Module *Found = I->get();
146 if (Found == M) {
393 continue; // Found a sentinal value, ignore.
    [all...]

Completed in 1939 milliseconds

1 2 34 5 6