HomeSort by relevance Sort by last modified time
    Searched refs:details (Results 351 - 375 of 1247) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/
Android.mk 2 # Source Licenses. See LICENSE.TXT for details.
60 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61571 for details
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_structures.py 454 except AttributeError, details:
456 str(details))
471 except AttributeError, details:
473 str(details))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_structures.py 454 except AttributeError, details:
456 str(details))
471 except AttributeError, details:
473 str(details))
  /system/libhidl/base/
Status.cpp 139 namespace details { namespace in namespace:android::hardware
162 } // namespace details
  /test/vts/runners/host/
base_test.py 296 logging.error(record.details)
323 msg = record.details
352 logging.info("Reason to skip: %s", record.details)
400 logging.exception(record.details)
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java 294 if (data instanceof Call.Details) {
295 return buildCallDetails((Call.Details) data);
    [all...]
  /build/soong/android/
defs.go 30 // Ninja docs for more details.
  /cts/apps/CtsVerifier/assets/report/
compatibility_result.css 112 /* Test cell details */
157 div.details {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
Manager.java 136 String details = "Not close enough to initial waypoint:\n" local
143 mTestReport.setFailDetails(details);
  /external/autotest/client/site_tests/graphics_dEQP/scripts/
process_logs.py 86 for test, result, details in re.findall(_HASTY_TEST_RESULT_REGEX, text):
97 for test, result, details in re.findall(_HASTY_TEST_RESULT_REGEX, text):
  /external/fmtlib/doc/bootstrap/
normalize.less 28 // Correct `block` display not defined for `details` or `summary` in IE 10/11
35 details,
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 6 * License. See LICENSE.TXT for details.
  /external/ltp/include/mk/
module.mk 11 # GNU General Public License for more details.
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java 25 import android.telecom.Call.Details;
223 Call call, Details details) {
229 new CallEvent<Details>(mCallId, details));
774 public static Call.Details callGetDetails(String callId) {
785 Call.Details details = callGetDetails(callId); local
787 if (details == null) {
791 return getCallPropertiesString(details.getCallProperties())
795 Call.Details details = callGetDetails(callId); local
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
llvm_executionengine.ml 6 * License. See LICENSE.TXT for details.
  /frameworks/base/media/jni/
android_media_MediaCodecList.cpp 190 sp<AMessage> details = capabilities->getDetails(); local
199 if (ConvertMessageToMap(env, details, &infoObj)) {
  /prebuilts/go/darwin-x86/src/net/textproto/
writer.go 42 // See the documentation for Reader's DotReader method for details about dot-encoding.
  /prebuilts/go/darwin-x86/src/os/
error.go 38 // with the given system call name and error details.
  /prebuilts/go/linux-x86/src/net/textproto/
writer.go 42 // See the documentation for Reader's DotReader method for details about dot-encoding.
  /prebuilts/go/linux-x86/src/os/
error.go 38 // with the given system call name and error details.
  /system/media/camera/docs/
html.mako 78 /* Entry details (full docs) flair */
152 if prop.details: cols = cols + 2
356 % if prop.details is not None:
358 <th class="th_details" colspan="5">Details</th>
362 ${prop.details | md_html, linkify_tags(metadata), wbr}
369 <th class="th_details" colspan="5">HAL Implementation Details</th>
  /tools/test/connectivity/acts/tests/google/tel/config/
README.md 2 Telephony config files have some differences from other ACTS configs that require additional keys to be defined in order to run nearly all tests. Below are details of many such keys:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar 
  /external/tpm2/
Object_spt.c 405 if( curveScheme->details.anySig.hashAlg != TPM_ALG_NULL
406 && ( keyScheme->details.anySig.hashAlg
407 != curveScheme->details.anySig.hashAlg
470 || scheme->details.xor_.hashAlg == TPM_ALG_NULL)
472 if(scheme->details.xor_.kdf == TPM_ALG_NULL)
478 || scheme->details.hmac.hashAlg == TPM_ALG_NULL)
    [all...]
  /external/v8/src/inspector/
debugger_script_externs.js 55 details: function():!JavaScriptCallFrameDetails
453 FrameMirror.prototype.details = function() {} method in class:FrameMirror
496 ScopeMirror.prototype.details = function() {} method in class:ScopeMirror

Completed in 1884 milliseconds

<<11121314151617181920>>