HomeSort by relevance Sort by last modified time
    Searched refs:binary (Results 676 - 700 of 2088) sorted by null

<<21222324252627282930>>

  /external/golang-protobuf/protoc-gen-go/
doc.go 6 // Redistribution and use in source and binary forms, with or without
12 // * Redistributions in binary form must reproduce the above
  /external/golang-protobuf/protoc-gen-go/generator/
name_test.go 6 // Redistribution and use in source and binary forms, with or without
12 // * Redistributions in binary form must reproduce the above
  /external/libxcam/modules/ocl/
cl_kernel.cpp 175 "build kernel(%s) from binary failed", key_str);
274 CLKernel::load_from_binary (const uint8_t *binary, size_t length)
278 XCAM_ASSERT (binary);
279 if (!binary || !length) {
280 XCAM_LOG_WARNING ("kernel:%s binary empty", XCAM_STR (_name));
294 binary, length,
302 "cl kernel(%s) load from binary failed", XCAM_STR (_name));
  /external/ltp/testcases/open_posix_testsuite/scripts/
locate-test 13 Lists the tests (source/binary) available from the DIRECTORY directory
  /external/mesa3d/src/amd/vulkan/
radv_pipeline.c 354 struct ac_shader_binary *binary,
357 variant->code_size = binary->code_size;
393 variant->bo = device->ws->buffer_create(device->ws, binary->code_size, 256,
397 memcpy(ptr, binary->code, binary->code_size);
422 struct ac_shader_binary binary; local
428 ac_compile_nir_shader(tm, &binary, &variant->config,
432 radv_fill_shader_variant(device, variant, &binary, shader->stage);
435 *code_out = binary.code;
436 *code_size_out = binary.code_size
    [all...]
  /external/parameter-framework/
Android.mk 4 # Redistribution and use in source and binary forms, with or without modification,
10 # 2. Redistributions in binary form must reproduce the above copyright notice,
XmlGenerator.mk 4 # Redistribution and use in source and binary forms, with or without modification,
10 # 2. Redistributions in binary form must reproduce the above copyright notice,
  /external/protobuf/csharp/src/Google.Protobuf/Collections/
ReadOnlyDictionary.cs 6 // Redistribution and use in source and binary forms, with or without
12 // * Redistributions in binary form must reproduce the above
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorBase.cs 6 // Redistribution and use in source and binary forms, with or without
12 // * Redistributions in binary form must reproduce the above
DescriptorUtil.cs 6 // Redistribution and use in source and binary forms, with or without
12 // * Redistributions in binary form must reproduce the above
DescriptorValidationException.cs 6 // Redistribution and use in source and binary forms, with or without
12 // * Redistributions in binary form must reproduce the above
EnumValueDescriptor.cs 6 // Redistribution and use in source and binary forms, with or without
12 // * Redistributions in binary form must reproduce the above
FieldType.cs 6 // Redistribution and use in source and binary forms, with or without
12 // * Redistributions in binary form must reproduce the above
IFieldAccessor.cs 6 // Redistribution and use in source and binary forms, with or without
12 // * Redistributions in binary form must reproduce the above
MethodDescriptor.cs 6 // Redistribution and use in source and binary forms, with or without
12 // * Redistributions in binary form must reproduce the above
PartialClasses.cs 6 // Redistribution and use in source and binary forms, with or without
12 // * Redistributions in binary form must reproduce the above
ServiceDescriptor.cs 6 // Redistribution and use in source and binary forms, with or without
12 // * Redistributions in binary form must reproduce the above
  /external/protobuf/csharp/src/Google.Protobuf/
WireFormat.cs 6 // Redistribution and use in source and binary forms, with or without
12 // * Redistributions in binary form must reproduce the above
  /external/rmi4utils/rmi4update/
firmware_image.cpp 51 ifstream ifsFile(filename, ios::in|ios::binary|ios::ate);
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
llvm-objdump.cpp 386 OwningPtr<Binary> child;
413 // Attempt to open the binary.
414 OwningPtr<Binary> binary; local
415 if (error_code ec = createBinary(file, binary)) {
420 if (Archive *a = dyn_cast<Archive>(binary.get())) {
422 } else if (ObjectFile *o = dyn_cast<ObjectFile>(binary.get())) {
  /external/syslinux/dos/
Makefile 69 $(OBJCOPY) -O binary $< $@
  /external/tensorflow/tensorflow/contrib/lite/examples/label_image/
bitmap_helpers.cc 77 std::ifstream file(input_bmp_name, std::ios::in | std::ios::binary);
  /external/turbine/java/com/google/turbine/tree/
Pretty.java 175 public Void visitBinary(Tree.Binary binary, Void input) {
177 binary.lhs().accept(this, null);
178 append(" " + binary.op() + " ");
179 binary.rhs().accept(this, null);
  /external/v8/tools/
consarray.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
csvparser.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above

Completed in 574 milliseconds

<<21222324252627282930>>