Home
last modified time | relevance | path

Searched refs:portion (Results 1 – 25 of 238) sorted by relevance

12345678910

/external/smack/src/org/jivesoftware/smackx/pubsub/
DSubscribeOptionFields.java92 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/
Dsegoff.asm1 ; all of these should be legal and should just result in the offset portion
/external/chromium-trace/trace-viewer/third_party/web_dev_style/
DREADME.chromium12 The web_dev_style portion of the chromium project, containing css and js lint bindings.
/external/llvm/test/CodeGen/Mips/cconv/
Darguments-hard-float-varargs.ll46 ; 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/
DREADME.v816 tangent. To make inlining into generated code possible, a large portion of
/external/chromium_org/chrome/common/extensions/api/
Ddeveloper_private.idl215 // 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/
Dannotations.proto24 // A snippet of text displayed inside annotated portion of a web page.
/external/llvm/lib/Support/Unix/
DTimeValue.inc10 // This file implements the Unix specific portion of the TimeValue class.
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Dperf-script-perl.txt98 $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/
DbuildAll.bat20 REM target used if not default (to allow run just a portion of buildAll)
/external/chromium_org/components/autofill/content/browser/risk/proto/
Dfingerprint.proto114 // 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/
Dalternate_nav_infobar_controller.mm19 // NSLink attribute on the hyperlink portion of the message. Infobars
/external/chromium_org/content/browser/speech/proto/
Dgoogle_streaming_api.proto32 // May contain zero or one final=true result (the newly settled portion).
/external/chromium_org/content/child/
DBUILD.gn101 # iOS only needs a small portion of content; exclude all the
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
DBeautifulSoup.py1020 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/
Dfunctional.compute.indirect_dispatch.txt55 a different portion of the input/output buffer for each call. After calls have
/external/sonivox/arm-wt-22k/lib_src/
DARM-E_interpolate_loop_gnu.s115 @ carry overflow from fraction to integer portion
DARM-E_interpolate_noloop_gnu.s107 @ carry overflow from fraction to integer portion
/external/sonivox/arm-hybrid-22k/lib_src/
DARM-E_interpolate_loop_gnu.s115 @ carry overflow from fraction to integer portion
DARM-E_interpolate_noloop_gnu.s107 @ carry overflow from fraction to integer portion
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
Dslider.css46 /* The filled portion of the slider bar to the left of the thumb. */
/external/chromium_org/ppapi/api/
Dppb_instance.idl38 * Binding a device will invalidate that portion of the web page to flush the
/external/stlport/
DLICENSE3 By downloading, using, or copying STLport or any portion thereof, Licensee agrees to abide by the …
DNOTICE3 By downloading, using, or copying STLport or any portion thereof, Licensee agrees to abide by the …
/external/chromium_org/v8/src/
Dhydrogen-instructions.cc4583 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 …]

12345678910