HomeSort by relevance Sort by last modified time
    Searched refs:incoming (Results 26 - 50 of 317) sorted by null

12 3 4 5 6 7 8 91011>>

  /system/core/libpixelflinger/codeflinger/
texturing.cpp     [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CPPTarget.java 100 * around the incoming literal.
117 * around the incoming literal.
  /external/javassist/src/main/javassist/bytecode/stackmap/
BasicBlock.java 30 public int incoming; // the number of incoming branches. field in class:BasicBlock
38 incoming = 0;
77 .append(length).append(", in=").append(incoming)
202 m.block.incoming++;
340 bb.incoming++;
349 // the incoming flow from dead code is not counted
350 // bb.incoming++;
386 handler.incoming--;
392 handler.incoming++
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/
AudioAttachmentView.java 161 * @param incoming indicates whether the attachment view is to be styled as a part of an
162 * incoming message.
165 final boolean incoming, final boolean showAsSelected) {
169 bind(contentUri, incoming, showAsSelected);
173 final Uri dataSourceUri, final boolean incoming, final boolean showAsSelected) {
177 final boolean useIncomingStyle = incoming || showAsSelected;
183 mPrepareOnPlayback = incoming && !MediaUtil.canAutoAccessIncomingMedia();
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileEstimatorPass.cpp 113 // weight of the incoming edges must be equal the block weight which must in
128 // To get the block weight, read all incoming edges.
178 // There is at least one incoming backedge that will bring us this flow later
181 double incoming = BBWeight; local
193 incoming -= MinimalWeight[*ei];
197 incoming -= w;
218 double fraction = floor(incoming/Edges.size());
224 incoming -= fraction;
226 w = incoming;
  /external/webrtc/webrtc/call/
rtc_event_log.cc 50 void LogRtpHeader(bool incoming,
54 void LogRtcpPacket(bool incoming,
77 void LogRtpHeader(bool incoming,
81 void LogRtcpPacket(bool incoming,
330 void RtcEventLogImpl::LogRtpHeader(bool incoming,
354 rtp_event.mutable_rtp_packet()->set_incoming(incoming);
361 void RtcEventLogImpl::LogRtcpPacket(bool incoming,
369 rtcp_event.mutable_rtcp_packet()->set_incoming(incoming);
  /packages/apps/Dialer/java/com/android/dialer/calllogutils/
CallTypeIconsView.java 162 return resources.incoming;
229 // Drawable representing an incoming answered call.
230 public final Drawable incoming; field in class:CallTypeIconsView.Resources
235 // Drawable representing an incoming missed call.
274 incoming = drawable.mutate();
275 incoming.setColorFilter(r.getColor(R.color.answered_call), PorterDuff.Mode.MULTIPLY);
  /external/libese/apps/boot/tests/
ese_app_boot_tests.cpp 58 std::vector<uint8_t> incoming(tx_total);
59 ese_sg_to_buf(tx_sg, tx_nsg, 0, tx_total, incoming.data());
60 EXPECT_EQ(0, memcmp(incoming.data(), invocation.expected_tx.data(), tx_total));
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 50 Value *incoming = P->getIncomingValueForBlock(exitingBlocks[0]); local
52 // Make sure all exiting blocks produce the same incoming value for the exit
53 // block. If there are different incoming values for different exiting
58 return incoming == P->getIncomingValueForBlock(BB);
64 if (Instruction *I = dyn_cast<Instruction>(incoming))
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopDeletion.cpp 90 Value* incoming = P->getIncomingValueForBlock(exitingBlocks[0]); local
92 // Make sure all exiting blocks produce the same incoming value for the exit
93 // block. If there are different incoming values for different exiting
97 if (incoming != P->getIncomingValueForBlock(exitingBlocks[i]))
101 if (Instruction* I = dyn_cast<Instruction>(incoming))
  /external/webrtc/webrtc/base/
httpserver.cc 272 AsyncSocket* incoming = listener_->Accept(NULL); local
273 if (incoming) {
274 StreamInterface* stream = new SocketStream(incoming);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ActivityState.java 171 Class<? extends ActivityState> incoming, StateTransitionAnimation.Transition hint) {
172 if (outgoing == SinglePhotoPage.class && incoming == AlbumPage.class) {
174 } else if (outgoing == AlbumPage.class && incoming == SinglePhotoPage.class) {
  /prebuilts/go/darwin-x86/src/os/signal/
signal.go 84 // If no signals are provided, all incoming signals will be ignored.
89 // Notify causes package signal to relay incoming signals to c.
90 // If no signals are provided, all incoming signals will be relayed to c.
103 // and the same signals: each channel receives copies of incoming
153 // Stop causes package signal to stop relaying incoming signals to c.
  /prebuilts/go/linux-x86/src/os/signal/
signal.go 84 // If no signals are provided, all incoming signals will be ignored.
89 // Notify causes package signal to relay incoming signals to c.
90 // If no signals are provided, all incoming signals will be relayed to c.
103 // and the same signals: each channel receives copies of incoming
153 // Stop causes package signal to stop relaying incoming signals to c.
  /external/autotest/client/common_lib/
pexpect.py     [all...]
  /external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
Storage.java 396 * Fills the incoming buffer from APDU streams.
399 * @param incoming buffer to fill from apdu buffer.
400 * @param iOffset starting offset into incoming.
402 * @return offset/length into incoming.
404 private short fillIncomingBuffer(APDU apdu, byte[] incoming, short iOffset, short available) {
410 incoming, (short)(sum + iOffset), available);
414 if (sum > (short)(incoming.length - available)) {
415 available = (short)(incoming.length - sum);
440 * Handles incoming APDU requests
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_util.c 422 struct brw_reg incoming = get_element_ud(c->reg.R0, 2); local
426 brw_SHR(p, c->reg.planemask, incoming, brw_imm_ud(26));
435 brw_AND(p, tmp, incoming, brw_imm_ud(0xff<<14));
437 brw_AND(p, tmp, incoming, brw_imm_ud(0x3f<<14));
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
rtc_event_log_source.cc 42 !rtp_packet.has_incoming() || !rtp_packet.incoming() ||
  /frameworks/base/tools/aapt2/link/
TableMerger.cpp 87 // The incoming type's visibility is stronger, so we should override the visibility.
147 static ResourceTable::CollisionResult ResolveMergeCollision(Value* existing, Value* incoming,
150 if (Styleable* incoming_styleable = ValueCast<Styleable>(incoming)) {
156 if (Style* incoming_style = ValueCast<Style>(incoming)) {
163 return ResourceTable::ResolveValueCollision(existing, incoming);
  /packages/apps/Email/provider_src/com/android/email/activity/setup/
AccountSettingsUtils.java 294 && "incoming".equals(xml.getName())
306 && "incoming-fallback".equals(xml.getName())
391 * Incoming: Prepend "imap" or "pop3" to domain, unless "pop", "pop3",
396 * @param incoming "pop3" or "imap" (or null)
400 public static String inferServerName(Context context, String server, String incoming,
413 if (incoming != null) {
414 // For incoming, we leave imap/pop/pop3/mail alone, or prepend incoming
430 return ((incoming != null) ? incoming : outgoing) + '.' + server.substring(keepFirstChar)
    [all...]
  /external/curl/docs/cmdline-opts/
cookie.d 13 engine which will make curl record incoming cookies, which may be handy if
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
textflag.go 33 // This function uses its incoming context register.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
textflag.go 33 // This function uses its incoming context register.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
libdso-2.d 8 # version script. This will change the incoming GOTPLT reloc to
  /build/make/tools/releasetools/
blockimgdiff.py     [all...]

Completed in 660 milliseconds

12 3 4 5 6 7 8 91011>>