HomeSort by relevance Sort by last modified time
    Searched refs:details (Results 301 - 325 of 1022) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/runtime/
type.go 25 // Otherwise it is a ptrmask bitmap. See mbitmap.go for 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>
  /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...]
tpm_types.h 1098 TPMU_SCHEME_KEYEDHASH details; member in struct:__anon24878
1140 TPMU_SIG_SCHEME details; member in struct:__anon24880
1176 TPMU_KDF_SCHEME details; member in struct:__anon24882
1219 TPMU_ASYM_SCHEME details; member in struct:__anon24884
1227 TPMU_ASYM_SCHEME details; member in struct:__anon24885
1235 TPMU_ASYM_SCHEME details; member in struct:__anon24886
1289 TPMU_ASYM_SCHEME details; member in struct:__anon24896
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Call.java 102 * A call can only be in this state if the {@link Details#PROPERTY_IS_EXTERNAL_CALL} property
103 * and {@link Details#CAPABILITY_CAN_PULL_CALL} capability are set on the call.
118 public static class Details {
347 * Whether the capabilities of this {@code Details} supports the specified capability.
435 * Whether the properties of this {@code Details} includes the specified property.
593 if (o instanceof Details) {
594 Details d = (Details) o;
635 public Details(
669 public static Details createFromParcelableCall(ParcelableCall parcelableCall)
1356 Details details = Details.createFromParcelableCall(parcelableCall); local
    [all...]
  /external/icu/icu4j/
stylesheet7.css 231 div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
276 .contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
282 .contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
361 .contentContainer .description table, .contentContainer .details table {
  /external/v8/src/regexp/
jsregexp.cc     [all...]
  /external/valgrind/memcheck/
mc_translate.c 22 General Public License for more details.
54 See comments on the relevant cases below for details.
    [all...]
  /external/valgrind/coregrind/
m_main.c 21 General Public License for more details.
234 " --trace-signals=no|yes show signal handling details? [no]\n"
235 " --trace-symtab=no|yes show symbol table details? [no]\n"
237 " --trace-cfi=no|yes show call-frame-info details? [no]\n"
241 " --trace-redir=no|yes show redirection details? [no]\n"
242 " --trace-sched=no|yes show thread scheduler details? [no]\n"
280 " with --trace-flags for full details)\n"
287 " --trace-malloc=no|yes show client malloc details? [no]\n"
325 if (VG_(details).name) {
326 VG_(printf)(" user options for %s:\n", VG_(details).name)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
bucket.py 47 ERROR_DETAILS_REGEX = re.compile(r'<Details>(?P<details>.*)</Details>')
88 http://goo.gl/06N3b for details.
205 for more details.
336 details = match.group('details') if match else None
337 if details:
338 details = (('<Details>%s. Note that Full Control access
    [all...]
  /external/v8/src/debug/
debug-scopes.cc 130 Handle<FixedArray> details = local
132 // Fill in scope details.
133 details->set(kScopeDetailsTypeIndex, Smi::FromInt(Type()));
136 details->set(kScopeDetailsObjectIndex, *scope_object);
141 details->set(kScopeDetailsNameIndex, *closure_name);
143 return isolate_->factory()->NewJSArrayWithElements(details);
  /external/v8/src/
lookup.cc 200 PropertyDetails details(attributes, v8::internal::DATA, 0,
202 JSObject::SetNormalizedProperty(holder, name(), value, details);
349 PropertyDetails details(attributes, ACCESSOR_CONSTANT, 0,
361 SeededNumberDictionary::Set(dictionary, index_, pair, details, false);
382 JSObject::SetNormalizedProperty(receiver, name_, pair, details);
  /external/valgrind/VEX/priv/
host_mips_isel.c 21 General Public License for more details.
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_log.py 14 --> ValidatorLogs: includes name, details, criteria, score, metrics
20 vlog: name, details, criteria, score, metrics
398 self.details = []
406 self.details = []
412 """Insert a msg into the details."""
413 self.details.append(msg)
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 300 * used to store details of a specific proxy class in the second tier of the proxy cache. this entry
473 ProxyDetails details; local
478 details = (ProxyDetails)cacheForTheLoader.get(key);
479 if (details != null) {
480 WeakReference reference = details.proxyClass;
487 details = new ProxyDetails(signature, thisClass, factoryWriteReplace);
488 cacheForTheLoader.put(key, details);
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
typeinfo.go 14 // typeInfo holds details for the xml representation of a type.
20 // fieldInfo holds details for the xml representation of a single field.
49 // getTypeInfo returns the typeInfo structure with details necessary
  /prebuilts/go/linux-x86/src/encoding/xml/
typeinfo.go 14 // typeInfo holds details for the xml representation of a type.
20 // fieldInfo holds details for the xml representation of a single field.
49 // getTypeInfo returns the typeInfo structure with details necessary
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 465 .absent h4.jd-details-title,
466 .absent h4.jd-details-title * {
478 .sum-details-links {
483 .sum-details-links a {
487 .sum-details-links a:hover {
608 .jd-details {
617 .jd-details-descr {
663 the details section for constants,
665 h4.jd-details-title {
677 in details sections *
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 295 void TaskCase::setDetails(android::String8 details)
297 mDetails = details;
  /cts/tools/tradefed-host/res/report/
cts_result.css 112 /* Test cell details */
179 div.details {
  /external/llvm/bindings/go/llvm/
executionengine.go 6 // License. See LICENSE.TXT for details.
  /external/v8/test/cctest/
test-unboxed-doubles.cc 777 PropertyDetails details = descriptors->GetDetails(i); local
786 if (details.type() == DATA) {
788 int field_index = details.field_index();
789 int field_width_in_words = details.field_width_in_words();
793 CHECK_EQ(is_inobject && details.representation().IsDouble(),
1194 PropertyDetails details = descriptors->GetDetails(i); local
    [all...]
  /external/v8/test/intl/collator/
normalization.js 38 // http://unicode.org/cldr/utility/character.jsp?a=1E09 for character details.
  /external/v8/test/mjsunit/
debug-stepout-scope-part1.js 37 // Access scope details.

Completed in 1074 milliseconds

<<11121314151617181920>>