Searched refs:target (Results 1 - 15 of 15) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_common.h43 #define TIME_GET(target) time(&target)
44 #define TIME_COPY(target, source) target = source
49 #define PID_GET(target) target = 0
71 #define TIME_GET(target) gettimeofday(&target, NULL)
72 #define TIME_COPY(target, source) \
73 ((target)
[all...]
/hardware/ril/mock-ril/src/cpp/
H A Dprotobuf_v8.h22 extern "C" void SchemaObjectTemplateInit(v8::Handle<v8::ObjectTemplate> target);
H A Dworker_v8.h26 extern void WorkerV8ObjectTemplateInit(v8::Handle<v8::ObjectTemplate> target);
H A Dmsgheader.pb.cpp283 ::google::protobuf::uint8* target) const {
286 target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(1, this->cmd(), target);
291 target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(2, this->length_data(), target);
296 target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(3, this->status(), target);
301 target = ::google::protobuf::internal::WireFormatLite::WriteUInt64ToArray(4, this->token(), target);
305 target
[all...]
H A Dnode_buffer.h58 static void Initialize(v8::Handle<v8::Object> target);
59 static void InitializeObjectTemplate(v8::Handle<v8::ObjectTemplate> target);
H A Dnode_buffer.cpp361 // var bytesCopied = buffer.copy(target, targetStart, sourceStart, sourceEnd);
374 Buffer *target = ObjectWrap::Unwrap<Buffer>(args[0]->ToObject()); local
387 if (target_start < 0 || ((size_t)target_start) > target->length()) {
406 target->length() - target_start);
408 memcpy((void*)(target->data() + target_start),
612 void Buffer::InitializeObjectTemplate(Handle<ObjectTemplate> target) { argument
613 DBG("InitializeObjectTemplate(target) E:");
640 target->Set(String::NewSymbol("Buffer"), constructor_template);
641 DBG("InitializeObjectTemplate(target) X:");
H A Dworker_v8.cpp220 extern void WorkerV8ObjectTemplateInit(v8::Handle<v8::ObjectTemplate> target) { argument
221 DBG("WorkerV8ObjectTemplateInit(target) E:");
222 target->Set(v8::String::New("Worker"), WorkerV8Template);
223 DBG("WorkerV8ObjectTemplateInit(target) X:\n");
H A Dprotobuf_v8.cpp550 extern "C" void SchemaObjectTemplateInit(Handle<ObjectTemplate> target) { argument
551 DBG("SchemaObjectTemplateInit(target) EX:");
552 target->Set(String::New("Schema"), protobuf_v8::SchemaTemplate);
/hardware/ti/omap4xxx/domx/test/
H A DMakefile43 # Define this macro if target runs in kernel mode
64 # Folders in which gmake will run before building current target
87 # Current folder and target folder are included by default.
89 LIBINCLUDES = $(PROJROOT)/target/lib
/hardware/ti/omap4xxx/domx/make/
H A Dstart.mk46 TARGETDIR=$(PROJROOT)/target
51 #default (first) target should be "all"
52 #make sure the target directories are created
72 ERR = $(error Makefile generated fatal error while building target "$@")
/hardware/ti/omap4xxx/domx/test/sample_proxy/
H A DMakefile43 # Define this macro if target runs in kernel mode
64 # Folders in which gmake will run before building current target
90 # Current folder and target folder are included by default.
92 LIBINCLUDES = $(PROJROOT)/target/lib
/hardware/msm7k/librpc/
H A Dxdr.c345 caddr_t target = *addrp; local
362 if (target == NULL)
367 *addrp = target = mem_alloc (nodesize);
369 memset (target, 0, nodesize);
381 stat = (*elproc) (xdrs, target, LASTUNSIGNED);
382 target += elsize;
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_config.c343 char **target)
346 return (value ? (assign_string(target, value), 1) : 0);
373 unsigned long *target)
376 return (value ? (assign_long(target, value), 1) : 0);
342 assign_string_if_matches(char const *line, char const *argument, char **target) argument
372 assign_long_if_matches(char const *line, char const *argument, unsigned long *target) argument
/hardware/qcom/media/mm-core/omxcore/
H A DAndroid.mk39 $(error Unsupported target platform $(TARGET_BOARD_PLATFORM))
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp1175 String8 target; local
1176 if (param.get(String8("target"), target) != NO_ERROR) {
1177 target = "Manager";
1207 if (target == "Manager") {
1226 if (target == "Manager") {
1239 if (target == "Manager") {

Completed in 490 milliseconds