Searched refs:details (Results 151 - 175 of 373) sorted by relevance

1234567891011>>

/external/autotest/site_utils/sponge_lib/
H A Dacts_job_info.py177 def details(self): member in class:ACTSRecord
/external/doclava/res/assets/templates-sdk/
H A Ddesignpage.cs71 For details and restrictions, see the
H A Dsample.cs10 <div class="sum-details-links">
19 </div><!-- end sum-details-links -->
H A Dsampleindex.cs10 <div class="sum-details-links">
22 </div><!-- end sum-details-links -->
H A Dcustomizations.cs221 Creative Commons Attribution 2.5</a>. For details and
229 For details and restrictions, see the <a href="<?cs var:toroot ?>license.html">
/external/libnl/python/netlink/route/links/
H A Dinet.py56 def details(self, fmt): member in class:InetLink
/external/libnl/python/netlink/route/qdisc/
H A Dhtb.py132 def details(self): member in class:HTBClass
/external/selinux/libsepol/cil/test/unit/
H A DCuTest.h137 void CuSuiteDetails(CuSuite* testSuite, CuString* details);
/external/tpm2/
H A DAttest_spt.c160 hashAlg = scheme->details.any.hashAlg;
H A DObject_spt.c405 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)
/external/valgrind/VEX/priv/
H A Dhost_s390_defs.h21 General Public License for more details.
326 /* The details of a CDAS insn. Carved out to keep the size of
339 /* The details of a binary DFP insn. Carved out to keep the size of
460 s390_cdas *details; member in struct:__anon22492::__anon22493::__anon22510
463 s390_helper_call *details; member in struct:__anon22492::__anon22493::__anon22511
524 s390_dfp_binop *details; member in struct:__anon22492::__anon22493::__anon22517
550 s390_fp_convert *details; member in struct:__anon22492::__anon22493::__anon22521
741 /* Some functions that insulate the register allocator from details
/external/valgrind/lackey/
H A Dlk_main.c21 General Public License for more details.
384 /* Summarize and print the details. */
820 IRStoreG* sg = st->Ist.StoreG.details;
836 IRLoadG* lg = st->Ist.LoadG.details;
855 IRDirty* d = st->Ist.Dirty.details;
857 // This dirty helper accesses memory. Collect the details.
882 IRCAS* cas = st->Ist.CAS.details;
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
H A DJsonBuilder.java1008 private static JSONObject buildCallDetails(Call.Details details) throws JSONException { argument
1012 callDetails.put("Handle", buildUri(details.getHandle()));
1015 details.getHandlePresentation())));
1016 callDetails.put("CallerDisplayName", build(details.getCallerDisplayName()));
1022 build(InCallServiceImpl.getCallCapabilitiesString(details.getCallCapabilities())));
1025 build(InCallServiceImpl.getCallPropertiesString(details.getCallProperties())));
1028 callDetails.put("DisconnectCause", build((details.getDisconnectCause() != null) ? details
1030 callDetails.put("ConnectTimeMillis", build(details.getConnectTimeMillis()));
1036 build(InCallServiceImpl.getVideoCallStateString(details
[all...]
/external/autotest/client/site_tests/graphics_dEQP/scripts/
H A Dprocess_logs.py86 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/autotest/server/hosts/
H A Dtestbed.py164 details = ''.join(traceback.format_exception(
167 'error:\n%s', serial, details)
/external/fmtlib/doc/bootstrap/
H A Dnormalize.less28 // Correct `block` display not defined for `details` or `summary` in IE 10/11
35 details,
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.ml6 * License. See LICENSE.TXT for details.
/external/ltp/include/mk/
H A Dmodule.mk11 # GNU General Public License for more details.
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
H A DInCallServiceImpl.java223 Call call, Details details) {
229 new CallEvent<Details>(mCallId, details));
785 Call.Details details = callGetDetails(callId);
787 if (details == null) {
791 return getCallPropertiesString(details.getCallProperties());
795 Call.Details details = callGetDetails(callId);
797 if (details == null) {
801 return getCallCapabilitiesString(details.getCallCapabilities());
222 onDetailsChanged( Call call, Details details) argument
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
H A Dllvm_executionengine.ml6 * License. See LICENSE.TXT for details.
/external/swiftshader/third_party/LLVM/bindings/ocaml/transforms/scalar/
H A Dllvm_scalar_opts.ml6 * License. See LICENSE.TXT for details.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.operations_2.0.0.v20100510.jar ... report org.eclipse.core.runtime.IStatus[] details int i org.eclipse.equinox.internal. ...
/external/v8/src/debug/
H A Dliveedit.js74 var details = {
78 CopyErrorPositionToDetails(e, details);
79 failure.details = details;
838 // An object describing function compilation details. Its index fields
990 function CopyErrorPositionToDetails(e, details) {
1012 details.position = position_struct;
/external/icu/icu4j/
H A Dstylesheet7.css233 div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
278 .contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
284 .contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
363 .contentContainer .description table, .contentContainer .details table {
/external/v8/src/regexp/
H A Djsregexp.cc2367 QuickCheckDetails* details, RegExpCompiler* compiler, int filled_in,
2372 return node->GetQuickCheckDetails(details, compiler, filled_in, not_at_start);
2456 QuickCheckDetails* details,
2458 if (details->characters() == 0) return false;
2460 details, compiler, 0, trace->at_start() == Trace::FALSE_VALUE);
2461 if (details->cannot_match()) return false;
2462 if (!details->Rationalize(compiler->one_byte())) return false;
2463 DCHECK(details->characters() == 1 ||
2465 uint32_t mask = details->mask();
2466 uint32_t value = details
2366 GetQuickCheckDetails( QuickCheckDetails* details, RegExpCompiler* compiler, int filled_in, bool not_at_start) argument
2451 EmitQuickCheck(RegExpCompiler* compiler, Trace* bounds_check_trace, Trace* trace, bool preload_has_checked_bounds, Label* on_possible_success, QuickCheckDetails* details, bool fall_through_on_failure) argument
2535 GetQuickCheckDetails(QuickCheckDetails* details, RegExpCompiler* compiler, int characters_filled_in, bool not_at_start) argument
2946 GetQuickCheckDetails(QuickCheckDetails* details, RegExpCompiler* compiler, int characters_filled_in, bool not_at_start) argument
2971 GetQuickCheckDetails(QuickCheckDetails* details, RegExpCompiler* compiler, int characters_filled_in, bool not_at_start) argument
3140 GetQuickCheckDetails(QuickCheckDetails* details, RegExpCompiler* compiler, int filled_in, bool not_at_start) argument
[all...]

Completed in 1990 milliseconds

1234567891011>>