/external/icu/icu4j/ |
stylesheet8.css | 241 div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { 285 .contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { 291 .contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
|
/external/libnl/python/netlink/route/ |
address.py | 335 def format(self, details=False, stats=False, nodev=False, indent=''): 351 if details:
|
/external/llvm/bindings/go/llvm/ |
executionengine.go | 6 // License. See LICENSE.TXT for details.
|
/external/skia/infra/bots/assets/ |
asset_utils.py | 96 """Obtain details about the given package and instance ID.""" 104 details = self._describe(pkg_name, instance_id) 105 for tag in details.get('tags'):
|
/external/valgrind/memcheck/tests/ |
lks.stderr.exp | 10 Rerun with --leak-check=full to see details of leaked memory
|
/external/webrtc/webrtc/tools/rtcbot/ |
main.js | 16 // nodejs-isms away from the test code and isolate implementation details away
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/ |
StorageItemPreferenceController.java | 382 private static long totalValues(StorageMeasurement.MeasurementDetails details, int userId, 385 Map<String, Long> map = details.mediaSize.get(userId);
|
/prebuilts/go/darwin-x86/src/image/color/palette/ |
gen.go | 114 fmt.Fprintln(w, "// See http://en.wikipedia.org/wiki/Web_colors#Web-safe_colors for details.")
|
/prebuilts/go/darwin-x86/src/sync/atomic/ |
value.go | 95 // for details.
|
/prebuilts/go/darwin-x86/src/sync/ |
cond.go | 94 // for details.
|
/prebuilts/go/linux-x86/src/image/color/palette/ |
gen.go | 114 fmt.Fprintln(w, "// See http://en.wikipedia.org/wiki/Web_colors#Web-safe_colors for details.")
|
/prebuilts/go/linux-x86/src/sync/atomic/ |
value.go | 95 // for details.
|
/prebuilts/go/linux-x86/src/sync/ |
cond.go | 94 // for details.
|
/build/make/tools/droiddoc/templates-ndk/ |
docpage.cs | 81 <div class="sum-details-links"> 85 </div><!-- end sum-details-links -->
|
/build/make/tools/droiddoc/templates-pdk/ |
customizations.cs | 129 Creative Commons Attribution 2.5</a>. For details and 138 For details and restrictions, see the <a href="<?cs var:toroot ?>license.html">
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
textwrap.py | 168 details. As an example, the text
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
test_flow.py | 422 def check_for_wrong_number_of_fingers(self, details): 425 position = details.index('CountTrackingIDValidator') 431 number_tracking_ids = int(details[position + 1].split()[-1]) 434 criteria = int(details[position + 2].split()[-1])
|
/external/autotest/site_utils/sponge_lib/ |
acts_job_info.py | 26 Details = 'Details' 177 def details(self): member in class:ACTSRecord 178 """Details about the test case.""" 179 return self._json_record.get(ACTSRecordEnums.Details, None)
|
/external/libnl/python/netlink/route/qdisc/ |
htb.py | 132 def details(self): member in class:HTBClass
|
/external/swiftshader/third_party/LLVM/docs/ |
Makefile | 6 # License. See LICENSE.TXT for details.
99 $(Verb) cd $(LLVM_SRC_ROOT) ; ./utils/userloc.pl -details -recurse \
|
/external/v8/src/inspector/ |
java-script-call-frame.cc | 94 v8::Local<v8::Object> JavaScriptCallFrame::details() const { function in class:v8_inspector::JavaScriptCallFrame 102 callFrame->Get(context, toV8StringInternalized(m_isolate, "details"))
|
/external/v8/src/ |
json-stringifier.cc | 534 PropertyDetails details = map->instance_descriptors()->GetDetails(i); local 535 if (details.IsDontEnum()) continue; 537 if (details.type() == DATA && *map == js_obj->map()) { 539 property = JSObject::FastPropertyAt(js_obj, details.representation(),
|
/external/valgrind/coregrind/ |
pub_core_tooliface.h | 21 General Public License for more details. 38 // interface: 'details', 'needs' and 'trackable events'. 61 'Details' 75 extern VgDetails VG_(details);
|
/external/valgrind/drd/ |
drd_load_store.c | 14 General Public License for more details. 655 IRStoreG* sg = st->Ist.StoreG.details; 665 IRLoadG* lg = st->Ist.LoadG.details; 700 IRDirty* d = st->Ist.Dirty.details; 747 IRCAS* cas = st->Ist.CAS.details;
|
/external/valgrind/massif/ |
ms_print.in | 21 # General Public License for more details. 204 my $details = $3; 212 # Nb: $details might have '%' in it, so don't embed directly in the 216 $details);
|