HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 1551 - 1575 of 4117) sorted by null

<<61626364656667686970>>

  /external/protobuf/java/core/src/test/java/com/google/protobuf/
MapForProto2Test.java 5 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions of source code must retain the above copyright
80 private void copyMapValues(TestMap source, TestMap.Builder destination) {
82 .putAllInt32ToInt32Field(source.getInt32ToInt32Field())
83 .putAllInt32ToStringField(source.getInt32ToStringField())
84 .putAllInt32ToBytesField(source.getInt32ToBytesField())
85 .putAllInt32ToEnumField(source.getInt32ToEnumField())
86 .putAllInt32ToMessageField(source.getInt32ToMessageField())
87 .putAllStringToInt32Field(source.getStringToInt32Field());
325 TestMap source = sourceBuilder.build() local
    [all...]
UnknownFieldSetTest.java 5 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions of source code must retain the above copyright
166 TestEmptyMessage source = local
189 .mergeFrom(source)
  /external/protobuf/src/google/protobuf/
api.pb.cc 2 // source: google/protobuf/api.proto
605 const Api* source = local
608 if (source == NULL) {
613 MergeFrom(*source);
1349 const Method* source = local
1862 const Mixin* source = local
    [all...]
struct.pb.cc 2 // source: google/protobuf/struct.proto
414 const Struct* source = local
417 if (source == NULL) {
422 MergeFrom(*source);
880 const Value* source = local
883 if (source == NULL) {
888 MergeFrom(*source);
1405 const ListValue* source = local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 2 // source: google/protobuf/compiler/plugin.proto
455 const CodeGeneratorRequest* source = local
458 if (source == NULL) {
463 MergeFrom(*source);
966 const CodeGeneratorResponse_File* source = local
1273 const CodeGeneratorResponse* source = local
    [all...]
  /external/sonic/
sonic.c 827 short *source = stream->pitchBuffer + numSamples*numChannels; local
833 memmove(stream->pitchBuffer, source, (stream->numPitchSamples -
  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp 1826 sw::Surface *source = static_cast<Direct3DSurface9*>(renderTarget); local
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv3.cpp 771 es2::Renderbuffer *source = framebuffer->getReadColorbuffer(); local
773 if(context->getReadFramebufferName() != 0 && (!source || source->getSamples() > 1))
778 GLenum colorbufferFormat = source->getFormat();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
PathProfiling.cpp 5 // This file is distributed under the University of Illinois Open Source
112 BLInstrumentationEdge(BLInstrumentationNode* source,
146 // Returns the successor number of this edge in the source.
209 // Removes phony edges from the successor list of the source, and the
229 // necessary. Parameters source and target will have been created by
233 BallLarusNode* source, BallLarusNode* target, unsigned edgeNumber);
295 // Inserts source's pathNumber Value* into target. Target may or may not
299 BLInstrumentationNode* source, BLInstrumentationNode* target);
301 // Inserts source's pathNumber Value* into the appropriate slot of
304 BLInstrumentationNode* target, BLInstrumentationNode* source);
486 BasicBlock* source = sourceNode->getBlock(); local
825 BallLarusNode* source; local
    [all...]
  /external/syslinux/com32/lua/src/
lua.h 409 const char *source; /* (S) */ member in struct:lua_Debug
  /external/v8/src/
accessors.cc 2 // Use of this source code is governed by a BSD-style license that can be
355 Object* source = Script::cast(JSValue::cast(object)->value())->name(); local
356 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(source, isolate)));
379 Object* source = Script::cast(JSValue::cast(object)->value())->source(); local
380 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(source, isolate)));
    [all...]
objects-printer.cc 2 // Use of this source code is governed by a BSD-style license that can be
1073 String* source = String::cast(Script::cast(script())->source()); local
    [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc 2 // Use of this source code is governed by a BSD-style license that can be
512 InstructionOperand source(move->source());
515 if (source.IsStackSlot()) {
516 LocationOperand source_location(LocationOperand::cast(source));
518 } else if (source.IsRegister()) {
519 LocationOperand source_location(LocationOperand::cast(source));
521 } else if (source.IsImmediate()) {
522 __ push(Immediate(ImmediateOperand::cast(source).inline_value()));
1083 InstructionOperand* source = instr->InputAt(0); local
    [all...]
  /external/v8/src/inspector/
v8-debugger-agent-impl.cc 2 // Use of this source code is governed by a BSD-style license that can be
64 V8DebuggerAgentImpl::BreakpointSource source) {
65 switch (source) {
78 V8DebuggerAgentImpl::BreakpointSource source) {
85 builder.append(breakpointIdSuffix(source));
498 BreakpointSource source) {
516 std::make_pair(breakpointId, source);
535 toProtocolString(it->second->source(m_isolate)),
607 *scriptSource = toProtocolString(it->second->source(m_isolate));
1149 BreakpointSource source = breakpointIterator->second.second; local
    [all...]
  /external/v8/src/runtime/
runtime-debug.cc 2 // Use of this source code is governed by a BSD-style license that can be
502 // 6: Source position
542 // Find source position in unoptimized code.
571 // Add the source position.
723 // Add the source position.
1657 Handle<String> source = handle(String::cast(script->source()), isolate); local
1833 Handle<String> source = local
    [all...]
  /external/webrtc/talk/session/media/
mediasession_unittest.cc 5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright notice,
1922 SessionDescription source; local
    [all...]
  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
94 virtual void Write(const void* source, size_t num_frames) = 0;
125 void Write(const void* source, size_t num_frames) override {}
175 // Allocate new memory, copy |num_frames| samples from |source| into memory
178 void Write(const void* source, size_t num_frames) override {
186 source, variable
251 // See http://source.android.com/devices/audio/loopback.html for details.
284 // Detect received impulses in |source|, derive time between transmission an
    [all...]
  /external/webrtc/webrtc/test/
rtp_file_reader.cc 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
22 #include "webrtc/modules/rtp_rtcp/source/rtp_utility.h"
162 uint32_t source; local
167 TRY(ReadUint32(&source, file_));
500 TRY_PCAP(Skip(kEthernetIIHeaderMacSkip)); // Source+destination MAC.
  /external/zlib/src/contrib/minizip/
unzip.c 30 The encryption/decryption parts of this source code (as opposed to the
32 whole source package can be freely distributed, including from the USA.
1482 char source[12]; local
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 2 * Copyright (C) 2009 The Android Open Source Project
144 static void dumpSource(const sp<IMediaSource> &source, const String8 &filename) {
147 CHECK_EQ((status_t)OK, source->start());
152 err = source->read(&mbuf);
171 CHECK_EQ((status_t)OK, source->stop());
177 static void playSource(sp<IMediaSource> &source) {
178 sp<MetaData> meta = source->getFormat();
185 rawSource = source;
195 rawSource = SimpleDecodingSource::Create(source, flags, gSurface);
202 source.clear()
531 sp<IMediaSource> source = sources.editItemAt(i); local
1050 sp<IMediaSource> source = extractor->getTrack(i); local
    [all...]
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 3 ** Copyright 2008, The Android Open Source Project
144 status_t setDataSource(const sp<IStreamSource> &source) {
147 data.writeStrongBinder(IInterface::asBinder(source));
152 status_t setDataSource(const sp<IDataSource> &source) {
155 data.writeStrongBinder(IInterface::asBinder(source));
600 sp<IStreamSource> source = local
602 if (source == NULL) {
605 reply->writeInt32(setDataSource(source));
611 sp<IDataSource> source = local
613 if (source == NULL)
    [all...]
  /frameworks/base/core/java/android/app/
NotificationManager.java 2 * Copyright (C) 2007 The Android Open Source Project
148 @Retention(RetentionPolicy.SOURCE)
191 @Retention(RetentionPolicy.SOURCE)
    [all...]
UiAutomation.java 2 * Copyright (C) 2013 The Android Open Source Project
994 ParcelFileDescriptor source = null; local
    [all...]
  /frameworks/base/core/java/android/net/
LinkProperties.java 2 * Copyright (C) 2010 The Android Open Source Project
149 public LinkProperties(LinkProperties source) {
150 if (source != null) {
151 mIfaceName = source.getInterfaceName();
152 for (LinkAddress l : source.getLinkAddresses()) mLinkAddresses.add(l);
153 for (InetAddress i : source.getDnsServers()) mDnses.add(i);
154 mDomains = source.getDomains();
155 for (RouteInfo r : source.getRoutes()) mRoutes.add(r);
156 mHttpProxy = (source.getHttpProxy() == null) ?
157 null : new ProxyInfo(source.getHttpProxy())
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 2 * Copyright (C) 2010 The Android Open Source Project
664 final int source = event.getSource(); local
665 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) {
667 } else if ((source & InputDevice.SOURCE_CLASS_JOYSTICK) != 0) {
669 } else if ((source & InputDevice.SOURCE_CLASS_POSITION) != 0) {
    [all...]

Completed in 1807 milliseconds

<<61626364656667686970>>