/external/smack/src/org/jivesoftware/smackx/pubsub/ |
D | SubscribeOptionFields.java | 92 String portion = elementName.substring(elementName.lastIndexOf('#' + 1)); in valueOfFromElement() local 94 if ("show-values".equals(portion)) in valueOfFromElement() 97 return valueOf(portion); in valueOfFromElement()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
D | segoff.asm | 1 ; all of these should be legal and should just result in the offset portion
|
/external/chromium-trace/trace-viewer/third_party/web_dev_style/ |
D | README.chromium | 12 The web_dev_style portion of the chromium project, containing css and js lint bindings.
|
/external/llvm/test/CodeGen/Mips/cconv/ |
D | arguments-hard-float-varargs.ll | 46 ; O32 forbids using floating point registers for the non-variable portion. 55 ; The varargs portion is dumped to stack 111 ; The non-variable portion should be unaffected. 115 ; The varargs portion is dumped to stack
|
/external/chromium_org/v8/third_party/fdlibm/ |
D | README.v8 | 16 tangent. To make inlining into generated code possible, a large portion of
|
/external/chromium_org/chrome/common/extensions/api/ |
D | developer_private.idl | 215 // portion of the manifest key which caused the error (e.g., "foo" in 222 // - beforeHighlight: The region before the "highlight" portion. 223 // - afterHighlight: The region after the "highlight" portion.
|
/external/chromium_org/components/feedback/proto/ |
D | annotations.proto | 24 // A snippet of text displayed inside annotated portion of a web page.
|
/external/llvm/lib/Support/Unix/ |
D | TimeValue.inc | 10 // This file implements the Unix specific portion of the TimeValue class.
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
D | perf-script-perl.txt | 98 $common_secs the secs portion of the event timestamp 99 $common_nsecs the nsecs portion of the event timestamp 209 nsecs_secs($nsecs) - returns whole secs portion given nsecs
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/ |
D | buildAll.bat | 20 REM target used if not default (to allow run just a portion of buildAll)
|
/external/chromium_org/components/autofill/content/browser/risk/proto/ |
D | fingerprint.proto | 114 // Information about the size of the portion of the screen that is unusable 115 // to a program (i.e. on Windows, the portion of the screen that is taken
|
/external/chromium_org/chrome/browser/ui/cocoa/infobars/ |
D | alternate_nav_infobar_controller.mm | 19 // NSLink attribute on the hyperlink portion of the message. Infobars
|
/external/chromium_org/content/browser/speech/proto/ |
D | google_streaming_api.proto | 32 // May contain zero or one final=true result (the newly settled portion).
|
/external/chromium_org/content/child/ |
D | BUILD.gn | 101 # iOS only needs a small portion of content; exclude all the
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/ |
D | BeautifulSoup.py | 1020 for portion in args: 1021 if hasattr(portion, 'items'): 1023 for k,v in portion.items(): 1025 elif hasattr(portion, '__iter__'): # is a list 1027 for k in portion: 1031 built[portion] = default
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.compute.indirect_dispatch.txt | 55 a different portion of the input/output buffer for each call. After calls have
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | ARM-E_interpolate_loop_gnu.s | 115 @ carry overflow from fraction to integer portion
|
D | ARM-E_interpolate_noloop_gnu.s | 107 @ carry overflow from fraction to integer portion
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | ARM-E_interpolate_loop_gnu.s | 115 @ carry overflow from fraction to integer portion
|
D | ARM-E_interpolate_noloop_gnu.s | 107 @ carry overflow from fraction to integer portion
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/ |
D | slider.css | 46 /* The filled portion of the slider bar to the left of the thumb. */
|
/external/chromium_org/ppapi/api/ |
D | ppb_instance.idl | 38 * Binding a device will invalidate that portion of the web page to flush the
|
/external/stlport/ |
D | LICENSE | 3 By downloading, using, or copying STLport or any portion thereof, Licensee agrees to abide by the …
|
D | NOTICE | 3 By downloading, using, or copying STLport or any portion thereof, Licensee agrees to abide by the …
|
/external/chromium_org/v8/src/ |
D | hydrogen-instructions.cc | 4583 Portion portion = kInobject; in ForMapAndOffset() local 4586 portion = kElementsPointer; in ForMapAndOffset() 4588 portion = kMaps; in ForMapAndOffset() 4595 return HObjectAccess(portion, offset, representation, Handle<String>::null(), in ForMapAndOffset() 4623 Portion portion = kInobject; in ForContextSlot() local 4626 return HObjectAccess(portion, offset, Representation::Tagged()); in ForContextSlot() 4632 Portion portion = kInobject; in ForJSArrayOffset() local 4635 portion = kElementsPointer; in ForJSArrayOffset() 4637 portion = kArrayLengths; in ForJSArrayOffset() 4639 portion = kMaps; in ForJSArrayOffset() [all …]
|